org.almendra.janet.cas.node.gui
Class NodeViewTitleAccessor

java.lang.Object
  extended by org.almendra.janet.cas.node.gui.NodeViewTitleAccessor

public class NodeViewTitleAccessor
extends java.lang.Object


Field Summary
static java.lang.String LABEL
           
protected  NodeView view
           
 
Constructor Summary
protected NodeViewTitleAccessor()
          Creates a new NodeViewTitleAccessor object.
  NodeViewTitleAccessor(NodeView view)
          Creates a new NodeViewTitleAccessor object.
 
Method Summary
 void append(java.lang.String titleSuffix)
           
 void prepend(java.lang.String titlePrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LABEL

public static final java.lang.String LABEL
See Also:
Constant Field Values

view

protected NodeView view
Constructor Detail

NodeViewTitleAccessor

protected NodeViewTitleAccessor()
Creates a new NodeViewTitleAccessor object.


NodeViewTitleAccessor

public NodeViewTitleAccessor(NodeView view)
Creates a new NodeViewTitleAccessor object.

Method Detail

prepend

public void prepend(java.lang.String titlePrefix)

append

public void append(java.lang.String titleSuffix)