|
Scala Library
|
|
scala/swing/Adjustable.scala]
trait
Adjustable
extends Oriented| Method Summary | |
abstract def
|
blockIncrement : Int |
abstract def
|
blockIncrement_= (i : Int) : Unit |
abstract def
|
maximum : Int |
abstract def
|
maximum_= (m : Int) : Unit |
abstract def
|
minimum : Int |
abstract def
|
minimum_= (m : Int) : Unit |
abstract def
|
unitIncrement : Int |
abstract def
|
unitIncrement_= (i : Int) : Unit |
abstract def
|
value : Int |
abstract def
|
value_= (v : Int) : Unit |
abstract def
|
visibleAmount : Int |
abstract def
|
visibleAmount_= (v : Int) : Unit |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Methods inherited from Oriented | |
| orientation (abstract) |
| Method Details |
abstract
def
unitIncrement : Int
abstract
def
blockIncrement : Int
abstract
def
value : Int
abstract
def
visibleAmount : Int
abstract
def
minimum : Int
abstract
def
maximum : Int
|
Scala Library
|
|