scala.swing
SequentialContainer
trait
SequentialContainer extends Container
Inherited
- Hide All
- Show all
- Container
- UIElement
- LazyPublisher
- Publisher
- Reactor
- Proxy
- AnyRef
- Any
Value Members
-
def
!=(arg0: AnyRef): Boolean
-
def
!=(arg0: Any): Boolean
-
def
##(): Int
-
def
$asInstanceOf[T0](): T0
-
def
$isInstanceOf[T0](): Boolean
-
def
==(arg0: AnyRef): Boolean
-
def
==(arg0: Any): Boolean
-
def
asInstanceOf[T0]: T0
-
def
background: Color
-
def
background_=(c: Color): Unit
-
def
bounds: Rectangle
-
def
clone(): AnyRef
-
-
def
cursor: Cursor
-
def
cursor_=(c: Cursor): Unit
-
def
deafTo(ps: Publisher*): Unit
-
def
displayable: Boolean
-
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
finalize(): Unit
-
def
font: Font
-
def
font_=(f: Font): Unit
-
def
foreground: Color
-
def
foreground_=(c: Color): Unit
-
def
getClass(): java.lang.Class[_ <: java.lang.Object]
-
def
hashCode(): Int
-
def
ignoreRepaint: Boolean
-
def
ignoreRepaint_=(b: Boolean): Unit
-
def
isInstanceOf[T0]: Boolean
-
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
ne(arg0: AnyRef): Boolean
-
def
notify(): Unit
-
def
notifyAll(): Unit
-
def
onFirstSubscribe(): Unit
-
def
onLastUnsubscribe(): Unit
-
def
peer: Component
-
def
preferredSize: Dimension
-
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_=(dim: Dimension): Unit
-
-
def
synchronized[T0](arg0: T0): T0
-
def
toString(): String
-
def
toolkit: Toolkit
-
def
unsubscribe(listener: PartialFunction[Event, Unit]): Unit
-
def
visible: Boolean
-
def
visible_=(b: Boolean): Unit
-
def
wait(): Unit
-
def
wait(arg0: Long, arg1: Int): Unit
-
def
wait(arg0: Long): Unit
A container for which a sequential order of children makes sense, such as flow panels, or menus. Its contents are mutable.