GraphView ControlGraphView Control (GVC) is a GUI component that provides graph representation for objects of system. Objects are displayed as nodes and edges are their relationships. Each node consists of a label and an optional bitmapped image. Users can create, delete, arrange (by drag-and-drop) objects and edit their properties.
GraphView Control is a JavaBean, which is intended to view and edit
the graph representation of systems which may differ from each other both
in application spheres and abstraction levels. It may be used as GUI control
like TreeView (JFC) in cases when more general than simple parent-children
relationship between objects is required. Besides, GVC is open for adding
functionality by inheriting or aggregation its features for using in more
special spheres, for example: CASE systems, program builders development,
graph-theory education, etc. GraphView Control is designed for use by both
GUI developers and non-programmer users.
The GraphView Control supports:
This GVC 1.0 release requires that you have the JDK 1.1 or compatible browsers installed on your computer. We recommend using JDK 1.1.3 (or later) because this fixes some GUI related bugs. The GVC is qualified for Windows 95, and Windows NT 4.0. However the GVC is "pure Java" and should run on any JDK 1.1 enabled system.
GVC have input interface IGraphView for being controlled by applications and model interface - for applications being controlled by GVC.
|
Information System Design
|