public class ForwardSequenceAction extends RewindableSequenceAction
DisposableAction.RunActionListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FORWARD_ID |
language
Constructor and Description |
---|
ForwardSequenceAction(RewindableGraphSequence sequence,
java.util.function.Consumer<RewindableGraphSequence> onAction) |
Modifier and Type | Method and Description |
---|---|
protected void |
performChanges(RewindableGraphSequence sequence) |
protected boolean |
shouldBeEnabled(RewindableGraphSequence sequence) |
dispose, run
addRunActionListener, removeRunActionListener
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
public static final java.lang.String FORWARD_ID
public ForwardSequenceAction(RewindableGraphSequence sequence, java.util.function.Consumer<RewindableGraphSequence> onAction)
protected boolean shouldBeEnabled(RewindableGraphSequence sequence)
shouldBeEnabled
in class RewindableSequenceAction
protected void performChanges(RewindableGraphSequence sequence)
performChanges
in class RewindableSequenceAction