ILOG JViews Gantt 8.1

Gantt Chart
ilog.views.gantt Contains all of the main Gantt Chart classes, Beans, and data model interfaces.
ilog.views.gantt.action Provides Swing actions that can be added to standard JMenus and JToolBars.
ilog.views.gantt.event Provides interfaces and classes for dealing with different types of events fired by main Gantt Chart classes.
ilog.views.gantt.graphic Provides the Gantt sheet component that displays activities over time.
ilog.views.gantt.graphic.grid Provides the classes used to render the vertical and horizontal grids in the Gantt sheet.
ilog.views.gantt.graphic.interactor Provides interactors to manipulate the representation of activities in a Gantt sheet.
ilog.views.gantt.graphic.renderer Provides the classes that render an activity in the Gantt sheet.
ilog.views.gantt.graphic.renderer.composite Provides the classes that render an activity using composite graphics in the Gantt sheet.
ilog.views.gantt.graphic.timeindicator Provides the classes that render a time indicator in the Gantt sheet.
ilog.views.gantt.model Contains abstract and basic implementations of the Gantt data model.
ilog.views.gantt.model.filter Contains Gantt data model implementations that encapsulate and filter other data models.
ilog.views.gantt.model.general Contains a Gantt data model implementation that supports user-defined properties.
ilog.views.gantt.model.jdbc Contains a Gantt data model implementation that connects to a JDBC database.
ilog.views.gantt.model.table Contains a Gantt data model implementation that connects to Swing TableModel instances.
ilog.views.gantt.print Defines classes and interfaces for printing the content of an IlvGanttChart or an IlvScheduleChart.
ilog.views.gantt.project Provides classes that are used to apply project files created by the Gantt Designer to an IlvGanttChart or an IlvScheduleChart.
ilog.views.gantt.property Provides interfaces and classes for accessing arbitrary object properties.
ilog.views.gantt.scale Provides the Timescale component.
ilog.views.gantt.servlet Provides a Java Servlet that can produce images from a Gantt or Schedule chart.
ilog.views.gantt.swing Provides interfaces and classes for rendering and editing Gantt data in Swing components, such as a tree or table.
ilog.views.gantt.swing.calendarview Provides classes for rendering Gantt data in Swing calendaring components, such as a month or daily planner view.
ilog.views.gantt.text Provides text formatting and parsing classes.
ilog.views.gantt.util.event Provides generic event classes and interfaces, listener registration support classes, event dispatchers, and event demultiplexers.
ilog.views.gantt.util.log Provides an event logging facility that can be enabled selectively for different subsystems.
ilog.views.gantt.xml This package contains readers and writers that allow read/write Gantt data from/to org.w3c.dom.Element objects.
ilog.views.schedule Contains the main Schedule Data chart classes that display numerical information derived from Gantt data models.
ilog.views.schedule.data Contains data set implementations that derive numerical information from Gantt data models.
ilog.views.schedule.interactor Contains interactors for the Schedule Data charts.
ilog.views.schedule.print Defines classes and interfaces for printing the content of an IlvResourceDataChart.
ilog.views.schedule.text Provides utility classes for formatting and parsing data values as text.

 

JavaServer Faces DHTML Components
ilog.views.gantt.faces This package contains the classes used by the JViews Gantt JavaServer Faces components and renderers.
ilog.views.gantt.faces.component This package contains the high level JViews Gantt Faces components.
ilog.views.gantt.faces.component.data This package contains the high level JViews Gantt Faces data sources.
ilog.views.gantt.faces.dhtml This package contains the JViews Gantt Faces DHTML components, renderers and JSP Tag Handler.
ilog.views.gantt.faces.dhtml.component This package contains the JViews Gantt Faces DHTML components.
ilog.views.gantt.faces.dhtml.interactor This package contains the DHTML implementation of JViews Gantt JavaServer Faces interactors.
ilog.views.gantt.faces.dhtml.renderkit This package contains the JViews Gantt Faces DHTML renderers.
ilog.views.gantt.faces.dhtml.servlet This package contains the JViews Gantt Faces servlet classes to dynamically generate images representing the component.
ilog.views.gantt.faces.dhtml.taglib This package contains the JViews Gantt Faces JSP Tag handler that creates DHTML components associated with their renderer.
ilog.views.gantt.faces.interactor This package contains the JViews Gantt Faces interactors that could be set on the table or sheet view of an hierarchy chart.

 

Charts
ilog.views.chart Contains all of the main Chart classes and interfaces.
ilog.views.chart.action Provides Swing actions that can be added to standard JMenus and JToolBars.
ilog.views.chart.customizer This package contains the GUI independent customizer mechanism that allows to customize the appearance of an ILOG JViews Chart component.
ilog.views.chart.customizer.swing This package contains the customizer mechanism that allows you to customize the appearance of an ILOG JViews Chart component.
ilog.views.chart.data Contains classes related to the Chart data model.
ilog.views.chart.data.lod Contains classes related to the load-on-demand mechanism.
ilog.views.chart.data.xml This package contains readers and writers that allow read/write Chart data from/to org.w3c.dom.Document object.
ilog.views.chart.datax Provides extended data models and bridges from/to Swing models.
ilog.views.chart.datax.adapter Provides predefined bridges between data models.
ilog.views.chart.datax.adapter.connector Provides predefined connectors to object property mechanisms.
ilog.views.chart.datax.adapter.partition Provides interfaces and algorithms for partitioning of data models.
ilog.views.chart.datax.adapter.partition.event Provides events sent by data model partitioners.
ilog.views.chart.datax.adapter.sort Provides interfaces and algorithms for sorting of data models.
ilog.views.chart.datax.event Provides events sent by all kinds of extended data models.
ilog.views.chart.datax.flat.list Provides the flat list model interface and its default implementation.
ilog.views.chart.datax.flat.list.event Provides the events sent out by flat list models.
ilog.views.chart.datax.flat.set Provides the flat set model interface and its default implementation.
ilog.views.chart.datax.flat.set.event Provides the events sent out by flat set models.
ilog.views.chart.datax.flat.table Provides the flat table model interface and its default implementation.
ilog.views.chart.datax.flat.table.event Provides the events sent out by flat table models.
ilog.views.chart.datax.operator Provides interfaces and classes for applying operators to the values of a column in a data model.
ilog.views.chart.datax.operator.event Provides the events sent out by operators of data model columns.
ilog.views.chart.datax.tree Provides object models with a tree structure.
ilog.views.chart.datax.tree.list Provides the tree list model interface and its default implementation.
ilog.views.chart.datax.tree.list.event Provides the events sent out by tree list models.
ilog.views.chart.datax.tree.set Provides the tree set model interface and its default implementation.
ilog.views.chart.datax.tree.set.event Provides the events sent out by tree set models.
ilog.views.chart.event Provides interfaces and classes for dealing with different types of events fired by main Chart classes.
ilog.views.chart.graphic Provides classes to customize the graphical aspect of a chart.
ilog.views.chart.interactor Contains the predefined chart interactor classes.
ilog.views.chart.java2d Contains classes that extends the Java 2D API.
ilog.views.chart.print Defines classes and interfaces for printing the content of an IlvChart.
ilog.views.chart.renderer Contains the predefined chart renderer classes.
ilog.views.chart.servlet Provides a Java Servlet that can produce images from an IlvChart.
ilog.views.chart.swing Provides custom Swing components that can be used with charts.
ilog.views.chart.util Contains general-purpose utility classes.

 

Charts JavaServer Faces DHTML Components
ilog.views.chart.faces This package contains the classes used by the JViews Chart JavaServer Faces components and renderers.
ilog.views.chart.faces.component This package contains the main JViews Javaserver Faces chart component classes.
ilog.views.chart.faces.component.data This package contains the component classes related to the Chart data model.
ilog.views.chart.faces.dhtml This package contains the DHTML implementation of JViews Faces Chart components, renderers and JSP custom tag handlers.
ilog.views.chart.faces.dhtml.component This package contains the DHTML implementation of JViews JavaServer Faces Chart components.
ilog.views.chart.faces.dhtml.component.data This package contains the DHTML implementation of JViews JavaServer Faces components related to a chart data model.
ilog.views.chart.faces.dhtml.interactor This package contains the DHTML implementation of JViews Charts JavaServer Faces interactors.
ilog.views.chart.faces.dhtml.renderkit This package contains the DHTML implementation of JViews JavaServer Faces Chart renderers.
ilog.views.chart.faces.dhtml.taglib This package contains the DHTML implementation of JViews JavaServer Faces Chart JSP custom tag handlers.
ilog.views.chart.faces.interactor This package contains the implementation of JViews JavaServer Faces Chart interactors.
ilog.views.chart.faces.servlet This package provides the main classes that allow to generate a image from a chart.

 

Charts JavaServer Faces Rich Web Components
ilog.views.chart.rwc.faces This package contains the base classes to write JViews Rich Web JavaServer Faces components.
ilog.views.chart.rwc.faces.component This package contains the component classes of the JViews Rich Web JavaServer Faces components.
ilog.views.chart.rwc.faces.event This package contains the event and listeners classes of the JViews Rich Web JavaServer Faces components.

 

Graphics Framework
ilog.views Provides the classes necessary to create a high performance 2D graphic application.
ilog.views.accelerator Provides the default key accelerators for a manager.
ilog.views.awt Provides all the AWT components necessary to create an application mixing JViews and AWT.
ilog.views.dxf Provides a reader for the DXF file format.
ilog.views.event Provides interfaces and classes for dealing with different types of events fired by JViews Graphics Framework classes.
ilog.views.event.adapter Provides event listener adapter and handler.
ilog.views.graphic Contains the predefined graphic objects of JViews.
ilog.views.graphic.linkbundle Provides a grapher link that stores and represents a bundle of individual links ("sublinks").
ilog.views.graphic.linkbundle.event Provides events and event listeners for IlvLinkBundle.
ilog.views.graphic.linkpolicy Contains the link shape policies.
ilog.views.interactor Provides the predefined interactors for a view.
ilog.views.io Provides the input and output streams to store JViews objects in the IVL format.
ilog.views.java2d Provides some classes extending Java 2D API.
ilog.views.linkconnector Contains the predefined link connectors of JViews.
ilog.views.objectinteractor Provides the predefined interactors for a graphic object.
ilog.views.swing Provides all the Swing components necessary to create an application mixing JViews and Swing.
ilog.views.tiling Provides the framework to implement load on demand.
ilog.views.ui Provides additional classes for developing user's interfaces, this package is deprecated.

 

