org.eclipse.etrice.core.ui.outline
Class RoomOutlineTreeProvider

java.lang.Object
  extended by DefaultOutlineTreeProvider
      extended by org.eclipse.etrice.core.ui.outline.RoomOutlineTreeProvider

public class RoomOutlineTreeProvider
extends DefaultOutlineTreeProvider

customization of the default outline structure

Author:
Henrik Rentz-Reichert

Constructor Summary
RoomOutlineTreeProvider()
           
 
Method Summary
protected  void _createChildren(IOutlineNode parentNode, ActorClass ac)
           
protected  void _createChildren(IOutlineNode parentNode, ProtocolClass pc)
           
protected  void _createChildren(IOutlineNode parentNode, State s)
           
protected  void _createChildren(IOutlineNode parentNode, SubSystemClass ssc)
           
protected  boolean _isLeaf(ActorClass ac)
           
protected  boolean _isLeaf(Attribute ac)
           
protected  boolean _isLeaf(Message m)
           
protected  boolean _isLeaf(Operation o)
           
protected  boolean _isLeaf(State s)
           
protected  boolean _isLeaf(SubSystemClass ssc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoomOutlineTreeProvider

public RoomOutlineTreeProvider()
Method Detail

_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)