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

E17493-01

Uses of Class
oracle.javatools.data.ListStructure

Packages that use ListStructure
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.ideimpl.webupdate   
oracle.javatools.data   
oracle.jdeveloper.offlinedb.userprops Extension to the Offline Database that allows the association of a library of user properties to be associated with an offline database. 
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of ListStructure in oracle.ide.model
 

Methods in oracle.ide.model that return ListStructure
 ListStructure ProjectContent.getContentSetList()
           
 ListStructure ApplicationContent.getContentSetList()
           
 ListStructure WorkingSet.getExcludedProjectList()
          Gets the list of URLs for all projects that are excluded from the application-level working set.
 

Uses of ListStructure in oracle.ide.net
 

Constructors in oracle.ide.net with parameters of type ListStructure
URLPath(ListStructure entries)
          Creates a URLPath instance that is linked directly to the specified ListStructure.
 

Uses of ListStructure in oracle.ide.resourcebundle
 

Methods in oracle.ide.resourcebundle that return ListStructure
 ListStructure ResourceBundleOptions.getRegisteredBundleList()
           
 

Methods in oracle.ide.resourcebundle with parameters of type ListStructure
 void ResourceBundleOptions.setRegisteredBundleList(ListStructure registeredBundleList)
           
 

Uses of ListStructure in oracle.ideimpl.webupdate
 

Methods in oracle.ideimpl.webupdate that return ListStructure
 ListStructure CheckForUpdatesPreferences.getHiddenMessages()
           
 

Methods in oracle.ideimpl.webupdate with parameters of type ListStructure
 void CheckForUpdatesPreferences.setHiddenMessages(ListStructure hiddenMessages)
           
 

Uses of ListStructure in oracle.javatools.data
 

Methods in oracle.javatools.data that return ListStructure
 ListStructure ListStructure.copyTo(ListStructure dest)
           
 ListStructure HashStructure.getListStructure(java.lang.String name)
          Returns the ListStructure bound at the specified name or null of no object is bound.
 ListStructure ChangeInfo.getNewValueAsListStructure()
          Returns the new value as a ListStructure.
 ListStructure ChangeInfo.getOldValueAsListStructure()
          Returns the old value as a ListStructure.
 ListStructure HashStructure.getOrCreateListStructure(java.lang.String name)
          Returns the ListStructure bound at the specified name or if no object is currently bound to that name creates a new, empty ListStructure object and binds it to the specified name as a placeholder.
 ListStructure ChangeInfo.getParentAsListStructure()
          Returns the parent as a ListStructure.
static ListStructure ListStructure.newInstance()
           
 

Methods in oracle.javatools.data with parameters of type ListStructure
 ListStructure ListStructure.copyTo(ListStructure dest)
           
protected  boolean ListStructure.equalsImpl(ListStructure other)
           
 void HashStructure.putListStructure(java.lang.String name, ListStructure list)
          Binds the specified name to the specified ListStructure.
 void HashStructure.putPlaceholderListStructure(java.lang.String name, ListStructure list)
          Binds the specified name to the specified ListStructure as a placeholder.
 

Uses of ListStructure in oracle.jdeveloper.offlinedb.userprops
 

Methods in oracle.jdeveloper.offlinedb.userprops with parameters of type ListStructure
 void UserPropertyDefn.addToList(ListStructure list)
           
 

Uses of ListStructure in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi that return ListStructure
 ListStructure VCSCommentTemplatesPrefs.getTemplates()
           
 


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

E17493-01

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