|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectWizardPage
eu.geclipse.servicejob.ui.wizard.ResourcesSelectionPage
public class ResourcesSelectionPage
Wizard page on which all resources (also services) taken form info system are displayed.
| Constructor Summary | |
|---|---|
ResourcesSelectionPage(IProjectSelectionProvider selectionProvider,
java.lang.String pageName)
Constructor of ResourceSelectionPage objects. |
|
| Method Summary | |
|---|---|
void |
addVisibleCategory(IGridResourceCategory resourceCategory)
|
boolean |
canFlipToNextPage()
|
void |
createControl(Composite parent)
|
IWizardPage |
getNextPage()
|
java.util.List<IGridResource> |
getSelectedResources()
Method to access list of selected resources.s |
boolean |
isPageComplete()
|
void |
removeVisibleCategory(IGridResourceCategory resourceCategory)
|
void |
setSelectedVO(IVirtualOrganization vo)
Method to set (also change) the VO from which resources are displayed by this wizard page. |
void |
setVisible(boolean visible)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourcesSelectionPage(IProjectSelectionProvider selectionProvider,
java.lang.String pageName)
selectionProvider - object implementing IProjectSelectionProvider
interface. This object is a source of information for which VO
resources should be presented.pageName - name of this wizard page| Method Detail |
|---|
public void addVisibleCategory(IGridResourceCategory resourceCategory)
public void removeVisibleCategory(IGridResourceCategory resourceCategory)
public void setVisible(boolean visible)
public boolean isPageComplete()
public boolean canFlipToNextPage()
public java.util.List<IGridResource> getSelectedResources()
public void createControl(Composite parent)
public void setSelectedVO(IVirtualOrganization vo)
vo - VO object from which resources will be presented on this pagepublic IWizardPage getNextPage()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||