public interface IDetailPane3 extends IDetailPane, ISaveablePart
Clients may implement this interface.
PROP_DIRTY
Modifier and Type | Method and Description |
---|---|
void |
addPropertyListener(IPropertyListener listener)
Adds a listener for changes to properties in this detail pane.
|
void |
removePropertyListener(IPropertyListener listener)
Removes the given property listener from this workbench part.
|
createControl, display, dispose, getDescription, getID, getName, init, setFocus
doSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded
void addPropertyListener(IPropertyListener listener)
The property ids are defined in IWorkbenchPartConstants
.
listener
- a property listenervoid removePropertyListener(IPropertyListener listener)
listener
- a property listener
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.