Class

at.logic.gapt.prooftool

MyLabel

Related Doc: package prooftool

Permalink

class MyLabel extends Label

Linear Supertypes
Label, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MyLabel
  2. Label
  3. Component
  4. UIElement
  5. LazyPublisher
  6. Publisher
  7. Reactor
  8. Proxy
  9. AnyRef
  10. 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 MyLabel()

    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 MyLabel to any2stringadd[MyLabel] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MyLabel, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MyLabel to ArrowAssoc[MyLabel] 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 backgroundColor: Color

    Permalink
  9. def backgroundColor_=(c: Color): Unit

    Permalink
  10. def background_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  11. def border: Border

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

    Permalink
    Definition Classes
    Component
  13. def bounds: Rectangle

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def componentOrientation: ComponentOrientation

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

    Permalink
    Definition Classes
    UIElement
  17. def cursor: Cursor

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

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

    Permalink
    Definition Classes
    Reactor
  20. def disabledIcon: Icon

    Permalink
    Definition Classes
    Label
  21. def disabledIcon_=(icon: Icon): Unit

    Permalink
    Definition Classes
    Label
  22. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  23. def displayedMnemonicIndex: Int

    Permalink
    Definition Classes
    Label
  24. def displayedMnemonicIndex_=(index: Int): Unit

    Permalink
    Definition Classes
    Label
  25. def enabled: Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  36. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  38. def foreground: Color

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  42. def hasFocus: Boolean

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

    Permalink
    Definition Classes
    Proxy → Any
  44. def horizontalAlignment: scala.swing.Alignment.Value

    Permalink
    Definition Classes
    Label
  45. def horizontalAlignment_=(x: scala.swing.Alignment.Value): Unit

    Permalink
    Definition Classes
    Label
  46. def horizontalTextPosition: scala.swing.Alignment.Value

    Permalink
    Definition Classes
    Label
  47. def horizontalTextPosition_=(x: scala.swing.Alignment.Value): Unit

    Permalink
    Definition Classes
    Label
  48. def icon: Icon

    Permalink
    Definition Classes
    Label
  49. def iconTextGap: Int

    Permalink
    Definition Classes
    Label
  50. def iconTextGap_=(gap: Int): Unit

    Permalink
    Definition Classes
    Label
  51. def icon_=(i: Icon): Unit

    Permalink
    Definition Classes
    Label
  52. def ignoreRepaint: Boolean

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

    Permalink
    Definition Classes
    UIElement
  54. var initP: JComponent

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

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

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

    Permalink
    Definition Classes
    Any
  58. object keys extends Publisher

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

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

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

    Permalink
    Definition Classes
    UIElement
  62. def location: Point

    Permalink
    Definition Classes
    UIElement
  63. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  64. def maximumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  66. def minimumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  68. object mouse

    Permalink
    Definition Classes
    Component
  69. def name: String

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  82. lazy val peer: JLabel

    Permalink
    Definition Classes
    Label → Component → UIElement
  83. def preferredSize: Dimension

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

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

    Permalink
    Definition Classes
    Publisher
  86. val reactions: Reactions

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  92. def self: Component

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

    Permalink
    Definition Classes
    UIElement
  94. def size: Dimension

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

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

    Permalink
    Definition Classes
    AnyRef
  97. def text: String

    Permalink
    Definition Classes
    Label
  98. def text_=(s: String): Unit

    Permalink
    Definition Classes
    Label
  99. def toString(): String

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

    Permalink
    Definition Classes
    UIElement
  101. def tooltip: String

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

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

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

    Permalink
    Definition Classes
    UIElement
  105. def verticalAlignment: scala.swing.Alignment.Value

    Permalink
    Definition Classes
    Label
  106. def verticalAlignment_=(x: scala.swing.Alignment.Value): Unit

    Permalink
    Definition Classes
    Label
  107. def verticalTextPosition: scala.swing.Alignment.Value

    Permalink
    Definition Classes
    Label
  108. def verticalTextPosition_=(x: scala.swing.Alignment.Value): Unit

    Permalink
    Definition Classes
    Label
  109. def visible: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  114. def xAlignment: scala.swing.Alignment.Value

    Permalink
    Definition Classes
    Label
  115. def xAlignment_=(x: scala.swing.Alignment.Value): Unit

    Permalink
    Definition Classes
    Label
  116. def xLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  118. def yAlignment: scala.swing.Alignment.Value

    Permalink
    Definition Classes
    Label
  119. def yAlignment_=(x: scala.swing.Alignment.Value): Unit

    Permalink
    Definition Classes
    Label
  120. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  122. def [B](y: B): (MyLabel, B)

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

Inherited from Label

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

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

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

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

Ungrouped