getComponentsById

Get all Java Swing components accessible in the current context that have the associated ID.

Syntax

ogscript.getComponentsById (Object ID);

Parameters

Parameter

Type

Required

Description

Object ID

String

Yes

ID from which to get all Java Swing components accessible in the current context.

Returns

Component []

Example

Coming soon.