|
Eclipse JDT Release 3.1 |
|||||||||
| 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
public class 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 java.lang.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 java.lang.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 java.lang.String |
EMPTY_STRING
|
protected Button |
fConsiderInheritedMainButton
|
protected Text |
fMainText
|
protected Button |
fProjButton
|
protected Text |
fProjText
|
protected Button |
fSearchButton
|
protected Button |
fSearchExternalJarsCheckButton
|
protected Button |
fStopInMainCheckButton
|
| Constructor Summary | |
|---|---|
JavaMainTab()
|
|
| Method Summary | |
|---|---|
void |
activated(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(Composite parent)
|
void |
deactivated(ILaunchConfigurationWorkingCopy workingCopy)
|
void |
dispose()
|
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. |
java.lang.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(ILaunchConfiguration config)
|
protected void |
initializeMainTypeAndName(IJavaElement javaElement,
ILaunchConfigurationWorkingCopy config)
Set the main type & name attributes on the working copy based on the IJavaElement |
boolean |
isValid(ILaunchConfiguration config)
|
void |
performApply(ILaunchConfigurationWorkingCopy config)
|
void |
setDefaults(ILaunchConfigurationWorkingCopy config)
|
protected void |
updateExternalJars(ILaunchConfiguration configuration)
|
protected void |
updateInheritedMainsFromConfig(ILaunchConfiguration configuration)
|
protected void |
updateMainTypeFromConfig(ILaunchConfiguration config)
|
protected void |
updateProjectFromConfig(ILaunchConfiguration config)
|
protected void |
updateStopInMainFromConfig(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 Text fProjText
protected Button fProjButton
protected Text fMainText
protected Button fSearchButton
protected Button fSearchExternalJarsCheckButton
protected Button fConsiderInheritedMainButton
protected Button fStopInMainCheckButton
protected static final java.lang.String EMPTY_STRING
public static final java.lang.String ATTR_INCLUDE_EXTERNAL_JARS
false.
public static final java.lang.String ATTR_CONSIDER_INHERITED_MAIN
false.
| Constructor Detail |
|---|
public JavaMainTab()
| Method Detail |
|---|
public void createControl(Composite parent)
ILaunchConfigurationTab.createControl(Composite)public void initializeFrom(ILaunchConfiguration config)
ILaunchConfigurationTab.initializeFrom(ILaunchConfiguration)protected void updateProjectFromConfig(ILaunchConfiguration config)
protected void updateMainTypeFromConfig(ILaunchConfiguration config)
protected void updateStopInMainFromConfig(ILaunchConfiguration configuration)
protected void updateInheritedMainsFromConfig(ILaunchConfiguration configuration)
protected void updateExternalJars(ILaunchConfiguration configuration)
public void performApply(ILaunchConfigurationWorkingCopy config)
ILaunchConfigurationTab.performApply(ILaunchConfigurationWorkingCopy)public void dispose()
dispose in interface ILaunchConfigurationTabdispose in class AbstractLaunchConfigurationTabILaunchConfigurationTab.dispose()protected void handleSearchButtonSelected()
protected void handleProjectButtonSelected()
protected IJavaProject chooseJavaProject()
protected IJavaProject getJavaProject()
public boolean isValid(ILaunchConfiguration config)
isValid in interface ILaunchConfigurationTabisValid in class AbstractLaunchConfigurationTabILaunchConfigurationTab.isValid(ILaunchConfiguration)public void setDefaults(ILaunchConfigurationWorkingCopy config)
ILaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy)
protected void initializeMainTypeAndName(IJavaElement javaElement,
ILaunchConfigurationWorkingCopy config)
public java.lang.String getName()
ILaunchConfigurationTab.getName()public Image getImage()
getImage in interface ILaunchConfigurationTabgetImage in class AbstractLaunchConfigurationTabILaunchConfigurationTab.getImage()public void activated(ILaunchConfigurationWorkingCopy workingCopy)
activated in interface ILaunchConfigurationTabactivated in class AbstractLaunchConfigurationTabpublic void deactivated(ILaunchConfigurationWorkingCopy workingCopy)
deactivated in interface ILaunchConfigurationTabdeactivated in class AbstractLaunchConfigurationTab
|
Eclipse JDT Release 3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||