T
- node type of the ParameterizedIntegerFeature
public abstract class ParameterizedIntegerFeature_UI<T extends org.processmining.models.graphbased.directed.DirectedGraphElement> extends ConfigurableFeature_UI<T,java.lang.Integer>
ParameterizedIntegerFeature
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedIntegerFeature_UI.IntegerParameter_UI |
static class |
ParameterizedIntegerFeature_UI.ParameterizedArcWeightFeature_UI |
static class |
ParameterizedIntegerFeature_UI.ParameterizedPlaceMarkingFeature_UI |
Modifier and Type | Field and Description |
---|---|
protected org.processmining.framework.util.ui.widgets.ProMTextField |
expression |
protected org.processmining.framework.util.ui.widgets.ProMTextField |
maxValue |
protected org.processmining.framework.util.ui.widgets.ProMTextField |
minValue |
BACKGROUND_ACTIVE, BACKGROUND_INACTIVE
Constructor and Description |
---|
ParameterizedIntegerFeature_UI(javax.swing.JComponent root,
ParameterizedIntegerFeature<T> feature,
int line_height) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<ConfigurableParameter<java.lang.Integer>> |
getInputParameters() |
protected void |
initializeFeatureOptionsPanel(javax.swing.JPanel optionsPanel) |
void |
resizeToContents() |
void |
setValues(ConfigurableFeature<?,?> input)
Fill controls of this panel based on the values in the feature.
|
getConfiguredElement, handlePanelIsActive, handlePanelIsInActive, initializeOptionsPanel, installFeatureRemoveHandler
getId, getPanel, getRoot, initialize, setId, setIdEditable, setRoot, showOptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfigured
protected org.processmining.framework.util.ui.widgets.ProMTextField expression
protected org.processmining.framework.util.ui.widgets.ProMTextField minValue
protected org.processmining.framework.util.ui.widgets.ProMTextField maxValue
public ParameterizedIntegerFeature_UI(javax.swing.JComponent root, ParameterizedIntegerFeature<T> feature, int line_height)
protected void initializeFeatureOptionsPanel(javax.swing.JPanel optionsPanel)
initializeFeatureOptionsPanel
in class ConfigurableFeature_UI<T extends org.processmining.models.graphbased.directed.DirectedGraphElement,java.lang.Integer>
public void resizeToContents()
public void setValues(ConfigurableFeature<?,?> input)
Structured_UI
protected java.util.List<ConfigurableParameter<java.lang.Integer>> getInputParameters() throws java.lang.Exception
java.lang.Exception