|
||||||||||
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.core.ui.launch.MainAtlTab
public class MainAtlTab
The main ATL tab.
Field Summary | |
---|---|
static int |
IS_LIBRARY
Library type. |
static int |
IS_METAMODEL
Metamodel type. |
static int |
IS_MODEL
Model type. |
static int |
IS_MODULE
Module type. |
static int |
IS_SOURCE
Source type. |
static int |
IS_TARGET
Target type. |
Constructor Summary | |
---|---|
MainAtlTab()
|
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
org.eclipse.swt.graphics.Image |
getImage()
|
java.lang.String |
getName()
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
|
void |
launcherNameChanged(java.lang.String launcherName)
Handles launcher name change. |
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
superimposedChanged(java.util.List<java.lang.String> superimposed)
Handles changes in the list of superimposed modules. |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, isDirty, launched, scheduleUpdateJob, 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 |
---|
public static final int IS_METAMODEL
public static final int IS_MODEL
public static final int IS_SOURCE
public static final int IS_TARGET
public static final int IS_LIBRARY
public static final int IS_MODULE
Constructor Detail |
---|
public MainAtlTab()
Method Detail |
---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
ILaunchConfigurationTab.createControl(org.eclipse.swt.widgets.Composite)
public void superimposedChanged(java.util.List<java.lang.String> superimposed)
superimposed
- the list of superimposed modulespublic void launcherNameChanged(java.lang.String launcherName)
launcherName
- the launcher namepublic 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 isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
isValid
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
isValid
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
AbstractLaunchConfigurationTab.isValid(org.eclipse.debug.core.ILaunchConfiguration)
public org.eclipse.swt.graphics.Image getImage()
getImage
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
getImage
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
AbstractLaunchConfigurationTab.getImage()
|
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 |