| org.eclipse.ui.views.framelist.FrameAction org.eclipse.ui.views.framelist.BackAction
BackAction | public class BackAction extends FrameAction (Code) | | Generic "Back" action which goes back one frame,
|
Constructor Summary | |
public | BackAction(FrameList frameList) Constructs a new action for the specified frame list. |
Method Summary | |
public void | run() Calls back() on the frame list. | public void | update() Updates this action's enabled state and tool tip text. |
BackAction | public BackAction(FrameList frameList)(Code) | | Constructs a new action for the specified frame list.
Parameters: frameList - the frame list |
run | public void run()(Code) | | Calls back() on the frame list.
|
update | public void update()(Code) | | Updates this action's enabled state and tool tip text.
This action is enabled only when there is a previous frame in the frame list.
The tool tip text is "Back to " plus the tool tip text for the previous frame.
|
|
|