Package | Description |
---|---|
ilog.views.gantt.graphic.renderer |
Provides the classes that render an
activity in the Gantt sheet.
|
ilog.views.gantt.model |
Contains abstract and basic implementations of
the Gantt data model.
|
ilog.views.gantt.model.general |
Contains a Gantt data model implementation that supports user-defined properties.
|
ilog.views.gantt.model.table |
Contains a Gantt data model implementation that connects to Swing
TableModel
instances. |
ilog.views.gantt.property |
Provides interfaces and classes for accessing
arbitrary object properties.
|
ilog.views.gantt.swing |
Provides interfaces and classes for rendering and editing
Gantt data in Swing components, such as a tree or table.
|
Class and Description |
---|
IlvStringProperty
IlvStringProperty defines a common interface for accessing a
String property of target objects. |
Class and Description |
---|
IlvUserPropertyHolder
IlvUserPropertyHolder defines the behavior of a data model
entity that supports user-defined properties. |
Class and Description |
---|
IlvUserPropertyHolder
IlvUserPropertyHolder defines the behavior of a data model
entity that supports user-defined properties. |
Class and Description |
---|
IlvUserPropertyHolder
IlvUserPropertyHolder defines the behavior of a data model
entity that supports user-defined properties. |
Class and Description |
---|
IlvAbstractStringProperty
IlvAbstractStringProperty provides a common framework for
accessing arbitrary object properties via the generic IlvStringProperty
interface. |
IlvAbstractUserDefinedProperty
IlvAbstractUserDefinedProperty provides a common framework
for accessing arbitrary user-defined properties of an
IlvUserPropertyHolder via the generic
IlvStringProperty interface. |
IlvActivityEndTimeProperty
The class
IlvActivityEndTimeProperty is an adapter that allows the
end time of an IlvActivity to be accessed via the generic
IlvTimeProperty interface. |
IlvActivityStartTimeProperty
IlvActivityStartTimeProperty is an adapter that allows the
start time of an IlvActivity to be accessed via the generic
IlvTimeProperty interface. |
IlvCompositeStringProperty
IlvCompositeStringProperty represents a string property that is
composed of separate IlvStringProperty 's concatenated together. |
IlvFormattedNumberProperty
The class
IlvFormattedNumberProperty is an abstract adapter, whose
subclasses allow a numerical property of arbitrary objects to be accessed as
a String via the generic IlvStringProperty
interface. |
IlvFormattedTimeProperty
The class
IlvFormattedTimeProperty is an abstract adapter, whose
subclasses allow a Date property of arbitrary objects
to be accessed as a String through the generic
IlvStringProperty interface. |
IlvProperty
IlvProperty defines a common interface for accessing a property of
target objects. |
IlvPropertyDescriptor
IlvPropertyDescriptor extends the capabilities of the
standard java.lang.reflect.PropertyDescriptor to describe a
user-defined property of an IlvUserPropertyHolder or a standard
JavaBean property. |
IlvStringProperty
IlvStringProperty defines a common interface for accessing a
String property of target objects. |
IlvTimeProperty
IlvTimeProperty defines a common interface for accessing a
Date property of target objects. |
Class and Description |
---|
IlvStringProperty
IlvStringProperty defines a common interface for accessing a
String property of target objects. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.