twaver.core.model
Interface IGroup

All Superinterfaces:
IChildList, IData, Identifiable, IElement, IHandler<PropertyChangeEvent>, IHost, IListener<PropertyChangeEvent>, INode, twaver.core.topo.IPoint, IStyle
All Known Implementing Classes:
Group

public interface IGroup
extends IHost

分组接口,twaver内部使用


Method Summary
 boolean isExpanded()
           
 
Methods inherited from interface twaver.core.model.IHost
addFollower, getFollowers, hasFollowers, removeFollower
 
Methods inherited from interface twaver.core.model.INode
checkLinkAgent, getFromLinks, getLinks, getLoopedLinks, getSize, getToLinks
 
Methods inherited from interface twaver.core.model.IElement
getLayerId, getName, getUIClass, setLayerId
 
Methods inherited from interface twaver.core.model.IData
get, getProperties, remove, set
 
Methods inherited from interface twaver.model.Identifiable
getId
 
Methods inherited from interface twaver.event.IHandler
setListener
 
Methods inherited from interface twaver.event.IListener
beforeEvent, onEvent
 
Methods inherited from interface twaver.core.model.IChildList
addChild, addChild, clearChildren, getChildAt, getChildIndex, getChildren, getChildrenCount, getParent, hasChildren, isDescendantOf, onParentChanged, removeChild, setChildIndex, setParent, setParent, toChildren
 
Methods inherited from interface twaver.core.model.IStyle
getStyle, setStyle
 
Methods inherited from interface twaver.core.topo.IPoint
getLocation, getX, getY, setLocation
 

Method Detail

isExpanded

boolean isExpanded()