|
||||||||||
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.m2m.atl.adt.ui.wizard.atlfile.AtlFileScreen
public class AtlFileScreen
The ATL file wizard page.
Field Summary | |
---|---|
static java.lang.String |
TYPE_LIBRARY
The library file type. |
static java.lang.String |
TYPE_MODULE
The atl module file type. |
static java.lang.String |
TYPE_QUERY
The atl query file type. |
static java.lang.String |
TYPE_REFINING_MODULE
The atl module file type. |
static java.lang.String |
UNIT_NAME
ATL Module name. |
static java.lang.String |
UNIT_TYPE
ATL File type. |
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
AtlFileScreen(org.eclipse.jface.viewers.ISelection selection)
Constructor. |
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
boolean |
generateLaunchConfig()
Returns true if the generateLaunchConfig button is checked. |
java.util.Map<java.lang.String,java.lang.String> |
getInput()
|
java.util.Map<java.lang.String,java.lang.String> |
getLibraries()
|
java.util.Map<java.lang.String,java.lang.String> |
getOutput()
|
protected java.util.Map<java.lang.String,java.lang.String> |
getPaths()
|
java.lang.String |
getUnitName()
|
java.lang.String |
getUnitType()
|
void |
setModuleName(java.lang.String name)
Initialize the page from previous informations, if no module name has been specified. |
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, 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 |
Field Detail |
---|
public static final java.lang.String UNIT_NAME
public static final java.lang.String UNIT_TYPE
public static final java.lang.String TYPE_MODULE
public static final java.lang.String TYPE_REFINING_MODULE
public static final java.lang.String TYPE_QUERY
public static final java.lang.String TYPE_LIBRARY
Constructor Detail |
---|
public AtlFileScreen(org.eclipse.jface.viewers.ISelection selection)
selection
- the selection interface.Method Detail |
---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
IDialogPage.createControl(org.eclipse.swt.widgets.Composite)
public void setModuleName(java.lang.String name)
name
- the default module namepublic boolean generateLaunchConfig()
true
if the generateLaunchConfig button is checked.
true
if the generateLaunchConfig button is checkedprotected java.util.Map<java.lang.String,java.lang.String> getPaths()
public java.lang.String getUnitName()
public java.lang.String getUnitType()
public java.util.Map<java.lang.String,java.lang.String> getLibraries()
public java.util.Map<java.lang.String,java.lang.String> getInput()
public java.util.Map<java.lang.String,java.lang.String> getOutput()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |