Scala Library
|
|
scala/swing/Component.scala
]
object
Component
extends
AnyRefMethod 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
Scala Library
|
|