cz.cmc.tcgui
Class ClasslessQDiscView.ClasslessQDiscEditor

java.lang.Object
  extended byorg.jgraph.graph.DefaultGraphCellEditor
      extended bycz.cmc.tcgui.TCObjectView.TCObjectEditor
          extended bycz.cmc.tcgui.QDiscView.QDiscEditor
              extended bycz.cmc.tcgui.ClasslessQDiscView.ClasslessQDiscEditor
All Implemented Interfaces:
ActionListener, CellEditor, EventListener, org.jgraph.graph.GraphCellEditor, org.jgraph.event.GraphSelectionListener, Serializable
Enclosing class:
ClasslessQDiscView

public static class ClasslessQDiscView.ClasslessQDiscEditor
extends QDiscView.QDiscEditor

In-place editor.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jgraph.graph.DefaultGraphCellEditor
org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField, org.jgraph.graph.DefaultGraphCellEditor.EditorContainer
 
Field Summary
 
Fields inherited from class org.jgraph.graph.DefaultGraphCellEditor
borderSelectionColor, canEdit, editingComponent, editingContainer, editingIcon, font, graph, lastCell, offsetX, offsetY, realEditor
 
Constructor Summary
ClasslessQDiscView.ClasslessQDiscEditor()
          Creates new QDiscEditor with the default real editor.
ClasslessQDiscView.ClasslessQDiscEditor(org.jgraph.graph.GraphCellEditor editor)
          Creates new QDiscEditor with the real editor editor.
 
Method Summary
protected  Icon getEditingIcon()
          Get editing iconfor this class
protected  Point getOffset()
          Get offset to begin painting of the editor at (for subclassers).
 
Methods inherited from class cz.cmc.tcgui.TCObjectView.TCObjectEditor
determineOffset
 
Methods inherited from class org.jgraph.graph.DefaultGraphCellEditor
actionPerformed, addCellEditorListener, cancelCellEditing, canEditImmediately, createContainer, createGraphCellEditor, getBorderSelectionColor, getCellEditorValue, getFont, getGraphCellEditorComponent, inHitRegion, isCellEditable, prepareForEditing, removeCellEditorListener, setBorderSelectionColor, setFont, setGraph, shouldSelectCell, shouldStartEditingTimer, stopCellEditing, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasslessQDiscView.ClasslessQDiscEditor

public ClasslessQDiscView.ClasslessQDiscEditor(org.jgraph.graph.GraphCellEditor editor)
Creates new QDiscEditor with the real editor editor.


ClasslessQDiscView.ClasslessQDiscEditor

public ClasslessQDiscView.ClasslessQDiscEditor()
Creates new QDiscEditor with the default real editor.

Method Detail

getEditingIcon

protected Icon getEditingIcon()
Get editing iconfor this class

Overrides:
getEditingIcon in class QDiscView.QDiscEditor

getOffset

protected Point getOffset()
Get offset to begin painting of the editor at (for subclassers).

Overrides:
getOffset in class QDiscView.QDiscEditor