|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.touchgraph.graphlayout.interaction.TGUserInterface
com.touchgraph.graphlayout.interaction.GLNavigateUI
org.ceryle.graph.GraphNavigateUI
public class GraphNavigateUI
GraphNavigateUI extends TouchGraph's
GLNavigateUI,
providing additional features used in the Ceryle application.
Because of platform-specific keys and the variety of mouse button configurations (i.e., one to three button mice), there are both modifier and mouse button equivalents:
GLNavigateUI| Field Summary | |
|---|---|
protected GraphLayoutPanel |
glp
|
protected GraphPanel |
gp
|
protected MessageHandler |
mh
|
protected GraphMultiselectUI |
multiselectUI
|
| Fields inherited from class com.touchgraph.graphlayout.interaction.GLNavigateUI |
|---|
dragNodeUI, hvDragUI, hvScrollToCenterUI, localityScroll, ml, rotateDragUI, tgPanel, tgsp |
| Constructor Summary | |
|---|---|
GraphNavigateUI(GraphLayoutPanel glpanel)
Constructor with the GraphLayoutPanel to control. |
|
| Method Summary | |
|---|---|
DragNodeUI |
getDragNodeUI(TGPanel tgPanel)
Overrides the superclass method to return an extended DragNodeUI. |
int |
getGraphState()
Returns the state of the graph as a bitwise int. |
void |
handleMouseNavigateEvent(MouseEvent e)
Processes mouse navigation events from the GLNavigateMouseListener. |
boolean |
isVerbose()
Set the verbosity level to verbose. |
void |
setVerbose(boolean verbose)
Set the verbosity level to verbose. |
| Methods inherited from class com.touchgraph.graphlayout.interaction.GLNavigateUI |
|---|
activate, deactivate |
| Methods inherited from class com.touchgraph.graphlayout.interaction.TGUserInterface |
|---|
activate, isActive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MessageHandler mh
protected GraphLayoutPanel glp
protected GraphPanel gp
protected GraphMultiselectUI multiselectUI
| Constructor Detail |
|---|
public GraphNavigateUI(GraphLayoutPanel glpanel)
| Method Detail |
|---|
public DragNodeUI getDragNodeUI(TGPanel tgPanel)
getDragNodeUI in class GLNavigateUIpublic void setVerbose(boolean verbose)
public boolean isVerbose()
public void handleMouseNavigateEvent(MouseEvent e)
handleMouseNavigateEvent in class GLNavigateUIpublic int getGraphState()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||