org.eclipse.m2m.atl.adt.wizard.atlfile
Class AtlFileScreen

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.wizard.WizardPage
          extended by org.eclipse.m2m.atl.adt.wizard.atlfile.AtlFileScreen
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage

public class AtlFileScreen
extends org.eclipse.jface.wizard.WizardPage


Field Summary
static java.lang.String CONTAINER
           
static java.lang.String IN
           
static java.lang.String LIB
           
static java.lang.String LIBRARY
           
static java.lang.String MODULE
           
static java.lang.String NAME
           
static java.lang.String OUT
           
static java.lang.String QUERY
           
static java.lang.String TYPE
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
AtlFileScreen(org.eclipse.jface.viewers.ISelection selection)
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 java.lang.String getParameter(java.lang.String parameter)
           
protected  void textNameKeyPressed(org.eclipse.swt.events.KeyEvent evt)
           
 
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

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values

CONTAINER

public static final java.lang.String CONTAINER
See Also:
Constant Field Values

IN

public static final java.lang.String IN
See Also:
Constant Field Values

OUT

public static final java.lang.String OUT
See Also:
Constant Field Values

LIB

public static final java.lang.String LIB
See Also:
Constant Field Values

MODULE

public static final java.lang.String MODULE
See Also:
Constant Field Values

QUERY

public static final java.lang.String QUERY
See Also:
Constant Field Values

LIBRARY

public static final java.lang.String LIBRARY
See Also:
Constant Field Values
Constructor Detail

AtlFileScreen

public AtlFileScreen(org.eclipse.jface.viewers.ISelection selection)
Parameters:
selection -
Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)
See Also:
In this method, the GUI is created

textNameKeyPressed

protected void textNameKeyPressed(org.eclipse.swt.events.KeyEvent evt)
Parameters:
evt -

getParameter

public java.lang.String getParameter(java.lang.String parameter)

Copyright 2007 IBM Corporation and others.
All Rights Reserved.