| |
|
| org.eclipse.ui.views.framelist.FrameAction org.eclipse.ui.views.framelist.GoIntoAction
GoIntoAction | public class GoIntoAction extends FrameAction (Code) | | Generic "Go Into" action which goes to the frame for the current selection.
|
Constructor Summary | |
public | GoIntoAction(FrameList frameList) Constructs a new action for the specified frame list. |
Method Summary | |
public void | run() Calls gotoFrame on the frame list with a frame
representing the currently selected container. | public void | update() Updates this action's enabled state. |
GoIntoAction | public GoIntoAction(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 currently selected container.
|
update | public void update()(Code) | | Updates this action's enabled state.
This action is enabled only when there is a frame for the current selection.
|
|
|
|