public class ConfigureGraphElement_UI extends ConfigureFeature_UI<ConfigurableGraphElementOption>
ConfigurableGraphElementFeature for configuring| Modifier 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.
|
getFeaturegetId, getPanel, getRoot, handlePanelIsActive, handlePanelIsInActive, initialize, setId, setIdEditable, setRoot, showOptionspublic 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_UIinitializeOptionsPanel in class Configuration_UI<ConfigurableParameter<?>,ConfigurableGraphElementOption>public void setValues(ConfigurableParameter<?> input)
Structured_UIpublic ConfigurableGraphElementOption getConfigured()