Uses of Class
org.jgraph.graph.BasicMarqueeHandler
-
Packages that use BasicMarqueeHandler Package Description org.jgraph JGraph's topmost package which contains the JGraph class.org.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation. -
-
Uses of BasicMarqueeHandler in org.jgraph
Fields in org.jgraph declared as BasicMarqueeHandler Modifier and Type Field Description protected BasicMarqueeHandler
JGraph. marquee
Handler for marquee selection.Methods in org.jgraph that return BasicMarqueeHandler Modifier and Type Method Description BasicMarqueeHandler
JGraph. getMarqueeHandler()
Returns theMarqueeHandler
that will handle marquee selection.Methods in org.jgraph with parameters of type BasicMarqueeHandler Modifier and Type Method Description void
JGraph. setMarqueeHandler(BasicMarqueeHandler newMarquee)
Sets theMarqueeHandler
that will handle marquee selection.Constructors in org.jgraph with parameters of type BasicMarqueeHandler Constructor Description JGraph(GraphModel model, BasicMarqueeHandler mh)
Returns an instance ofJGraph
which displays the specified data model and assigns the specified marquee handlerJGraph(GraphModel model, GraphLayoutCache layoutCache, BasicMarqueeHandler mh)
Returns an instance ofJGraph
which displays the specified data model using the specified view and assigns the specified marquee handler -
Uses of BasicMarqueeHandler in org.jgraph.plaf.basic
Fields in org.jgraph.plaf.basic declared as BasicMarqueeHandler Modifier and Type Field Description protected BasicMarqueeHandler
BasicGraphUI. marquee
Marquee that we are going to use.Methods in org.jgraph.plaf.basic with parameters of type BasicMarqueeHandler Modifier and Type Method Description protected void
BasicGraphUI. setMarquee(BasicMarqueeHandler marqueeHandler)
Sets the marquee handler.
-