Package | Description |
---|---|
ilog.views.gantt.scale |
Provides the Timescale component.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvBasicTimeScaleRow
This class implements methods of the class
IlvTimeScaleRow and provides
additional utilities. |
class |
IlvDayTimeScaleRow
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying day
intervals. |
class |
IlvHalfDayTimeScaleRow
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying
half-day intervals. |
class |
IlvHourTimeScaleRow
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying
hourly intervals. |
class |
IlvMinuteTimeScaleRow
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying
minute intervals. |
class |
IlvMonthTimeScaleRow
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying
monthly intervals. |
class |
IlvQuarterTimeScaleRow
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying
quarter intervals. |
class |
IlvWeekTimeScaleRow
This class implements methods of the class
IlvBasicTimeScaleRow
to provide a complete scale displaying weekly intervals. |
class |
IlvYearTimeScaleRow
This class implements methods from the class
IlvBasicTimeScaleRow to provide a complete scale displaying
yearly intervals. |
Modifier and Type | Method and Description |
---|---|
IlvTimeScaleRow[] |
IlvTimeScale.getRow()
This method returns the entire array of
IlvTimeScaleRow
objects. |
IlvTimeScaleRow |
IlvTimeScale.getRow(int index)
This method returns the
IlvTimeScaleRow at a specified index. |
IlvTimeScaleRow[] |
IlvVisibleTimeScaleRows.getRows()
Returns an array of all rows.
|
IlvTimeScaleRow |
IlvTimeScale.getTimeScaleRow(int y)
This method returns the row under a y position in the component.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvVisibleTimeScaleRows.addRow(IlvTimeScaleRow row)
Appends a row to the list of rows.
|
void |
IlvTimeScale.addRow(IlvTimeScaleRow row)
Appends the specified row to the scale.
|
void |
IlvTimeScale.hideRow(IlvTimeScaleRow row)
This method hides the specified row.
|
void |
IlvVisibleTimeScaleRows.insertRowAt(IlvTimeScaleRow row,
int index)
Inserts a row at the specified index in the list of rows.
|
void |
IlvTimeScale.removeRow(IlvTimeScaleRow row)
This method removes a row from the
IlvTimeScale object. |
void |
IlvTimeScale.setRow(IlvTimeScaleRow[] rows)
This method replaces the existing
IlvTimeScaleRow objects by
those passed in the row argument. |
void |
IlvVisibleTimeScaleRows.setRow(int index,
IlvTimeScaleRow row)
Sets a row at the specified index in the list of rows.
|
void |
IlvTimeScale.setRow(int index,
IlvTimeScaleRow row)
Changes the
IlvTimeScaleRow object at a specified
index. |
void |
IlvGanttTimeScale.setRow(int index,
IlvTimeScaleRow row)
This method is overridden to take into account the fixed number of rows in
this class.
|
void |
IlvTimeScale.showRow(IlvTimeScaleRow row)
This method shows the specified row.
|
protected void |
IlvGanttTimeScaleVisibilityPolicy.updateRowsFormat(IlvTimeScaleRow[] rows,
int visibilityIndex)
Updates the rows before displaying them.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.