Uses of Interface
org.jgraph.graph.CellHandle
-
Packages that use CellHandle Package Description org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graphpackage.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. -
-
Uses of CellHandle in org.jgraph.graph
Classes in org.jgraph.graph that implement CellHandle Modifier and Type Class Description static classEdgeView.EdgeHandlestatic classVertexView.SizeHandleMethods in org.jgraph.graph that return CellHandle Modifier and Type Method Description abstract CellHandleAbstractCellView. getHandle(GraphContext context)Returns a cell handle for the view.CellHandleCellView. getHandle(GraphContext context)Returns a cell handle for the view.CellHandleEdgeView. getHandle(GraphContext context)Returns a cell handle for the view.CellHandlePortView. getHandle(GraphContext context)Returnsnull.CellHandleVertexView. getHandle(GraphContext context)Returns a cell handle for the view, if the graph and the view are sizeable. -
Uses of CellHandle in org.jgraph.plaf
Methods in org.jgraph.plaf that return CellHandle Modifier and Type Method Description abstract CellHandleGraphUI. getHandle()Returns theCellHandlethat is currently active, ornullif no handle is active. -
Uses of CellHandle in org.jgraph.plaf.basic
Classes in org.jgraph.plaf.basic that implement CellHandle Modifier and Type Class Description classBasicGraphUI.RootHandleFields in org.jgraph.plaf.basic declared as CellHandle Modifier and Type Field Description protected CellHandleBasicGraphUI.RootHandle. activeHandleThe handle that consumed the last mousePressedEvent.protected CellHandleBasicGraphUI. handleHandle that we are going to use.protected CellHandle[]BasicGraphUI.RootHandle. handlesMethods in org.jgraph.plaf.basic that return CellHandle Modifier and Type Method Description CellHandleBasicGraphUI. createHandle(GraphContext context)Constructs the "root handle" forcontext.CellHandleBasicGraphUI. getHandle()Returns the handle that is currently active, or null, if no handle is currently active.
-