Package | Description |
---|---|
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.renderer |
Provides the classes that render an
activity in the Gantt sheet.
|
ilog.views.gantt.graphic.renderer.composite |
Provides the classes that render an activity using composite graphics
in the Gantt sheet.
|
Modifier and Type | Method and Description |
---|---|
IlvActivityGraphic |
ActivityGraphicInteractorEvent.getActivityGraphic()
Returns the implicated activity graphic.
|
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 | Class and Description |
---|---|
class |
IlvReservationGraphic
The
IlvReservationGraphic is used to represent a reservation in
an IlvGanttSheet . |
Modifier and Type | Method and Description |
---|---|
IlvActivityGraphic |
IlvActivityTileLayout.GraphicBounds.getActivityGraphic()
Returns the activity graphic.
|
IlvActivityGraphic |
IlvGanttSheet.getActivityGraphic(IlvActivity activity)
Returns the first
activity graphic representing
the specified activity in the Gantt sheet. |
IlvActivityGraphic |
IlvGanttRow.getActivityGraphic(IlvActivity activity)
Returns the activity graphic representing the given activity.
|
IlvActivityGraphic |
IlvGanttRow.getActivityGraphic(IlvPoint p,
IlvPoint tp,
IlvTransformer t)
Gets the activity graphic at the given position.
|
IlvActivityGraphic |
IlvGanttRow.getActivityGraphic(int index)
Returns the activity graphic at the given index.
|
IlvActivityGraphic[] |
IlvGanttRow.getActivityGraphics()
Returns an array of the activity graphics in the row.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IlvActivityGraphic> |
IlvGanttSheet.activityGraphicsIterator()
Returns an iterator over all the
activity graphics
in the Gantt sheet. |
Iterator<IlvActivityGraphic> |
IlvGanttSheet.activityGraphicsIterator(IlvActivity activity)
Returns an iterator over the
activity graphics
representing the specified activity in the Gantt sheet. |
Collection<IlvActivityGraphic> |
IlvGanttSheet.getActivityGraphics()
Returns a collection of all the
activity graphics
in the Gantt sheet. |
Modifier and Type | Method and Description |
---|---|
void |
IlvActivityTileLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic within a
row.
|
void |
IlvActivitySimpleLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic within a
row.
|
void |
IlvActivityLogisticLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic
within a row.
|
void |
IlvActivityLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic within a
row.
|
void |
IlvActivityTileLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics within a
row.
|
void |
IlvActivitySimpleLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics within a
row.
|
void |
IlvActivityLogisticLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics
within a row.
|
void |
IlvActivityLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics within a
row.
|
IlvConstraintGraphic |
IlvDefaultConstraintGraphicFactory.createConstraintGraphic(IlvActivityGraphic from,
IlvActivityGraphic to,
IlvConstraint constraint)
Creates a graphic for the specified constraint that connects the
from activity graphic to the to activity graphic.
|
IlvConstraintGraphic |
IlvConstraintGraphicFactory.createConstraintGraphic(IlvActivityGraphic from,
IlvActivityGraphic to,
IlvConstraint constraint)
Creates a graphic for the specified constraint that connects the
from activity graphic to the to activity graphic.
|
int |
IlvGanttRow.getActivityGraphicIndex(IlvActivityGraphic graphic)
Returns the index of the specified activity graphic.
|
void |
IlvGanttRow.setActivityGraphicIndex(IlvActivityGraphic graphic,
int index)
Deprecated.
Beginning with Rogue Wave JViews 8.6 you should control the z-order of activity
graphics by overriding the
IlvActivityLayout.arrange(IlvGanttRow,
IlvActivityGraphic[]) method. Calling IlvGanttRow.setActivityGraphicIndex(IlvActivityGraphic,
int) will give inconsistent results when used in combination with the
z-order algorithms implemented by most of the activity layout
strategies. |
Constructor and Description |
---|
IlvConstraintGraphic(IlvActivityGraphic from,
IlvActivityGraphic to,
IlvConstraint constraint)
Creates an
IlvConstraintGraphic . |
Modifier and Type | Method and Description |
---|---|
IlvActivityGraphic |
IlvActivityGraphicSelection.getActivityGraphic()
Returns the activity graphic that is selected.
|
Modifier and Type | Method and Description |
---|---|
protected int |
IlvGanttCycleSelectAccelerator.GraphicComparator.compareActivityGraphics(IlvActivityGraphic ag1,
IlvActivityGraphic ag2)
Compares two activity graphic objects in order to determine their selection traversal
ordering.
|
Constructor and Description |
---|
IlvActivityGraphicSelection(IlvActivityGraphic obj)
Creates a new selection object for the specified activity graphic.
|
IlvActivityGraphicSelection(IlvActivityGraphic obj,
String[] properties)
Creates a new selection object for the specified activity graphic whose
activity is a instance of
IlvPropertyHolderActivity , specifiying Date
values properties as positions for displaying the handles. |
Modifier and Type | Method and Description |
---|---|
boolean |
IlvActivityRenderer.contains(IlvActivityGraphic ag,
IlvPoint p,
IlvPoint tp,
IlvTransformer t)
This method is called by an
activity graphic to test whether a point lies within its
boundaries. |
boolean |
IlvActivityGraphicRenderer.contains(IlvActivityGraphic ag,
IlvPoint p,
IlvPoint tp,
IlvTransformer t)
This method is called by an
activity graphic to
test whether a point lies within its boundaries. |
boolean |
IlvActivityCompositeRenderer.contains(IlvActivityGraphic ag,
IlvPoint p,
IlvPoint tp,
IlvTransformer t)
This method is called by an
activity graphic to
test whether a point lies within its boundaries. |
IlvSelection |
IlvActivityGraphicRenderer.createSelection(IlvActivityGraphic g,
String[] properties)
Creates a new selection object for the specified activity graphic.
|
IlvSelection |
IlvActivityCompositeRenderer.createSelection(IlvActivityGraphic g,
String[] properties)
Creates a new selection object for the specified activity graphic.
|
void |
IlvActivityRenderer.draw(Graphics dst,
IlvActivityGraphic ag,
IlvTransformer t)
This method is called by an
activity graphic to
render itself. |
void |
IlvActivityGraphicRenderer.draw(Graphics dst,
IlvActivityGraphic ag,
IlvTransformer t)
This method is called by an
activity
graphic to render itself. |
void |
IlvActivityCompositeRenderer.draw(Graphics dst,
IlvActivityGraphic ag,
IlvTransformer t)
This method is called by an
activity graphic to
render itself. |
void |
IlvActivityBar.draw(Graphics dst,
IlvActivityGraphic g,
IlvTransformer t)
This method is called by an
activity
graphic to render itself. |
protected void |
IlvActivityGraphicRenderer.endProcessing(IlvActivityGraphic ag)
Ends the processing of an activity graphic.
|
IlvRect |
IlvBasicActivitySymbol.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the bounding rectangle of the activity graphic.
|
IlvRect |
IlvBasicActivityLabel.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the bounding rectangle of the activity graphic.
|
IlvRect |
IlvActivityRenderer.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the bounding rectangle of the activity graphic.
|
IlvRect |
IlvActivityLabel.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the bounding rectangle of the activity graphic.
|
IlvRect |
IlvActivityGraphicRenderer.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the bounding rectangle of the drawing performed by this renderer
for the given activity graphic.
|
IlvRect |
IlvActivityCompositeRenderer.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the bounding rectangle of the activity graphic.
|
IlvRect |
IlvActivityGraphicRenderer.getDefinitionRect(IlvActivityGraphic ag,
IlvTransformer t)
Returns the definition rectangle for the activity graphic for this renderer.
|
Date |
IlvActivityGraphicRenderer.getEndTime(IlvActivityGraphic ag)
Returns the time point that defines the end of the rendering of this
renderer for the given activity graphic.
|
JPopupMenu |
IlvActivityRenderer.getPopupMenu(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t,
IlvManagerView view,
IlvPopupMenuManager popupManager)
This method is called by an
activity graphic
to return the Swing pop-up menu to display when the pop-up is triggered while the mouse
pointer is at a specified location inside the activity graphic object. |
JPopupMenu |
IlvActivityGraphicRenderer.getPopupMenu(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t,
IlvManagerView view,
IlvPopupMenuManager popupManager)
This method is called by an
activity graphic to return the Swing pop-up menu to display when the pop-up
is triggered while the mouse pointer is at a specified location inside the
activity graphic object. |
JPopupMenu |
IlvActivityCompositeRenderer.getPopupMenu(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t,
IlvManagerView view,
IlvPopupMenuManager popupManager)
This method is called by an
activity graphic
to return the Swing pop-up menu to display when the pop-up is triggered while the mouse
pointer is at a specified location inside the activity graphic renderer. |
protected IlvActivityRenderer |
IlvActivityCompositeRenderer.getRendererContaining(IlvActivityGraphic ag,
IlvPoint p,
IlvPoint tp,
IlvTransformer t)
Returns which of the child composite renderers contains the specified point.
|
Date |
IlvActivityGraphicRenderer.getStartTime(IlvActivityGraphic ag)
Returns the time point that defines the start of the rendering of this
renderer for the given activity graphic.
|
protected String |
IlvActivityBar.getToolTipCenterText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
Returns the tooltip text for the specified activity graphic when the mouse
is in the center of the graphic.
|
protected String |
IlvActivityBar.getToolTipEndText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
Returns the tooltip text for the specified activity graphic when the mouse
is near the end time.
|
protected String |
IlvActivityBar.getToolTipStartText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
Returns the tooltip text for the specified activity graphic when the mouse
is near the start time.
|
String |
IlvActivitySymbol.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an
activity graphic
to return tooltip text for itself. |
String |
IlvActivityRenderer.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an
activity
graphic to return tooltip text for itself. |
String |
IlvActivityGraphicRenderer.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an
activity graphic
to return tooltip text for itself. |
String |
IlvActivityCompositeRenderer.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an
activity
graphic to return tooltip text for itself. |
String |
IlvActivityBar.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an
activity graphic
to return tooltip text for itself. |
protected String |
IlvActivitySymbol.getToolTipTextDescriptionPart(IlvActivityGraphic ag)
Returns the tooltip text for the specified activity graphic when the mouse
is over the drawing of this renderer.
|
boolean |
IlvActivityRenderer.isRedrawNeeded(IlvActivityGraphic ag,
ActivityEvent evt)
This method is called by an
activity graphic to determine if
the graphic should redraw itself as a result of the specified activity
event, that is, in situations when IlvActivityRenderer.isRelayoutNeeded(ilog.views.gantt.graphic.IlvActivityGraphic, ilog.views.gantt.event.ActivityEvent)
returned false . |
boolean |
IlvActivityGraphicRenderer.isRedrawNeeded(IlvActivityGraphic ag,
ActivityEvent evt)
This method is called by an
activity graphic to
determine if the graphic should redraw itself as a result of the specified
activity event, that is, in situations when IlvActivityGraphicRenderer.isRelayoutNeeded(ilog.views.gantt.graphic.IlvActivityGraphic, ilog.views.gantt.event.ActivityEvent)
returned false . |
boolean |
IlvActivityCompositeRenderer.isRedrawNeeded(IlvActivityGraphic ag,
ActivityEvent evt)
This method is called by an
activity graphic to
determine if the graphic should redraw itself as a result of the specified activity
event, that is, in situations when IlvActivityCompositeRenderer.isRelayoutNeeded(ilog.views.gantt.graphic.IlvActivityGraphic, ilog.views.gantt.event.ActivityEvent) returned
false . |
boolean |
IlvActivityBar.isRedrawNeeded(IlvActivityGraphic ag,
ActivityEvent evt)
This method is called by an
activity graphic to
determine if the graphic should redraw itself as a result of the specified activity
event, that is, in situations when IlvActivityGraphicRenderer.isRelayoutNeeded(ilog.views.gantt.graphic.IlvActivityGraphic, ilog.views.gantt.event.ActivityEvent) returned
false . |
boolean |
IlvActivityRenderer.isRelayoutNeeded(IlvActivityGraphic ag,
ActivityEvent evt)
This method is called by an
activity graphic to
determine if the layout of the activities in its row needs to be redone
as a result of the specified activity event. |
boolean |
IlvActivityLabel.isRelayoutNeeded(IlvActivityGraphic ag,
ActivityEvent evt)
This method is called by an
activity graphic to
determine if its bounding box may have changed as a result of the
specified activity event. |
boolean |
IlvActivityGraphicRenderer.isRelayoutNeeded(IlvActivityGraphic ag,
ActivityEvent evt)
This method is called by an
activity graphic to
determine if its bounding box may have changed as a result of the
specified activity event. |
boolean |
IlvActivityCompositeRenderer.isRelayoutNeeded(IlvActivityGraphic ag,
ActivityEvent evt)
This method is called by an
activity graphic to
determine if its bounding box may have changed as a result of the
specified activity event. |
IlvSelection |
IlvActivityRenderer.makeSelection(IlvActivityGraphic ag)
This method is called by an
activity graphic
to create and return a selection object for itself. |
IlvSelection |
IlvActivityGraphicRenderer.makeSelection(IlvActivityGraphic g)
called by an
activity graphic to create and
return a selection object for itself. |
IlvSelection |
IlvActivityCompositeRenderer.makeSelection(IlvActivityGraphic g)
This method is called by an
activity graphic
to create and return a selection object for itself. |
protected IlvGraphic |
IlvActivityGraphicRenderer.prepareGraphic(IlvActivityGraphic ag,
IlvTransformer t)
Prepares the underlying graphic for drawing by setting its visibility.
|
protected void |
IlvActivityGraphicRenderer.prepareGraphicVisibility(IlvActivityGraphic ag)
Prepares the visibility of the underlying graphic according to the
visibility property.
|
protected void |
IlvActivityGraphicRenderer.startProcessing(IlvActivityGraphic ag)
Starts processing an activity graphic.
|
Modifier and Type | Method and Description |
---|---|
IlvRect |
IlvActivityCompositeGraphicRenderer.computeBaseBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the bounding rectangle in which the first child, or base
element of the composite graphic should be drawn.
|
IlvSelection |
IlvActivityCompositeGraphicRenderer.createSelection(IlvActivityGraphic ag,
String[] properties)
Creates a new selection object for the specified activity graphic.
|
IlvRect |
IlvActivityCompositeGraphicRenderer.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the bounding rectangle of the activity graphic.
|
String |
IlvActivityCompositeGraphicRenderer.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an
activity graphic
to return tooltip text for itself. |
protected IlvGraphic |
IlvActivityCompositeGraphicRenderer.prepareGraphic(IlvActivityGraphic ag,
IlvTransformer t)
Prepares the underlying composite graphic for drawing by resizing and positioning
it's base element according to the results of
IlvActivityCompositeGraphicRenderer.computeBaseBounds(ilog.views.gantt.graphic.IlvActivityGraphic, ilog.views.IlvTransformer) . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.