object UIElement

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UIElement
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def wrap(c: java.awt.Component): UIElement

    Returns a wrapper for a given Java Swing peer.

    Returns a wrapper for a given Java Swing peer. If there is a compatible wrapper in use, this method will return it.

    wrap methods in companion objects of subclasses of UIElement have the same behavior, except that they return more specific wrappers.