|
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.view.team.SystemTeamViewCategoryNode
This class represents a child node under a profile, in the Team view. It represents expandable categories such as "Connections", "Filter Pools", "User Actions" and "Compile Commands".
Field Summary | |
---|---|
static String |
copyright
|
static String |
MEMENTO_COMPILECMDS
|
static String |
MEMENTO_CONNECTIONS
|
static String |
MEMENTO_FILTERPOOLS
|
static String |
MEMENTO_TARGETS
|
static String |
MEMENTO_USERACTIONS
|
Constructor Summary | |
---|---|
SystemTeamViewCategoryNode(SystemProfile profile)
Constructor |
Method Summary | |
---|---|
Object |
getAdapter(Class adapterType)
This is the method required by the IAdaptable interface. |
String |
getDescription()
Return the description of this node. |
ImageDescriptor |
getImageDescriptor()
Return this node's image |
String |
getLabel()
Return this node's label |
String |
getMementoHandle()
|
SystemProfile |
getProfile()
|
void |
setDescription(String string)
Set the description of this node. |
void |
setImageDescriptor(ImageDescriptor descriptor)
Set the image for this node |
void |
setLabel(String string)
Set the label for this node |
void |
setMementoHandle(String string)
Set the untranslated value to store in the memento, to uniquely identify this node |
void |
setProfile(SystemProfile profile)
|
String |
toString()
Convert to string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
public static final String MEMENTO_CONNECTIONS
public static final String MEMENTO_FILTERPOOLS
public static final String MEMENTO_USERACTIONS
public static final String MEMENTO_COMPILECMDS
public static final String MEMENTO_TARGETS
Constructor Detail |
public SystemTeamViewCategoryNode(SystemProfile profile)
Method Detail |
public Object getAdapter(Class adapterType)
getAdapter
in interface IAdaptable
public ImageDescriptor getImageDescriptor()
public String getLabel()
public void setImageDescriptor(ImageDescriptor descriptor)
descriptor
- ... the image to show in the tree, for this nodepublic void setLabel(String string)
string
- ... the label to show in the tree, for this nodepublic String toString()
public SystemProfile getProfile()
public void setProfile(SystemProfile profile)
profile
- ... the profile this category is associated withpublic String getMementoHandle()
public void setMementoHandle(String string)
string
- - untranslated valuepublic String getDescription()
public void setDescription(String string)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |