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.swing |
Provides interfaces and classes for rendering and editing
Gantt data in Swing components, such as a tree or table.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGanttChart
A Gantt chart is a chart that displays activities.
|
class |
IlvHierarchyChart
|
class |
IlvJScrollGanttSheet
An
IlvJScrollGanttSheet is a user interface component
that consists of an IlvGanttTimeScale positioned above an
IlvGanttSheet . |
class |
IlvJScrollPane
The
IlvJScrollPane class implements the
IlvVerticalScrollable interface for a standard Swing
JScrollPane . |
class |
IlvScheduleChart
A Schedule chart is a chart that displays the schedule of resources.
|
class |
IlvVerticalScrollController
An
IlvVerticalScrollController coordinates the vertical
scrolling of 1 or more IlvVerticalScrollable objects. |
Modifier and Type | Method and Description |
---|---|
void |
IlvVerticalDisplayController.addScrollable(IlvVerticalScrollable scrollable)
Adds the specified scrollable UI component to be coordinated with this
controller.
|
void |
IlvVerticalScrollController.addVerticalScrollable(IlvVerticalScrollable vs)
Adds an
IlvVerticalScrollable object to be coordinated by this
controller. |
void |
IlvGanttConfiguration.addVerticalScrollable(IlvVerticalScrollable scrollable)
Adds the specified vertically scrollable UI component to be coordinated
with this configuration.
|
void |
IlvGanttComponentManager.addVerticalScrollable(IlvVerticalScrollable scrollable)
Adds a vertically scrollable UI component to be coordinated with the chart.
|
void |
IlvVerticalDisplayController.removeScrollable(IlvVerticalScrollable scrollable)
Removes the specified scrollable UI component so that it will no longer be
coordinated with this controller.
|
void |
IlvVerticalScrollController.removeVerticalScrollable(IlvVerticalScrollable vs)
Removes an
IlvVerticalScrollable object so that it is no longer
coordinated by this controller. |
void |
IlvGanttConfiguration.removeVerticalScrollable(IlvVerticalScrollable scrollable)
Removes the specified vertically scrollable UI component so that it will
no longer be coordinated with this configuration.
|
void |
IlvGanttComponentManager.removeVerticalScrollable(IlvVerticalScrollable scrollable)
Removes a vertically scrollable UI component so that it is no longer
coordinated with the chart.
|
Constructor and Description |
---|
IlvVerticalScrollAction(IlvVerticalScrollable verticalScrollable,
int direction,
String name,
Icon icon,
KeyStroke accelerator,
String shortDescription,
String longDescription)
Creates an
IlvVerticalScrollAction for the specified
IlvVerticalScrollable object. |
IlvVerticalScrollAction(IlvVerticalScrollable verticalScrollable,
int direction,
String name,
KeyStroke accelerator,
String shortDescription,
String longDescription)
Creates an
IlvVerticalScrollAction for the specified
IlvVerticalScrollable object with a default icon. |
Modifier and Type | Method and Description |
---|---|
IlvVerticalScrollable |
VerticalScrollEvent.getVerticalScrollable()
Returns the vertically scrollable object where the event originated.
|
Constructor and Description |
---|
VerticalScrollEvent(IlvVerticalScrollable scrollable,
int value)
Creates a new
VerticalScrollEvent generated by the specified
scrollable object. |
Modifier and Type | Class and Description |
---|---|
class |
IlvVerticalBoundedRangeModel
The
IlvVerticalBoundedRangeModel class implements a model
for bounded-range components, such as a JScrollBar or a
JSlider . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.