|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.model.Node
oracle.ide.layout.Layout
oracle.ide.layout.SimpleLayout
oracle.ide.layout.IdeProperties
public 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.
| Field Summary |
|---|
| Fields inherited from class oracle.ide.model.Node |
|---|
LOG_READONLY |
| 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, getMenuFilter, getName, getShortLabel, isActive, isTrackedInNodeCache, setActive, setMenuFilter, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IdeProperties()
| Method Detail |
|---|
public javax.swing.Icon getIcon()
NodeDisplayable interface method. The Node class returns a generic icon.getIcon in interface DisplayablegetIcon in class SimpleLayout
public java.lang.String getProperty(java.lang.String key,
java.lang.String defaultValue)
PropertyAccessgetProperty in interface PropertyAccessgetProperty in class SimpleLayoutkey - the property key for which a value is desired.defaultValue - the value to return if no value currently exists.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||