public final class MultiInspectable
extends java.lang.Object
Inspectable,
InspectorWindow| Modifier and Type | Method and Description |
|---|---|
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. |
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