Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.library
Class JProjectLibraryList

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.jdeveloper.library.InternalLibraryList
          extended by oracle.jdeveloper.library.JProjectLibraryList

All Implemented Interfaces:
Displayable, LibraryList, MutableLibraryList

public final class JProjectLibraryList
extends InternalLibraryList

The JProjectLibraryList class is used to contain Library instances that are defined within the context of a JProject.

Since:
9.0.3

Field Summary

 

Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash

 

Fields inherited from interface oracle.jdeveloper.library.LibraryList
JDK_LIST_PROPERTY, LIB_LIST_PROPERTY, LISTNAME_PROPERTY, TRANSIENT_PROPERTY

 

Constructor Summary
JProjectLibraryList(HashStructure hash)
           

 

Method Summary
static JProjectLibraryList getInstance(HashStructure hash)
           
 java.lang.String getListName()
          Retrieves the name of this LibraryList.

 

Methods inherited from class oracle.jdeveloper.library.InternalLibraryList
addJDK, addLibrary, createIDFromName, findJDK, findLibrary, getDefaultIcon, getIcon, getJdkList, getLibraryList, getLongLabel, getShortLabel, getToolTipText, isTransient, remove, setJdkList, setLibraryList, setListName, toString

 

Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

JProjectLibraryList

public JProjectLibraryList(HashStructure hash)

Method Detail

getInstance

public static JProjectLibraryList getInstance(HashStructure hash)

getListName

public java.lang.String getListName()
Description copied from interface: LibraryList
Retrieves the name of this LibraryList.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.