Package | Description |
---|---|
ilog.views.gantt.scale |
Provides the Timescale component.
|
ilog.views.util.time |
Contains general purpose utilities for working with
Date s and Calendar s. |
Modifier and Type | Method and Description |
---|---|
protected IlvTimeIncrementPolicy |
IlvYearTimeScaleRow.createTimeIncrementPolicy()
Creates the time increment policy for the row.
|
protected IlvTimeIncrementPolicy |
IlvWeekTimeScaleRow.createTimeIncrementPolicy()
Creates the time increment policy for the row.
|
protected IlvTimeIncrementPolicy |
IlvQuarterTimeScaleRow.createTimeIncrementPolicy()
Creates the time increment policy for the row.
|
protected IlvTimeIncrementPolicy |
IlvMonthTimeScaleRow.createTimeIncrementPolicy()
Creates the time increment policy for the row.
|
protected IlvTimeIncrementPolicy |
IlvMinuteTimeScaleRow.createTimeIncrementPolicy()
Creates the time increment policy for the row.
|
protected IlvTimeIncrementPolicy |
IlvHourTimeScaleRow.createTimeIncrementPolicy()
Creates the time increment policy for the row.
|
protected IlvTimeIncrementPolicy |
IlvHalfDayTimeScaleRow.createTimeIncrementPolicy()
Creates the time increment policy for the row.
|
protected IlvTimeIncrementPolicy |
IlvDayTimeScaleRow.createTimeIncrementPolicy()
Creates the time increment policy for the row.
|
protected abstract IlvTimeIncrementPolicy |
IlvBasicTimeScaleRow.createTimeIncrementPolicy()
Creates the time increment policy for the row.
|
IlvTimeIncrementPolicy |
IlvBasicTimeScaleRow.getTimeIncrementPolicy()
Returns the time increment policy for the row.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvTimeIncrementPolicy2
IlvTimeIncrementPolicy2 defines a strategy for stepping through
discrete time increments. |
Modifier and Type | Class and Description |
---|---|
static class |
IlvTimeIncrementPolicy.Day
IlvTimeIncrementPolicy.Day implements a strategy for stepping through
discrete day increments. |
static class |
IlvTimeIncrementPolicy.HalfDay
IlvTimeIncrementPolicy.HalfDay implements a strategy for stepping through
discrete half-day increments. |
static class |
IlvTimeIncrementPolicy.Hour
IlvTimeIncrementPolicy.Hour implements a strategy for stepping through
discrete hour increments. |
static class |
IlvTimeIncrementPolicy.Minute
IlvTimeIncrementPolicy.Minute implements a strategy for stepping through
discrete minute increments. |
static class |
IlvTimeIncrementPolicy.Month
IlvTimeIncrementPolicy.Month implements a strategy for stepping through
discrete month increments. |
static class |
IlvTimeIncrementPolicy.Second
IlvTimeIncrementPolicy.Second implements a strategy for stepping through
discrete second increments. |
static class |
IlvTimeIncrementPolicy.Week
IlvTimeIncrementPolicy.Week implements a strategy for stepping through
discrete week increments. |
static class |
IlvTimeIncrementPolicy.Year
IlvTimeIncrementPolicy.Year implements a strategy for stepping through
discrete year increments. |
static class |
IlvTimeIncrementPolicy2.Day
IlvTimeIncrementPolicy.Day implements a strategy for stepping through
discrete day increments. |
static class |
IlvTimeIncrementPolicy2.HalfDay
IlvTimeIncrementPolicy.HalfDay implements a strategy for stepping through
discrete half-day increments. |
static class |
IlvTimeIncrementPolicy2.Hour
IlvTimeIncrementPolicy.Hour implements a strategy for stepping through
discrete hour increments. |
static class |
IlvTimeIncrementPolicy2.Minute
IlvTimeIncrementPolicy.Minute implements a strategy for stepping through
discrete minute increments. |
static class |
IlvTimeIncrementPolicy2.Month
IlvTimeIncrementPolicy.Month implements a strategy for stepping through
discrete month increments. |
static class |
IlvTimeIncrementPolicy2.Second
IlvTimeIncrementPolicy.Second implements a strategy for stepping through
discrete second increments. |
static class |
IlvTimeIncrementPolicy2.Week
IlvTimeIncrementPolicy.Week implements a strategy for stepping through
discrete week increments. |
static class |
IlvTimeIncrementPolicy2.Year
IlvTimeIncrementPolicy.Year implements a strategy for stepping through
discrete year increments. |
Constructor and Description |
---|
IlvTimeIterator(IlvTimeIncrementPolicy timeIncrementPolicy,
Calendar start)
Creates an open-ended iterator that traverses over time increments.
|
IlvTimeIterator(IlvTimeIncrementPolicy timeIncrementPolicy,
Calendar start,
Calendar end)
Creates a new iterator that traverses over time increments.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.