matches

fun matches(component: Component): Boolean

Evaluates this matcher against component. Must be called on the EDT.

Return

true when component satisfies this matcher.

Parameters

component

the component to test; a structural matcher reaches its parent, children or ancestors through it.