public class GoIntoAction 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 |
|---|
GoIntoAction(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 currently selected container. |
void |
update()
Updates this action's enabled state.
|
dispose, getFrameList, handlePropertyChangeconvertAccelerator, 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, setToolTipTextaddPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListeneraddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectpublic GoIntoAction(FrameList frameList)
frameList - the frame listpublic void run()
gotoFrame on the frame list with a frame
representing the currently selected container.run in interface IActionrun in class ActionHow radio buttons are handled,
How check boxes are handledpublic void update()
update in class FrameAction
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.