Extension SDK 10.1.2

oracle.ide.model
Interface SubDirtyable

All Superinterfaces:
Dirtyable
All Known Subinterfaces:
DerivedLibrary, Library, WorkEnvironment.Setting, WorkEnvironment.Settings
All Known Implementing Classes:
AbstractDerivedLibrary, AbstractLibrary, Connections, DefaultLibraryList, DefaultSubDirtyable, JPaths, Preferences, Trigger, Workspaces

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.
 
Methods inherited from interface oracle.ide.model.Dirtyable
isDirty, markDirty
 

Method Detail

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.

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.