|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.model.DefaultDisplayable
oracle.ide.model.DefaultElement
oracle.jdeveloper.library.LibraryElement
oracle.jdeveloper.library.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()
Returns an Icon that can be shown in association with this
Displayable. |
java.lang.Object |
getID()
|
java.lang.String |
getShortLabel()
Returns a short label that can be displayed to the user. |
void |
initFromLibrary(Library library)
Initialize all public properties, other than name, from the Library provided. |
boolean |
isDirty()
|
boolean |
isLocked()
|
void |
markDirty(boolean dirty)
|
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 Librarylibrary - the Library against which to test for equivalence.
public void initFromLibrary(Library library)
Library
initFromLibrary in interface Librarypublic void setClassPath(URLPath clsPath)
setClassPath in interface JPathspublic void setSourcePath(URLPath srcPath)
setSourcePath in interface JPathspublic void setDocPath(URLPath docPath)
setDocPath in interface JPathspublic boolean isLocked()
isLocked in interface JPathspublic void setLocked(boolean isLocked)
setLocked in interface JPathspublic void setName(java.lang.String name)
setName in interface Librarypublic java.lang.Object getID()
getID in interface Librarypublic URLPath getDefaultClassPath()
getDefaultClassPath in interface Librarypublic void setDefaultClassPath(URLPath clsPath)
setDefaultClassPath in interface Librarypublic URLPath getDefaultSourcePath()
getDefaultSourcePath in interface Librarypublic void setDefaultSourcePath(URLPath srcPath)
setDefaultSourcePath in interface Librarypublic URLPath getDefaultDocPath()
getDefaultDocPath in interface Librarypublic void setDefaultDocPath(URLPath docPath)
setDefaultDocPath in interface Librarypublic void markDirty(boolean dirty)
markDirty in interface oracle.javatools.data.DirtyablemarkDirty in class LibraryElementpublic boolean isDirty()
isDirty in interface oracle.javatools.data.DirtyableisDirty in class LibraryElementpublic java.lang.String getShortLabel()
DisplayableString is considered
translatable and should therefore be placed in an appropriate
resource file. When possible, the returned label should be
reasonably short enough to show in the navigator or explorer
windows but long enough to clearly identify and distinguish the
Displayable.
getShortLabel in interface DisplayablegetShortLabel in class DefaultDisplayableDisplayable.getShortLabel()public boolean equals(java.lang.Object o)
public javax.swing.Icon getIcon()
DisplayableIcon that can be shown in association with this
Displayable. Typically the icon will be used in a
tree control or list control. Therefore the icon must fit
naturally within the space normally given to items within those
controls. Such icons are usually 16x16 in size or, if there is a
one-pixel transparent padding around the edge, 18x18 in size. It
is strongly recommended that icons returned by this method be
either 16x16 or 18x18 in size. If null is returned,
the control may show a default icon, or it may show no icon,
whichever is appropriate.
getIcon in interface DisplayablegetIcon in class DefaultDisplayableDisplayable.getIcon()protected final void copyToImpl(AbstractLibrary copy)
protected final boolean equalsImpl(AbstractLibrary other)
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.