Uses of Class
org.eclipse.ui.views.framelist.FrameAction
-
Packages that use FrameAction Package Description org.eclipse.ui.views.framelist Provides support for a web-browser style of navigation within a view by maintaining a list of frames. -
-
Uses of FrameAction in org.eclipse.ui.views.framelist
Subclasses of FrameAction in org.eclipse.ui.views.framelist Modifier and Type Class Description class
BackAction
Generic "Back" action which goes back one frame,class
ForwardAction
Generic "Forward" action which goes forward one frame.class
GoIntoAction
Generic "Go Into" action which goes to the frame for the current selection.class
UpAction
Generic "Up" action which goes to the parent frame for the current frame.
-