Package ilog.views.diagrammer.application

Contains classes to easily build Swing applications or applets using the diagram component.

See:
          Description

Interface Summary
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 Summary
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 IlvDiagrammerApplication is a ready-to-use Swing application based on the diagram component, IlvDiagrammer, and built using the other components of this package.
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.
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.
 

Package ilog.views.diagrammer.application Description

Contains classes to easily build Swing applications or applets using the diagram component.

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.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.