Uses of Interface
org.eclipse.ui.IPropertyListener
Packages that use IPropertyListener
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides basic support for managing Team providers.
Application programming interfaces for working with resource mappings.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the product introduction parts.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of IPropertyListener in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IPropertyListenerModifier and TypeMethodDescriptionvoidIDetailPane3.addPropertyListener(IPropertyListener listener) Adds a listener for changes to properties in this detail pane.voidIDetailPane3.removePropertyListener(IPropertyListener listener) Removes the given property listener from this workbench part. -
Uses of IPropertyListener in org.eclipse.team.ui
Methods in org.eclipse.team.ui with parameters of type IPropertyListenerModifier and TypeMethodDescriptionvoidSaveablePartAdapter.addPropertyListener(IPropertyListener listener) Deprecated.voidSaveablePartAdapter.removePropertyListener(IPropertyListener listener) Deprecated. -
Uses of IPropertyListener in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type IPropertyListenerModifier and TypeMethodDescriptionvoidSaveableComparison.addPropertyListener(IPropertyListener listener) Add a property change listener.voidSaveableComparison.removePropertyListener(IPropertyListener listener) Remove a property change listener. -
Uses of IPropertyListener in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IPropertyListenerModifier and TypeMethodDescriptionvoidIEditorRegistry.addPropertyListener(IPropertyListener listener) Adds a listener for changes to properties of this registry.voidIWorkbenchPart.addPropertyListener(IPropertyListener listener) Adds a listener for changes to properties of this workbench part.voidIWorkbenchPartReference.addPropertyListener(IPropertyListener listener) voidIEditorRegistry.removePropertyListener(IPropertyListener listener) Removes the given property listener from this registry.voidIWorkbenchPart.removePropertyListener(IPropertyListener listener) Removes the given property listener from this workbench part.voidIWorkbenchPartReference.removePropertyListener(IPropertyListener listener) -
Uses of IPropertyListener in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IPropertyListenerModifier and TypeClassDescriptionclassCloses all editors except ones with unsaved changes.Methods in org.eclipse.ui.internal with parameters of type IPropertyListenerModifier and TypeMethodDescriptionvoidActionSetManager.addListener(IPropertyListener l) voidWorkbenchPartReference.addPropertyListener(IPropertyListener listener) voidActionSetManager.removeListener(IPropertyListener l) voidWorkbenchPartReference.removePropertyListener(IPropertyListener listener) -
Uses of IPropertyListener in org.eclipse.ui.intro
Methods in org.eclipse.ui.intro with parameters of type IPropertyListenerModifier and TypeMethodDescriptionvoidIIntroPart.addPropertyListener(IPropertyListener listener) Adds a listener for changes to properties of this intro part.voidIIntroPart.removePropertyListener(IPropertyListener listener) Removes the given property listener from this intro part. -
Uses of IPropertyListener in org.eclipse.ui.part
Methods in org.eclipse.ui.part with parameters of type IPropertyListenerModifier and TypeMethodDescriptionvoidIntroPart.addPropertyListener(IPropertyListener l) voidWorkbenchPart.addPropertyListener(IPropertyListener l) voidIntroPart.removePropertyListener(IPropertyListener l) voidWorkbenchPart.removePropertyListener(IPropertyListener l)