|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicMarqueeHandler | |
com.jgraph | JGraph's topmost package which contains the JGraph class. |
com.jgraph.plaf.basic | Contains the BasicGraphUI, which is GraphUI's default implementation. |
Uses of BasicMarqueeHandler in com.jgraph |
Fields in com.jgraph declared as BasicMarqueeHandler | |
protected BasicMarqueeHandler |
JGraph.marquee
Handler for marquee selection. |
Methods in com.jgraph that return BasicMarqueeHandler | |
BasicMarqueeHandler |
JGraph.getMarqueeHandler()
Returns the MarqueeHandler that will handle
marquee selection. |
Methods in com.jgraph with parameters of type BasicMarqueeHandler | |
void |
JGraph.setMarqueeHandler(BasicMarqueeHandler newMarquee)
Sets the MarqueeHandler that will handle
marquee selection. |
Constructors in com.jgraph with parameters of type BasicMarqueeHandler | |
JGraph(GraphModel model,
BasicMarqueeHandler mh)
Returns an instance of JGraph which displays
the specified data model using the specified view. |
|
JGraph(GraphModel model,
GraphView view,
BasicMarqueeHandler mh)
Returns an instance of JGraph which displays
the specified data model using the specified view. |
Uses of BasicMarqueeHandler in com.jgraph.plaf.basic |
Fields in com.jgraph.plaf.basic declared as BasicMarqueeHandler | |
protected BasicMarqueeHandler |
BasicGraphUI.marquee
Marquee that we are going to use. |
Methods in com.jgraph.plaf.basic with parameters of type BasicMarqueeHandler | |
protected void |
BasicGraphUI.setMarquee(BasicMarqueeHandler marqueeHandler)
Sets the marquee handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |