Wrapper

trait Wrapper extends Oriented with Adjustable
trait Oriented
class Object
trait Matchable
class Any
class ScrollBar

Value members

Abstract methods

def peer: Adjustable

Concrete methods

def blockIncrement: Int
def blockIncrement_=(i: Int): Unit
def maximum: Int
def maximum_=(m: Int): Unit
def minimum: Int
def minimum_=(m: Int): Unit
def unitIncrement: Int
def unitIncrement_=(i: Int): Unit
def value: Int
def value_=(v: Int): Unit
def visibleAmount: Int
def visibleAmount_=(v: Int): Unit

Inherited methods

Inherited from
Oriented