org.globus.cog.gui.grapheditor.ant
Class TextEditorView

java.lang.Object
  extended by org.globus.cog.gui.grapheditor.canvas.views.AbstractView
      extended by org.globus.cog.gui.grapheditor.targets.swing.views.SwingView
          extended by org.globus.cog.gui.grapheditor.ant.TextEditorView
All Implemented Interfaces:
EventListener, CaretListener, CanvasView

public class TextEditorView
extends SwingView
implements CaretListener


Constructor Summary
TextEditorView()
           
 
Method Summary
 void caretUpdate(CaretEvent e)
           
 void invalidate()
          Forces the view to reevaluate its internal state.
 
Methods inherited from class org.globus.cog.gui.grapheditor.targets.swing.views.SwingView
activate, clean, disable, enable, getComponent, getSwingRenderer, repaint, setComponent
 
Methods inherited from class org.globus.cog.gui.grapheditor.canvas.views.AbstractView
addTransformation, getCanvas, getGraph, getName, getNewInstance, getRenderer, getTransformations, getType, getViewport, isActive, isSelective, reLayout, setGraph, setName, setRenderer, setTransformation, setType, setViewport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEditorView

public TextEditorView()
Method Detail

invalidate

public void invalidate()
Description copied from interface: CanvasView
Forces the view to reevaluate its internal state. This method is called whenever the structure of the graph changes

Specified by:
invalidate in interface CanvasView
Overrides:
invalidate in class AbstractView

caretUpdate

public void caretUpdate(CaretEvent e)
Specified by:
caretUpdate in interface CaretListener