Uses of Package
org.jgraph
-
Packages that use org.jgraph Package Description org.jgraph JGraph's topmost package which contains the JGraph class.org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graph
package.org.jgraph.plaf Contains the GraphUI class which extends the Swing ComponentUI class.org.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation.org.jgraph.util -
Classes in org.jgraph used by org.jgraph Class Description JGraph.EmptySelectionModel EmptySelectionModel
is aGraphSelectionModel
that does not allow anything to be selected.JGraph.GraphSelectionRedirector Handles creating a newGraphSelectionEvent
with theJGraph
as the source and passing it off to all the listeners. -
Classes in org.jgraph used by org.jgraph.graph Class Description JGraph A control that displays a network of related objects using the well-known paradigm of a graph. -
Classes in org.jgraph used by org.jgraph.plaf Class Description JGraph A control that displays a network of related objects using the well-known paradigm of a graph. -
Classes in org.jgraph used by org.jgraph.plaf.basic Class Description JGraph A control that displays a network of related objects using the well-known paradigm of a graph. -
Classes in org.jgraph used by org.jgraph.util Class Description JGraph A control that displays a network of related objects using the well-known paradigm of a graph.