class |
AbstractSingleParameterConfigurator<T extends Parameter<?>> |
Base class for MiniGUI input helpers
|
class |
ClassListParameterConfigurator |
Provide a configuration panel to choose classes with the help of a dropdown.
|
class |
ClassParameterConfigurator |
Provide a configuration panel to choose a class with the help of a dropdown.
|
class |
EnumParameterConfigurator |
Panel to configure EnumParameters by offering a dropdown to choose from.
|
class |
FileParameterConfigurator |
Provide a configuration panel to choose a file with a file selector button.
|
class |
FlagParameterConfigurator |
Provide a configuration panel to modify a boolean via a checkbox.
|
class |
TextParameterConfigurator |
Provide a configuration panel to input an arbitrary text parameter.
|