|
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.JavaJRETab
A launch configuration tab that displays and edits the VM install launch configuration attributes.
This class may be instantiated. This class is not intended to be subclassed.
Field Summary | |
protected static String |
EMPTY_STRING
|
protected ILaunchConfigurationTab |
fDynamicTab
|
protected Composite |
fDynamicTabHolder
|
protected boolean |
fIsInitializing
|
protected org.eclipse.jdt.internal.debug.ui.jres.JREsComboBlock |
fJREBlock
|
protected ILaunchConfiguration |
fLaunchConfiguration
|
protected boolean |
fOkToClearUnknownVM
|
protected String |
fUnknownVMName
|
protected String |
fUnknownVMType
|
protected boolean |
fUseDynamicArea
|
protected ILaunchConfigurationWorkingCopy |
fWorkingCopy
|
Constructor Summary | |
JavaJRETab()
|
Method Summary | |
void |
activated(ILaunchConfigurationWorkingCopy workingCopy)
|
void |
createControl(Composite parent)
|
void |
deactivated(ILaunchConfigurationWorkingCopy workingCopy)
|
void |
dispose()
|
protected org.eclipse.jdt.internal.debug.ui.jres.JREDescriptor |
getDefaultJREDescriptor()
|
protected ILaunchConfigurationTab |
getDynamicTab()
|
protected Composite |
getDynamicTabHolder()
|
String |
getErrorMessage()
Overridden here so that any error message in the dynamic UI gets returned. |
Image |
getImage()
|
protected IJavaProject |
getJavaProject()
Returns the Java project associated with the current config being edited, or null if none. |
protected ILaunchConfiguration |
getLaunchConfiguration()
|
protected ILaunchConfigurationWorkingCopy |
getLaunchConfigurationWorkingCopy()
|
String |
getName()
|
protected org.eclipse.jdt.internal.debug.ui.jres.JREDescriptor |
getSpecificJREDescriptor()
|
protected ILaunchConfigurationTab |
getTabForCurrentJRE()
Return the class that implements ILaunchConfigurationTab
that is registered against the install type of the currently selected VM. |
protected void |
handleSelectedJREChanged()
Notification that the user changed the selection in the JRE combo box. |
void |
initializeFrom(ILaunchConfiguration configuration)
|
protected boolean |
isUseDynamicJREArea()
|
boolean |
isValid(ILaunchConfiguration config)
|
protected void |
loadDynamicJREArea()
Show the contributed piece of UI that was registered for the install type of the currently selected VM. |
void |
performApply(ILaunchConfigurationWorkingCopy configuration)
|
protected void |
selectJRE(String typeID,
String vmName)
|
void |
setDefaults(ILaunchConfigurationWorkingCopy config)
|
protected void |
setDynamicTab(ILaunchConfigurationTab tab)
|
protected void |
setDynamicTabHolder(Composite tabHolder)
|
protected void |
setLaunchConfiguration(ILaunchConfiguration launchConfiguration)
|
protected void |
setLaunchConfigurationWorkingCopy(ILaunchConfigurationWorkingCopy workingCopy)
|
void |
setVMSpecificArgumentsVisible(boolean visible)
Sets whether this tab will display the VM specific arguments area if a JRE supports VM specific arguments. |
protected void |
updateJREFromConfig(ILaunchConfiguration config)
|
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, 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.jdt.internal.debug.ui.jres.JREsComboBlock fJREBlock
protected String fUnknownVMType
protected String fUnknownVMName
protected boolean fOkToClearUnknownVM
protected ILaunchConfigurationTab fDynamicTab
protected Composite fDynamicTabHolder
protected boolean fUseDynamicArea
protected ILaunchConfigurationWorkingCopy fWorkingCopy
protected ILaunchConfiguration fLaunchConfiguration
protected boolean fIsInitializing
protected static final String EMPTY_STRING
Constructor Detail |
public JavaJRETab()
Method Detail |
public void dispose()
public void createControl(Composite parent)
ILaunchConfigurationTab.createControl(Composite)
protected void setDynamicTabHolder(Composite tabHolder)
protected Composite getDynamicTabHolder()
protected void setDynamicTab(ILaunchConfigurationTab tab)
protected ILaunchConfigurationTab getDynamicTab()
public void setDefaults(ILaunchConfigurationWorkingCopy config)
ILaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy)
public void initializeFrom(ILaunchConfiguration configuration)
ILaunchConfigurationTab.initializeFrom(ILaunchConfiguration)
public void performApply(ILaunchConfigurationWorkingCopy configuration)
ILaunchConfigurationTab.performApply(ILaunchConfigurationWorkingCopy)
public boolean isValid(ILaunchConfiguration config)
ILaunchConfigurationTab.isValid(ILaunchConfiguration)
public String getName()
ILaunchConfigurationTab.getName()
public Image getImage()
ILaunchConfigurationTab.getImage()
protected void updateJREFromConfig(ILaunchConfiguration config)
protected void handleSelectedJREChanged()
protected void selectJRE(String typeID, String vmName)
protected ILaunchConfigurationTab getTabForCurrentJRE()
ILaunchConfigurationTab
that is registered against the install type of the currently selected VM.
protected void loadDynamicJREArea()
protected ILaunchConfigurationWorkingCopy getLaunchConfigurationWorkingCopy()
public String getErrorMessage()
ILaunchConfigurationTab.getErrorMessage()
protected void setLaunchConfigurationWorkingCopy(ILaunchConfigurationWorkingCopy workingCopy)
protected ILaunchConfiguration getLaunchConfiguration()
protected void setLaunchConfiguration(ILaunchConfiguration launchConfiguration)
public void setVMSpecificArgumentsVisible(boolean visible)
visible
- whether this tab will display the VM specific arguments area
if a JRE supports VM specific argumentsprotected boolean isUseDynamicJREArea()
protected org.eclipse.jdt.internal.debug.ui.jres.JREDescriptor getDefaultJREDescriptor()
protected org.eclipse.jdt.internal.debug.ui.jres.JREDescriptor getSpecificJREDescriptor()
protected IJavaProject getJavaProject()
null
if none.
null
public void activated(ILaunchConfigurationWorkingCopy workingCopy)
public void deactivated(ILaunchConfigurationWorkingCopy workingCopy)
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |