Class RulerSwitcher
java.lang.Object
com._1c.g5.v8.dt.internal.profiling.ui.RulerSwitcher
- All Implemented Interfaces:
org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener
,org.eclipse.ui.IPartListener2
public class RulerSwitcher
extends Object
implements org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener, org.eclipse.ui.IPartListener2
Profiling results ruler switcher. Shows/hides rulers and turns the showing of out of date results on and off.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
partActivated
(org.eclipse.ui.IWorkbenchPartReference partRef) void
partBroughtToTop
(org.eclipse.ui.IWorkbenchPartReference partRef) void
partClosed
(org.eclipse.ui.IWorkbenchPartReference partRef) void
partDeactivated
(org.eclipse.ui.IWorkbenchPartReference partRef) void
partHidden
(org.eclipse.ui.IWorkbenchPartReference partRef) void
partInputChanged
(org.eclipse.ui.IWorkbenchPartReference partRef) void
partOpened
(org.eclipse.ui.IWorkbenchPartReference partRef) void
partVisible
(org.eclipse.ui.IWorkbenchPartReference partRef) void
preferenceChange
(org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent event)
-
Constructor Details
-
RulerSwitcher
public RulerSwitcher()
-
-
Method Details
-
preferenceChange
public void preferenceChange(org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent event) - Specified by:
preferenceChange
in interfaceorg.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener
-
partActivated
public void partActivated(org.eclipse.ui.IWorkbenchPartReference partRef) - Specified by:
partActivated
in interfaceorg.eclipse.ui.IPartListener2
-
partBroughtToTop
public void partBroughtToTop(org.eclipse.ui.IWorkbenchPartReference partRef) - Specified by:
partBroughtToTop
in interfaceorg.eclipse.ui.IPartListener2
-
partClosed
public void partClosed(org.eclipse.ui.IWorkbenchPartReference partRef) - Specified by:
partClosed
in interfaceorg.eclipse.ui.IPartListener2
-
partDeactivated
public void partDeactivated(org.eclipse.ui.IWorkbenchPartReference partRef) - Specified by:
partDeactivated
in interfaceorg.eclipse.ui.IPartListener2
-
partOpened
public void partOpened(org.eclipse.ui.IWorkbenchPartReference partRef) - Specified by:
partOpened
in interfaceorg.eclipse.ui.IPartListener2
-
partHidden
public void partHidden(org.eclipse.ui.IWorkbenchPartReference partRef) - Specified by:
partHidden
in interfaceorg.eclipse.ui.IPartListener2
-
partVisible
public void partVisible(org.eclipse.ui.IWorkbenchPartReference partRef) - Specified by:
partVisible
in interfaceorg.eclipse.ui.IPartListener2
-
partInputChanged
public void partInputChanged(org.eclipse.ui.IWorkbenchPartReference partRef) - Specified by:
partInputChanged
in interfaceorg.eclipse.ui.IPartListener2
-