sk.uniba.euromath.plugin.views.outline.items
Class OutlineItem
java.lang.Object
sk.uniba.euromath.plugin.views.outline.items.OutlineItem
- Direct Known Subclasses:
- AttributeOutlineItem, CDataOutlineItem, CommentOutlineItem, CompoundOutlineItem, PIOutlineItem, TextOutlineItem
public class OutlineItem
- extends Object
propSource
protected IPropertySource propSource
OutlineItem
public OutlineItem(Node model)
- Constructor.
- Parameters:
model
-
OutlineItem
public OutlineItem(Node model,
OutlineItem parent)
- Constructor.
- Parameters:
model
- parent
-
addChild
public void addChild(OutlineItem child)
createPropertySource
protected IPropertySource createPropertySource()
getChildren
public List<OutlineItem> getChildren()
getImageKey
public String getImageKey()
getModel
public Node getModel()
getParent
public OutlineItem getParent()
getPropertySource
public IPropertySource getPropertySource()
isLeaf
public boolean isLeaf()
removeChild
public void removeChild(OutlineItem child)
setModel
public void setModel(Node model)
setParent
public void setParent(OutlineItem parent)
toString
public String toString()
- Overrides:
toString
in class Object
setPropSource
protected void setPropSource(IPropertySource propSource)
- Parameters:
propSource
- The propSource to set.
Copyright © 2003-2006 null. All Rights Reserved.