scala.swing

object UIElement

[source: scala/swing/UIElement.scala]

object UIElement
extends AnyRef
Method Summary
def wrap (c : java.awt.Component) : UIElement
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.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def wrap(c : java.awt.Component) : UIElement
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.