org.processmining.plugins.petrinet.configurable.ui.impl
Class ConfigurableGraphElement_UI<T extends org.processmining.models.graphbased.directed.DirectedGraphElement>
java.lang.Object
org.processmining.plugins.petrinet.configurable.ui.widgets.Configuration_UI<ConfigurableFeature<?,?>,ConfigurableFeature<?,?>>
org.processmining.plugins.petrinet.configurable.ui.ConfigurableFeature_UI<T,ConfigurableGraphElementOption>
org.processmining.plugins.petrinet.configurable.ui.impl.ConfigurableGraphElement_UI<T>
- Type Parameters:
T
- node type of this ConfigurableGraphElementFeature
- All Implemented Interfaces:
- Structured_UI<ConfigurableFeature<?,?>,ConfigurableFeature<?,?>>
- Direct Known Subclasses:
- ConfigurableGraphElement_UI.ConfigurableArc_UI, ConfigurableGraphElement_UI.ConfigurablePlace_UI, ConfigurableGraphElement_UI.ConfigurableTransition_UI
public abstract class ConfigurableGraphElement_UI<T extends org.processmining.models.graphbased.directed.DirectedGraphElement>
- extends ConfigurableFeature_UI<T,ConfigurableGraphElementOption>
Abstract class to represent a ConfigurableGraphElementFeature
- Author:
- dfahland
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config_allow
public javax.swing.JCheckBox config_allow
config_block
public javax.swing.JCheckBox config_block
config_skip
public javax.swing.JCheckBox config_skip
config_default
public javax.swing.JComboBox config_default
definesValuesForGroup
public boolean definesValuesForGroup
ConfigurableGraphElement_UI
public ConfigurableGraphElement_UI(javax.swing.JComponent root,
ConfigurableGraphElementFeature<T> feature,
int line_height)
initializeFeatureOptionsPanel
protected void initializeFeatureOptionsPanel(javax.swing.JPanel optionsPanel)
- Specified by:
initializeFeatureOptionsPanel
in class ConfigurableFeature_UI<T extends org.processmining.models.graphbased.directed.DirectedGraphElement,ConfigurableGraphElementOption>
setValues
public void setValues(ConfigurableFeature<?,?> input)
- Description copied from interface:
Structured_UI
- Fill controls of this panel based on the values in the feature.
getPossibleValues
protected ConfigurableGraphElementOption[] getPossibleValues()
getDefaultValue
protected ConfigurableGraphElementOption getDefaultValue()