|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProjectContextContainer in org.eclipse.corona.collaboration.project |
---|
Methods in org.eclipse.corona.collaboration.project with parameters of type ProjectContextContainer | |
---|---|
ProjectEvent |
ProjectEventFactory.createProjectEvent(ProjectContextContainer pc,
java.lang.String actionType)
Create a ProjectEvent for a specific ProjectContainer |
ProjectEvent |
IProjectEventFactory.createProjectEvent(ProjectContextContainer pc,
java.lang.String actionType)
Create a ProjectEvent for a specific ProjectContainer |
Uses of ProjectContextContainer in org.eclipse.corona.container.manager |
---|
Methods in org.eclipse.corona.container.manager that return ProjectContextContainer | |
---|---|
ProjectContextContainer |
ProjectContainerStub.getProjectContainer()
|
ProjectContextContainer |
ProjectContainerProxy.openProjectContainer(java.lang.String containerUri)
|
ProjectContextContainer |
ProjectContainerProxy.openProjectContainerForMember(java.lang.String containerUri,
java.lang.String memberName)
|
ProjectContextContainer |
IProjectContainerManager.openProjectContainerForMember(java.lang.String containerUri,
java.lang.String memberId)
Opens an existing project container on behalf of a project team member. |
Methods in org.eclipse.corona.container.manager with parameters of type ProjectContextContainer | |
---|---|
void |
ProjectContainerStub.setProjectContainer(ProjectContextContainer projectContainer)
|
Constructors in org.eclipse.corona.container.manager with parameters of type ProjectContextContainer | |
---|---|
ProjectContainerStub(ProjectContextContainer projectContainer,
int state)
Constructor with project container object and state - name and uri taken from PC |
Uses of ProjectContextContainer in org.eclipse.corona.container.manager.manage |
---|
Methods in org.eclipse.corona.container.manager.manage that return ProjectContextContainer | |
---|---|
ProjectContextContainer |
ProjectContainerManager.loadContainer(java.lang.String containerUri)
|
ProjectContextContainer |
ProjectContainerManager.loadContainer(java.lang.String containerUri,
IContainerConfiguration config)
|
ProjectContextContainer |
ProjectContainerManager.openProjectContainerForMember(java.lang.String containerUri,
java.lang.String memberId)
|
Uses of ProjectContextContainer in org.eclipse.corona.container.project.ui.view |
---|
Methods in org.eclipse.corona.container.project.ui.view that return ProjectContextContainer | |
---|---|
ProjectContextContainer |
ProjectContainerView.getProjectContainer()
Sets the project container which is the subject of this view. |
Methods in org.eclipse.corona.container.project.ui.view with parameters of type ProjectContextContainer | |
---|---|
void |
ProjectContainerViewManager.hideView(ProjectContextContainer project)
Hide the ProjectContainerView for a specific Project |
void |
ProjectContainerView.setProjectContainer(ProjectContextContainer container)
Sets the project container which is the subject of this view. |
void |
ProjectContainerViewManager.showRegisteredView(ProjectContextContainer project,
java.lang.String registeredViewId)
Shows a registered view tab in project container view. |
void |
ProjectContainerViewManager.showView(ProjectContextContainer project)
Show the ProjectContainerView for a specific Project |
Constructors in org.eclipse.corona.container.project.ui.view with parameters of type ProjectContextContainer | |
---|---|
ProjectContainerViewManager.ShowRegisteredViewTab(ProjectContextContainer project,
java.lang.String registeredTabId)
Constructor. |
|
ProjectContainerViewManager.ShowView(ProjectContextContainer project)
|
Uses of ProjectContextContainer in org.eclipse.corona.container.project.ui.view.page |
---|
Fields in org.eclipse.corona.container.project.ui.view.page declared as ProjectContextContainer | |
---|---|
protected ProjectContextContainer |
AbstractPCVPage.container
The project container that is associated with the page. |
Methods in org.eclipse.corona.container.project.ui.view.page with parameters of type ProjectContextContainer | |
---|---|
void |
IProjectContainerPage.init(ProjectContextContainer container)
Initializes the page with proper project container. |
void |
AbstractProjectContainerPage.init(ProjectContextContainer container)
Inits the object with an associated project container. |
void |
IProjectContainerPage.init(ProjectContextContainer container,
java.util.Map pagesRegistry)
Initializes the page with proper project container. |
void |
AbstractProjectContainerPage.init(ProjectContextContainer container,
java.util.Map specialPagesRegistry)
Default implementation for IProjectContainerPage.init(org.eclipse.corona.model.container.project.ProjectContextContainer, java.util.Map)
method. |
void |
IRepositoryPage.init(ProjectContextContainer container,
RepositoryDescriptor repository)
Initializes the page with proper repository. |
void |
AbstractRepositoryPage.init(ProjectContextContainer container,
RepositoryDescriptor repository)
Inits the object with an associated project container. |
void |
AbstractRepositoryAdapterPage.init(ProjectContextContainer container,
RepositoryDescriptor repository)
|
Uses of ProjectContextContainer in org.eclipse.corona.model.container.project |
---|
Methods in org.eclipse.corona.model.container.project that return ProjectContextContainer | |
---|---|
ProjectContextContainer |
ProjectFactory.createProjectContextContainer()
Returns a new object of class 'Context Container' |
Uses of ProjectContextContainer in org.eclipse.corona.model.container.project.impl |
---|
Classes in org.eclipse.corona.model.container.project.impl that implement ProjectContextContainer | |
---|---|
class |
ProjectContextContainerImpl
An implementation of the model object 'Context Container' |
Methods in org.eclipse.corona.model.container.project.impl that return ProjectContextContainer | |
---|---|
ProjectContextContainer |
ProjectFactoryImpl.createProjectContextContainer()
|
static ProjectContextContainer |
ProjectContextContainerImpl.deserialize(java.io.InputStream xmlStream)
|
static ProjectContextContainer |
ProjectContextContainerImpl.deserialize(java.lang.String xmlString)
|
Uses of ProjectContextContainer in org.eclipse.corona.model.container.project.util |
---|
Methods in org.eclipse.corona.model.container.project.util with parameters of type ProjectContextContainer | |
---|---|
java.lang.Object |
ProjectSwitch.caseProjectContextContainer(ProjectContextContainer object)
Returns the result of interpretting the object as an instance of 'Context Container' |
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |