Package | Description |
---|---|
jcgp.backend.modules | |
jcgp.backend.parameters | |
jcgp.backend.parameters.monitors | |
jcgp.gui.settings.parameters |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Parameter<?>> |
Module.getLocalParameters()
This method is used by the GUI in order to build visual
representations of all parameters used by the module.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanParameter
Parameter subclass for the boolean type.
|
class |
DoubleParameter
Parameter subclass for the double type.
|
class |
IntegerParameter
Parameter subclass for the double type.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanMonitor
This is a special type of
BooleanParameter which
cannot be modified in the GUI (if the GUI is in use). |
class |
DoubleMonitor
This is a special type of
DoubleParameter which
cannot be modified in the GUI (if the GUI is in use). |
class |
IntegerMonitor
This is a special type of
IntegerParameter which
cannot be modified in the GUI (if the GUI is in use). |
Modifier and Type | Method and Description |
---|---|
static GUIParameter<?> |
GUIParameter.create(Parameter<?> parameter,
SettingsPane sp)
Factory method to create @code{GUIParameter}s from @code{Parameter}s.
|