|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTreeNode
com.nokia.carbide.cpp.sdk.ui.shared.BuildTargetTreeNode
public class BuildTargetTreeNode
A tree node representing a Symbian OS SDK. This node's children will be the list of available build configurations.
Constructor Summary | |
---|---|
BuildTargetTreeNode(ISymbianSDK value)
Constructs a new tree node for the given SDK |
|
BuildTargetTreeNode(ISymbianSDK value,
boolean sbsv2Project)
Constructs a new tree node for the given SDK |
Method Summary | |
---|---|
ISymbianSDK |
getSymbianSDK()
Get the SDK for this node |
static BuildTargetTreeNode[] |
getTreeViewerInput()
Gets the list of SDK tree nodes for use in a tree viewer. |
static BuildTargetTreeNode[] |
getTreeViewerInput(boolean sbsv2Project)
Gets the list of SDK tree nodes for use in a tree viewer. |
java.lang.String |
toString()
Returns the unique id the SDK associated with this node |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BuildTargetTreeNode(ISymbianSDK value)
value
- the SDK to create the tree node forpublic BuildTargetTreeNode(ISymbianSDK value, boolean sbsv2Project)
value
- the SDK to create the tree node forMethod Detail |
---|
public java.lang.String toString()
public ISymbianSDK getSymbianSDK()
public static BuildTargetTreeNode[] getTreeViewerInput()
public static BuildTargetTreeNode[] getTreeViewerInput(boolean sbsv2Project)
sbsv2Project
- true if this is an SBSv2 project which affects how the build
configuration list is calculated
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |