|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.layout.BaseLayout | +--oracle.ide.layout.SimpleLayout | +--oracle.ide.layout.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.
Fields inherited from class oracle.ide.layout.BaseLayout |
_attributes, _lastModified, _url |
Fields inherited from interface oracle.ide.layout.Layout |
LAYOUT_ACTIVE_PROPERTY, LAYOUT_NAME_PROPERTY |
Fields inherited from interface oracle.ide.addin.Subject |
OBJECT_MODIFIED |
Constructor Summary | |
IdeProperties()
Constructor |
Method Summary | |
javax.swing.Icon |
getIcon()
Returns an Icon that can be shown in association with this
Displayable . |
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 |
close, copyTo, copyToImpl, equals, equalsImpl, getInputStream, getOutputStream, getOwner, getProperties, isOpen, isPropertySet, open, propertyNames, removeProperty, reopen, save, setInherited, setName, setOwner, setProperties, setProperty |
Methods inherited from class oracle.ide.layout.BaseLayout |
attach, copyToImpl, detach, equalsImpl, findLayout, getAttributes, getChildren, getData, getFilename, getLongLabel, getName, getShortLabel, getTimestamp, getToolTipText, getURL, isActive, isDirty, isNew, isReadOnly, markDirty, mayHaveChildren, notifyObservers, setActive, setURL, 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()
Displayable
Icon
that can be shown in association with this
Displayable
. Typically the icon will be used in a
tree control or list control. Therefore the icon must fit
naturally within the space normally given to items within those
controls. Such icons are usually 16x16 in size or, if there is a
one-pixel transparent padding around the edge, 18x18 in size. It
is strongly recommended that icons returned by this method be
either 16x16 or 18x18 in size. If null
is returned,
the control may show a default icon, or it may show no icon,
whichever is appropriate.getIcon
in class SimpleLayout
public java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
PropertyAccess
getProperty
in class SimpleLayout
oracle.ide.util.PropertyAccess
key
- the property key for which a value is desired.defaultValue
- the value to return if no value currently
exists.
|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |