| |
|
| org.eclipse.ui.views.framelist.FrameAction org.eclipse.ui.views.framelist.ForwardAction
ForwardAction | public class ForwardAction extends FrameAction (Code) | | Generic "Forward" action which goes forward one frame.
|
Constructor Summary | |
public | ForwardAction(FrameList frameList) Constructs a new action for the specified frame list. |
Method Summary | |
public void | run() Calls forward() on the frame list. | public void | update() Updates this action's enabled state and tool tip text. |
ForwardAction | public ForwardAction(FrameList frameList)(Code) | | Constructs a new action for the specified frame list.
Parameters: frameList - the frame list |
run | public void run()(Code) | | Calls forward() 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 next frame in the frame list.
The tool tip text is "Forward to " plus the tool tip text for the next
frame.
|
|
|
|