Extension SDK 10.1.2


oracle.jdeveloper.library
Interface DerivedLibrary

All Superinterfaces:
Copyable, Data, Dependable, Dirtyable, Displayable, Element, Library, SubDirtyable, Subject
All Known Implementing Classes:
AbstractDerivedLibrary

public interface DerivedLibrary
extends Library, Dependable

Encapsulates the notion of a derived library as it is used within JDeveloper. Derived libraries are libraries that get their definition from a source object such as another project.


Field Summary

 

Fields inherited from interface oracle.jdeveloper.library.Library
LIBRARY_NAME_PROPERTY

 

Fields inherited from interface oracle.ide.addin.Subject
OBJECT_MODIFIED

 

Method Summary
 java.net.URL getSourceOwnerURL()
           
 java.net.URL getSourceURL()
           
 void setSourceOwnerURL(java.net.URL url)
           
 void setSourceURL(java.net.URL url)
           

 

Methods inherited from interface oracle.jdeveloper.library.Library
getDefaultClassPath, getDefaultDocPath, getDefaultSourcePath, getName, isLocked, setDefaultClassPath, setDefaultDocPath, setDefaultSourcePath, setLocked, setName

 

Methods inherited from interface oracle.ide.model.Element
getAttributes, getChildren, mayHaveChildren

 

Methods inherited from interface oracle.ide.model.Data
getData

 

Methods inherited from interface oracle.ide.model.Displayable
getIcon, getLongLabel, getShortLabel, getToolTipText, toString

 

Methods inherited from interface oracle.ide.util.Copyable
copyTo

 

Methods inherited from interface oracle.ide.model.SubDirtyable
setOwner

 

Methods inherited from interface oracle.ide.model.Dirtyable
isDirty, markDirty

 

Methods inherited from interface oracle.ide.addin.Subject
attach, detach, notifyObservers

 

Methods inherited from interface oracle.ide.model.Dependable
getDependencies, getSource, getSourceOwner

 

Method Detail

getSourceURL

public java.net.URL getSourceURL()

setSourceURL

public void setSourceURL(java.net.URL url)

getSourceOwnerURL

public java.net.URL getSourceOwnerURL()

setSourceOwnerURL

public void setSourceOwnerURL(java.net.URL url)

Extension SDK


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