Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.inspector.layout
Class Property

java.lang.Object
  extended by oracle.ide.inspector.layout.SimpleElement
      extended by oracle.ide.inspector.layout.Property
All Implemented Interfaces:
Identifiable, Element

public abstract class Property
extends SimpleElement
implements Identifiable

One of the Elements comprising a DisplayGroup. A Property can also be one of the elementss comprising a Row.

A Property element indicates to insert here the PropertyEditor for the this property. The property is identified by a unique ID. The property model that defines the actual property provides the property label, property editor, and hint text.


Field Summary
static java.lang.String PROPERTY
           
 
Fields inherited from interface oracle.ide.inspector.layout.Element
EXTENDS, ID, PART_OF
 
Constructor Summary
Property()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class oracle.ide.inspector.layout.SimpleElement
getChildren, getExtensible, isExtensible, mayHaveChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.ide.Identifiable
getID
 

Field Detail

PROPERTY

public static final java.lang.String PROPERTY
See Also:
Constant Field Values
Constructor Detail

Property

public Property()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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