Package | Description |
---|---|
fr.cnes.genius.highLevel |
Package containing classes for the highLevel GENIUS widgets.
|
fr.cnes.genius.interval |
Package containing classes used to define validity intervals for real numbers.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GEntryNumberAbstract.updateIntervalMessage(GUnit currentUnit,
GIntervalFormatAbstract formatter)
Updates the interval message taking into account the current unit and message of the entry.
|
Modifier and Type | Class and Description |
---|---|
class |
GIntervalFormatDouble
Abstract class defining an interval formatter used to update the format of the tooltip message of a
GEntryReal.
|
class |
GIntervalFormatDuration
Abstract class defining an interval formatter used to update the format of the tooltip message of a
GTime.
|
class |
GIntervalFormatInteger
Abstract class defining an interval formatter used to update the format of the tooltip message of a
GEntryInt.
|
Modifier and Type | Method and Description |
---|---|
void |
GInterval.updateMessage(GUnit currentUnit,
GIntervalFormatAbstract formatter)
Update the interval message using the unit, and format provided.
|
void |
GIntervalEmptyString.updateMessage(GUnit currentUnit,
GIntervalFormatAbstract formatter)
Update the interval message using the unit, and format provided.
|
void |
GIntervalList.updateMessage(GUnit currentUnit,
GIntervalFormatAbstract formatter)
Update the interval message using the unit, and format provided.
|
abstract void |
GIntervalAbstract.updateMessage(GUnit currentUnit,
GIntervalFormatAbstract formatter)
Update the interval message using the unit, and format provided.
|
void |
GIntervalDate.updateMessage(GUnit currentUnit,
GIntervalFormatAbstract formatter)
Update the interval message using the unit, and format provided.
|
Copyright © 2024. All rights reserved.