|
||||||||||
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.kex.ui.wizards.exporting.ExampleResourcesPage
public class ExampleResourcesPage
The examples resource page manages the resources for an export.
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
protected |
ExampleResourcesPage(String pageName,
IStructuredSelection selection)
Constructor of ExampleResourcesPage . |
Method Summary | |
---|---|
void |
buildResourceStructure()
builds the resource structure out of the choosen komponents of the resource tree. |
void |
createControl(Composite parent)
Creates a new composite and adds it to parent composite. |
protected void |
createResourcesGroup(Composite parent)
Converts the projects of workspace to input elements for ResourceTreeAndListGroup and
initializes that. |
List<IFile> |
getExportedFiles()
Gives all files which are selected in the tree. |
List<IFolder> |
getExportedFolders()
Gives all folders which are selected in the tree. |
List<ExportResource> |
getExportedResources()
getter for exported resources. |
IPath |
getHeadFile()
getter for head file. |
boolean |
isPageComplete()
|
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
canFlipToNextPage, 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 ExampleResourcesPage(String pageName, IStructuredSelection selection)
ExampleResourcesPage
.
pageName
- , String
selection
- , IStructuredSelection
Method Detail |
---|
public void createControl(Composite parent)
parent
- , Composite
protected final void createResourcesGroup(Composite parent)
ResourceTreeAndListGroup
and
initializes that.
parent
- , Compositepublic List<IFile> getExportedFiles()
List
of IFile
spublic List<IFolder> getExportedFolders()
List
of IFolder
spublic IPath getHeadFile()
IPath
public boolean isPageComplete()
isPageComplete
in interface IWizardPage
isPageComplete
in class WizardPage
public void buildResourceStructure()
public List<ExportResource> getExportedResources()
List
of ExportResource
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |