public class SelectAttributesWizardPage
extends org.eclipse.jface.wizard.WizardPage
Modifier | Constructor and Description |
---|---|
protected |
SelectAttributesWizardPage()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clearSelection() |
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
org.eclipse.jface.wizard.IWizardPage |
getPreviousPage() |
Set<org.eclipse.emf.ecore.EStructuralFeature> |
getSelectedFeatures() |
boolean |
isCurrentPage() |
boolean |
isPageComplete() |
void |
onEnterPage() |
void |
setRootClass(org.eclipse.emf.ecore.EClass eClass) |
void |
setView(VView view) |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getShell, getWizard, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
protected SelectAttributesWizardPage()
public void createControl(org.eclipse.swt.widgets.Composite parent)
IDialogPage.createControl(org.eclipse.swt.widgets.Composite)
public void onEnterPage()
public boolean isPageComplete()
isPageComplete
in interface org.eclipse.jface.wizard.IWizardPage
isPageComplete
in class org.eclipse.jface.wizard.WizardPage
WizardPage.isPageComplete()
public void setRootClass(org.eclipse.emf.ecore.EClass eClass)
eClass
- the EClass to show attributes frompublic Set<org.eclipse.emf.ecore.EStructuralFeature> getSelectedFeatures()
public org.eclipse.jface.wizard.IWizardPage getPreviousPage()
getPreviousPage
in interface org.eclipse.jface.wizard.IWizardPage
getPreviousPage
in class org.eclipse.jface.wizard.WizardPage
WizardPage.getPreviousPage()
public void setView(VView view)
view
- The VView
to select an attribute for. Is used to filter attributes already shown in the view.public boolean isCurrentPage()
isCurrentPage
in class org.eclipse.jface.wizard.WizardPage
public void clearSelection()
Copyright © 2016. All rights reserved.