public class UpAction extends FrameAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
Constructor and Description |
---|
UpAction(FrameList frameList)
Constructs a new action for the specified frame list.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Calls
gotoFrame on the frame list with a frame
representing the parent of the current input. |
void |
update()
Updates this action's enabled state and tool tip text.
|
dispose, getFrameList, handlePropertyChange
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
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
public UpAction(FrameList frameList)
frameList
- the frame listpublic void run()
gotoFrame
on the frame list with a frame
representing the parent of the current input.run
in interface IAction
run
in class Action
How radio buttons are handled
,
How check boxes are handled
public void update()
update
in class FrameAction
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.