Package | Description |
---|---|
fr.cnes.genius.highLevel |
Package containing classes for the highLevel GENIUS widgets.
|
fr.cnes.genius.lowLevel |
Package containing the low level widgets.
|
Modifier and Type | Method and Description |
---|---|
GNumberFieldAbstract |
GEntryNumberAbstract.getGField()
Get the m_textField as a GNumberFieldAbstract.
|
GNumberFieldAbstract |
GEntryVectorAbstract.getGNumberField(int rank)
Get the GNumberFieldAbstract corresponding to the specified rank.
|
GNumberFieldAbstract |
GSliderAbstractWithLabel.getSetValueEntry()
Get the m_slider as a GSliderAbstract.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GEntryVectorAbstract.addItem(int rank,
GNumberFieldAbstract field,
Object value)
Adds a new element to the vector.
|
Constructor and Description |
---|
GEntryNumberAbstract(String widgetId,
String label,
GNumberFieldAbstract field)
Constructor.
|
GSliderAbstractWithLabel(String label,
GSliderAbstract slider,
GNumberFieldAbstract setValueEntry)
Constructor.
|
GSliderAbstractWithLabel(String widgetId,
String label,
GSliderAbstract slider,
GNumberFieldAbstract setValueEntry)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
GDateField
Date field class.
|
class |
GIntField
Implements a field capable of formatting double values in normal and scientific formats.
|
class |
GRealField
This class implements a field which allows entering and displaying only real numbers, double values in
normal and scientific formats.
|
Copyright © 2024. All rights reserved.