| |
|
| org.eclipse.ui.views.framelist.FrameAction org.eclipse.ui.views.framelist.UpAction
UpAction | public class UpAction extends FrameAction (Code) | | Generic "Up" action which goes to the parent frame for the current frame.
|
Constructor Summary | |
public | UpAction(FrameList frameList) Constructs a new action for the specified frame list. |
Method Summary | |
Frame | getParentFrame(int flags) | String | getToolTipText(Frame parentFrame) | public void | run() Calls gotoFrame on the frame list with a frame
representing the parent of the current input. | public void | update() Updates this action's enabled state and tool tip text. |
UpAction | public UpAction(FrameList frameList)(Code) | | Constructs a new action for the specified frame list.
Parameters: frameList - the frame list |
run | public void run()(Code) | | Calls gotoFrame on the frame list with a frame
representing the parent of the current input.
|
update | public void update()(Code) | | Updates this action's enabled state and tool tip text.
This action is enabled only when there is a parent frame for the current
frame in the frame list.
The tool tip text is "Up to " plus the tool tip text for the parent
frame.
|
|
|
|