scala.swing

object Component

[source: scala/swing/Component.scala]

object Component
extends AnyRef
Utility methods, mostly for wrapping components.
Method Summary
def wrap (c : javax.swing.JComponent) : Component
Wraps a given Java Swing Component into a new wrapper.
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 : javax.swing.JComponent) : Component
Wraps a given Java Swing Component into a new wrapper.