scala.swing

trait Orientable

[source: scala/swing/Orientable.scala]

trait Orientable
extends Oriented
An Oriented whose orientation can be changed.
Direct Known Subclasses:
ProgressBar, Slider, SplitPane

Method Summary
def orientation_= (o : Value) : Unit
Methods inherited from Oriented
peer (abstract), orientation
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def orientation_=(o : Value) : Unit