Skip to main content

ComponentInspector

Complete API reference for ComponentInspector, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Editor

Component: no


public class ComponentInspector

Constructors

SignatureDescription
ComponentInspector()Creates a new instance of ComponentInspector.

Attributes

NameTypeDescription
myComponentTRepresents the myComponent value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
updateUIVisible()voidSets or updates the uivisible.
onAttach()ViewExecutes onAttach and returns after the underlying engine call finishes.

Static Methods

SignatureReturnsDescription
findViewByID(View, String)<T extends View> TPerforms the findViewByID operation using the provided parameters (view, id).
toView(Object)ViewPerforms the toView operation using the provided parameters (o).
getIdOf(View)StringReturns the current id of.