| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LibraryList
The LibraryList interface represents a list of JLibrary and JDK
 definitions. The library and JDK definitions are tracked separately. The
 lists of each type can be retrieved, as well as individual items.
 
| Field Summary | |
|---|---|
static java.lang.String | 
JDK_LIST_PROPERTY
 | 
static java.lang.String | 
LIB_LIST_PROPERTY
 | 
static java.lang.String | 
LISTNAME_PROPERTY
 | 
static java.lang.String | 
TRANSIENT_PROPERTY
 | 
| Method Summary | |
|---|---|
 JDK | 
findJDK(java.lang.Object id)
Finds the JDK definition that matches the specified name.  | 
 JLibrary | 
findLibrary(java.lang.Object id)
Finds the JLibrary that matches the specified id.  | 
 java.util.List | 
getJdkList()
Retrieves a List of JDK definitions contained in this LibraryList.  | 
 java.util.List | 
getLibraryList()
Retrieves a List of JLibrary definitions contained in this LibraryList.  | 
 java.lang.String | 
getListName()
Retrieves the name of this LibraryList.  | 
 boolean | 
isTransient()
Whether this list is transient (not-persistent).  | 
| Methods inherited from interface oracle.ide.model.Displayable | 
|---|
getIcon, getLongLabel, getShortLabel, getToolTipText, toString | 
| Field Detail | 
|---|
static final java.lang.String LISTNAME_PROPERTY
static final java.lang.String JDK_LIST_PROPERTY
static final java.lang.String LIB_LIST_PROPERTY
static final java.lang.String TRANSIENT_PROPERTY
| Method Detail | 
|---|
JDK findJDK(java.lang.Object id)
id - the id of the JDK definition
JDK representing the JDK definition.JLibrary findLibrary(java.lang.Object id)
java.util.List getJdkList()
java.util.List getLibraryList()
java.lang.String getListName()
boolean isTransient()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||