|
Eclipse JDT Release 3.0 |
||||||||||
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.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab
org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
A launch configuration tab that displays and edits project and main type name launch configuration attributes.
This class may be instantiated. This class is not intended to be subclassed.
Field Summary | |
static String |
ATTR_CONSIDER_INHERITED_MAIN
Boolean launch configuration attribute indicating whether types inheriting a main method should be considerd when searching for a main type. |
static String |
ATTR_INCLUDE_EXTERNAL_JARS
Boolean launch configuration attribute indicating that external jars (on the runtime classpath) should be searched when looking for a main type. |
protected static String |
EMPTY_STRING
|
protected org.eclipse.swt.widgets.Button |
fConsiderInheritedMainButton
|
protected org.eclipse.swt.widgets.Text |
fMainText
|
protected org.eclipse.swt.widgets.Button |
fProjButton
|
protected org.eclipse.swt.widgets.Text |
fProjText
|
protected org.eclipse.swt.widgets.Button |
fSearchButton
|
protected org.eclipse.swt.widgets.Button |
fSearchExternalJarsCheckButton
|
protected org.eclipse.swt.widgets.Button |
fStopInMainCheckButton
|
Constructor Summary | |
JavaMainTab()
|
Method Summary | |
void |
activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
|
protected IJavaProject |
chooseJavaProject()
Realize a Java Project selection dialog and return the first selected project, or null if there was none. |
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
void |
deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
|
void |
dispose()
|
org.eclipse.swt.graphics.Image |
getImage()
|
protected IJavaProject |
getJavaProject()
Return the IJavaProject corresponding to the project name in the project name text field, or null if the text does not match a project name. |
String |
getName()
|
protected void |
handleProjectButtonSelected()
Show a dialog that lets the user select a project. |
protected void |
handleSearchButtonSelected()
Show a dialog that lists all main types |
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration config)
|
protected void |
initializeMainTypeAndName(IJavaElement javaElement,
org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
Set the main type & name attributes on the working copy based on the IJavaElement |
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration config)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
|
protected void |
updateExternalJars(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
protected void |
updateInheritedMainsFromConfig(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
protected void |
updateMainTypeFromConfig(org.eclipse.debug.core.ILaunchConfiguration config)
|
protected void |
updateProjectFromConfig(org.eclipse.debug.core.ILaunchConfiguration config)
|
protected void |
updateStopInMainFromConfig(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
Methods inherited from class org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab |
entriesChanged, getContext, initializeJavaProject |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, getControl, getErrorMessage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, 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 org.eclipse.swt.widgets.Text fProjText
protected org.eclipse.swt.widgets.Button fProjButton
protected org.eclipse.swt.widgets.Text fMainText
protected org.eclipse.swt.widgets.Button fSearchButton
protected org.eclipse.swt.widgets.Button fSearchExternalJarsCheckButton
protected org.eclipse.swt.widgets.Button fConsiderInheritedMainButton
protected org.eclipse.swt.widgets.Button fStopInMainCheckButton
protected static final String EMPTY_STRING
public static final String ATTR_INCLUDE_EXTERNAL_JARS
false
.
public static final String ATTR_CONSIDER_INHERITED_MAIN
false
.
Constructor Detail |
public JavaMainTab()
Method Detail |
public void createControl(org.eclipse.swt.widgets.Composite parent)
ILaunchConfigurationTab.createControl(Composite)
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration config)
ILaunchConfigurationTab.initializeFrom(ILaunchConfiguration)
protected void updateProjectFromConfig(org.eclipse.debug.core.ILaunchConfiguration config)
protected void updateMainTypeFromConfig(org.eclipse.debug.core.ILaunchConfiguration config)
protected void updateStopInMainFromConfig(org.eclipse.debug.core.ILaunchConfiguration configuration)
protected void updateInheritedMainsFromConfig(org.eclipse.debug.core.ILaunchConfiguration configuration)
protected void updateExternalJars(org.eclipse.debug.core.ILaunchConfiguration configuration)
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
ILaunchConfigurationTab.performApply(ILaunchConfigurationWorkingCopy)
public void dispose()
ILaunchConfigurationTab.dispose()
protected void handleSearchButtonSelected()
protected void handleProjectButtonSelected()
protected IJavaProject chooseJavaProject()
protected IJavaProject getJavaProject()
public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration config)
ILaunchConfigurationTab.isValid(ILaunchConfiguration)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
ILaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy)
protected void initializeMainTypeAndName(IJavaElement javaElement, org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
public String getName()
ILaunchConfigurationTab.getName()
public org.eclipse.swt.graphics.Image getImage()
ILaunchConfigurationTab.getImage()
public void activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
public void deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |