edu.jhu.ece.iacl.jist.pipeline.graph
Class PipeEdgeEditor

java.lang.Object
  extended by DefaultGraphCellEditor
      extended by edu.jhu.ece.iacl.jist.pipeline.graph.PipeEdgeEditor

public class PipeEdgeEditor
extends DefaultGraphCellEditor

Editor for index spinner box.

Author:
Blake Lucas (bclucas@jhu.edu)

Nested Class Summary
 class PipeEdgeEditor.DefaultSpinner
          The Class DefaultSpinner.
 
Field Summary
static boolean editorInsideCell
          The editor inside cell.
 
Constructor Summary
PipeEdgeEditor()
          Instantiates a new pipe edge editor.
 
Method Summary
protected  GraphCellEditor createGraphCellEditor()
          This is invoked if a TreeCellEditor is not supplied in the constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editorInsideCell

public static boolean editorInsideCell
The editor inside cell.

Constructor Detail

PipeEdgeEditor

public PipeEdgeEditor()
Instantiates a new pipe edge editor.

Method Detail

createGraphCellEditor

protected GraphCellEditor createGraphCellEditor()
This is invoked if a TreeCellEditor is not supplied in the constructor. It returns a TextField editor.

Returns:
the graph cell editor