public class JavaClasspathTab
extends org.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaClasspathTab
Clients may call AbstractLaunchConfigurationTab.setHelpContextId(String) on this tab prior to control
creation to alter the default context help associated with this tab.
This class may be instantiated.
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DIALOG_SETTINGS_PREFIX |
protected org.eclipse.jdt.internal.debug.ui.classpath.RuntimeClasspathViewer |
fClasspathViewer |
protected ILaunchConfiguration |
fLaunchConfiguration
The last launch config this tab was initialized from
|
| Constructor and Description |
|---|
JavaClasspathTab()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
activated(ILaunchConfigurationWorkingCopy workingCopy) |
protected Button |
createButton(Composite pathButtonComp,
org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction action)
Creates a button for the given action.
|
void |
createControl(Composite parent) |
protected void |
createPathButtons(Composite pathButtonComp)
Creates the buttons to manipulate the classpath.
|
void |
dispose() |
static Image |
getClasspathImage()
Returns the image for this tab, or
null if none |
String |
getId() |
Image |
getImage() |
ILaunchConfiguration |
getLaunchConfiguration()
Returns the current launch configuration
|
protected org.eclipse.jdt.internal.debug.ui.classpath.ClasspathModel |
getModel() |
String |
getName() |
void |
initializeFrom(ILaunchConfiguration configuration) |
boolean |
isShowBootpath()
Returns whether the bootpath should be displayed.
|
boolean |
isValid(ILaunchConfiguration launchConfig) |
void |
performApply(ILaunchConfigurationWorkingCopy configuration) |
void |
setDefaults(ILaunchConfigurationWorkingCopy configuration) |
entriesChangedgetContext, getCurrentLaunchConfiguration, initializeJavaProjectcanSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, getControl, getErrorMessage, getHelpContextId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialogprotected org.eclipse.jdt.internal.debug.ui.classpath.RuntimeClasspathViewer fClasspathViewer
protected static final String DIALOG_SETTINGS_PREFIX
protected ILaunchConfiguration fLaunchConfiguration
public void createControl(Composite parent)
protected void createPathButtons(Composite pathButtonComp)
pathButtonComp - composite buttons are contained inprotected Button createButton(Composite pathButtonComp, org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction action)
pathButtonComp - parent composite for the buttonaction - the action triggered by the buttonpublic void setDefaults(ILaunchConfigurationWorkingCopy configuration)
public void initializeFrom(ILaunchConfiguration configuration)
initializeFrom in interface ILaunchConfigurationTabinitializeFrom in class JavaLaunchTabpublic void activated(ILaunchConfigurationWorkingCopy workingCopy)
activated in interface ILaunchConfigurationTabactivated in class AbstractLaunchConfigurationTabpublic void performApply(ILaunchConfigurationWorkingCopy configuration)
public String getName()
public String getId()
getId in class AbstractLaunchConfigurationTabAbstractLaunchConfigurationTab.getId()public static Image getClasspathImage()
null if nonenull if noneILaunchConfigurationTab.getImage()public ILaunchConfiguration getLaunchConfiguration()
ILaunchConfigurationpublic void dispose()
dispose in interface ILaunchConfigurationTabdispose in class AbstractLaunchConfigurationTabpublic Image getImage()
getImage in interface ILaunchConfigurationTabgetImage in class AbstractLaunchConfigurationTabpublic boolean isValid(ILaunchConfiguration launchConfig)
isValid in interface ILaunchConfigurationTabisValid in class AbstractLaunchConfigurationTabpublic boolean isShowBootpath()
protected org.eclipse.jdt.internal.debug.ui.classpath.ClasspathModel getModel()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.