Symbols and Composite Graphics
ilog.views.graphic.composite Provides classes for creating Composite Graphics.
ilog.views.graphic.composite.decoration Provides predefined decorations.
ilog.views.graphic.composite.layout Provides classes for the layout of the decorations within an IlvComposite.
ilog.views.graphic.composite.objectinteractor Provides a predefined interactor for the composite graphics.
ilog.views.symbology Provides support for symbols and palettes of symbols.
ilog.views.symbology.interactor Contains predefined interactors allowing to process inputs done by the user on symbols.
ilog.views.symbology.palettes Contains the support for palettes of symbols.
ilog.views.symbology.palettes.event Contains the listeners and event classes for palettes of symbols.
ilog.views.symbology.palettes.swing Contains the Swing version of the graphical user interface (GUI) components for displaying and managing the content of palettes.
ilog.views.symbology.palettes.swing.action Contains predefined Swing action to manage palettes manager.

 

Utilities
ilog.views.customizer Provides the base class of the checked exceptions that can be thrown when using customizers.
ilog.views.customizer.styling Contains the base class of component CSS adapters, and the rule customizer logic interface.
ilog.views.util Contains general purpose utility classes.
ilog.views.util.collections Contains miscellaneous iterators and predicates that can be used with the collections framework.
ilog.views.util.convert Contains the management of type conversion.
ilog.views.util.data Provides utilities to manage data including facilities for mapping a Swing TableModel to JViews models, and also, JDBC, RowSet and CSV based implementations of a Swing TableModel for easy database and flat file access
ilog.views.util.event Provides generic event listener registration support classes.
ilog.views.util.filter Provides an abstract interface for filtering objects.
ilog.views.util.filter.event Contains event listener classes for IlvFilter.
ilog.views.util.java2d Contains classes that extends the Java 2D API.
ilog.views.util.print Defines a generic printing framework.
ilog.views.util.styling Contains classes related to component styling.
ilog.views.util.swing Contains general purpose Swing components and utilities.
ilog.views.util.swing.calendar Provides a set of Swing calendar components.
ilog.views.util.swing.calendar.event Provides for events fired by the Swing calendar components.
ilog.views.util.swing.calendar.plaf Provides the pluggable look-and-feel implementations for the Swing calendar components.
ilog.views.util.swing.color Provides JComponent implementations for choosing a color.
ilog.views.util.swing.layout Provides a set of LayoutManagers for Swing and AWT.
ilog.views.util.swing.table Contains the classes that implement extended behavior for table.
ilog.views.util.swing.tree Contains a class that defines a default tree cell renderer.
ilog.views.util.swt Contains utilities for embedding Swing components in SWT frames.
ilog.views.util.text Contains general purpose text formatters and parsers that enhance the standard java.text package.
ilog.views.util.time Contains general purpose utilities for working with Dates and Calendars.

 

Graphics Framework JavaServer Faces DHTML Components
ilog.views.faces This package contains the base classes to write JViews JavaServer Faces components.
ilog.views.faces.component This package contains the base JViews JavaServer Faces component classes.
ilog.views.faces.dhtml This package contains the base DHTML implementation of JViews JavaServer Faces components, renderers, and tag handlers.
ilog.views.faces.dhtml.component This package contains the base DHTML implementation of JViews JavaServer Faces components.
ilog.views.faces.dhtml.event This package contains the events and listeners used in the JViews JavaServer Faces components.
ilog.views.faces.dhtml.interactor This package contains the interactors components to interact on JViews JavaServer Faces views used in the DHTML render kit.
ilog.views.faces.dhtml.renderkit This package contains the base DHTML implementation of JViews JavaServer Faces renderers.
ilog.views.faces.dhtml.taglib This package contains the base DHTML implementation of JViews JavaServer Faces tag handlers.
ilog.views.faces.interactor This package contains the base interactor components to interact on JViews JavaServer Faces views.
ilog.views.faces.servlet This package contains servlet specific classes.
ilog.views.faces.taglib This package contains the base classes for JViews JavaServer Faces JSP custom components tags.
ilog.views.util.servlet This package contains various utility classes used in thinclient.
ilog.views.util.servlet.event This package contains common event and listener classes used in thinclient.
ilog.views.util.servlet.model This package contains common model classes used in thinclient.
ilog.views.util.servlet.tiling Tile manager for storing and/or loading tiles.

 



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