Uses of Package
org.jgraph
Packages that use org.jgraph
Package
Description
JGraph's topmost package which contains the JGraph class.
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph
package.Contains the GraphUI class which extends the Swing ComponentUI class.
Contains the BasicGraphUI, which is GraphUI's default implementation.
-
Classes in org.jgraph used by org.jgraphClassDescription
EmptySelectionModel
is aGraphSelectionModel
that does not allow anything to be selected.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.graphClassDescriptionA control that displays a network of related objects using the well-known paradigm of a graph.
-
Classes in org.jgraph used by org.jgraph.plafClassDescriptionA 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.basicClassDescriptionA control that displays a network of related objects using the well-known paradigm of a graph.
-
Classes in org.jgraph used by org.jgraph.utilClassDescriptionA control that displays a network of related objects using the well-known paradigm of a graph.