|
||||||||||
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.ui.dialogs.WizardDataTransferPage
org.eclipse.ui.dialogs.WizardExportResourcesPage
de.cau.cs.kieler.kiml.grana.ui.BatchFileSelectionPage
public class BatchFileSelectionPage
This page displays the workspace contents and lets the user select diagram files.
Field Summary |
---|
Fields inherited from class org.eclipse.ui.dialogs.WizardDataTransferPage |
---|
COMBO_HISTORY_LENGTH, SIZING_TEXT_FIELD_WIDTH |
Fields inherited from interface org.eclipse.ui.dialogs.IOverwriteQuery |
---|
ALL, CANCEL, NO, NO_ALL, YES |
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
protected |
BatchFileSelectionPage(IStructuredSelection selection)
Constructs a BatchFileSelectionPage with initial selection. |
Method Summary | |
---|---|
boolean |
canFlipToNextPage()
|
void |
createControl(Composite parent)
|
protected void |
createDestinationGroup(Composite parent)
|
protected void |
createOptionsGroupButtons(Group parent)
|
boolean |
getLayoutBeforeAnalysis()
Returns the value of the 'layout before analysis' option. |
List<IPath> |
getSelectedFiles()
Returns the list of selected files. |
void |
handleEvent(Event event)
|
boolean |
isPageComplete()
|
protected void |
loadPreferences()
Loads the preferences for this page. |
protected void |
savePreferences()
Saves the preferences for this page. |
Methods inherited from class org.eclipse.ui.dialogs.WizardDataTransferPage |
---|
addToHistory, addToHistory, createBoldLabel, createOptionsGroup, createPlainLabel, createSpacer, determinePageCompletion, displayErrorDialog, displayErrorDialog, getPathFromText, queryForContainer, queryForContainer, queryOverwrite, queryYesNoQuestion, restoreWidgetValues, updatePageCompletion, validateDestinationGroup, validateOptionsGroup, validateSourceGroup |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, 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, 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 |
---|
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
Constructor Detail |
---|
protected BatchFileSelectionPage(IStructuredSelection selection)
selection
- the selectionMethod Detail |
---|
public void handleEvent(Event event)
protected void createDestinationGroup(Composite parent)
createDestinationGroup
in class WizardExportResourcesPage
protected void createOptionsGroupButtons(Group parent)
createOptionsGroupButtons
in class WizardDataTransferPage
public boolean canFlipToNextPage()
canFlipToNextPage
in interface IWizardPage
canFlipToNextPage
in class WizardPage
public boolean isPageComplete()
isPageComplete
in interface IWizardPage
isPageComplete
in class WizardPage
public void createControl(Composite parent)
createControl
in interface IDialogPage
createControl
in class WizardExportResourcesPage
protected void loadPreferences()
protected void savePreferences()
public List<IPath> getSelectedFiles()
public boolean getLayoutBeforeAnalysis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |