|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.ui.uda.SystemUDTreeViewNewItem
This represent a tree-node for "New" items
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemUDTreeViewNewItem(boolean _executable,
String _label,
int _domain,
boolean _wwActionsDialog)
Constructor |
Method Summary | |
---|---|
int |
getDomain()
Get the domain this represents |
static SystemUDTreeViewNewItem |
getOnlyNewItem(boolean wwActionsDialog,
String newNodeLabel)
Return singleton instance of root new item that does not have children. |
static SystemUDTreeViewNewItem |
getOnlyNewItem(int domain,
boolean wwActionsDialog,
String newNodeLabel)
Return non-singleton instance of root new item that does not have children. |
static SystemUDTreeViewNewItem |
getRootNewItem(boolean wwActionsDialog,
String newNodeLabel)
Return singleon instance of new item that does have children. |
boolean |
isExecutable()
Is this executable? |
boolean |
isWorkWithActionsDialog()
Is this the work with actions dialog (true) or the work with types dialog (false) |
String |
toString()
Return the label |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemUDTreeViewNewItem(boolean _executable, String _label, int _domain, boolean _wwActionsDialog)
_executable
- -> true if this is a leaf node_label
- -> label to show the user, in the tre_domain
- -> domain this represents_wwActionsDialog
- -> true if this is for the ww user actions dialog, false for the ww named types dialogMethod Detail |
public String toString()
public boolean isExecutable()
public boolean isWorkWithActionsDialog()
public int getDomain()
public static SystemUDTreeViewNewItem getRootNewItem(boolean wwActionsDialog, String newNodeLabel)
wwActionsDialog
- true if called from dialognewNodeLabel
- the translated label for the node.public static SystemUDTreeViewNewItem getOnlyNewItem(boolean wwActionsDialog, String newNodeLabel)
wwActionsDialog
- true if called from dialognewNodeLabel
- the translated label for the node.public static SystemUDTreeViewNewItem getOnlyNewItem(int domain, boolean wwActionsDialog, String newNodeLabel)
domain
- - the domain to usewwActionsDialog
- - true if called from dialognewNodeLabel
- - the translated label for the node
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |