Uses of Class
org.jgraph.graph.BasicMarqueeHandler
Packages that use BasicMarqueeHandler
Package
Description
JGraph's topmost package which contains the JGraph class.
Contains the BasicGraphUI, which is GraphUI's default implementation.
-
Uses of BasicMarqueeHandler in org.jgraph
Fields in org.jgraph declared as BasicMarqueeHandlerModifier and TypeFieldDescriptionprotected BasicMarqueeHandler
JGraph.marquee
Handler for marquee selection.Methods in org.jgraph that return BasicMarqueeHandlerModifier and TypeMethodDescriptionJGraph.getMarqueeHandler()
Returns theMarqueeHandler
that will handle marquee selection.Methods in org.jgraph with parameters of type BasicMarqueeHandlerModifier and TypeMethodDescriptionvoid
JGraph.setMarqueeHandler
(BasicMarqueeHandler newMarquee) Sets theMarqueeHandler
that will handle marquee selection.Constructors in org.jgraph with parameters of type BasicMarqueeHandlerModifierConstructorDescriptionJGraph
(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 BasicMarqueeHandlerModifier and TypeFieldDescriptionprotected BasicMarqueeHandler
BasicGraphUI.marquee
Marquee that we are going to use.Methods in org.jgraph.plaf.basic with parameters of type BasicMarqueeHandlerModifier and TypeMethodDescriptionprotected void
BasicGraphUI.setMarquee
(BasicMarqueeHandler marqueeHandler) Sets the marquee handler.