Extension SDK 10.1.3.36.73

oracle.ide.layout
Class IdeProperties

java.lang.Object
  extended byoracle.ide.model.Node
      extended byoracle.ide.layout.Layout
          extended byoracle.ide.layout.SimpleLayout
              extended byoracle.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.


Constructor Summary
IdeProperties()
          Constructor
 
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.layout.Layout
getChildren, getName, getShortLabel, isActive, isTrackedInNodeCache, setActive, toString
 
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
 

Constructor Detail

IdeProperties

public IdeProperties()
Constructor

Method Detail

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

Extension SDK 10.1.3.36.73

 

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