com.vikash.firsttool.UI
Class ToolVertexEditor.RealCellEditor

java.lang.Object
  extended byjavax.swing.AbstractCellEditor
      extended bycom.vikash.firsttool.UI.ToolVertexEditor.RealCellEditor
All Implemented Interfaces:
javax.swing.CellEditor, org.jgraph.graph.GraphCellEditor, java.io.Serializable
Enclosing class:
ToolVertexEditor

public class ToolVertexEditor.RealCellEditor
extends javax.swing.AbstractCellEditor
implements org.jgraph.graph.GraphCellEditor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
ToolVertexEditor.RealCellEditor()
           
 
Method Summary
 java.lang.Object getCellEditorValue()
           
 java.awt.Component getGraphCellEditorComponent(org.jgraph.JGraph graph, java.lang.Object value, boolean isSelected)
           
 boolean shouldSelectCell(java.util.EventObject event)
           
 boolean stopCellEditing()
           
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener
 

Constructor Detail

ToolVertexEditor.RealCellEditor

public ToolVertexEditor.RealCellEditor()
Method Detail

getGraphCellEditorComponent

public java.awt.Component getGraphCellEditorComponent(org.jgraph.JGraph graph,
                                                      java.lang.Object value,
                                                      boolean isSelected)
Specified by:
getGraphCellEditorComponent in interface org.jgraph.graph.GraphCellEditor

getCellEditorValue

public java.lang.Object getCellEditorValue()
Specified by:
getCellEditorValue in interface javax.swing.CellEditor

stopCellEditing

public boolean stopCellEditing()
Specified by:
stopCellEditing in interface javax.swing.CellEditor

shouldSelectCell

public boolean shouldSelectCell(java.util.EventObject event)
Specified by:
shouldSelectCell in interface javax.swing.CellEditor


Copyright © 2005 SINTEF. All Rights Reserved.