org.eclipse.etrice.core.ui.outline
Class RoomOutlineTreeProvider
java.lang.Object
DefaultOutlineTreeProvider
org.eclipse.etrice.core.ui.outline.RoomOutlineTreeProvider
public class RoomOutlineTreeProvider
- extends DefaultOutlineTreeProvider
customization of the default outline structure
- Author:
- Henrik Rentz-Reichert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoomOutlineTreeProvider
public RoomOutlineTreeProvider()
_isLeaf
protected boolean _isLeaf(ActorClass ac)
_createChildren
protected void _createChildren(IOutlineNode parentNode,
ActorClass ac)
_isLeaf
protected boolean _isLeaf(SubSystemClass ssc)
_createChildren
protected void _createChildren(IOutlineNode parentNode,
SubSystemClass ssc)
_createChildren
protected void _createChildren(IOutlineNode parentNode,
State s)
_isLeaf
protected boolean _isLeaf(State s)
_createChildren
protected void _createChildren(IOutlineNode parentNode,
ProtocolClass pc)
_isLeaf
protected boolean _isLeaf(Message m)
_isLeaf
protected boolean _isLeaf(Operation o)
_isLeaf
protected boolean _isLeaf(Attribute ac)