Uses of Class
edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
-
Packages that use ModalGraphMouse.Mode Package Description edu.uci.ics.jung.visualization.annotations Classes which support creating visual annotations for graphs.edu.uci.ics.jung.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of ModalGraphMouse.Mode in edu.uci.ics.jung.visualization.annotations
Methods in edu.uci.ics.jung.visualization.annotations that return types with arguments of type ModalGraphMouse.Mode Modifier and Type Method Description javax.swing.JComboBox<ModalGraphMouse.Mode>
AnnotatingModalGraphMouse. getModeComboBox()
Methods in edu.uci.ics.jung.visualization.annotations with parameters of type ModalGraphMouse.Mode Modifier and Type Method Description void
AnnotatingModalGraphMouse. setMode(ModalGraphMouse.Mode mode)
setter for the Mode. -
Uses of ModalGraphMouse.Mode in edu.uci.ics.jung.visualization.control
Fields in edu.uci.ics.jung.visualization.control declared as ModalGraphMouse.Mode Modifier and Type Field Description protected ModalGraphMouse.Mode
AbstractModalGraphMouse. mode
the current modeFields in edu.uci.ics.jung.visualization.control with type parameters of type ModalGraphMouse.Mode Modifier and Type Field Description protected javax.swing.JComboBox<ModalGraphMouse.Mode>
AbstractModalGraphMouse. modeBox
a JComboBox control available to set the modeMethods in edu.uci.ics.jung.visualization.control that return ModalGraphMouse.Mode Modifier and Type Method Description static ModalGraphMouse.Mode
ModalGraphMouse.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ModalGraphMouse.Mode[]
ModalGraphMouse.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.uci.ics.jung.visualization.control that return types with arguments of type ModalGraphMouse.Mode Modifier and Type Method Description javax.swing.JComboBox<ModalGraphMouse.Mode>
AbstractModalGraphMouse. getModeComboBox()
javax.swing.JComboBox<ModalGraphMouse.Mode>
EditingModalGraphMouse. getModeComboBox()
Methods in edu.uci.ics.jung.visualization.control with parameters of type ModalGraphMouse.Mode Modifier and Type Method Description void
AbstractModalGraphMouse. setMode(ModalGraphMouse.Mode mode)
setter for the Mode.void
EditingModalGraphMouse. setMode(ModalGraphMouse.Mode mode)
setter for the Mode.void
ModalGraphMouse. setMode(ModalGraphMouse.Mode mode)
-