|
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.ui.wizards.VoSelectionWizardPage
public class VoSelectionWizardPage
A wizard page allowing to select a VO from the list of VOs registered in the VO manager. It also allows to edit the VOs on the fly by opening the VO preferences page.
| Constructor Summary | |
|---|---|
VoSelectionWizardPage(boolean allowMultiSelection)
|
|
VoSelectionWizardPage(boolean allowMultiSelection,
java.lang.Class<?> voType)
|
|
| Method Summary | |
|---|---|
void |
createControl(Composite parent)
|
void |
dispose()
|
IVirtualOrganization[] |
getSelectedVos()
Get the list of checked VOs |
void |
gridModelChanged(IGridModelEvent event)
The method is called everytime a change in the model occurred and the event processing is active. |
void |
setSelectedVos(IGridElement[] vos)
Select the given VOs by setting the checkboxes |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VoSelectionWizardPage(boolean allowMultiSelection)
public VoSelectionWizardPage(boolean allowMultiSelection,
java.lang.Class<?> voType)
| Method Detail |
|---|
public void createControl(Composite parent)
public void gridModelChanged(IGridModelEvent event)
IGridModelListener
gridModelChanged in interface IGridModelListenerevent - The event that occurred in the model.public void dispose()
public IVirtualOrganization[] getSelectedVos()
public void setSelectedVos(IGridElement[] vos)
vos - an array of VOs to check on the viewer
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||