|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ide.model.DefaultDisplayable
oracle.ide.model.DefaultElement
oracle.jdeveloper.library.LibraryElement
oracle.jdeveloper.library.AbstractLibrary
public abstract class AbstractLibrary
A read only, partial implementation of Libary.
Field Summary |
---|
Fields inherited from interface oracle.jdeveloper.library.Library |
---|
LIBRARY_ID_PROPERTY, LIBRARY_NAME_PROPERTY |
Fields inherited from interface oracle.jdeveloper.library.JPaths |
---|
CLASSPATH_PROPERTY, DOCPATH_PROPERTY, ISLOCKED_PROPERTY, SOURCEPATH_PROPERTY |
Constructor Summary | |
---|---|
AbstractLibrary() Default constructor. |
Method Summary | |
---|---|
protected void |
copyToImpl(AbstractLibrary copy) |
boolean |
equals(java.lang.Object o) |
protected boolean |
equalsImpl(AbstractLibrary other) |
boolean |
equivalent(Library library) Determine whether the given Library is equivalent to this one with respect to the values of its public properties other than name. |
URLPath |
getDefaultClassPath() Deprecated. use getClassPath() |
URLPath |
getDefaultDocPath() Deprecated. use getDocPath() |
URLPath |
getDefaultSourcePath() Deprecated. use getSourcePath() |
javax.swing.Icon |
getIcon() This implementation returns a plain document icon. |
java.lang.Object |
getID() |
java.lang.String |
getShortLabel() This implementation returns a place-holder String . |
void |
initFromLibrary(Library library) Initialize all public properties, other than name, from the Library provided. |
boolean |
isDirty() True if the data in the object has been modified. |
boolean |
isLocked() |
void |
markDirty(boolean dirty) Marks the data with the specified dirty state. |
void |
setClassPath(URLPath clsPath) |
void |
setDefaultClassPath(URLPath clsPath) Deprecated. use setClassPath(URLPath) |
void |
setDefaultDocPath(URLPath docPath) Deprecated. use setDocPath(URLPath) |
void |
setDefaultSourcePath(URLPath srcPath) Deprecated. use setSourcePath(URLPath) |
void |
setDocPath(URLPath docPath) |
void |
setLocked(boolean isLocked) |
void |
setName(java.lang.String name) |
void |
setSourcePath(URLPath srcPath) |
Methods inherited from class oracle.ide.model.DefaultElement |
---|
getAttributes, getChildren, getData, mayHaveChildren |
Methods inherited from class oracle.ide.model.DefaultDisplayable |
---|
getLongLabel, getToolTipText, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.jdeveloper.library.Library |
---|
getName |
Methods inherited from interface oracle.jdeveloper.library.JPaths |
---|
getClassPath, getDocPath, getSourcePath |
Methods inherited from interface oracle.ide.model.Displayable |
---|
getLongLabel, getToolTipText, toString |
Constructor Detail |
---|
public AbstractLibrary()
Method Detail |
---|
public boolean equivalent(Library library)
Library
equivalent
in interface Library
library
- the Library against which to test for equivalence.public void initFromLibrary(Library library)
Library
initFromLibrary
in interface Library
public void setClassPath(URLPath clsPath)
setClassPath
in interface JPaths
public void setSourcePath(URLPath srcPath)
setSourcePath
in interface JPaths
public void setDocPath(URLPath docPath)
setDocPath
in interface JPaths
public boolean isLocked()
isLocked
in interface JPaths
public void setLocked(boolean isLocked)
setLocked
in interface JPaths
public void setName(java.lang.String name)
setName
in interface Library
public java.lang.Object getID()
getID
in interface Library
public URLPath getDefaultClassPath()
getDefaultClassPath
in interface Library
public void setDefaultClassPath(URLPath clsPath)
setDefaultClassPath
in interface Library
public URLPath getDefaultSourcePath()
getDefaultSourcePath
in interface Library
public void setDefaultSourcePath(URLPath srcPath)
setDefaultSourcePath
in interface Library
public URLPath getDefaultDocPath()
getDefaultDocPath
in interface Library
public void setDefaultDocPath(URLPath docPath)
setDefaultDocPath
in interface Library
public void markDirty(boolean dirty)
Dirtyable
markDirty(...)
instead of setDirty(...)
so that the JavaBeans Introspector
will not mistakenly identify "dirty" as a JavaBean property.markDirty
in interface Dirtyable
markDirty
in class LibraryElement
dirty
- If true
, sets the object as being dirty; if false
, sets the object as being up-to-date.public boolean isDirty()
Dirtyable
isDirty
in interface Dirtyable
isDirty
in class LibraryElement
true
if the data in the object has been modified.public java.lang.String getShortLabel()
DefaultDisplayable
String
.getShortLabel
in interface Displayable
getShortLabel
in class DefaultDisplayable
Displayable
that can be shown to the user.Displayable.getShortLabel()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public javax.swing.Icon getIcon()
DefaultDisplayable
getIcon
in interface Displayable
getIcon
in class DefaultDisplayable
Icon
to be displayed for the Displayable
.Displayable.getIcon()
protected final void copyToImpl(AbstractLibrary copy)
protected final boolean equalsImpl(AbstractLibrary other)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |