|
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.function.internal.NewRelationPage
public class NewRelationPage
Page for creating a new relation
Field Summary | |
---|---|
protected static String |
CONF_LAST_SELECTED_FUNCTION
Configuration parameter name for the last selected function |
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
protected |
NewRelationPage(String title)
|
Method Summary | |
---|---|
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. |
FunctionWizard |
getFunctionWizard()
Get the current function wizard |
void |
restore(de.fhg.igd.osgi.util.configuration.IConfigurationService configurationService)
Load the configuration from a configuration service |
void |
store(de.fhg.igd.osgi.util.configuration.IConfigurationService configurationService)
Store the configuration to a configuration service |
Methods inherited from class eu.esdihumboldt.hale.ui.util.wizard.ViewerWizardSelectionPage |
---|
acceptWizard, 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 |
Field Detail |
---|
protected static final String CONF_LAST_SELECTED_FUNCTION
Constructor Detail |
---|
protected NewRelationPage(String title)
title
- 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)
public FunctionWizard getFunctionWizard()
null
public void store(de.fhg.igd.osgi.util.configuration.IConfigurationService configurationService)
configurationService
- the configuration servicepublic void restore(de.fhg.igd.osgi.util.configuration.IConfigurationService configurationService)
configurationService
- the configuration service
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |