Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.ui.views.framelist.Frame

Packages that use Frame
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 Frame in org.eclipse.ui.views.framelist
 

Subclasses of Frame in org.eclipse.ui.views.framelist
 class TreeFrame
          Frame for tree viewers.
 

Methods in org.eclipse.ui.views.framelist that return Frame
  Frame FrameList. getCurrentFrame ()
          Returns the current frame.
protected   Frame TreeViewerFrameSource. getCurrentFrame (int flags)
          Returns the current frame.
  Frame FrameList. getFrame (int index)
          Returns the frame at the given index, or null if the index is ≤ 0 or ≥ size().
  Frame TreeViewerFrameSource. getFrame (int whichFrame, int flags)
           
  Frame IFrameSource. getFrame (int whichFrame, int flags)
          Returns a new frame describing the state of the source.
protected   Frame TreeViewerFrameSource. getParentFrame (int flags)
          Returns the parent frame, or null if there is no parent frame.
protected   Frame TreeViewerFrameSource. getSelectionFrame (int flags)
          Returns the frame for the selection, or null if there is no frame for the selection.
 

Methods in org.eclipse.ui.views.framelist with parameters of type Frame
 void FrameList. gotoFrame ( Frame frame)
          Adds the given frame after the current frame, and advances the pointer to the new frame.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire