scala.swing.Scrollable

Wrapper

trait Wrapper extends Component with Scrollable

Source
Scrollable.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Wrapper
  2. Scrollable
  3. Component
  4. UIElement
  5. LazyPublisher
  6. Publisher
  7. Reactor
  8. Proxy
  9. AnyRef
  10. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait SuperMixin extends JComponent

    This trait is used to redirect certain calls from the peer to the wrapper and back.

Abstract Value Members

  1. abstract def scrollablePeer: javax.swing.Scrollable

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Wrapper to StringAdd[Wrapper] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Wrapper, B)

    Implicit information
    This member is added by an implicit conversion from Wrapper to ArrowAssoc[Wrapper] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def background: Color

    Definition Classes
    UIElement
  10. def background_=(c: Color): Unit

    Definition Classes
    UIElement
  11. def blockIncrement(visibleRect: Rectangle, orientation: Orientation.Value, direction: Int): Int

    Definition Classes
    WrapperScrollable
  12. def border: Border

    Definition Classes
    Component
  13. def border_=(b: Border): Unit

    Definition Classes
    Component
  14. def bounds: java.awt.Rectangle

    Definition Classes
    UIElement
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def cursor: Cursor

    Definition Classes
    UIElement
  17. def cursor_=(c: Cursor): Unit

    Definition Classes
    UIElement
  18. def deafTo(ps: Publisher*): Unit

    Installed reaction won't receive events from the given publisher anylonger.

    Installed reaction won't receive events from the given publisher anylonger.

    Definition Classes
    Reactor
  19. def displayable: Boolean

    Definition Classes
    UIElement
  20. def enabled: Boolean

    Definition Classes
    Component
  21. def enabled_=(b: Boolean): Unit

    Definition Classes
    Component
  22. def ensuring(cond: (Wrapper) ⇒ Boolean, msg: ⇒ Any): Wrapper

    Implicit information
    This member is added by an implicit conversion from Wrapper to Ensuring[Wrapper] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (Wrapper) ⇒ Boolean): Wrapper

    Implicit information
    This member is added by an implicit conversion from Wrapper to Ensuring[Wrapper] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): Wrapper

    Implicit information
    This member is added by an implicit conversion from Wrapper to Ensuring[Wrapper] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): Wrapper

    Implicit information
    This member is added by an implicit conversion from Wrapper to Ensuring[Wrapper] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def equals(that: Any): Boolean

    Definition Classes
    Proxy → Any
  28. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def focusable: Boolean

    Definition Classes
    Component
  30. def focusable_=(b: Boolean): Unit

    Definition Classes
    Component
  31. def font: Font

    Definition Classes
    UIElement
  32. def font_=(f: Font): Unit

    Definition Classes
    UIElement
  33. def foreground: Color

    Definition Classes
    UIElement
  34. def foreground_=(c: Color): Unit

    Definition Classes
    UIElement
  35. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from Wrapper to StringFormat[Wrapper] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  37. def hasFocus: Boolean

    Definition Classes
    Component
  38. def hashCode(): Int

    Definition Classes
    Proxy → Any
  39. def ignoreRepaint: Boolean

    Definition Classes
    UIElement
  40. def ignoreRepaint_=(b: Boolean): Unit

    Definition Classes
    UIElement
  41. var initP: JComponent

    Definition Classes
    Component
  42. def inputVerifier: (Component) ⇒ Boolean

    Definition Classes
    Component
  43. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit

    Definition Classes
    Component
  44. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  45. object keys extends Publisher

    Definition Classes
    Component
  46. def listenTo(ps: Publisher*): Unit

    Listen to the given publisher as long as deafTo isn't called for them.

    Listen to the given publisher as long as deafTo isn't called for them.

    Definition Classes
    Reactor
  47. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Attributes
    protected
    Definition Classes
    Publisher
  48. def locale: Locale

    Definition Classes
    UIElement
  49. def location: java.awt.Point

    Definition Classes
    UIElement
  50. def locationOnScreen: java.awt.Point

    Definition Classes
    UIElement
  51. def maximumSize: java.awt.Dimension

    Definition Classes
    UIElement
  52. def maximumSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  53. def minimumSize: java.awt.Dimension

    Definition Classes
    UIElement
  54. def minimumSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  55. object mouse

    Contains publishers for various mouse events.

  56. def name: String

    Definition Classes
    Component
  57. def name_=(s: String): Unit

    Definition Classes
    Component
  58. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  59. final def notify(): Unit

    Definition Classes
    AnyRef
  60. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  61. def onFirstSubscribe(): Unit

    Attributes
    protected
    Definition Classes
    ComponentUIElement → LazyPublisher
  62. def onLastUnsubscribe(): Unit

    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  63. def opaque: Boolean

    Definition Classes
    Component
  64. def opaque_=(b: Boolean): Unit

    Definition Classes
    Component
  65. def paint(g: Graphics2D): Unit

    Definition Classes
    Component
  66. def paintBorder(g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  67. def paintChildren(g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  68. def paintComponent(g: Graphics2D): Unit

    For custom painting, users should usually override this method.

    For custom painting, users should usually override this method.

    Attributes
    protected
    Definition Classes
    Component
  69. lazy val peer: JComponent

    Definition Classes
    ComponentUIElement
  70. def preferredSize: java.awt.Dimension

    Definition Classes
    UIElement
  71. def preferredSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  72. def preferredViewportSize: java.awt.Dimension

    Definition Classes
    WrapperScrollable
  73. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  74. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  75. def repaint(rect: Rectangle): Unit

    Definition Classes
    UIElement
  76. def repaint(): Unit

    Definition Classes
    UIElement
  77. def requestFocus(): Unit

    Definition Classes
    Component
  78. def requestFocusInWindow(): Boolean

    Definition Classes
    Component
  79. def revalidate(): Unit

    Definition Classes
    Component
  80. def self: java.awt.Component

    Definition Classes
    UIElementProxy
  81. def showing: Boolean

    Definition Classes
    UIElement
  82. def size: java.awt.Dimension

    Definition Classes
    UIElement
  83. def subscribe(listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  84. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  85. def toString(): String

    Definition Classes
    ComponentProxy → AnyRef → Any
  86. def toolkit: Toolkit

    Definition Classes
    UIElement
  87. def tooltip: String

    Definition Classes
    Component
  88. def tooltip_=(t: String): Unit

    Definition Classes
    Component
  89. def tracksViewportHeight: Boolean

    Definition Classes
    WrapperScrollable
  90. def tracksViewportWidth: Boolean

    Definition Classes
    WrapperScrollable
  91. def unitIncrement(visibleRect: Rectangle, orientation: Orientation.Value, direction: Int): Int

    Definition Classes
    WrapperScrollable
  92. def unsubscribe(listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  93. def visible: Boolean

    Definition Classes
    UIElement
  94. def visible_=(b: Boolean): Unit

    Definition Classes
    UIElement
  95. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  96. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  97. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  98. def xLayoutAlignment: Double

    Used by certain layout managers, e.

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

    Definition Classes
    Component
  99. def xLayoutAlignment_=(x: Double): Unit

    Definition Classes
    Component
  100. def yLayoutAlignment: Double

    Definition Classes
    Component
  101. def yLayoutAlignment_=(y: Double): Unit

    Definition Classes
    Component
  102. def [B](y: B): (Wrapper, B)

    Implicit information
    This member is added by an implicit conversion from Wrapper to ArrowAssoc[Wrapper] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Scrollable

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from Wrapper to StringAdd[Wrapper]

Inherited by implicit conversion StringFormat from Wrapper to StringFormat[Wrapper]

Inherited by implicit conversion Ensuring from Wrapper to Ensuring[Wrapper]

Inherited by implicit conversion ArrowAssoc from Wrapper to ArrowAssoc[Wrapper]

Ungrouped