Class

at.logic.gapt.prooftool

MyScrollPane

Related Doc: package prooftool

Permalink

class MyScrollPane extends ScrollPane

Linear Supertypes
ScrollPane, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MyScrollPane
  2. ScrollPane
  3. Container
  4. Component
  5. UIElement
  6. LazyPublisher
  7. Publisher
  8. Reactor
  9. Proxy
  10. AnyRef
  11. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MyScrollPane()

    Permalink

Type Members

  1. trait SuperMixin extends JComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Component

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def background: Color

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

    Permalink
    Definition Classes
    UIElement
  9. def border: Border

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

    Permalink
    Definition Classes
    Component
  11. def bounds: Rectangle

    Permalink
    Definition Classes
    UIElement
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def columnHeaderView: Option[Component]

    Permalink
    Definition Classes
    ScrollPane
  14. def columnHeaderView_=(c: Option[Component]): Unit

    Permalink
    Definition Classes
    ScrollPane
  15. def columnHeaderView_=(c: Component): Unit

    Permalink
    Definition Classes
    ScrollPane
  16. def componentOrientation: ComponentOrientation

    Permalink
    Definition Classes
    UIElement
  17. def componentOrientation_=(x: ComponentOrientation): Unit

    Permalink
    Definition Classes
    UIElement
  18. def contents: Seq[Component]

    Permalink
    Definition Classes
    ScrollPane → Container
  19. def contents_=(c: Component): Unit

    Permalink
    Definition Classes
    ScrollPane
  20. def cursor: Cursor

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

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

    Permalink
    Definition Classes
    Reactor
  23. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  24. def enabled: Boolean

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

    Permalink
    Definition Classes
    Component
  26. def ensuring(cond: (MyScrollPane) ⇒ Boolean, msg: ⇒ Any): MyScrollPane

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def focusable: Boolean

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

    Permalink
    Definition Classes
    Component
  35. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  37. def foreground: Color

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

    Permalink
    Definition Classes
    UIElement
  39. def formatted(fmtstr: String): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. def getContent: Launcher

    Permalink
  42. def hasFocus: Boolean

    Permalink
    Definition Classes
    Component
  43. def hashCode(): Int

    Permalink
    Definition Classes
    Proxy → Any
  44. def horizontalScrollBar: ScrollBar

    Permalink
    Definition Classes
    ScrollPane
  45. def horizontalScrollBarPolicy: Value

    Permalink
    Definition Classes
    ScrollPane
  46. def horizontalScrollBarPolicy_=(p: Value): Unit

    Permalink
    Definition Classes
    ScrollPane
  47. def ignoreRepaint: Boolean

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

    Permalink
    Definition Classes
    UIElement
  49. var initP: JComponent

    Permalink
    Definition Classes
    Component
  50. def inputVerifier: (Component) ⇒ Boolean

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

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

    Permalink
    Definition Classes
    Any
  53. object keys extends Publisher

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Publisher
  56. def locale: Locale

    Permalink
    Definition Classes
    UIElement
  57. def location: Point

    Permalink
    Definition Classes
    UIElement
  58. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  59. def maximumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  61. def minimumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  63. object mouse

    Permalink
    Definition Classes
    Component
  64. def name: String

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

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

    Permalink
    Definition Classes
    AnyRef
  67. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  68. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  69. def onFirstSubscribe(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component → UIElement → LazyPublisher
  70. def onLastUnsubscribe(): Unit

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  77. lazy val peer: JScrollPane

    Permalink
    Definition Classes
    ScrollPane → Component → UIElement
  78. def preferredSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  80. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  81. val reactions: Reactions

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

    Permalink
    Definition Classes
    UIElement
  83. def repaint(): Unit

    Permalink
    Definition Classes
    UIElement
  84. def requestFocus(): Unit

    Permalink
    Definition Classes
    Component
  85. def requestFocusInWindow(): Boolean

    Permalink
    Definition Classes
    Component
  86. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  87. def rowHeaderView: Option[Component]

    Permalink
    Definition Classes
    ScrollPane
  88. def rowHeaderView_=(c: Option[Component]): Unit

    Permalink
    Definition Classes
    ScrollPane
  89. def rowHeaderView_=(c: Component): Unit

    Permalink
    Definition Classes
    ScrollPane
  90. def self: Component

    Permalink
    Definition Classes
    UIElement → Proxy
  91. def showing: Boolean

    Permalink
    Definition Classes
    UIElement
  92. def size: Dimension

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

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

    Permalink
    Definition Classes
    AnyRef
  95. def toString(): String

    Permalink
    Definition Classes
    Component → Proxy → AnyRef → Any
  96. def toolkit: Toolkit

    Permalink
    Definition Classes
    UIElement
  97. def tooltip: String

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

    Permalink
    Definition Classes
    Component
  99. def unsubscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  100. def validate(): Unit

    Permalink
    Definition Classes
    UIElement
  101. def verticalScrollBar: ScrollBar

    Permalink
    Definition Classes
    ScrollPane
  102. def verticalScrollBarPolicy: Value

    Permalink
    Definition Classes
    ScrollPane
  103. def verticalScrollBarPolicy_=(p: Value): Unit

    Permalink
    Definition Classes
    ScrollPane
  104. def viewportView: Option[Component]

    Permalink
    Definition Classes
    ScrollPane
  105. def viewportView_=(c: Option[Component]): Unit

    Permalink
    Definition Classes
    ScrollPane
  106. def viewportView_=(c: Component): Unit

    Permalink
    Definition Classes
    ScrollPane
  107. def visible: Boolean

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

    Permalink
    Definition Classes
    UIElement
  109. final def wait(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Component
  114. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  116. def [B](y: B): (MyScrollPane, B)

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

Inherited from ScrollPane

Inherited from Container

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 any2stringadd from MyScrollPane to any2stringadd[MyScrollPane]

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

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

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

Ungrouped