Uses of Interface
org.eclipse.ui.IPropertyListener
-
Packages that use IPropertyListener Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.intro Application programming interfaces for interaction with and extension of the product introduction parts.org.eclipse.ui.part 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 IPropertyListener Modifier and Type Method Description voidIDetailPane3. 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 IPropertyListener Modifier and Type Method Description voidSaveablePartAdapter. 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 IPropertyListener Modifier and Type Method Description voidSaveableComparison. 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 IPropertyListener Modifier and Type Method Description voidIEditorRegistry. 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.intro
Methods in org.eclipse.ui.intro with parameters of type IPropertyListener Modifier and Type Method Description voidIIntroPart. 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 IPropertyListener Modifier and Type Method Description voidIntroPart. addPropertyListener(IPropertyListener l)voidWorkbenchPart. addPropertyListener(IPropertyListener l)voidIntroPart. removePropertyListener(IPropertyListener l)voidWorkbenchPart. removePropertyListener(IPropertyListener l)
-