org.globus.cog.gui.grapheditor.targets.remote
Class RemoteCanvasView

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.canvas.views.AbstractView
      extended byorg.globus.cog.gui.grapheditor.targets.remote.RemoteCanvasView
All Implemented Interfaces:
CanvasView

public class RemoteCanvasView
extends AbstractView
implements CanvasView


Constructor Summary
RemoteCanvasView()
           
RemoteCanvasView(String name)
           
 
Method Summary
 void invalidate()
          Forces the view to reevaluate its internal state.
 
Methods inherited from class org.globus.cog.gui.grapheditor.canvas.views.AbstractView
activate, addTransformation, clean, 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
 
Methods inherited from interface org.globus.cog.gui.grapheditor.canvas.views.CanvasView
activate, addTransformation, clean, getGraph, getName, getNewInstance, getRenderer, getViewport, isSelective, reLayout, setGraph, setRenderer, setTransformation, setViewport
 

Constructor Detail

RemoteCanvasView

public RemoteCanvasView()

RemoteCanvasView

public RemoteCanvasView(String name)
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