Home
last modified time | relevance | path

Searched refs:addSaveParticipant (Results 1 – 21 of 21) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/session/
H A DTestBug297635.java64 getWorkspace().addSaveParticipant(BUNDLE01_ID, TestBug297635.this); in test1()
125 getWorkspace().addSaveParticipant(BUNDLE01_ID, TestBug297635.this); in test2()
/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.java177 ISavedState addSaveParticipant(Plugin plugin, ISaveParticipant participant) throws CoreException; in addSaveParticipant() method
201 ISavedState addSaveParticipant(String pluginId, ISaveParticipant participant) throws CoreException; in addSaveParticipant() 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.java113 ISavedState state = getWorkspace().addSaveParticipant(getPluginId(), this); in registerAsSaveParticipant()
/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.java118 ISavedState state = getWorkspace().addSaveParticipant(getPluginId(), this); in registerAsSaveParticipant()
/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.java129 ISavedState state = getWorkspace().addSaveParticipant(getPluginId(), this); in registerAsSaveParticipant()
/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.java53 workspace.addSaveParticipant(PLUGIN_ID, this); in SaveHook()
/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.java538 public void addSaveParticipant(ISaveParticipant participant) { in addSaveParticipant() method in ApiPlugin
600 ResourcesPlugin.getWorkspace().addSaveParticipant(PLUGIN_ID, this); in start()
/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.java326 ResourcesPlugin.getWorkspace().addSaveParticipant(PLUGIN_ID, new ISaveParticipant() { in start()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/
H A DPHPeclipsePlugin.java1081 ISavedState savedState = workspace.addSaveParticipant( in start()
1123 ISavedState savedState = workspace.addSaveParticipant( in start()
/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/resources/
H A DSessionPropertySyncInfoCache.java55 ResourcesPlugin.getWorkspace().addSaveParticipant(CVSProviderPlugin.getPlugin(), this); in SessionPropertySyncInfoCache()
/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.java294 ResourcesPlugin.getWorkspace().addSaveParticipant(getUniqueIdentifier(), in start()
/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.java487 public boolean addSaveParticipant(ISaveParticipant participant) { in addSaveParticipant() method in DebugUIPlugin
509 ResourcesPlugin.getWorkspace().addSaveParticipant(getUniqueIdentifier(), in start()
/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.java87 ApiPlugin.getDefault().addSaveParticipant(this); in ApiDescriptionManager()
H A DApiBaselineManager.java145 ApiPlugin.getDefault().addSaveParticipant(this); in ApiBaselineManager()
/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.java415 ResourcesPlugin.getWorkspace().addSaveParticipant(getUniqueIdentifier(), new ISaveParticipant() { in start()
/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.java284 DebugUIPlugin.getDefault().addSaveParticipant(this); in startup()
H A DLaunchConfigurationManager.java198 DebugUIPlugin.getDefault().addSaveParticipant(this); in startup()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/
H A DDebugPlugin.java701 ResourcesPlugin.getWorkspace().addSaveParticipant(getUniqueIdentifier(), in start()
/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.java335 …public ISavedState addSaveParticipant(Plugin plugin, ISaveParticipant participant) throws CoreExce… in addSaveParticipant() method in Workspace
342 …public ISavedState addSaveParticipant(String pluginId, ISaveParticipant participant) throws CoreEx… in addSaveParticipant() 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.java561 ResourcesPlugin.getWorkspace().addSaveParticipant(ID_PLUGIN, new ISaveParticipant() { in start()
/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.java5423 … ISavedState savedState = workspace.addSaveParticipant(JavaCore.PLUGIN_ID, JavaModelManager.this); in startup()