Packages

trait Wrapper extends Oriented.Wrapper with Adjustable

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Wrapper
  2. Adjustable
  3. Wrapper
  4. Oriented
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def peer: java.awt.Adjustable with OrientedMixin
    Definition Classes
    WrapperWrapper

Concrete Value Members

  1. def blockIncrement: Int
    Definition Classes
    WrapperAdjustable
  2. def blockIncrement_=(i: Int): Unit
    Definition Classes
    WrapperAdjustable
  3. def maximum: Int
    Definition Classes
    WrapperAdjustable
  4. def maximum_=(m: Int): Unit
    Definition Classes
    WrapperAdjustable
  5. def minimum: Int
    Definition Classes
    WrapperAdjustable
  6. def minimum_=(m: Int): Unit
    Definition Classes
    WrapperAdjustable
  7. def orientation: Orientation.Value
    Definition Classes
    WrapperOriented
  8. def unitIncrement: Int
    Definition Classes
    WrapperAdjustable
  9. def unitIncrement_=(i: Int): Unit
    Definition Classes
    WrapperAdjustable
  10. def value: Int
    Definition Classes
    WrapperAdjustable
  11. def value_=(v: Int): Unit
    Definition Classes
    WrapperAdjustable
  12. def visibleAmount: Int
    Definition Classes
    WrapperAdjustable
  13. def visibleAmount_=(v: Int): Unit
    Definition Classes
    WrapperAdjustable