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 BasicMarqueeHandlerJGraph.marqueeHandler for marquee selection.Methods in org.jgraph that return BasicMarqueeHandlerModifier and TypeMethodDescriptionJGraph.getMarqueeHandler()Returns theMarqueeHandlerthat will handle marquee selection.Methods in org.jgraph with parameters of type BasicMarqueeHandlerModifier and TypeMethodDescriptionvoidJGraph.setMarqueeHandler(BasicMarqueeHandler newMarquee) Sets theMarqueeHandlerthat will handle marquee selection.Constructors in org.jgraph with parameters of type BasicMarqueeHandlerModifierConstructorDescriptionJGraph(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 BasicMarqueeHandlerModifier and TypeFieldDescriptionprotected BasicMarqueeHandlerBasicGraphUI.marqueeMarquee that we are going to use.Methods in org.jgraph.plaf.basic with parameters of type BasicMarqueeHandlerModifier and TypeMethodDescriptionprotected voidBasicGraphUI.setMarquee(BasicMarqueeHandler marqueeHandler) Sets the marquee handler.