|
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.SystemTeamViewSubSystemFactoryNode
This class represents a child node under category nodes, in the Team view. It represents expandable subsystem factories such as "Files" or "iSeries Objects".
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemTeamViewSubSystemFactoryNode(SystemProfile profile,
SystemTeamViewCategoryNode parentCategory,
SubSystemFactory 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. |
SystemProfile |
getProfile()
|
SubSystemFactory |
getSubSystemFactory()
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(SystemProfile profile)
|
void |
setSubSystemFactory(SubSystemFactory 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 |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemTeamViewSubSystemFactoryNode(SystemProfile profile, SystemTeamViewCategoryNode parentCategory, SubSystemFactory ssf)
Method Detail |
public Object getAdapter(Class adapterType)
getAdapter
in interface IAdaptable
public boolean equals(Object o)
public ImageDescriptor getImageDescriptor()
public String getLabel()
public 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 SubSystemFactory getSubSystemFactory()
public void setSubSystemFactory(SubSystemFactory factory)
public SystemTeamViewCategoryNode getParentCategory()
public void setParentCategory(SystemTeamViewCategoryNode node)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |