Eclipse Platform
2.0

Uses of Interface
org.eclipse.ui.part.IPage

Packages that use IPage
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.views.contentoutline Provides the standard Content Outline view which can show the active editor's custom outline for the document being edited. 
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. 
 

Uses of IPage in org.eclipse.ui.part
 

Subinterfaces of IPage in org.eclipse.ui.part
 interface IPageBookViewPage
          Interface for a page in a pagebook view.
 

Classes in org.eclipse.ui.part that implement IPage
 class MessagePage
          A message page display a message in a pagebook view.
 class Page
          Abstract base superclass for pages in a pagebook view.
 

Uses of IPage in org.eclipse.ui.views.contentoutline
 

Subinterfaces of IPage in org.eclipse.ui.views.contentoutline
 interface IContentOutlinePage
          Marker-style interface for a content outline page.
 

Classes in org.eclipse.ui.views.contentoutline that implement IPage
 class ContentOutlinePage
          An abstract base class for content outline pages.
 

Uses of IPage in org.eclipse.ui.views.properties
 

Subinterfaces of IPage in org.eclipse.ui.views.properties
 interface IPropertySheetPage
          Interface for a property sheet page that appears in a property sheet view.
 

Classes in org.eclipse.ui.views.properties that implement IPage
 class PropertySheetPage
          The standard implementation of property sheet page which presents a table of property names and values obtained from the current selection in the active workbench part.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.