sk.uniba.euromath.plugin.views.outline.items
Class ElementOutlineItem
java.lang.Object
sk.uniba.euromath.plugin.views.outline.items.OutlineItem
sk.uniba.euromath.plugin.views.outline.items.CompoundOutlineItem
sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
public class ElementOutlineItem
- extends CompoundOutlineItem
- Author:
- TV Created on 21.5.2004
ElementOutlineItem
public ElementOutlineItem(Element element)
analyze
protected void analyze()
- Specified by:
analyze
in class CompoundOutlineItem
createPropertySource
protected IPropertySource createPropertySource()
- Overrides:
createPropertySource
in class OutlineItem
getElement
public Element getElement()
getImageKey
public String getImageKey()
- Overrides:
getImageKey
in class OutlineItem
invalidate
protected void invalidate()
isEmpty
public boolean isEmpty()
- Determines whether the element which is the model of this item is an
empty element in XML terminology. Simple empty element example:
- Returns:
- False if element contains other child elements. True otherwise.
isMixed
public boolean isMixed()
toString
public String toString()
- Overrides:
toString
in class OutlineItem
getChildElements
protected List getChildElements()
- Returns:
- Returns the childElements.
setChildElements
protected void setChildElements(List childElements)
- Parameters:
childElements
- The childElements to set.
Copyright © 2003-2006 null. All Rights Reserved.