oracle.ide.model
Interface SubDirtyable
- All Superinterfaces:
- Dirtyable
- All Known Subinterfaces:
- DerivedLibrary, Library, WorkEnvironment.Setting, WorkEnvironment.Settings
- All Known Implementing Classes:
- DefaultSubDirtyable, Preferences, Connections, Workspaces, JPaths, JProjectLibraryList
- public interface SubDirtyable
- extends Dirtyable
Objects that implement the SubDirtyable
interface
indicate that they are to be saved as content of the document that
owns them.
Method Summary |
void |
setOwner(Dirtyable owner)
This method should be called to set the document in which a
SubDirtyable implementation will be persisted. |
setOwner
public void setOwner(Dirtyable owner)
- This method should be called to set the document in which a
SubDirtyable
implementation will be persisted.
- Parameters:
owner
- The Dirtyable
object in which this
SubDirtyable
will be saved.