|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.m2m.atl.adt.launching.ModelChoiceTab
public class ModelChoiceTab
This class is a tab that appears in the ATL Configuration. This tab allows to set the model and metamodel input and output. For each model
Field Summary | |
---|---|
protected static java.util.logging.Logger |
logger
|
static java.lang.String |
METAMODEL_INPUT
|
static java.lang.String |
METAMODEL_OUTPUT
|
static java.lang.String |
MODEL_INPUT
|
static java.lang.String |
MODEL_OUTPUT
|
Constructor Summary | |
---|---|
ModelChoiceTab()
|
Method Summary | |
---|---|
boolean |
canSave()
This method is used to know if the tab is valid or not. |
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
org.eclipse.swt.graphics.Image |
getImage()
Returns the icon associate with the tab |
java.lang.String |
getName()
Returns the name of the tab |
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
Display the configuration saved |
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
When the button "Apply" is pushed, this method is launched The configuration is saved. |
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
activated, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, isValid, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage, updateLaunchConfigurationDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.util.logging.Logger logger
public static final java.lang.String MODEL_OUTPUT
public static final java.lang.String MODEL_INPUT
public static final java.lang.String METAMODEL_OUTPUT
public static final java.lang.String METAMODEL_INPUT
Constructor Detail |
---|
public ModelChoiceTab()
Method Detail |
---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
ILaunchConfigurationTab.createControl(org.eclipse.swt.widgets.Composite)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
ILaunchConfigurationTab.setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy)
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
ILaunchConfigurationTab.initializeFrom(org.eclipse.debug.core.ILaunchConfiguration)
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
ILaunchConfigurationTab.performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy)
public java.lang.String getName()
ILaunchConfigurationTab.getName()
public boolean canSave()
canSave
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
canSave
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
public org.eclipse.swt.graphics.Image getImage()
getImage
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
getImage
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
|
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 |