scala.swing.BorderPanel

object Position

[source: scala/swing/BorderPanel.scala]

object Position
extends Enumeration
The position of a component in a BorderPanel
Value Summary
val Center : Value
val East : Value
val North : Value
val South : Value
val West : Value
Values and Variables inherited from Enumeration
nextId, nextName
Methods inherited from Enumeration
name, maxId, apply, elements, foreach, forall, exists, map, flatMap, filter, toString, Value, Value, Value, Value, Set32, Set32, Set64, Set64, maskToBit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val North : Value

val South : Value

val West : Value

val East : Value

val Center : Value