org.jgraph.cellview
Class JGraphMultilineView.MultiLinedEditor

java.lang.Object
  extended byDefaultGraphCellEditor
      extended byorg.jgraph.cellview.JGraphMultilineView.MultiLinedEditor
Enclosing class:
JGraphMultilineView

public static class JGraphMultilineView.MultiLinedEditor
extends DefaultGraphCellEditor

See Also:
Serialized Form

Nested Class Summary
 class JGraphMultilineView.MultiLinedEditor.RealCellEditor
           
 
Constructor Summary
JGraphMultilineView.MultiLinedEditor()
           
 
Method Summary
protected  java.awt.Container createContainer()
          Overriting this so that I could modify an eiditor container.
protected  GraphCellEditor createGraphCellEditor()
           
 java.awt.Component getGraphCellEditorComponent(JGraph graph, java.lang.Object cell, boolean isSelected)
          Overriding this in order to set the size of an editor to that of an edited view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGraphMultilineView.MultiLinedEditor

public JGraphMultilineView.MultiLinedEditor()
Method Detail

getGraphCellEditorComponent

public java.awt.Component getGraphCellEditorComponent(JGraph graph,
                                                      java.lang.Object cell,
                                                      boolean isSelected)
Overriding this in order to set the size of an editor to that of an edited view.


createGraphCellEditor

protected GraphCellEditor createGraphCellEditor()

createContainer

protected java.awt.Container createContainer()
Overriting this so that I could modify an eiditor container. see http://sourceforge.net/forum/forum.php?thread_id=781479&forum_id=140880