scala.swing.test.SimpleApplet
UI
Inherits
- RootPanel
- Container
- UIElement
- LazyPublisher
- Publisher
- Reactor
- Proxy
- AnyRef
- Any
Value Members
-
def
background: Color
-
def
background_=(c: Color): Unit
-
def
bounds: Rectangle
-
-
def
contents_=(c: Component): Unit
-
def
cursor: Cursor
-
def
cursor_=(c: Cursor): Unit
-
def
deafTo(ps: Publisher*): Unit
-
def
displayable: Boolean
-
def
equals(that: Any): Boolean
-
def
font: Font
-
def
font_=(f: Font): Unit
-
def
foreground: Color
-
def
foreground_=(c: Color): Unit
-
def
hashCode(): Int
-
def
ignoreRepaint: Boolean
-
def
ignoreRepaint_=(b: Boolean): Unit
-
def
init(): Unit
-
def
listenTo(ps: Publisher*): Unit
-
def
locale: Locale
-
def
location: Point
-
def
locationOnScreen: Point
-
def
maximumSize: Dimension
-
def
maximumSize_=(x: Dimension): Unit
-
def
minimumSize: Dimension
-
def
minimumSize_=(x: Dimension): Unit
-
def
onFirstSubscribe(): Unit
-
def
onLastUnsubscribe(): Unit
-
-
def
preferredSize: Dimension
-
def
preferredSize_=(xy: (Int, Int)): Unit
-
def
preferredSize_=(x: Dimension): Unit
-
def
publish(e: Event): Unit
-
-
def
repaint(rect: Rectangle): Unit
-
def
repaint(): Unit
-
def
self: Component
-
def
showing: Boolean
-
def
size: Dimension
-
def
size_=(xy: (Int, Int)): Unit
-
def
size_=(dim: Dimension): Unit
-
def
start(): Unit
-
def
stop(): Unit
-
-
def
toString(): String
-
def
toolkit: Toolkit
-
def
unsubscribe(listener: PartialFunction[Event, Unit]): Unit
-
def
visible: Boolean
-
def
visible_=(b: Boolean): Unit
Instance constructors
-
new
UI()