|
Eclipse JDT Release 3.6 |
||||||||||
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.debug.ui.launchConfigurations.JavaLaunchTab
org.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaClasspathTab
org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
public class JavaClasspathTab
A launch configuration tab that displays and edits the user and bootstrap classes comprising the classpath launch configuration attribute.
This class may be instantiated.
Field Summary | |
---|---|
protected static String |
DIALOG_SETTINGS_PREFIX
|
protected org.eclipse.jdt.internal.debug.ui.classpath.RuntimeClasspathViewer |
fClasspathViewer
|
protected org.eclipse.debug.core.ILaunchConfiguration |
fLaunchConfiguration
The last launch config this tab was initialized from |
Constructor Summary | |
---|---|
JavaClasspathTab()
|
Method Summary | |
---|---|
void |
activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
|
protected org.eclipse.swt.widgets.Button |
createButton(org.eclipse.swt.widgets.Composite pathButtonComp,
org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction action)
Creates a button for the given action. |
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
protected void |
createPathButtons(org.eclipse.swt.widgets.Composite pathButtonComp)
Creates the buttons to manipulate the classpath. |
void |
dispose()
|
static org.eclipse.swt.graphics.Image |
getClasspathImage()
|
String |
getId()
|
org.eclipse.swt.graphics.Image |
getImage()
|
org.eclipse.debug.core.ILaunchConfiguration |
getLaunchConfiguration()
Returns the current launch configuration |
protected org.eclipse.jdt.internal.debug.ui.classpath.ClasspathModel |
getModel()
|
String |
getName()
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
boolean |
isShowBootpath()
Returns whether the bootpath should be displayed. |
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
Methods inherited from class org.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaClasspathTab |
---|
entriesChanged |
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab |
---|
getContext, getCurrentLaunchConfiguration, initializeJavaProject |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, getControl, getErrorMessage, 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 |
---|
protected org.eclipse.jdt.internal.debug.ui.classpath.RuntimeClasspathViewer fClasspathViewer
protected static final String DIALOG_SETTINGS_PREFIX
protected org.eclipse.debug.core.ILaunchConfiguration fLaunchConfiguration
Constructor Detail |
---|
public JavaClasspathTab()
Method Detail |
---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
protected void createPathButtons(org.eclipse.swt.widgets.Composite pathButtonComp)
pathButtonComp
- composite buttons are contained inprotected org.eclipse.swt.widgets.Button createButton(org.eclipse.swt.widgets.Composite pathButtonComp, org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction action)
pathButtonComp
- parent composite for the buttonaction
- the action triggered by the button
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
initializeFrom
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
initializeFrom
in class JavaLaunchTab
public void activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
activated
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
activated
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public String getName()
public String getId()
getId
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
AbstractLaunchConfigurationTab.getId()
public static org.eclipse.swt.graphics.Image getClasspathImage()
ILaunchConfigurationTab.getImage()
public org.eclipse.debug.core.ILaunchConfiguration getLaunchConfiguration()
public void dispose()
dispose
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
dispose
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
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
public boolean isShowBootpath()
protected org.eclipse.jdt.internal.debug.ui.classpath.ClasspathModel getModel()
|
Eclipse JDT Release 3.6 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |