|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyAccess | |
oracle.ide.addin | Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. |
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.layout | Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. |
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
oracle.ide.util | Contains utility classes. |
Uses of PropertyAccess in oracle.ide.addin |
Methods in oracle.ide.addin with parameters of type PropertyAccess | |
static void |
AbstractView.loadToolbar(PropertyAccess properties, Toolbar toolbar, java.lang.String tbCountProp, java.lang.String tbItemProp, View view) Creates toolbar buttons for the specified toolbar . |
Uses of PropertyAccess in oracle.ide.docking |
Methods in oracle.ide.docking with parameters of type PropertyAccess | |
void |
Dockable.saveLayout(PropertyAccess p) Saves the layout information of this dockable. |
void |
Dockable.loadLayout(PropertyAccess p) reloads the layout information of this dockable. |
void |
DockableWindow.saveLayout(PropertyAccess p) Saves the layout information of this dockable. |
void |
DockableWindow.loadLayout(PropertyAccess p) reloads the layout information of this dockable. |
abstract void |
DockStation.saveLayout(PropertyAccess pa) Saves all of the docking layout. |
Uses of PropertyAccess in oracle.ide.explorer |
Methods in oracle.ide.explorer with parameters of type PropertyAccess | |
void |
TreeExplorer.saveFilters(PropertyAccess layout) Save the filters for the view identified by the viewId in the specified layout . |
void |
TreeExplorer.openFilters(PropertyAccess layout) Lod the filters for the view identified by the viewId from the specified layout . |
Uses of PropertyAccess in oracle.ide.layout |
Subinterfaces of PropertyAccess in oracle.ide.layout | |
interface |
Layout Layout interface. |
Classes in oracle.ide.layout that implement PropertyAccess | |
class |
BaseLayout BaseLayout class. |
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 |
SimpleLayout Simple layout information. |
Methods in oracle.ide.layout with parameters of type PropertyAccess | |
static java.net.URL |
AbstractLayoutListener.getURL(java.lang.String urlProp, PropertyAccess layout) Get the url stored in the specified <coce>layout under the given urlProp . |
static Document |
AbstractLayoutListener.getDocument(java.lang.String urlProp, PropertyAccess layout, boolean always) Get the document whose url is stored in the specified <coce>layout under the given urlProp . |
Uses of PropertyAccess in oracle.ide.model |
Classes in oracle.ide.model that implement PropertyAccess | |
class |
PropertiesContainer This is a complete implementation of the Container interface that uses a single HashMap to hold all of its data and an ArrayList to hold its children. |
class |
PropertiesNode This is a complete implementation of the Node interface that uses a single HashMap to hold all of its data. |
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. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.