|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.inspector.MultiInspectable
public final class MultiInspectable
A MultiInspectable amalgamates one or more Inspectable instances into a single model for use by the InspectorWindow. This allows for the selection of multiple, possibly heterogenous, objects for simultaneous editing in the InspectorWindow.
Inspectable, InspectorWindow| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object) |
Inspectable |
getInspectable(int index)Get the specified Inspectable. |
oracle.bali.inspector.PropertyModel |
getPropertyModel()Get an IdePropertyModel representing an amalgamation of one or more possibly heterogenous Inspectable instances. |
int |
getSize()Determine the number of Inspectable instances wrapped by this MultiInspectable. |
int |
hashCode() |
boolean |
includePropertiesNotSpecifiedInLayout()Indicates whether properties in a PropertyModel that are not present in a layout should be rendered or not in the "Other" category. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean includePropertiesNotSpecifiedInLayout()
PropertyModel that are not present in a layout should be rendered or not in the "Other" category.true if the properties not present in a layout should be included in the "Other" category; false otherwise.public oracle.bali.inspector.PropertyModel getPropertyModel()
public int getSize()
public Inspectable getInspectable(int index)
index - index of the Inspectable desired.public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||