|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.inspector.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 | |
Inspectable |
getInspectable(int index)
Get the specified Inspectable. |
IdePropertyModel |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public IdePropertyModel getPropertyModel()
public int getSize()
public Inspectable getInspectable(int index)
index
- index of the Inspectable desired.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.