public class ConfigureInteger_UI extends ConfigureFeature_UI<java.lang.Integer>
ConfigurableIntegerFeature
for configuring.Modifier and Type | Field and Description |
---|---|
protected com.fluxicon.slickerbox.components.NiceIntegerSlider |
slider |
BACKGROUND_ACTIVE, BACKGROUND_INACTIVE
Constructor and Description |
---|
ConfigureInteger_UI(java.lang.String label,
ConfigurableParameter<java.lang.Integer> feature,
int line_height) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getConfigured() |
protected void |
initializeOptionsPanel(javax.swing.JPanel optionsPanel)
The provided panel is filled with controls that set the values of this feature.
|
void |
setValues(ConfigurableParameter<?> input)
Fill controls of this panel based on the values in the feature.
|
getFeature
getId, getPanel, getRoot, handlePanelIsActive, handlePanelIsInActive, initialize, setId, setIdEditable, setRoot, showOptions
public ConfigureInteger_UI(java.lang.String label, ConfigurableParameter<java.lang.Integer> feature, int line_height)
protected void initializeOptionsPanel(javax.swing.JPanel optionsPanel)
Configuration_UI
initializeOptionsPanel
in class Configuration_UI<ConfigurableParameter<?>,java.lang.Integer>
public void setValues(ConfigurableParameter<?> input)
Structured_UI
public java.lang.Integer getConfigured()