public class ConfigureGraphElement_UI extends ConfigureFeature_UI<ConfigurableGraphElementOption>
ConfigurableGraphElementFeature
for configuringModifier and Type | Field and Description |
---|---|
javax.swing.JRadioButton |
config_allow |
javax.swing.JRadioButton |
config_block |
javax.swing.JRadioButton |
config_skip |
BACKGROUND_ACTIVE, BACKGROUND_INACTIVE
Constructor and Description |
---|
ConfigureGraphElement_UI(java.lang.String label,
ConfigurableParameter<ConfigurableGraphElementOption> parameter,
int line_height) |
Modifier and Type | Method and Description |
---|---|
ConfigurableGraphElementOption |
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 javax.swing.JRadioButton config_allow
public javax.swing.JRadioButton config_block
public javax.swing.JRadioButton config_skip
public ConfigureGraphElement_UI(java.lang.String label, ConfigurableParameter<ConfigurableGraphElementOption> parameter, int line_height)
protected void initializeOptionsPanel(javax.swing.JPanel optionsPanel)
Configuration_UI
initializeOptionsPanel
in class Configuration_UI<ConfigurableParameter<?>,ConfigurableGraphElementOption>
public void setValues(ConfigurableParameter<?> input)
Structured_UI
public ConfigurableGraphElementOption getConfigured()