g-Eclipse
Release 1.0.0

eu.geclipse.servicejob.ui.wizard
Class ResourcesSelectionPage

java.lang.Object
  extended by WizardPage
      extended by eu.geclipse.servicejob.ui.wizard.ResourcesSelectionPage

public class ResourcesSelectionPage
extends WizardPage

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

ResourcesSelectionPage

public ResourcesSelectionPage(IProjectSelectionProvider selectionProvider,
                              java.lang.String pageName)
Constructor of ResourceSelectionPage objects.

Parameters:
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

addVisibleCategory

public void addVisibleCategory(IGridResourceCategory resourceCategory)

removeVisibleCategory

public void removeVisibleCategory(IGridResourceCategory resourceCategory)

setVisible

public void setVisible(boolean visible)

isPageComplete

public boolean isPageComplete()

canFlipToNextPage

public boolean canFlipToNextPage()

getSelectedResources

public java.util.List<IGridResource> getSelectedResources()
Method to access list of selected resources.s

Returns:
list of resources which were selected by user

createControl

public void createControl(Composite parent)

setSelectedVO

public void setSelectedVO(IVirtualOrganization vo)
Method to set (also change) the VO from which resources are displayed by this wizard page.

Parameters:
vo - VO object from which resources will be presented on this page

getNextPage

public IWizardPage getNextPage()

g-Eclipse
Release 1.0.0