scala.swing.ScrollPane

object BarPolicy

[source: scala/swing/ScrollPane.scala]

object BarPolicy
extends Enumeration
Value Summary
val Always : Value
val AsNeeded : Value
val Never : Value
Values and Variables inherited from Enumeration
nextId, nextName
Method Summary
def wrap (id : Int) : Value
Methods inherited from Enumeration
toString, values, maxId, apply, withName, Value, Value, Value, Value, name, valueOf, iterator, foreach, forall, exists, map, flatMap, filter
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Class Summary
class Value (val horizontalPeer : Int, val verticalPeer : Int) extends Val
The type of the enumerated values.
Value Details
val AsNeeded : Value

val Never : Value

val Always : Value

Method Details
def wrap(id : Int) : Value