Home
last modified time | relevance | path

Searched refs:CONFIG_CLEAR_AREA (Results 1 – 9 of 9) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/
H A DConfigurationAreaBlock.java98 …fClearConfig.setSelection(configuration.getAttribute(IPDELauncherConstants.CONFIG_CLEAR_AREA, true… in initializeFrom()
117 configuration.setAttribute(IPDELauncherConstants.CONFIG_CLEAR_AREA, fClearConfig.getSelection()); in performApply()
121 configuration.setAttribute(IPDELauncherConstants.CONFIG_CLEAR_AREA, true); in setDefaults()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/
H A DIPDELauncherConstants.java282 String CONFIG_CLEAR_AREA = "clearConfig"; //$NON-NLS-1$ field
H A DEquinoxLaunchConfiguration.java196 if (configuration.getAttribute(IPDELauncherConstants.CONFIG_CLEAR_AREA, false))
H A DEclipseApplicationLaunchConfiguration.java172 if (configuration.getAttribute(IPDELauncherConstants.CONFIG_CLEAR_AREA, false)) { in clear()
H A DJUnitLaunchConfigurationDelegate.java480 if (configuration.getAttribute(IPDELauncherConstants.CONFIG_CLEAR_AREA, false)) { in clear()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/
H A DJUnitWorkbenchLaunchShortcut.java89 configuration.setAttribute(IPDELauncherConstants.CONFIG_CLEAR_AREA, true); in createLaunchConfiguration()
H A DConfigurationTab.java159 …getAttributesLabelsForPrototype().put(IPDELauncherConstants.CONFIG_CLEAR_AREA, PDEUIMessages.Confi… in initializeAttributes()
H A DEquinoxLaunchConfiguration.java197 …if (configuration.getAttribute(org.eclipse.pde.launching.IPDELauncherConstants.CONFIG_CLEAR_AREA, …
H A DEclipseApplicationLaunchConfiguration.java242 …if (configuration.getAttribute(org.eclipse.pde.launching.IPDELauncherConstants.CONFIG_CLEAR_AREA, … in clear()