|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.jface.wizard.WizardSelectionPage
eu.esdihumboldt.hale.ui.util.wizard.ViewerWizardSelectionPage
eu.esdihumboldt.hale.ui.io.action.wizard.ActionUIWizardPage
public class ActionUIWizardPage
Wizard selection page based on ActionUI
s
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
ActionUIWizardPage(de.cs3d.util.eclipse.extension.FactoryFilter<IOWizard<?>,ActionUI> filter,
String title)
Create a page that allows selection of an ActionUI wizard |
Method Summary | |
---|---|
protected String |
acceptWizard(org.eclipse.jface.wizard.IWizardNode wizardNode)
Accepts or doesn't accept a wizard node as a valid selection. |
protected Pair<org.eclipse.jface.viewers.StructuredViewer,org.eclipse.swt.widgets.Control> |
createViewer(org.eclipse.swt.widgets.Composite parent)
Create the structured viewer and set it up with label and content providers as well as the input. |
Methods inherited from class eu.esdihumboldt.hale.ui.util.wizard.ViewerWizardSelectionPage |
---|
createControl, doubleClicked, setSelectedNode, updateMessage, viewerSelectionChanged |
Methods inherited from class org.eclipse.jface.wizard.WizardSelectionPage |
---|
canFlipToNextPage, dispose, getNextPage, getSelectedNode |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
getContainer, getDialogSettings, getImage, getName, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
Constructor Detail |
---|
public ActionUIWizardPage(de.cs3d.util.eclipse.extension.FactoryFilter<IOWizard<?>,ActionUI> filter, String title)
ActionUI
wizard
filter
- the filter to apply to the action UI extensiontitle
- the page titleMethod Detail |
---|
protected Pair<org.eclipse.jface.viewers.StructuredViewer,org.eclipse.swt.widgets.Control> createViewer(org.eclipse.swt.widgets.Composite parent)
ViewerWizardSelectionPage
IStructuredSelection
s with IWizardNode
s.
createViewer
in class ViewerWizardSelectionPage
parent
- the parent composite
ViewerWizardSelectionPage.createViewer(Composite)
protected String acceptWizard(org.eclipse.jface.wizard.IWizardNode wizardNode)
ViewerWizardSelectionPage
acceptWizard
in class ViewerWizardSelectionPage
wizardNode
- the wizard node
null
if the node is accepted or a reason why it is
not accepted.ViewerWizardSelectionPage.acceptWizard(IWizardNode)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |