net.clackrouter.gui
Interface ClackView

All Known Implementing Classes:
CreateTopologyView, RouterView, TCPView, TopologyView

public interface ClackView

Interface for different views of Clack that can be placed inside a ClackDocument


Method Summary
 java.awt.Component getComponent()
          The component associated with this view
 JGraph getGraph()
          The JGraph associated with this view
 boolean isVisibleView()
          indicates if this view is currently visible to the user
 void setIsVisibleView(boolean b)
          set flag indicating if this view is current visible to the user
 

Method Detail

getGraph

JGraph getGraph()
The JGraph associated with this view


getComponent

java.awt.Component getComponent()
The component associated with this view


isVisibleView

boolean isVisibleView()
indicates if this view is currently visible to the user


setIsVisibleView

void setIsVisibleView(boolean b)
set flag indicating if this view is current visible to the user