Home
last modified time | relevance | path

Searched refs:removeSaveParticipant (Results 1 – 20 of 20) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/resources/
H A DIWorkspace.java1045 void removeSaveParticipant(Plugin plugin); in removeSaveParticipant() method
1060 void removeSaveParticipant(String pluginId); in removeSaveParticipant() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/src/org/eclipse/core/tests/resources/saveparticipant3/
H A DSaveParticipantPlugin.java43 getWorkspace().removeSaveParticipant(getPluginId()); in deregisterAsSaveParticipant()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant1/src/org/eclipse/core/tests/resources/saveparticipant1/
H A DSaveParticipant1Plugin.java55 getWorkspace().removeSaveParticipant(getPluginId()); in deregisterAsSaveParticipant()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant2/src/org/eclipse/core/tests/resources/saveparticipant2/
H A DSaveParticipant2Plugin.java59 getWorkspace().removeSaveParticipant(getPluginId()); in deregisterAsSaveParticipant()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/src/org/eclipse/ui/internal/ide/application/
H A DIDEWorkbenchAdvisorTest.java78 workspace.removeSaveParticipant(PLUGIN_ID); in close()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/provisional/
H A DApiPlugin.java550 public void removeSaveParticipant(ISaveParticipant participant) { in removeSaveParticipant() method in ApiPlugin
715 ResourcesPlugin.getWorkspace().removeSaveParticipant(PLUGIN_ID); in stop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/
H A DPDECore.java395 ResourcesPlugin.getWorkspace().removeSaveParticipant(PLUGIN_ID); in stop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/
H A DCVSProviderPlugin.java336 workspace.removeSaveParticipant(this); in stop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/
H A DJDIDebugPlugin.java372 ResourcesPlugin.getWorkspace().removeSaveParticipant(getUniqueIdentifier()); in stop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/
H A DDebugUIPlugin.java466 ResourcesPlugin.getWorkspace().removeSaveParticipant(getUniqueIdentifier()); in stop()
499 public boolean removeSaveParticipant(ISaveParticipant participant) { in removeSaveParticipant() method in DebugUIPlugin
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/
H A DApiDescriptionManager.java95 ApiPlugin.getDefault().removeSaveParticipant(fgDefault); in shutdown()
H A DApiBaselineManager.java575 ApiPlugin.getDefault().removeSaveParticipant(this); in stop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/
H A DJDIDebugUIPlugin.java460 ResourcesPlugin.getWorkspace().removeSaveParticipant(getUniqueIdentifier()); in stop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/
H A DPerspectiveManager.java295 DebugUIPlugin.getDefault().removeSaveParticipant(this); in shutdown()
H A DLaunchConfigurationManager.java293 DebugUIPlugin.getDefault().removeSaveParticipant(this); in shutdown()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/
H A DDebugPlugin.java690 ResourcesPlugin.getWorkspace().removeSaveParticipant(getUniqueIdentifier()); in stop()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/
H A DPHPeclipsePlugin.java945 workspace.removeSaveParticipant(plugin); in stop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DWorkspace.java2265 public void removeSaveParticipant(Plugin plugin) { in removeSaveParticipant() method in Workspace
2271 public void removeSaveParticipant(String pluginId) { in removeSaveParticipant() method in Workspace
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DLaunchingPlugin.java546 ResourcesPlugin.getWorkspace().removeSaveParticipant(ID_PLUGIN); in stop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJavaModelManager.java5469 workspace.removeSaveParticipant(JavaCore.PLUGIN_ID); in shutdown()