Skip navigation links

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

E17493-04


Uses of Interface
oracle.ide.util.PropertyAccess

Packages that use PropertyAccess
oracle.ide.docking Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
oracle.ide.inspector Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. 
oracle.ide.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
oracle.ide.navigator Contains classes providing navigator support. 
oracle.ide.util Contains utility classes. 
oracle.ide.view   

 

Uses of PropertyAccess in oracle.ide.docking

 

Methods in oracle.ide.docking with parameters of type PropertyAccess
 void DrawerWindow.loadLayout(PropertyAccess p)
           
 void DrawerDockableWindow.loadLayout(PropertyAccess p)
          #loadLayout and #saveLayout are used by this class to load and save the content of the window.
 void Dockable.loadLayout(PropertyAccess p)
          reloads the layout information of this dockable.
 void DrawerWindow.saveLayout(PropertyAccess p)
           
 void DrawerDockableWindow.saveLayout(PropertyAccess p)
          #loadLayout and #saveLayout are used by this class to load and save the content of the window.
abstract  void DockStation.saveLayout(PropertyAccess pa)
          Saves all of the docking layout.
 void Dockable.saveLayout(PropertyAccess p)
          Saves the layout information of this dockable.

 

Uses of PropertyAccess in oracle.ide.explorer

 

Methods in oracle.ide.explorer with parameters of type PropertyAccess
abstract  void TreeExplorer.openFilters(PropertyAccess layout)
          Lod the filters for the view identified by the viewId from the specified layout.
abstract  void TreeExplorer.saveFilters(PropertyAccess layout)
          Save the filters for the view identified by the viewId in the specified layout.

 

Uses of PropertyAccess in oracle.ide.inspector

 

Methods in oracle.ide.inspector with parameters of type PropertyAccess
 void UserSelectedCategories.loadFrom(PropertyAccess properties)
           
 void UserSelectedCategories.saveTo(PropertyAccess properties)
           

 

Uses of PropertyAccess in oracle.ide.layout

 

Classes in oracle.ide.layout that implement PropertyAccess
 class IdeLayout
          IdeLayout class.
 class IdeProperties
          The IdeProperties class is reponsible for managing the general layout information, such as the size and position of the main application window and the opened editor frames for example.
 class Layout
          Layout interface.
 class SimpleLayout
          Simple layout information.

 

Methods in oracle.ide.layout with parameters of type PropertyAccess
static Node AbstractLayoutListener.getNode(java.lang.String urlProp, PropertyAccess layout, boolean always)
          Get the Node whose url is stored in the specified layout under the given urlProp.
static java.net.URL AbstractLayoutListener.getURL(java.lang.String urlProp, PropertyAccess layout)
          Get the url stored in the specified layout under the given urlProp.

 

Uses of PropertyAccess in oracle.ide.navigator

 

Methods in oracle.ide.navigator with parameters of type PropertyAccess
protected static void NavigatorInit.boolean2Str(PropertyAccess layout, java.lang.String name, boolean value)
           
protected static void NavigatorInit.int2Str(PropertyAccess layout, java.lang.String name, int value)
           
 void ProjectNavigatorWindow.loadLayout(PropertyAccess layout)
           
 void ContentSetSupport.loadPreferences(PropertyAccess prefs)
           
 void NavigatorInit.loadPreferences(PropertyAccess prefs)
           
 void ProjectNavigatorWindow.saveLayout(PropertyAccess layout)
           
 void ContentSetSupport.savePreferences(PropertyAccess prefs)
           
 void NavigatorInit.savePreferences(PropertyAccess prefs)
           
protected static boolean NavigatorInit.str2Boolean(PropertyAccess layout, java.lang.String name, boolean defaultValue)
           
protected static int NavigatorInit.str2Int(PropertyAccess layout, java.lang.String name, int defaultValue)
           

 

Uses of PropertyAccess in oracle.ide.util

 

Subinterfaces of PropertyAccess in oracle.ide.util
 interface StructuredPropertyAccess
           

 

Classes in oracle.ide.util that implement PropertyAccess
 class DefaultPropertyAccess
          A very simple in-memory property access.
 class DefaultStructuredPropertyAccess
           

 

Methods in oracle.ide.util with parameters of type PropertyAccess
 void HistoryList.load(PropertyAccess properties)
          Loads the history list from an underlying properties mechanism.
 void HistoryList.saveAs(PropertyAccess properties)
          Saves the history list to an underlying properties mechanism.

 

Constructors in oracle.ide.util with parameters of type PropertyAccess
HistoryList(java.lang.String name, PropertyAccess properties)
          Constructs a new instance of HistoryList, loading items using the PropertyAccess parameter as the underlying properties mechanism.

 

Uses of PropertyAccess in oracle.ide.view

 

Methods in oracle.ide.view with parameters of type PropertyAccess
 void ViewDecorator.loadLayout(PropertyAccess p)
           
 void View.loadLayout(PropertyAccess p)
           
 void ViewDecorator.saveLayout(PropertyAccess p)
           
 void View.saveLayout(PropertyAccess p)
           

 


Skip navigation links

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

E17493-04


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