|
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.SystemTeamViewSubSystemConfigurationNode
This class represents a child node under category nodes, in the Team view. It represents expandable subsystem factories such as "Files" or "iSeries Objects".
| Constructor Summary | |
|---|---|
SystemTeamViewSubSystemConfigurationNode(ISystemProfile profile,
SystemTeamViewCategoryNode parentCategory,
ISubSystemConfiguration ssf)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this node to another. |
Object |
getAdapter(Class adapterType)
This is the method required by the IAdaptable interface. |
ImageDescriptor |
getImageDescriptor()
Return this node's image |
String |
getLabel()
Return this node's label |
String |
getMementoHandle()
|
SystemTeamViewCategoryNode |
getParentCategory()
Return the parent category this is a child of. |
ISystemProfile |
getProfile()
|
ISubSystemConfiguration |
getSubSystemConfiguration()
Return the subsystem factory this node represents |
void |
setMementoHandle(String string)
Set the untranslated value to store in the memento, to uniquely identify this node |
void |
setParentCategory(SystemTeamViewCategoryNode node)
Set the parent category this is a child of. |
void |
setProfile(ISystemProfile profile)
|
void |
setSubSystemConfiguration(ISubSystemConfiguration factory)
Set the subsystem factory this node represents |
String |
toString()
Convert to string. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SystemTeamViewSubSystemConfigurationNode(ISystemProfile profile,
SystemTeamViewCategoryNode parentCategory,
ISubSystemConfiguration ssf)
| Method Detail |
public Object getAdapter(Class adapterType)
getAdapter in interface IAdaptablepublic boolean equals(Object o)
public ImageDescriptor getImageDescriptor()
public String getLabel()
public 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 ISubSystemConfiguration getSubSystemConfiguration()
public void setSubSystemConfiguration(ISubSystemConfiguration factory)
public SystemTeamViewCategoryNode getParentCategory()
public void setParentCategory(SystemTeamViewCategoryNode node)
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||