|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.openoffice.ide.eclipse.core.launch.office.PackageConfigTab
public class PackageConfigTab
Tab for selecting the content of the package to test.
Constructor Summary | |
---|---|
PackageConfigTab()
|
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite pParent)
|
org.eclipse.swt.graphics.Image |
getImage()
|
java.lang.String |
getName()
|
static java.util.List<org.eclipse.core.resources.IResource> |
getResources(org.eclipse.debug.core.ILaunchConfiguration pConfiguration)
Get the selected resources stored in a launch configuration. |
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration pConfiguration)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy pConfiguration)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy pConfiguration)
|
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, isValid, 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 |
Constructor Detail |
---|
public PackageConfigTab()
Method Detail |
---|
public static java.util.List<org.eclipse.core.resources.IResource> getResources(org.eclipse.debug.core.ILaunchConfiguration pConfiguration) throws org.eclipse.core.runtime.CoreException
pConfiguration
- the configuration to extract the infos from
org.eclipse.core.runtime.CoreException
- if any of the needed properties is missing in
the launch configurationpublic void createControl(org.eclipse.swt.widgets.Composite pParent)
public java.lang.String getName()
public org.eclipse.swt.graphics.Image getImage()
getImage
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
getImage
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration pConfiguration)
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy pConfiguration)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy pConfiguration)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |