See: Description
Interface | Description |
---|---|
IlvDiagrammerAction.ErrorHandler |
This interface is used to change the way Diagrammer actions handle exceptions.
|
IlvDiagrammerAction.StatusListener |
This listener is typically used to display information related to Diagrammer
actions in a status bar.
|
Class | Description |
---|---|
IlvDiagrammerAction |
This class is a base class for Swing Actions that can be used to control and edit
an
IlvDiagrammer instance. |
IlvDiagrammerAction.FileAction |
A base class for I/O actions
|
IlvDiagrammerAction.Handler |
This class can be used to redefine the behavior of a predefined action.
|
IlvDiagrammerAction.StatusEvent |
The event passed to the methods of
IlvDiagrammerAction.StatusListener objects. |
IlvDiagrammerAction.ToggleAction |
This subclass of IlvDiagrammerAction can be used as a base class for
custom selectable (or "toggle") actions.
|
IlvDiagrammerApplication | Deprecated |
IlvDiagrammerEditBar |
The
IlvDiagrammerEditBar is a prebuilt toolbar
containing actions to edit the contents of a diagram component, IlvDiagrammer . |
IlvDiagrammerEditMenu |
A predefined "Edit" menu for use in an application based on
the diagram component,
IlvDiagrammer . |
IlvDiagrammerFileMenu |
A predefined "File" menu for use in an application based on
the diagram component,
IlvDiagrammer . |
IlvDiagrammerFrame |
IlvDiagrammerFrame is a ready-to-use Swing application
based on the diagram component, IlvDiagrammer , and
built using the other components of this package. |
IlvDiagrammerHashFunction |
This class is used to determine which nodes of the diagram
are considered "equal" for Diagrammer application components.
|
IlvDiagrammerHelpMenu |
A predefined "Help" menu for use in an application based on
the diagram component,
IlvDiagrammer . |
IlvDiagrammerMenu |
The
IlvDiagrammerMenu class is a menu that can be attached
to a diagram component, IlvDiagrammer . |
IlvDiagrammerMenuBar |
A predefined menu bar to use in applications based on the diagram component,
IlvDiagrammer . |
IlvDiagrammerOptionsMenu |
A predefined "Options" menu for use in an application based on
the diagram component,
IlvDiagrammer . |
IlvDiagrammerOverview |
This component displays an overview of a diagram component,
IlvDiagrammer . |
IlvDiagrammerPaletteAction |
The class
IlvDiagrammerPaletteAction provides an easy way
to build "palettes" to create nodes and links interactively in a diagram component,
IlvDiagrammer . |
IlvDiagrammerPaletteBar |
The
IlvDiagrammerPaletteBar is a prebuilt toolbar
containing actions to create new nodes and links in an
IlvDiagrammer component. |
IlvDiagrammerPropertySheet |
A component to view and edit the properties of the selected object in a diagram component,
IlvDiagrammer . |
IlvDiagrammerStatusBar |
A status bar to use in Diagrammer applications.
|
IlvDiagrammerTable |
A component to display the data model of an
IlvDiagrammer as a table. |
IlvDiagrammerToolBar |
The
IlvDiagrammerToolBar is a toolbar that can be attached
to a diagram component, IlvDiagrammer . |
IlvDiagrammerTree |
A component to display the data model of an
IlvDiagrammer as a tree. |
IlvDiagrammerViewBar |
The
IlvDiagrammerControlBar is a prebuilt toolbar
containing actions to control a diagram component, IlvDiagrammer . |
IlvDiagrammerViewMenu |
A predefined "View" menu for use in an application based on
the diagram component,
IlvDiagrammer . |
This package contains predefined Swing actions and components to control and edit an
IlvDiagrammer
instance. These actions and components simplify
to the maximum the task of creating a single-document or multidocument
Swing application or applet using the diagram component.
IlvDiagrammerAction
:
A set of predefined actions for the diagram component.
IlvDiagrammerToolBar
,
IlvDiagrammerEditBar
,
IlvDiagrammerViewBar
,
IlvDiagrammerPaletteBar
:
A set of predefined toolbars containing predefined Diagrammer actions.
IlvDiagrammerMenuBar
,
IlvDiagrammerMenu
,
IlvDiagrammerFileMenu
,
IlvDiagrammerEditMenu
,
IlvDiagrammerViewMenu
,
IlvDiagrammerHelpMenu
:
A set of predefined menus containing predefined Diagrammer actions.
IlvDiagrammerTree
:
A component that displays the data model of a diagram component as a tree.
IlvDiagrammerPropertySheet
:
A component that lets you edit the properties of the selected object
in a diagram component.
IlvDiagrammerOverview
:
A component to control the visible area of a diagram component.
IlvDiagrammerApplication
:
A ready-to-use application based on the diagram component, and using all the
above components.
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.