public interface Library extends JPaths, Displayable
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
LIBRARY_ID_PROPERTY  | 
static java.lang.String | 
LIBRARY_NAME_PROPERTY  | 
CLASSPATH_PROPERTY, DOCPATH_PROPERTY, ISLOCKED_PROPERTY, SOURCEPATH_PROPERTY| Modifier and Type | Method and Description | 
|---|---|
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() 
 | 
java.lang.Object | 
getID()  | 
java.lang.String | 
getName()  | 
void | 
initFromLibrary(Library lib)
Initialize all public properties, other than name, from the Library
 provided. 
 | 
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 | 
setName(java.lang.String name)  | 
getClassPath, getDocPath, getSourcePath, isLocked, setClassPath, setDocPath, setLocked, setSourcePathgetAttributedLabel, getIcon, getLongLabel, getShortLabel, getToolTipText, toStringstatic final java.lang.String LIBRARY_NAME_PROPERTY
static final java.lang.String LIBRARY_ID_PROPERTY
java.lang.String getName()
void setName(java.lang.String name)
java.lang.Object getID()
boolean equivalent(Library library)
library - the Library against which to test for equivalence.void initFromLibrary(Library lib)
lib - the Library from which to fetch property values.@Deprecated URLPath getDefaultClassPath()
@Deprecated void setDefaultClassPath(URLPath clsPath)
@Deprecated URLPath getDefaultSourcePath()
@Deprecated void setDefaultSourcePath(URLPath srcPath)
@Deprecated URLPath getDefaultDocPath()
@Deprecated void setDefaultDocPath(URLPath docPath)