public interface LibraryList extends Displayable
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.
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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).
|
getIcon, getLongLabel, getShortLabel, getToolTipText, toString
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
JDK findJDK(java.lang.Object id)
id
- the id of the JDK definitionJDK
representing the JDK definition.JLibrary findLibrary(java.lang.Object id)
java.util.List getJdkList()
java.util.List getLibraryList()
java.lang.String getListName()
boolean isTransient()