org.eclipse.update.util
Class CategoryWrap

java.lang.Object
  extended by org.eclipse.update.util.CategoryWrap
All Implemented Interfaces:
INode

public class CategoryWrap
extends java.lang.Object
implements INode


Constructor Summary
CategoryWrap()
           
CategoryWrap(java.lang.String label)
           
 
Method Summary
 void addChild(FeatureWrap feature)
           
 INode findByUiObject(java.lang.Object uiObject)
           
 FeatureWrap[] getChildren()
           
 java.lang.String getDescription()
           
 java.lang.String getLabel()
           
 java.lang.Object getUiObject()
           
 boolean isPreviousSelected()
           
 boolean isSelected()
           
 void setDescription(java.lang.String description)
           
 void setLabel(java.lang.String label)
           
 void setPreviousSelected(boolean previousSelected)
           
 void setSelected(boolean selected)
           
 void setUiObject(java.lang.Object uiObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryWrap

public CategoryWrap()

CategoryWrap

public CategoryWrap(java.lang.String label)
Method Detail

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