|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicMarqueeHandler | |
---|---|
org.jgraph | |
org.jgraph.plaf.basic |
Uses of BasicMarqueeHandler in org.jgraph |
---|
Fields in org.jgraph declared as BasicMarqueeHandler | |
---|---|
protected BasicMarqueeHandler |
JGraph.marquee
Handler for marquee selection. |
Methods in org.jgraph that return BasicMarqueeHandler | |
---|---|
BasicMarqueeHandler |
JGraph.getMarqueeHandler()
Returns the MarqueeHandler that will handle
marquee selection. |
Methods in org.jgraph with parameters of type BasicMarqueeHandler | |
---|---|
void |
JGraph.setMarqueeHandler(BasicMarqueeHandler newMarquee)
Sets the MarqueeHandler that will handle
marquee selection. |
Constructors in org.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,
GraphLayoutCache view,
BasicMarqueeHandler mh)
Returns an instance of JGraph which displays
the specified data model using the specified view. |
Uses of BasicMarqueeHandler in org.jgraph.plaf.basic |
---|
Fields in org.jgraph.plaf.basic declared as BasicMarqueeHandler | |
---|---|
protected BasicMarqueeHandler |
BasicGraphUI.marquee
Marquee that we are going to use. |
Methods in org.jgraph.plaf.basic with parameters of type BasicMarqueeHandler | |
---|---|
protected void |
BasicGraphUI.setMarquee(BasicMarqueeHandler marqueeHandler)
Sets the marquee handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |