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.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
ilog.views.gantt.graphic.interactor |
Provides interactors to manipulate
the representation of activities in a Gantt sheet.
|
ilog.views.gantt.graphic.timeindicator |
Provides the classes that render a
time indicator in the Gantt sheet.
|
ilog.views.gantt.print |
Defines classes and interfaces for printing the content of an
IlvGanttChart or an IlvScheduleChart . |
Modifier and Type | Method and Description |
---|---|
protected IlvGanttSheet |
IlvJScrollGanttSheet.createDefaultGanttSheet()
Creates a default Gantt sheet to place in the center of this
component.
|
IlvGanttSheet |
IlvJScrollGanttSheet.getGanttSheet()
Returns the child Gantt sheet component.
|
IlvGanttSheet |
IlvHierarchyChart.getGanttSheet()
Returns the Gantt sheet displaying the activities or the
reservations.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttConfiguration.addSelectable(IlvGanttSheet sheet)
Adds the specified Gantt sheet component to be coordinated with the
selection management policy of this configuration.
|
void |
IlvGanttConfiguration.removeSelectable(IlvGanttSheet sheet)
Removes the specified Gantt sheet component so that it is no longer
coordinated with the selection management policy of this configuration.
|
Constructor and Description |
---|
IlvJScrollGanttSheet(IlvGanttConfiguration ganttConfig,
IlvGanttSheet sheet,
IlvTimeScale timeScale,
IlvTimeScrollBar scrollbar)
Creates an
IlvJScrollGanttSheet component that is
composed of the specified Gantt sheet, time scale, and horizontal time
scroll bar. |
IlvJScrollGanttSheet(IlvGanttSheet sheet,
IlvTimeScale timeScale,
IlvTimeScrollBar scrollbar)
Creates an
IlvJScrollGanttSheet component that is
composed of the specified Gantt sheet, time scale, and horizontal time
scroll bar. |
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 |
---|---|
IlvGanttSheet |
ActivityGraphicInteractorEvent.getGanttSheet()
Returns the Gantt sheet on which the interaction happened.
|
Constructor and Description |
---|
ActivityGraphicInteractorEvent(IlvGanttSheet ganttSheet,
IlvActivityGraphic ag,
int status,
EventObject event)
Builds an
ActivityGraphicInteractorEvent object. |
ActivityGraphicReshapedEvent(IlvGanttSheet ganttSheet,
IlvActivityGraphic ag,
int status,
Date updatedTime,
boolean opaqueReshape,
EventObject event)
Builds an
ActivityGraphicReshapedEvent object generated by the
IlvActivityGraphicReshapeInteractor when an activity graphic
is about to be, is currently being, or has just been reshaped. |
ActivityGraphicReshapedEvent(IlvGanttSheet ganttSheet,
IlvActivityGraphic ag,
int status,
Date fixedTime,
Date updatedTime,
boolean opaqueReshape,
EventObject event)
Deprecated.
Beginning with Rogue Wave JViews 8.5, the constructor without
fixedTime argument should be used. |
Modifier and Type | Method and Description |
---|---|
protected IlvGanttSheet |
IlvConstraintGraphicLayerPolicy.getGanttSheet()
Returns the Gantt sheet.
|
IlvGanttSheet |
IlvConstraintGraphic.getGanttSheet()
Returns the Gantt sheet to which the constraint graphic belongs.
|
IlvGanttSheet |
IlvActivityGraphic.getGanttSheet()
Returns the Gantt sheet to which the activity graphic belongs.
|
Constructor and Description |
---|
IlvActivityTileLayout(IlvGanttSheet ganttSheet,
IlvActivityTileLayout.TilingPolicy tilingPolicy,
boolean compareBoundingBoxes,
boolean constantRowHeight,
double topMargin,
double bottomMargin,
double subrowPadding)
Creates a tile layout with the specified layout parameters.
|
IlvConstraintGraphicLayerPolicy(IlvGanttSheet ganttSheet)
Builds an
IlvConstraintGraphicLayerPolicy . |
Modifier and Type | Method and Description |
---|---|
IlvGanttSheet |
IlvGanttSheetInteractor.getGanttSheet()
Returns the Gantt sheet when the interactor is attached, or
null if the interactor is not attached. |
IlvGanttSheet |
IlvGanttObjectInteractor.getGanttSheet()
While the interactor is processing an event,
this method returns the Gantt sheet.
|
Modifier and Type | Method and Description |
---|---|
static void |
IlvActivityGraphicReshapeInteractor.addActivityGraphicInteractorListener(IlvGanttSheet ganttSheet,
ActivityGraphicInteractorListener listener)
Adds the given listener subscribed for receiving reshape notifications.
|
protected void |
IlvGanttCycleSelectAccelerator.ensureVisible(IlvGraphic selectedGraphic,
IlvGanttSheet ganttSheet)
Scrolls the Gantt sheet if necessary to ensure that the selected graphic is visible
to the user.
|
static void |
IlvActivityGraphicReshapeInteractor.removeActivityGraphicInteractorListener(IlvGanttSheet ganttSheet,
ActivityGraphicInteractorListener listener)
Removes the given listener.
|
Constructor and Description |
---|
IlvTimeIndicatorContext(IlvGanttSheet sheet)
Deprecated.
Creates an
IlvTimeIndicatorContext . |
Constructor and Description |
---|
IlvPrintableGanttSheet(IlvGanttSheet sheet,
IlvUnit.Rectangle area,
Date start,
IlvDuration duration,
double yStart,
double yEnd)
Creates a
PrintableGanttSheet that is used to print
a portion of the Gantt sheet. |
IlvPrintableGanttSheet(IlvGanttSheet sheet,
IlvUnit.Rectangle area,
Date start,
IlvDuration duration,
int row,
double scale)
Creates a
PrintableGanttSheet that is used to print
a portion of the Gantt sheet. |
IlvPrintableGanttSheet(IlvGanttSheet sheet,
IlvUnit.Rectangle area,
Date start,
IlvDuration duration,
int fromRow,
int toRow)
Creates a
PrintableGanttSheet that is used to print
a portion of the Gantt sheet. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.