public abstract class IlvCompiledSymbolLinearInteractor extends IlvCompiledSymbolRangeInteractor
Modifier and Type | Field and Description |
---|---|
static String |
DOWN
Indicates that the direction of the vertical motion is down.
|
static String |
LEFT
Indicates that the direction of the horizontal motion is to the left.
|
static String |
RIGHT
Indicates that the direction of the horizontal motion is to the right.
|
static String |
UP
Indicates that the direction of the vertical motion is up.
|
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 |
---|
IlvCompiledSymbolLinearInteractor()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDirection()
Gets the direction of this interactor.
|
void |
setDirection(String direction)
Sets the direction of this interactor.
|
applySet, applyStep, getMaximum, getMinimum, getParameterValue, getStep, setMaximum, setMinimum, setParameterValue, setStep
actionPerformed, actionPerformed, getEvent, getLogger, getParameterToModify, setParameterToModify
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public static final String LEFT
public static final String RIGHT
public static final String UP
public static final String DOWN
public IlvCompiledSymbolLinearInteractor()
public String getDirection()
public void setDirection(String direction)
direction
- Can be either LEFT or RIGHT for a horizontal motion, or
UP or DOWN for a vertical motion.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.