Class

at.logic.gapt.prooftool

DrawExpansionSequent

Related Doc: package prooftool

Permalink

class DrawExpansionSequent extends SplitPane with DrawExpSeqLogger

This class takes care of drawing an ExpansionSequent.

Linear Supertypes
DrawExpSeqLogger, Logger, SplitPane, Wrapper, Orientable, Wrapper, Oriented, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DrawExpansionSequent
  2. DrawExpSeqLogger
  3. Logger
  4. SplitPane
  5. Wrapper
  6. Orientable
  7. Wrapper
  8. Oriented
  9. Container
  10. Component
  11. UIElement
  12. LazyPublisher
  13. Publisher
  14. Reactor
  15. Proxy
  16. AnyRef
  17. 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 DrawExpansionSequent(expSequent: ExpansionSequent, fSize: Int)

    Permalink

    expSequent

    The expansion sequent to be displayed

    fSize

    The font size.

Type Members

  1. type OrientedMixin = AnyRef { ... /* 2 definitions in type refinement */ }

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. val antecedentPanel: CedentPanel

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def background: Color

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

    Permalink
    Definition Classes
    UIElement
  10. def border: Border

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

    Permalink
    Definition Classes
    Component
  12. def bottomComponent: Component

    Permalink
    Definition Classes
    SplitPane
  13. def bottomComponent_=(c: Component): Unit

    Permalink
    Definition Classes
    SplitPane
  14. def bounds: Rectangle

    Permalink
    Definition Classes
    UIElement
  15. def calculateOptimalSize: Dimension

    Permalink
  16. def clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    SplitPane → Container
  20. def contents_=(left: Component, right: Component): Unit

    Permalink
    Definition Classes
    SplitPane
  21. def continuousLayout: Boolean

    Permalink
    Definition Classes
    SplitPane
  22. def continuousLayout_=(b: Boolean): Unit

    Permalink
    Definition Classes
    SplitPane
  23. def cursor: Cursor

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

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

    Permalink
    Definition Classes
    Reactor
  26. def debug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  27. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  28. def dividerLocation: Int

    Permalink
    Definition Classes
    SplitPane
  29. def dividerLocation_=(f: Double): Unit

    Permalink
    Definition Classes
    SplitPane
  30. def dividerLocation_=(n: Int): Unit

    Permalink
    Definition Classes
    SplitPane
  31. def dividerSize: Int

    Permalink
    Definition Classes
    SplitPane
  32. def dividerSize_=(n: Int): Unit

    Permalink
    Definition Classes
    SplitPane
  33. def enabled: Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Proxy → Any
  41. def error(msg: ⇒ String, e: Throwable): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  42. def error(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  43. val expSequent: ExpansionSequent

    Permalink

    The expansion sequent to be displayed

  44. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Component
  47. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  49. def foreground: Color

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

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

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

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

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

    Permalink
    Definition Classes
    Proxy → Any
  55. def ignoreRepaint: Boolean

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

    Permalink
    Definition Classes
    UIElement
  57. def info(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  58. var initP: JComponent

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

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

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

    Permalink
    Definition Classes
    Any
  62. object keys extends Publisher

    Permalink
    Definition Classes
    Component
  63. def leftComponent: Component

    Permalink
    Definition Classes
    SplitPane
  64. def leftComponent_=(c: Component): Unit

    Permalink
    Definition Classes
    SplitPane
  65. def listenTo(ps: Publisher*): Unit

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

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

    Permalink
    Definition Classes
    UIElement
  68. def location: Point

    Permalink
    Definition Classes
    UIElement
  69. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  70. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  71. def loggerName: String

    Permalink
    Definition Classes
    DrawExpSeqLoggerLogger
  72. val mExpSequent: MultiExpansionSequent

    Permalink
  73. def maximumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  75. def minimumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  77. object mouse

    Permalink
    Definition Classes
    Component
  78. def name: String

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  85. def oneTouchExpandable: Boolean

    Permalink
    Definition Classes
    SplitPane
  86. def oneTouchExpandable_=(b: Boolean): Unit

    Permalink
    Definition Classes
    SplitPane
  87. def opaque: Boolean

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

    Permalink
    Definition Classes
    Component
  89. def orientation: scala.swing.Orientation.Value

    Permalink
    Definition Classes
    Wrapper → Oriented
  90. def orientation_=(o: scala.swing.Orientation.Value): Unit

    Permalink
    Definition Classes
    Wrapper → Orientable
  91. def paint(g: Graphics2D): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  95. lazy val peer: JSplitPane

    Permalink
    Definition Classes
    SplitPane → Wrapper → Component → UIElement
  96. def preferredSize: Dimension

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

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

    Permalink
    Definition Classes
    Publisher
  99. val reactions: Reactions

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

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

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

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

    Permalink
    Definition Classes
    Component
  104. def resetToPreferredSizes(): Unit

    Permalink
    Definition Classes
    SplitPane
  105. def resizeWeight: Double

    Permalink
    Definition Classes
    SplitPane
  106. def resizeWeight_=(n: Double): Unit

    Permalink
    Definition Classes
    SplitPane
  107. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  108. def rightComponent: Component

    Permalink
    Definition Classes
    SplitPane
  109. def rightComponent_=(c: Component): Unit

    Permalink
    Definition Classes
    SplitPane
  110. def self: Component

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

    Permalink
    Definition Classes
    UIElement
  112. def size: Dimension

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

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  114. val succedentPanel: CedentPanel

    Permalink
  115. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    UIElement
  118. def tooltip: String

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

    Permalink
    Definition Classes
    Component
  120. def topComponent: Component

    Permalink
    Definition Classes
    SplitPane
  121. def topComponent_=(c: Component): Unit

    Permalink
    Definition Classes
    SplitPane
  122. def trace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  123. def unsubscribe(listener: Reaction): Unit

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

    Permalink
    Definition Classes
    UIElement
  125. def visible: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  130. def warn(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  131. def warn(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  132. def xLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  134. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  136. def [B](y: B): (DrawExpansionSequent, B)

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

Inherited from DrawExpSeqLogger

Inherited from Logger

Inherited from SplitPane

Inherited from Wrapper

Inherited from Orientable

Inherited from Wrapper

Inherited from Oriented

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

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

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

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

Ungrouped