Package | Description |
---|---|
ilog.views.gantt.action |
Provides Swing actions that can be added to standard
JMenu s and
JToolBar s. |
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
ilog.views.gantt.graphic.timeindicator |
Provides the classes that render a
time indicator in the Gantt sheet.
|
Modifier and Type | Method and Description |
---|---|
IlvTimeIndicator |
IlvScrollToTimeIndicatorAction.getTimeIndicator()
Returns the target time indicator.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScrollToTimeIndicatorAction.setTimeIndicator(IlvTimeIndicator timeIndicator)
Sets the target time indicator.
|
Constructor and Description |
---|
IlvScrollToTimeIndicatorAction(IlvGanttSheet ganttSheet,
IlvTimeIndicator timeIndicator,
String name,
Icon icon,
KeyStroke accelerator,
String shortDescription,
String longDescription)
Creates an
IlvScrollToTimeIndicatorAction for the specified
IlvGanttSheet object. |
IlvScrollToTimeIndicatorAction(IlvGanttSheet ganttSheet,
IlvTimeIndicator timeIndicator,
String name,
KeyStroke accelerator,
String shortDescription,
String longDescription)
Creates an
IlvScrollToTimeIndicatorAction for the specified
IlvGanttSheet object with a default icon. |
Modifier and Type | Method and Description |
---|---|
IlvTimeIndicator |
IlvGanttSheet.getTimeIndicator(Date date)
Returns the
time indicator graphic representing
the specified date, or the current date in the Gantt sheet. |
Modifier and Type | Method and Description |
---|---|
Collection<IlvTimeIndicator> |
IlvGanttSheet.getTimeIndicators()
Returns a collection of all the
time indicator graphics in the Gantt sheet. |
Iterator<IlvTimeIndicator> |
IlvGanttSheet.timeIndicatorsIterator()
Returns an iterator over all the
time indicator graphics
in the Gantt sheet. |
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttSheet.addTimeIndicator(IlvTimeIndicator timeIndicator)
Adds a
time indicator to the Gantt sheet. |
void |
IlvGanttSheet.removeTimeIndicator(IlvTimeIndicator timeIndicator)
Removes a
time indicator from the Gantt sheet. |
void |
IlvGanttSheet.replaceTimeIndicator(IlvTimeIndicator oldGraphic,
IlvTimeIndicator newGraphic,
boolean redraw)
Replaces an
time indicator graphic in the
Gantt sheet with another one. |
Modifier and Type | Class and Description |
---|---|
class |
IlvCurrentTimeIndicator
The
IlvCurrentTimeIndicator class is used to represent
the current time in an IlvGanttSheet . |
class |
IlvFixedTimeIndicator
The
IlvFixedTimeIndicator class is used to represent a specific time in an
IlvGanttSheet . |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.