|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The base unit of the ScaleModel to render the periods for.public interface PeriodConverter<T>
A PeriodConverter
is responsible for providing UI with the (tooltip) text of a specific period
interval.
Method Summary | |
---|---|
String |
getDescription(T startInstant,
T endInstant)
Gets the long text representing the period. |
String |
getDisplayName()
Gets the period display name. |
T |
getPrototypeDisplayValue()
Getes the prototype value. |
String |
getText(T startInstant,
T endInstant)
Gets the short text representing the period. |
Method Detail |
---|
String getDisplayName()
String getText(T startInstant, T endInstant)
startInstant
- the start instance of the periodendInstant
- the end instance of the period
String getDescription(T startInstant, T endInstant)
startInstant
- the start instance of the periodendInstant
- the end instance of the period
T getPrototypeDisplayValue()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |