Package | Description |
---|---|
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
JMenu s and
JToolBar s. |
ilog.views.gantt.event |
Provides interfaces and classes for dealing
with different types of events fired by
main Gantt Chart classes.
|
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.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.servlet |
This package contains the JViews Gantt Faces servlet classes to dynamically generate images representing the component.
|
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.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.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.print |
Defines classes and interfaces for printing the content of an
IlvResourceDataChart . |
Class and Description |
---|
IlvActivity
The class
IlvActivity defines the abstract behavior of a Gantt
activity. |
IlvActivityFactory
This interface defines an
IlvActivity factory. |
IlvBasicTimeScrollController
An
IlvBasicTimeScrollController coordinates the time scrolling
of one or more IlvTimeScrollable objects. |
IlvBasicTimeScrollSupport
IlvBasicTimeScrollSupport provides basic support for
IlvTimeScrollable implementations. |
IlvCacheManager
The
IlvCacheManager class manages and coordinates the various
caching and load-on-demand mechanisms for an IlvGanttConfiguration . |
IlvConstraint
IlvConstraint defines the abstract behavior of a constraint
between two IlvActivity objects. |
IlvConstraintFactory
This interface defines an
IlvConstraint factory. |
IlvConstraintType
The class
IlvConstraintType represents the type of an
IlvConstraint object defined between two activities. |
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
IlvGanttComponentManager
An
IlvGanttComponentManager coordinates the scrolling, row
expand/collapse, and selection behaviors for a set of UI components that
display information from the same Gantt data model . |
IlvGanttConfiguration
IlvGanttConfiguration is the central facade for a
coordinated set of Gantt UIs that display information from the
same data model. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyChart |
IlvHierarchyNode
IlvHierarchyNode is a marker interface that identifies
both IlvActivity s and IlvResource s as nodes in a hierarchical
tree managed by an IlvGanttModel . |
IlvReservation
IlvReservation defines the abstract behavior of an
assignment of an IlvResource to an IlvActivity . |
IlvReservationFactory
This interface defines an
IlvReservation factory. |
IlvResource
IlvResource defines the abstract behavior of a Gantt resource. |
IlvResourceFactory
This interface defines an
IlvResource factory. |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
IlvTimeScrollable
The
IlvTimeScrollable interface defines the behavior of a component whose
time interval can be scrolled. |
IlvTimeScrollController
IlvTimeScrollController extends
IlvBasicTimeScrollController to add support for animation of
changes to the visible time interval. |
IlvTimeScrollSupport
IlvTimeScrollSupport provides calculation support for
IlvTimeScrollable implementations. |
IlvVerticalDisplayController
IlvVerticalDisplayController is a display controller that
coordinates the vertical scrolling, row expand/collapse, and row visibility
behavior between an IlvGanttConfiguration and 1 or more user
interface components. |
IlvVerticalExpandable
The
IlvVerticalExpandable interface defines the behavior of all
the ui components that can have their row expand/collapse and visibility
behavior coordinated by an IlvGanttConfiguration . |
IlvVerticalExpansionMaster
IlvVerticalExpansionMaster defines the behavior of a class that can track
the expand/collapse status of an IlvGanttConfiguration 's data tree and the
rows that each activity or resource
is displayed on. |
IlvVerticalScrollable
The
IlvVerticalScrollable interface defines the behavior of a
UI component that can be scrolled vertically. |
Class and Description |
---|
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyChart |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
IlvTimeScrollable
The
IlvTimeScrollable interface defines the behavior of a component whose
time interval can be scrolled. |
IlvVerticalScrollable
The
IlvVerticalScrollable interface defines the behavior of a
UI component that can be scrolled vertically. |
Class and Description |
---|
IlvActivity
The class
IlvActivity defines the abstract behavior of a Gantt
activity. |
IlvConstraint
IlvConstraint defines the abstract behavior of a constraint
between two IlvActivity objects. |
IlvConstraintType
The class
IlvConstraintType represents the type of an
IlvConstraint object defined between two activities. |
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
IlvGanttConfiguration
IlvGanttConfiguration is the central facade for a
coordinated set of Gantt UIs that display information from the
same data model. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyChart |
IlvHierarchyNode
IlvHierarchyNode is a marker interface that identifies
both IlvActivity s and IlvResource s as nodes in a hierarchical
tree managed by an IlvGanttModel . |
IlvReservation
IlvReservation defines the abstract behavior of an
assignment of an IlvResource to an IlvActivity . |
IlvResource
IlvResource defines the abstract behavior of a Gantt resource. |
IlvRowRange
The class
IlvRowRange is used to represent a range of rows. |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
IlvTimeScrollable
The
IlvTimeScrollable interface defines the behavior of a component whose
time interval can be scrolled. |
IlvVerticalScrollable
The
IlvVerticalScrollable interface defines the behavior of a
UI component that can be scrolled vertically. |
Class and Description |
---|
IlvHierarchyChart |
Class and Description |
---|
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
Class and Description |
---|
IlvHierarchyChart |
Class and Description |
---|
IlvHierarchyChart |
Class and Description |
---|
IlvHierarchyChart |
Class and Description |
---|
IlvActivity
The class
IlvActivity defines the abstract behavior of a Gantt
activity. |
IlvActivityFactory
This interface defines an
IlvActivity factory. |
IlvConstraint
IlvConstraint defines the abstract behavior of a constraint
between two IlvActivity objects. |
IlvConstraintFactory
This interface defines an
IlvConstraint factory. |
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
IlvGanttConfiguration
IlvGanttConfiguration is the central facade for a
coordinated set of Gantt UIs that display information from the
same data model. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyChart |
IlvHierarchyNode
IlvHierarchyNode is a marker interface that identifies
both IlvActivity s and IlvResource s as nodes in a hierarchical
tree managed by an IlvGanttModel . |
IlvReservation
IlvReservation defines the abstract behavior of an
assignment of an IlvResource to an IlvActivity . |
IlvReservationFactory
This interface defines an
IlvReservation factory. |
IlvResourceFactory
This interface defines an
IlvResource factory. |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
IlvTimeScrollable
The
IlvTimeScrollable interface defines the behavior of a component whose
time interval can be scrolled. |
IlvVerticalExpandable
The
IlvVerticalExpandable interface defines the behavior of all
the ui components that can have their row expand/collapse and visibility
behavior coordinated by an IlvGanttConfiguration . |
Class and Description |
---|
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
Class and Description |
---|
IlvActivity
The class
IlvActivity defines the abstract behavior of a Gantt
activity. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
Class and Description |
---|
IlvActivity
The class
IlvActivity defines the abstract behavior of a Gantt
activity. |
IlvActivityFactory
This interface defines an
IlvActivity factory. |
IlvConstraint
IlvConstraint defines the abstract behavior of a constraint
between two IlvActivity objects. |
IlvConstraintFactory
This interface defines an
IlvConstraint factory. |
IlvConstraintType
The class
IlvConstraintType represents the type of an
IlvConstraint object defined between two activities. |
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyNode
IlvHierarchyNode is a marker interface that identifies
both IlvActivity s and IlvResource s as nodes in a hierarchical
tree managed by an IlvGanttModel . |
IlvReservation
IlvReservation defines the abstract behavior of an
assignment of an IlvResource to an IlvActivity . |
IlvReservationFactory
This interface defines an
IlvReservation factory. |
IlvResource
IlvResource defines the abstract behavior of a Gantt resource. |
IlvResourceFactory
This interface defines an
IlvResource factory. |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
Class and Description |
---|
IlvActivity
The class
IlvActivity defines the abstract behavior of a Gantt
activity. |
IlvConstraint
IlvConstraint defines the abstract behavior of a constraint
between two IlvActivity objects. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyNode
IlvHierarchyNode is a marker interface that identifies
both IlvActivity s and IlvResource s as nodes in a hierarchical
tree managed by an IlvGanttModel . |
IlvReservation
IlvReservation defines the abstract behavior of an
assignment of an IlvResource to an IlvActivity . |
IlvResource
IlvResource defines the abstract behavior of a Gantt resource. |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
Class and Description |
---|
IlvActivity
The class
IlvActivity defines the abstract behavior of a Gantt
activity. |
IlvActivityFactory
This interface defines an
IlvActivity factory. |
IlvConstraint
IlvConstraint defines the abstract behavior of a constraint
between two IlvActivity objects. |
IlvConstraintFactory
This interface defines an
IlvConstraint factory. |
IlvConstraintType
The class
IlvConstraintType represents the type of an
IlvConstraint object defined between two activities. |
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
IlvHierarchyNode
IlvHierarchyNode is a marker interface that identifies
both IlvActivity s and IlvResource s as nodes in a hierarchical
tree managed by an IlvGanttModel . |
IlvReservation
IlvReservation defines the abstract behavior of an
assignment of an IlvResource to an IlvActivity . |
IlvReservationFactory
This interface defines an
IlvReservation factory. |
IlvResource
IlvResource defines the abstract behavior of a Gantt resource. |
IlvResourceFactory
This interface defines an
IlvResource factory. |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
Class and Description |
---|
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
Class and Description |
---|
IlvActivity
The class
IlvActivity defines the abstract behavior of a Gantt
activity. |
IlvConstraint
IlvConstraint defines the abstract behavior of a constraint
between two IlvActivity objects. |
IlvConstraintType
The class
IlvConstraintType represents the type of an
IlvConstraint object defined between two activities. |
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyChart |
IlvHierarchyNode
IlvHierarchyNode is a marker interface that identifies
both IlvActivity s and IlvResource s as nodes in a hierarchical
tree managed by an IlvGanttModel . |
IlvReservation
IlvReservation defines the abstract behavior of an
assignment of an IlvResource to an IlvActivity . |
IlvResource
IlvResource defines the abstract behavior of a Gantt resource. |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
Class and Description |
---|
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
IlvHierarchyChart |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
Class and Description |
---|
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyChart |
Class and Description |
---|
IlvHierarchyChart |
IlvHierarchyNode
IlvHierarchyNode is a marker interface that identifies
both IlvActivity s and IlvResource s as nodes in a hierarchical
tree managed by an IlvGanttModel . |
IlvReservation
IlvReservation defines the abstract behavior of an
assignment of an IlvResource to an IlvActivity . |
Class and Description |
---|
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
IlvTimeScrollable
The
IlvTimeScrollable interface defines the behavior of a component whose
time interval can be scrolled. |
Class and Description |
---|
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyChart |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
Class and Description |
---|
IlvActivity
The class
IlvActivity defines the abstract behavior of a Gantt
activity. |
IlvConstraint
IlvConstraint defines the abstract behavior of a constraint
between two IlvActivity objects. |
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
IlvGanttConfiguration
IlvGanttConfiguration is the central facade for a
coordinated set of Gantt UIs that display information from the
same data model. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyChart |
IlvHierarchyNode
IlvHierarchyNode is a marker interface that identifies
both IlvActivity s and IlvResource s as nodes in a hierarchical
tree managed by an IlvGanttModel . |
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
IlvTimeScrollable
The
IlvTimeScrollable interface defines the behavior of a component whose
time interval can be scrolled. |
IlvVerticalExpandable
The
IlvVerticalExpandable interface defines the behavior of all
the ui components that can have their row expand/collapse and visibility
behavior coordinated by an IlvGanttConfiguration . |
IlvVerticalScrollable
The
IlvVerticalScrollable interface defines the behavior of a
UI component that can be scrolled vertically. |
Class and Description |
---|
IlvActivity
The class
IlvActivity defines the abstract behavior of a Gantt
activity. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
Class and Description |
---|
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
Class and Description |
---|
IlvActivity
The class
IlvActivity defines the abstract behavior of a Gantt
activity. |
IlvConstraint
IlvConstraint defines the abstract behavior of a constraint
between two IlvActivity objects. |
IlvConstraintType
The class
IlvConstraintType represents the type of an
IlvConstraint object defined between two activities. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyChart |
IlvReservation
IlvReservation defines the abstract behavior of an
assignment of an IlvResource to an IlvActivity . |
IlvResource
IlvResource defines the abstract behavior of a Gantt resource. |
Class and Description |
---|
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvHierarchyChart |
IlvResource
IlvResource defines the abstract behavior of a Gantt resource. |
IlvScheduleChart
A Schedule chart is a chart that displays the schedule of resources.
|
IlvTimeInterval
The class
IlvTimeInterval represents a specific time span, with
millisecond precision. |
Class and Description |
---|
IlvGanttModel
IlvGanttModel defines the abstract behavior of the Gantt's data
model. |
IlvReservation
IlvReservation defines the abstract behavior of an
assignment of an IlvResource to an IlvActivity . |
IlvResource
IlvResource defines the abstract behavior of a Gantt resource. |
Class and Description |
---|
IlvDuration
IlvDuration represents an absolute time period, with millisecond
precision. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.