|
||||||||||
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
de.cau.cs.kieler.keg.importer.wizards.ImportGraphOptionsPage
public class ImportGraphOptionsPage
The wizard page from which to select the source graph type and the options for the import.
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
ImportGraphOptionsPage()
Constructs the ImportGraphOptionsPage. |
Method Summary | |
---|---|
void |
createControl(Composite parent)
|
boolean |
getCreateDiagramFiles()
Returns whether to create diagram files for the created graphs. |
AbstractImporter |
getImporter()
Returns the selected importer. |
boolean |
getOpenDiagramFiles()
Returns whether to open the created diagram files. |
IPropertyHolder |
getOptions()
Returns the selected options. |
void |
savePreferences()
Saves the pages preferences. |
void |
setVisible(boolean visible)
|
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, 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, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage |
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 |
---|
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp |
Constructor Detail |
---|
public ImportGraphOptionsPage()
Method Detail |
---|
public void createControl(Composite parent)
public AbstractImporter getImporter()
public boolean getCreateDiagramFiles()
public boolean getOpenDiagramFiles()
public IPropertyHolder getOptions()
public void savePreferences()
public void setVisible(boolean visible)
setVisible
in interface IDialogPage
setVisible
in class DialogPage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |