|
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.SystemTeamViewCompileTypeNode
This class represents a compile type node in the Team view.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemTeamViewCompileTypeNode(SystemTeamViewSubSystemFactoryNode parentSSF,
SystemCompileType type)
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. |
SystemCompileType |
getCompileType()
Return the compile type this node represents |
ImageDescriptor |
getImageDescriptor()
Return this node's image |
String |
getLabel()
Return this node's label |
SystemTeamViewCategoryNode |
getParentCategory()
Return the grandparent category this is a grandchild of. |
SystemTeamViewSubSystemFactoryNode |
getParentSubSystemFactory()
Return the parent subsystem factory this is a child of. |
SystemProfile |
getProfile()
|
void |
setCompileType(SystemCompileType type)
Set the compile type this node represents |
void |
setParentSubSystemFactory(SystemTeamViewSubSystemFactoryNode factory)
Set the parent subsystem factory this is a child of. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemTeamViewCompileTypeNode(SystemTeamViewSubSystemFactoryNode parentSSF, SystemCompileType type)
Method Detail |
public Object getAdapter(Class adapterType)
getAdapter
in interface IAdaptable
public boolean equals(Object o)
public ImageDescriptor getImageDescriptor()
public String getLabel()
public SystemProfile getProfile()
public SystemCompileType getCompileType()
public void setCompileType(SystemCompileType type)
public SystemTeamViewCategoryNode getParentCategory()
public SystemTeamViewSubSystemFactoryNode getParentSubSystemFactory()
public void setParentSubSystemFactory(SystemTeamViewSubSystemFactoryNode factory)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |