Scala Swing Library
|
|
scala/swing/FlowPanel.scala
]
object
Alignment
extends
scala.EnumerationValue Summary | |
val
|
Center : scala.Enumeration.Value |
val
|
Leading : scala.Enumeration.Value |
val
|
Left : scala.Enumeration.Value |
val
|
Right : scala.Enumeration.Value |
val
|
Trailing : scala.Enumeration.Value |
Values and Variables inherited from scala.Enumeration | |
scala.Enumeration.nextId, scala.Enumeration.nextName |
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
Leading : scala.Enumeration.Value
val
Trailing : scala.Enumeration.Value
val
Left : scala.Enumeration.Value
val
Right : scala.Enumeration.Value
val
Center : scala.Enumeration.Value
Scala Swing Library
|
|