| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| 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() | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
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 Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||