|
Scala Library
|
|
scala/swing/Adjustable.scala]
trait
Wrapper
extends Wrapper with Adjustable| Method Summary | |
def
|
blockIncrement : Int |
def
|
blockIncrement_= (i : Int) : Unit |
def
|
maximum : Int |
def
|
maximum_= (m : Int) : Unit |
def
|
minimum : Int |
def
|
minimum_= (m : Int) : Unit |
abstract def
|
peer
: java.awt.Adjustable with <refinement>
|
def
|
unitIncrement : Int |
def
|
unitIncrement_= (i : Int) : Unit |
def
|
value : Int |
def
|
value_= (v : Int) : Unit |
def
|
visibleAmount : Int |
def
|
visibleAmount_= (v : Int) : Unit |
| Methods inherited from Wrapper | |
| 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 |
abstract
def
peer : java.awt.Adjustable with <refinement>
def
unitIncrement : Int
def
blockIncrement : Int
def
value : Int
def
visibleAmount : Int
def
minimum : Int
def
maximum : Int
|
Scala Library
|
|