oracle.ide.layout
Class IdeProperties
java.lang.Object
oracle.ide.model.Node
oracle.ide.layout.Layout
oracle.ide.layout.SimpleLayout
oracle.ide.layout.IdeProperties
- All Implemented Interfaces:
- oracle.javatools.data.Dirtyable, Dirtyable, Displayable, Element, LazyLoadable, Locatable, PropertyAccess, Subject
- public class IdeProperties
- extends SimpleLayout
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.
|
Method Summary |
javax.swing.Icon |
getIcon()
Displayable interface method. |
java.lang.String |
getProperty(java.lang.String key,
java.lang.String defaultValue)
Retrieves the value associated with a property. |
| Methods inherited from class oracle.ide.layout.SimpleLayout |
closeImpl, equals, equalsImpl, getInputStream, getOwner, isPropertySet, openImpl, removeProperty, saveImpl, setOwner, setProperty |
| Methods inherited from class oracle.ide.model.Node |
_getReadWriteLockInternal, addNodeListener, addNodeListenerForType, addNodeListenerForTypeHierarchy, attach, close, createSubject, delete, deleteImpl, detach, ensureOpen, equalsImpl, getAttributes, getData, getLongLabel, getSubject, getTimestamp, getToolTipText, getURL, isDirty, isNew, isOpen, isReadOnly, markDirty, mayHaveChildren, notifyObservers, open, postCloseImpl, refreshTimestamp, removeNodeListener, removeNodeListenerForType, removeNodeListenerForTypeHierarchy, rename, renameImpl, reportOpenException, revert, revertImpl, runWhileSynchronized, save, setOpen, setTimestampDirectly, setURL |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IdeProperties
public IdeProperties()
- Constructor
getIcon
public javax.swing.Icon getIcon()
- Description copied from class:
Node
Displayable interface method. The Node class returns
a generic icon.
- Specified by:
getIcon in interface Displayable- Overrides:
getIcon in class SimpleLayout
- Returns:
- the Icon for this node instance
getProperty
public java.lang.String getProperty(java.lang.String key,
java.lang.String defaultValue)
- Description copied from interface:
PropertyAccess
- Retrieves the value associated with a property. If no value
exists for the requested property, the specified default value
is returned.
- Specified by:
getProperty in interface PropertyAccess- Overrides:
getProperty in class SimpleLayout
Copyright © 1997, 2005, Oracle.All rights reserved.