Interface IDetailPane3

All Superinterfaces:
IDetailPane, ISaveablePart

public interface IDetailPane3 extends IDetailPane, ISaveablePart
An extension to the detail pane interface which allows implementors to save contents of the details pane.

Clients may implement this interface.

Since:
3.6
  • Method Details

    • addPropertyListener

      void addPropertyListener(IPropertyListener listener)
      Adds a listener for changes to properties in this detail pane. Has no effect if an identical listener is already registered.

      The property ids are defined in IWorkbenchPartConstants.

      Parameters:
      listener - a property listener
    • removePropertyListener

      void removePropertyListener(IPropertyListener listener)
      Removes the given property listener from this workbench part. Has no effect if an identical listener is not registered.
      Parameters:
      listener - a property listener