public abstract class IlvCompiledSymbolDiscreteInteractor extends IlvCompiledSymbolInteractor
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
IlvCompiledSymbolDiscreteInteractor()
Constructs an
IlvCompiledSymbolDiscreteInteractor . |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(IlvCompositeActionEvent cae)
Increments the value by the given "increment".
|
int |
getIncrement()
Returns the increment used to modify the value managed by this interactor.
|
int |
getMaximum()
Returns the maximum value that can be computed by this interactor.
|
int |
getMinimum()
Returns the minimum value that can be computed by this interactor.
|
abstract int |
getParameterValue()
Returns the related parameter value.
|
void |
setIncrement(int increment)
Sets the increment used to modify the value managed by this interactor.
|
void |
setMaximum(int max)
Sets the maximum value that can be computed by this interactor.
|
void |
setMinimum(int min)
Sets the minimum value that can be computed by this interactor.
|
abstract void |
setParameterValue(int value)
Sets the related parameter value.
|
actionPerformed, getEvent, getLogger, getParameterToModify, setParameterToModify
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public IlvCompiledSymbolDiscreteInteractor()
IlvCompiledSymbolDiscreteInteractor
.public abstract void setParameterValue(int value)
value
- The parameter value.public abstract int getParameterValue()
public int getMaximum()
public void setMaximum(int max)
public int getMinimum()
public void setMinimum(int min)
public int getIncrement()
public void setIncrement(int increment)
protected void actionPerformed(IlvCompositeActionEvent cae)
actionPerformed
in class IlvCompiledSymbolInteractor
cae
- The composite action event.IlvCompiledSymbolInteractor.actionPerformed(IlvCompositeActionEvent)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.