|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.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 |
MEMENTO_COMPILECMDS
|
static String |
MEMENTO_CONNECTIONS
|
static String |
MEMENTO_FILTERPOOLS
|
static String |
MEMENTO_TARGETS
|
static String |
MEMENTO_USERACTIONS
|
| Constructor Summary | |
|---|---|
SystemTeamViewCategoryNode(ISystemProfile 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()
|
ISystemProfile |
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(ISystemProfile 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 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(ISystemProfile profile)
| Method Detail |
public Object getAdapter(Class adapterType)
getAdapter in interface IAdaptablepublic 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 ISystemProfile getProfile()
public void setProfile(ISystemProfile 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)
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||