org.eclipse.palamedes.ui.editor.rulegraph.model
Class ComplexNodeModel

java.lang.Object
  extended by org.eclipse.draw2d.graph.Node
      extended by org.eclipse.draw2d.graph.Subgraph
          extended by org.eclipse.palamedes.ui.editor.rulegraph.model.ComplexNodeModel

public final class ComplexNodeModel
extends org.eclipse.draw2d.graph.Subgraph


Field Summary
 
Fields inherited from class org.eclipse.draw2d.graph.Subgraph
innerPadding, insets, members
 
Fields inherited from class org.eclipse.draw2d.graph.Node
data, height, incoming, incomingOffset, outgoing, outgoingOffset, rowOrder, sortValue, width, x, y
 
Constructor Summary
ComplexNodeModel(ASTNode node)
           
 
Method Summary
 org.eclipse.swt.graphics.Color getColor()
           
 org.eclipse.swt.graphics.Image getIcon()
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.draw2d.graph.Subgraph
addMember
 
Methods inherited from class org.eclipse.draw2d.graph.Node
getLeft, getOffsetIncoming, getOffsetOutgoing, getPadding, getParent, getRight, getRowConstraint, setPadding, setParent, setRowConstraint, setSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComplexNodeModel

public ComplexNodeModel(ASTNode node)
Method Detail

getName

public java.lang.String getName()

getIcon

public org.eclipse.swt.graphics.Image getIcon()

getColor

public org.eclipse.swt.graphics.Color getColor()

toString

public java.lang.String toString()
Overrides:
toString in class org.eclipse.draw2d.graph.Node