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 BasicMarqueeHandlerJGraph. marqueeHandler for marquee selection.Methods in org.jgraph that return BasicMarqueeHandler Modifier and Type Method Description BasicMarqueeHandlerJGraph. getMarqueeHandler()Returns theMarqueeHandlerthat will handle marquee selection.Methods in org.jgraph with parameters of type BasicMarqueeHandler Modifier and Type Method Description voidJGraph. setMarqueeHandler(BasicMarqueeHandler newMarquee)Sets theMarqueeHandlerthat will handle marquee selection.Constructors in org.jgraph with parameters of type BasicMarqueeHandler Constructor Description JGraph(GraphModel model, BasicMarqueeHandler mh)Returns an instance ofJGraphwhich displays the specified data model and assigns the specified marquee handlerJGraph(GraphModel model, GraphLayoutCache layoutCache, BasicMarqueeHandler mh)Returns an instance ofJGraphwhich 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 BasicMarqueeHandlerBasicGraphUI. marqueeMarquee that we are going to use.Methods in org.jgraph.plaf.basic with parameters of type BasicMarqueeHandler Modifier and Type Method Description protected voidBasicGraphUI. setMarquee(BasicMarqueeHandler marqueeHandler)Sets the marquee handler.
-