Package | Description |
---|---|
ilog.views.dashboard |
Contains the classes for the Dashboard support.
|
ilog.views.diagrammer.application |
Contains classes to easily build Swing applications or applets using the diagram
component.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDashboardAction
IlvDashboardAction is the base class for Swing Actions
used to control and edit an IlvDashboardDiagram instance;
it extends the IlvDiagrammerAction class. |
Modifier and Type | Class and Description |
---|---|
static class |
IlvDiagrammerAction.FileAction
A base class for I/O actions
|
static class |
IlvDiagrammerAction.ToggleAction
This subclass of IlvDiagrammerAction can be used as a base class for
custom selectable (or "toggle") actions.
|
class |
IlvDiagrammerPaletteAction
The class
IlvDiagrammerPaletteAction provides an easy way
to build "palettes" to create nodes and links interactively in a diagram component,
IlvDiagrammer . |
Modifier and Type | Field and Description |
---|---|
static IlvDiagrammerAction |
IlvDiagrammerAction._new
This action clears the diagram component.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.about
This action shows a default "About" dialog.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.alignBottom
This action calls the
IlvDiagrammer.alignBottom()
method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.alignHorizontalCenter
This action calls the
IlvDiagrammer.alignHorizontalCenter()
method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.alignLeft
This action calls the
IlvDiagrammer.alignLeft()
method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.alignRight
This action calls the
IlvDiagrammer.alignRight()
method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.alignTop
This action calls the
IlvDiagrammer.alignTop()
method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.alignVerticalCenter
This action calls the
IlvDiagrammer.alignVerticalCenter()
method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.autoEditLabel
This action toggles the "auto-edit-label" flag on or off.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.autoLabelLayout
This action toggles automatic layout of labels on or off.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.autoLinkLayout
This action toggles automatic layout of links on or off.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.autoNodeLayout
This action toggles automatic layout of nodes on or off.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.callBuilder
This action invokes the Diagrammer Designer application (if it is available).
|
static IlvDiagrammerAction |
IlvDiagrammerAction.clearPrintArea
This action calls the
IlvDiagrammer.clearPrintArea() method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.close
This action does nothing by default: multi-document applications should
set a handler on this action to implement its actual behavior, for example
closing the internal frame containing the diagram.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.copy
This action calls the
IlvDiagrammer.copy() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.createLink
This action prompts for a tag name (type) and creates a new link with this tag.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.createNode
This action prompts for a tag name (type) and creates a new node with this tag.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.cut
This action calls the
IlvDiagrammer.cut() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.delete
This action calls the
IlvDiagrammer.delete() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.distributeHorizontally
This action calls the
IlvDiagrammer.distributeHorizontally()
method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.distributeVertically
This action calls the
IlvDiagrammer.distributeVertically()
method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.duplicate
This action calls the
IlvDiagrammer.duplicate() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.editing
This action toggles editing mode on or off.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.editLabel
This action toggles label editing mode on or off.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.exit
This action calls
System.exit(0) . |
static IlvDiagrammerAction |
IlvDiagrammerAction.fitToContents
This action calls the
IlvDiagrammer.fitToContents() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.grid
This action shows or hides the grid.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.gridSpacing
This action opens a dialog box to change the spacing of the grid.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.group
This action calls the
IlvDiagrammer.group() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.help
This action shows a default "Help" dialog.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.layoutAllNodes
This action calls the
IlvDiagrammer.layoutAllNodes() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.layoutSelectedNodes
This action calls the
IlvDiagrammer.layoutSelectedNodes() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.open
|
static IlvDiagrammerAction |
IlvDiagrammerAction.openStyleSheet
This action shows a file chooser, and applies the selected style sheet to the diagram component.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.pageSetup
This action calls the
IlvDiagrammer.pageSetup() method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.pan
This action toggles the "pan" mode of the diagram component.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.paste
This action calls the
IlvDiagrammer.paste() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.printPreview
This action calls the
IlvDiagrammer.printPreview() method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.printToBitmap
This action calls the
IlvDiagrammer.printToBitmap(java.io.File) method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.printWithDialog
This action calls the
IlvDiagrammer.print(boolean, boolean, ilog.views.diagrammer.IlvDiagrammer.PrinterExceptionHandler) method
with showPrintDialog set to true . |
static IlvDiagrammerAction |
IlvDiagrammerAction.printWithoutDialog
This action calls the
IlvDiagrammer.print(boolean, boolean, ilog.views.diagrammer.IlvDiagrammer.PrinterExceptionHandler) method
with showPrintDialog set to false . |
static IlvDiagrammerAction |
IlvDiagrammerAction.read
This action shows a file chooser and reads the selected XML file into the diagram component.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.redo
This action calls the
IlvDiagrammer.redo() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.refresh
This action reloads the current style sheet of the diagram component.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.resetZoom
This action calls the
IlvDiagrammer.resetZoom() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.resizing
This action toggles resizing mode on or off.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.save
This action saves the diagram to the currently loaded XML file.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.saveAs
This action shows a file chooser and writes the diagram to the selected XML file.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.select
This action toggles the "selection" mode of the diagram component.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.selectAll
This action calls the
IlvDiagrammer.selectAll() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.setPrintArea
This action calls the
IlvDiagrammer.setPrintArea() method. |
static IlvDiagrammerAction |
IlvDiagrammerAction.stickyModes
This action toggles the "sticky modes" flag on or off.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.undo
This action calls the
IlvDiagrammer.undo() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.ungroup
This action calls the
IlvDiagrammer.ungroup() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.zoom
This action toggles the "zoom" mode of the diagram component.
|
static IlvDiagrammerAction |
IlvDiagrammerAction.zoomIn
This action calls the
IlvDiagrammer.zoomIn() method of the diagram component. |
static IlvDiagrammerAction |
IlvDiagrammerAction.zoomOut
This action calls the
IlvDiagrammer.zoomOut() method of the diagram component. |
Modifier and Type | Method and Description |
---|---|
static IlvDiagrammerAction[] |
IlvDiagrammerPaletteBar.getActions(IlvDiagrammer palette,
IlvDiagrammerHashFunction hashFunction)
Creates a set of palette actions.
|
static IlvDiagrammerAction[] |
IlvDiagrammerPaletteAction.getActions(IlvDiagrammer palette,
IlvDiagrammerHashFunction hashFunction)
Creates a set of palette actions.
|
IlvDiagrammerAction |
IlvDiagrammerAction.StatusEvent.getDiagrammerAction()
Returns the Diagrammer action for which the status is to be displayed.
|
Modifier and Type | Method and Description |
---|---|
static void |
IlvDiagrammerAction.addActionToUpdate(IlvDiagrammerAction action)
Adds an action that must be updated when the state of an
IlvDiagrammer component changes. |
void |
IlvDiagrammerAction.Handler.perform(IlvDiagrammerAction action,
IlvDiagrammer diagrammer,
ActionEvent event)
This method is called when an
IlvDiagrammerAction
is performed. |
static void |
IlvDiagrammerAction.removeActionToUpdate(IlvDiagrammerAction action)
Removes an action from the list of actions that must be updated when the
state of an
IlvDiagrammer component changes. |
void |
IlvDiagrammerAction.Handler.update(IlvDiagrammerAction action,
IlvDiagrammer diagrammer)
This method is called when the state (enabled/disabled, selected/unselected)
of an
IlvDiagrammerAction is queried. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.