|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.clackrouter.router.graph.RouterView
public class RouterView
The view class for a Router, which is a split screen of a RouterGraph and the hideable property view window.
Field Summary | |
---|---|
static java.lang.String |
ACTION_CLOSE
|
static java.lang.String |
ACTION_UNDOCK
|
protected javax.swing.JTabbedPane |
mPropertyViewsTabs
|
protected javax.swing.JSplitPane |
mSplit
|
static double |
SPLIT_RATIO
|
Constructor Summary | |
---|---|
RouterView(JGraph graph,
ClackDocument parent)
|
Method Summary | |
---|---|
void |
addToPropertyViewTab(java.lang.String tab_name,
javax.swing.JPanel panel)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String ACTION_CLOSE
public static java.lang.String ACTION_UNDOCK
public static double SPLIT_RATIO
protected javax.swing.JTabbedPane mPropertyViewsTabs
protected javax.swing.JSplitPane mSplit
Constructor Detail |
---|
public RouterView(JGraph graph, ClackDocument parent)
Method Detail |
---|
public void addToPropertyViewTab(java.lang.String tab_name, javax.swing.JPanel panel)
public JGraph getGraph()
ClackView
getGraph
in interface ClackView
public java.awt.Component getComponent()
ClackView
getComponent
in interface ClackView
public boolean isVisibleView()
ClackView
isVisibleView
in interface ClackView
public void setIsVisibleView(boolean b)
ClackView
setIsVisibleView
in interface ClackView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |