org.eclipse.update.util
Class CategoryWrap
java.lang.Object
org.eclipse.update.util.CategoryWrap
- All Implemented Interfaces:
- INode
public class CategoryWrap
- extends java.lang.Object
- implements INode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryWrap
public CategoryWrap()
CategoryWrap
public CategoryWrap(java.lang.String label)
addChild
public void addChild(FeatureWrap feature)
getChildren
public FeatureWrap[] getChildren()
getUiObject
public java.lang.Object getUiObject()
setUiObject
public void setUiObject(java.lang.Object uiObject)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface INode
setDescription
public void setDescription(java.lang.String description)
isSelected
public boolean isSelected()
- Specified by:
isSelected
in interface INode
setSelected
public void setSelected(boolean selected)
- Specified by:
setSelected
in interface INode
isPreviousSelected
public boolean isPreviousSelected()
- Specified by:
isPreviousSelected
in interface INode
setPreviousSelected
public void setPreviousSelected(boolean previousSelected)
- Specified by:
setPreviousSelected
in interface INode
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
findByUiObject
public INode findByUiObject(java.lang.Object uiObject)
- Specified by:
findByUiObject
in interface INode