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.
|
fr.cnes.genius.lowLevel |
Package containing the low level widgets.
|
Modifier and Type | Method and Description |
---|---|
void |
GEntryDateVector.add(int rank,
Object value)
Adds an item to the vector.
|
protected Object |
GEntryDateVector.parseValue(String value)
Parse the value in string format and return a Number to be stored in the vector.
|
void |
GEntryDate.setDefaultValue(String newValue)
Set default value.
|
void |
GEntryDate.setValue(String stringValue)
Set the value of the field.
|
Constructor and Description |
---|
GEntryDate()
Constructor by default.
|
GEntryDate(String label,
String value)
Constructor.
|
GEntryDate(String widgetId,
String label,
String stringValue)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
GMutableIntervalDate.setOkMax(String okMax)
Set the absolute maximum value of the OK zone.
|
protected void |
GIntervalDate.setOkMax(String okMax)
Set the absolute maximum value of the OK zone.
|
void |
GMutableIntervalDate.setOkMin(String okMin)
Set the absolute minimum value of the OK zone.
|
protected void |
GIntervalDate.setOkMin(String okMin)
Set the absolute minimum value of the OK zone.
|
void |
GMutableIntervalDate.setWarnMax(String warnMax)
Set the absolute maximum value of the WARN zone.
|
protected void |
GIntervalDate.setWarnMax(String warnMax)
Set the absolute maximum value of the WARN zone.
|
void |
GMutableIntervalDate.setWarnMin(String warnMin)
Set the absolute minimum value of the WARN zone.
|
protected void |
GIntervalDate.setWarnMin(String warnMin)
Set the absolute minimum value of the WARN zone.
|
Constructor and Description |
---|
GIntervalDate(String okMin,
String okMax)
Constructor of the interval only with OK zone and inclusive rules in both edges.
|
GIntervalDate(String okMin,
String okMax,
GIntervalAbstract.Rule okMinRule,
GIntervalAbstract.Rule okMaxRule)
Constructor of the interval only with OK zone.
|
GIntervalDate(String okMin,
String okMax,
GIntervalAbstract.Rule okMinRule,
GIntervalAbstract.Rule okMaxRule,
String warnMin,
String warnMax,
GIntervalAbstract.Rule warnMinRule,
GIntervalAbstract.Rule warnMaxRule)
Constructor of the interval with OK and WARN zones.
|
Modifier and Type | Method and Description |
---|---|
void |
GTime.after(GEvent e)
Called after the event is processed.
|
static Date |
GDateField.parse(String stringValue)
Parse a string into a Date if possible.
|
static double |
GDateField.parseDuration(String stringDuration,
GUnit unit)
Parse duration.
|
static Double |
GDateField.parseDurationCal(String stringDuration)
Parse a given duration in Cal1 or Cal2 format as a real number of seconds.
|
void |
GDateField.setCurrentUnit(GUnit durationUnit)
Set current unit.
|
void |
GTime.setDefaultDuration(double defaultDuration)
Set default duration value.
|
void |
GTime.setDefaultDuration(String defaultDuration)
Set default duration value.
|
void |
GTime.setUnit(GUnit durationUnit)
Setter for the duration unit.
|
void |
GTime.setValue(String stringDuration)
Set duration from string.
|
void |
GDateField.setValue(String stringDuration)
Set the duration value of the field with a string.
|
Constructor and Description |
---|
GDateField(String textDate)
Constructor.
|
GDateField(String widgetId,
String textDate)
Constructor.
|
GTime()
Empty constructor.
|
GTime(String label)
Constructor.
|
GTime(String label,
double duration)
Constructor.
|
GTime(String widgetId,
String label)
Constructor.
|
Copyright © 2024. All rights reserved.