org.eclipse.corona.container.project.ui.view.page
Interface IPCVPage

All Superinterfaces:
org.osgi.service.event.EventHandler, org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IPersistable, org.eclipse.ui.IViewPart, org.eclipse.ui.IWorkbenchPart
All Known Subinterfaces:
IProjectContainerPage, IRepositoryPage
All Known Implementing Classes:
AbstractPCVPage, AbstractProjectContainerPage, AbstractRepositoryAdapterPage, AbstractRepositoryPage

public interface IPCVPage
extends org.eclipse.ui.IViewPart, org.osgi.service.event.EventHandler, org.eclipse.core.runtime.IExecutableExtension

This interface is implemented by project container view pages. It is used as a root for both project container and repository page.

Author:
Marcin Okraszewski

Field Summary
static java.lang.String PC_PAGE_CLASS_ATTR
          Attribute with class for the extension point.
static java.lang.String PC_PAGE_NAME_ATTR
          Attribute with name of the page.
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Method Summary
 
Methods inherited from interface org.eclipse.ui.IViewPart
getViewSite, init, init, saveState
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.osgi.service.event.EventHandler
handleEvent
 
Methods inherited from interface org.eclipse.core.runtime.IExecutableExtension
setInitializationData
 

Field Detail

PC_PAGE_CLASS_ATTR

static final java.lang.String PC_PAGE_CLASS_ATTR
Attribute with class for the extension point.

See Also:
Constant Field Values

PC_PAGE_NAME_ATTR

static final java.lang.String PC_PAGE_NAME_ATTR
Attribute with name of the page.

See Also:
Constant Field Values

Copyright 2006 IBM Corporation and others.
All Rights Reserved.