scala.swing

Adjustable

trait Adjustable extends Oriented

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Adjustable
  2. Oriented
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def blockIncrement: Int

  2. abstract def blockIncrement_=(i: Int): Unit

  3. abstract def maximum: Int

  4. abstract def maximum_=(m: Int): Unit

  5. abstract def minimum: Int

  6. abstract def minimum_=(m: Int): Unit

  7. abstract def orientation: Orientation.Value

    Definition Classes
    Oriented
  8. abstract def unitIncrement: Int

  9. abstract def unitIncrement_=(i: Int): Unit

  10. abstract def value: Int

  11. abstract def value_=(v: Int): Unit

  12. abstract def visibleAmount: Int

  13. abstract def visibleAmount_=(v: Int): Unit