Package | Description |
---|---|
ilog.views.gantt.graphic.renderer |
Provides the classes that render an
activity in the Gantt sheet.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvStringProperty |
IlvActivityLabel.getDisplayedProperty()
Returns the property displayed by this renderer.
|
IlvStringProperty |
IlvActivityBar.getDisplayedProperty()
Returns the displayed property.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvActivityLabel.setDisplayedProperty(IlvStringProperty property)
Sets the property displayed by this renderer.
|
void |
IlvActivityBar.setDisplayedProperty(IlvStringProperty property)
Sets the property to be displayed.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractStringProperty
IlvAbstractStringProperty provides a common framework for
accessing arbitrary object properties via the generic IlvStringProperty
interface. |
class |
IlvAbstractUserDefinedProperty
IlvAbstractUserDefinedProperty provides a common framework
for accessing arbitrary user-defined properties of an
IlvUserPropertyHolder via the generic
IlvStringProperty interface. |
class |
IlvActivityFormattedDurationProperty
IlvActivityFormattedDurationProperty is an adapter that allows
the time duration of an IlvActivity to be accessed via the generic
IlvStringProperty interface. |
class |
IlvActivityFormattedEndTimeProperty
The class
IlvActivityFormattedEndTimeProperty is an adapter that allows
the end time of an IlvActivity to be accessed via the generic
IlvStringProperty interface. |
class |
IlvActivityFormattedStartTimeProperty
The class
IlvActivityFormattedStartTimeProperty is an adapter that allows
the start time of an IlvActivity to be accessed via the generic
IlvStringProperty interface. |
class |
IlvActivityIDProperty
IlvActivityIDProperty is an adapter that allows the id of an
IlvActivity to be accessed via the generic IlvStringProperty
interface. |
class |
IlvActivityNameProperty
IlvActivityNameProperty is an adapter that allows the name of an
IlvActivity to be accessed via the generic IlvStringProperty
interface. |
class |
IlvActivityReservationsProperty
IlvActivityReservationsProperty is an adapter that allows an
IlvActivity's list of reserved resources to be accessed
via the generic IlvStringProperty interface. |
class |
IlvActivityUserDefinedProperty
IlvActivityUserDefinedProperty is an adapter that allows
a user-defined property of an IlvGeneralActivity to be accessed
via the generic IlvStringProperty interface. |
class |
IlvCompositeStringProperty
IlvCompositeStringProperty represents a string property that is
composed of separate IlvStringProperty 's concatenated together. |
class |
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. |
class |
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. |
class |
IlvResourceIDProperty
IlvResourceIDProperty is an adapter that allows the id of an
IlvResource to be accessed via the generic IlvStringProperty
interface. |
class |
IlvResourceNameProperty
IlvResourceNameProperty is an adapter that allows the name of an
IlvResource to be accessed via the generic IlvStringProperty
interface. |
class |
IlvResourceQuantityProperty
The class
IlvResourceQuantityProperty is an adapter that allows the quantity of an
IlvResource to be accessed via the generic IlvStringProperty
interface. |
class |
IlvResourceUserDefinedProperty
IlvResourceUserDefinedProperty is an adapter that allows
a user-defined property of an IlvGeneralResource to be accessed
via the generic IlvStringProperty interface. |
Modifier and Type | Method and Description |
---|---|
IlvCompositeStringProperty |
IlvCompositeStringProperty.append(IlvStringProperty property)
Appends the specified string
property to this composite
property. |
Constructor and Description |
---|
IlvActivityReservationsProperty(IlvHierarchyChart chart,
IlvStringProperty resourceProperty)
Creates a new
IlvActivityReservationsProperty that will
format a comma-separated list of reserved resources for an activity. |
Modifier and Type | Method and Description |
---|---|
IlvStringProperty |
IlvStringColumn.getProperty()
Returns the activity or resource property that will be displayed in
the column.
|
IlvStringProperty |
IlvJTreeStringRenderPolicy.getProperty()
Returns the activity or resource property that this policy renders and
edits.
|
Constructor and Description |
---|
IlvConfigurableTableColumn(Object headerValue,
IlvStringProperty property,
int width,
Object identifier)
Constructs a new column with the specified header value, a width, and a
column identifier, which will render the specified activity or
resource property.
|
IlvConfigurableTableColumn(Object headerValue,
IlvStringProperty property,
int width,
Object identifier,
TableCellEditor tableCellEditor,
TableCellRenderer tableCellRenderer)
Constructs a new column with the specified header value, a width, and a
column identifier, which will render the specified activity or
resource property, and with a table cell editor and a table cell
renderer.
|
IlvConfigurableTableColumn(Object headerValue,
IlvStringProperty property,
Object identifier)
Constructs a new column with the specified header value, which will
render the specified activity or resource property, and with a column
identifier.
|
IlvConfigurableTableColumn(Object headerValue,
IlvStringProperty property,
Object identifier,
TableCellEditor tableCellEditor,
TableCellRenderer tableCellRenderer)
Constructs a new column with the specified header value, that will
render the specified activity or resource property, with a column
identifier, and with a table cell editor and a table cell renderer.
|
IlvJTreeStringRenderPolicy(IlvStringProperty property)
Constructs a new
IlvJTreeStringRenderPolicy that will
render and edit the specified activity or resource property. |
IlvStringColumn(Object headerValue,
IlvStringProperty property)
Constructs a new column with the specified header value and that will
render the specified activity or resource property.
|
IlvStringColumn(Object headerValue,
IlvStringProperty property,
int width)
Constructs a new column with the specified header value and that will
render the specified activity or resource property.
|
IlvStringColumn(Object headerValue,
IlvStringProperty property,
int width,
Object identifier)
Constructs a new column with the specified header value, a width, a
column identifier, and that will render the specified activity or
resource property.
|
IlvStringColumn(Object headerValue,
IlvStringProperty property,
Object identifier)
Constructs a new column with the specified header value, that will
render the specified activity or resource property, and with a column
identifier.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.