|
JGraphpad Pro
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JGraphEditorDiagramPane | |
| com.jgraph.editor | Contains the main elements of the JGraph Editor Framework |
| com.jgraph.editor.factory | Contains the diagram pane, toolbox and factory methods |
| com.jgraph.pad.action | Provides actions to be used in the kit |
| com.jgraph.pad.factory | Implements factory methods for constructing the UI |
| Uses of JGraphEditorDiagramPane in com.jgraph.editor |
| Methods in com.jgraph.editor that return JGraphEditorDiagramPane | |
static JGraphEditorDiagramPane |
JGraphEditorAction.getPermanentFocusOwnerDiagramPane()
Returns the diagram pane that contains the permanent focus owner. |
JGraphEditorDiagramPane |
JGraphEditorFactory.createDiagramPane(JGraphEditorDiagram diagram)
Returns a new diagram pane for the specified diagram by creating a new graph using the JGraphEditorFactory.createGraph(GraphLayoutCache) method and
wrapping it up in a JGraphEditorDiagramPane. |
JGraphEditorDiagramPane |
JGraphEditorFactory.createDiagramPane(JGraphEditorDiagram diagram)
Returns a new diagram pane for the specified diagram by creating a new graph using the JGraphEditorFactory.createGraph(GraphLayoutCache) method and
wrapping it up in a JGraphEditorDiagramPane. |
static JGraphEditorDiagramPane |
JGraphEditorAction.getPermanentFocusOwnerDiagramPane()
Returns the diagram pane that contains the permanent focus owner. |
| Uses of JGraphEditorDiagramPane in com.jgraph.editor.factory |
| Methods in com.jgraph.editor.factory that return JGraphEditorDiagramPane | |
static JGraphEditorDiagramPane |
JGraphEditorDiagramPane.getParentDiagramPane(Component component)
Returns the parent diagram pane of the specified component, or the component itself if it is a editor diagram pane. |
static JGraphEditorDiagramPane |
JGraphEditorDiagramPane.getParentDiagramPane(Component component)
Returns the parent diagram pane of the specified component, or the component itself if it is a editor diagram pane. |
| Uses of JGraphEditorDiagramPane in com.jgraph.pad.action |
| Methods in com.jgraph.pad.action with parameters of type JGraphEditorDiagramPane | |
protected void |
JGraphpadEditAction.doUndo(JGraphEditorDiagramPane diagramPane)
Undos the last operation in the specified diagram pane. |
protected void |
JGraphpadEditAction.doRedo(JGraphEditorDiagramPane diagramPane)
Undos the last operation in the specified diagram pane. |
protected void |
JGraphpadFileAction.doSaveImage(JGraphEditorDiagramPane diagramPane,
int inset,
String filename)
Saves the specified graph as an image using inset as the
size of the empty border around the image. |
protected void |
JGraphpadFileAction.doPrintDiagramPane(JGraphEditorDiagramPane diagramPane)
Displays a system print dialog and prints the specified diagram pane. |
protected void |
JGraphpadFileAction.doPageSetup(JGraphEditorDiagramPane diagramPane)
Displays the system page format dialog and updates the pageformat on the specified diagram pane. |
protected void |
JGraphpadViewAction.doBackground(JGraphEditorDiagramPane diagramPane)
Displays a color dialog and sets the background color on the specified diagram pane. |
protected void |
JGraphpadViewAction.doBackgroundImage(JGraphEditorDiagramPane diagramPane,
String filename)
Displays a file- or URL-dialog and uses the filename to set the background image on the specified diagram pane. |
| Uses of JGraphEditorDiagramPane in com.jgraph.pad.factory |
| Methods in com.jgraph.pad.factory with parameters of type JGraphEditorDiagramPane | |
protected void |
JGraphpadPane.configureDiagramPane(JGraphEditorDiagramPane diagramPane,
JGraphEditorDiagram diagram)
Configures the newly created diagram pane to reflect the properties of the specified diagram. |
|
JGraphpad Pro
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||