c

at.logic.gapt.prooftool

DrawSequentProof

class DrawSequentProof[F, T <: SequentProof[F, T]] extends BoxPanel with MouseMotionListener

A panel containing a sequent proof.

Source
DrawSequentProof.scala
Linear Supertypes
MouseMotionListener, EventListener, BoxPanel, Wrapper, SequentialContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DrawSequentProof
  2. MouseMotionListener
  3. EventListener
  4. BoxPanel
  5. Wrapper
  6. SequentialContainer
  7. Panel
  8. Wrapper
  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 DrawSequentProof(main: SequentProofViewer[F, T], proof: SequentProof[F, T], auxIndices: Set[SequentIndex], cutAncestorIndices: Set[SequentIndex], sequentElementRenderer: (F) ⇒ String, pos: List[Int])

    main

    The instance of at.logic.gapt.prooftool.SequentProofViewer that this belongs to.

    proof

    The proof being displayed.

    auxIndices

    The indices of the auxiliary formulas of the bottommost inference.

    cutAncestorIndices

    The indices of ancestors of cut formulas in the end sequent.

    pos

    The position of this proof relative to the main proof being displayed.

Type Members

  1. class Content extends BufferWrapper[Component]
    Attributes
    protected
    Definition Classes
    Wrapper
  2. trait SuperMixin extends JComponent
    Attributes
    protected
    Definition Classes
    Component

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DrawSequentProof[F, T] to any2stringadd[DrawSequentProof[F, T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DrawSequentProof[F, T], B)
    Implicit
    This member is added by an implicit conversion from DrawSequentProof[F, T] to ArrowAssoc[DrawSequentProof[F, T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val _contents: Content
    Attributes
    protected
    Definition Classes
    Wrapper
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val auxIndices: Set[SequentIndex]
  9. def background: Color
    Definition Classes
    UIElement
  10. def background_=(c: Color): Unit
    Definition Classes
    UIElement
  11. def border: Border
    Definition Classes
    Component
  12. def border_=(b: Border): Unit
    Definition Classes
    Component
  13. def bounds: Rectangle
    Definition Classes
    UIElement
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def componentOrientation: ComponentOrientation
    Definition Classes
    UIElement
  16. def componentOrientation_=(x: ComponentOrientation): Unit
    Definition Classes
    UIElement
  17. val contents: Buffer[Component]
    Definition Classes
    Wrapper → Wrapper → SequentialContainer → Container
  18. def cursor: Cursor
    Definition Classes
    UIElement
  19. def cursor_=(c: Cursor): Unit
    Definition Classes
    UIElement
  20. val cutAncestorIndices: Set[SequentIndex]
  21. val cutAncestorIndicesNew: Seq[Set[SequentIndex]]
  22. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  23. val defaultBorder: Border
  24. def displayable: Boolean
    Definition Classes
    UIElement
  25. def enabled: Boolean
    Definition Classes
    Component
  26. def enabled_=(b: Boolean): Unit
    Definition Classes
    Component
  27. def endSequentLeftMarginWidth(): Int
  28. val endSequentPanel: DrawSequentInProof[F, T]
  29. def endSequentRightMarginWidth(): Int
  30. def endSequentWidth(): Int
  31. def ensuring(cond: (DrawSequentProof[F, T]) ⇒ Boolean, msg: ⇒ Any): DrawSequentProof[F, T]
    Implicit
    This member is added by an implicit conversion from DrawSequentProof[F, T] to Ensuring[DrawSequentProof[F, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: (DrawSequentProof[F, T]) ⇒ Boolean): DrawSequentProof[F, T]
    Implicit
    This member is added by an implicit conversion from DrawSequentProof[F, T] to Ensuring[DrawSequentProof[F, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean, msg: ⇒ Any): DrawSequentProof[F, T]
    Implicit
    This member is added by an implicit conversion from DrawSequentProof[F, T] to Ensuring[DrawSequentProof[F, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: Boolean): DrawSequentProof[F, T]
    Implicit
    This member is added by an implicit conversion from DrawSequentProof[F, T] to Ensuring[DrawSequentProof[F, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(that: Any): Boolean
    Definition Classes
    Proxy → Any
  37. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. def focusable: Boolean
    Definition Classes
    Component
  39. def focusable_=(b: Boolean): Unit
    Definition Classes
    Component
  40. def font: Font
    Definition Classes
    UIElement
  41. def font_=(f: Font): Unit
    Definition Classes
    UIElement
  42. def foreground: Color
    Definition Classes
    UIElement
  43. def foreground_=(c: Color): Unit
    Definition Classes
    UIElement
  44. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DrawSequentProof[F, T] to StringFormat[DrawSequentProof[F, T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  45. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  46. def hasFocus: Boolean
    Definition Classes
    Component
  47. def hashCode(): Int
    Definition Classes
    Proxy → Any
  48. def ignoreRepaint: Boolean
    Definition Classes
    UIElement
  49. def ignoreRepaint_=(b: Boolean): Unit
    Definition Classes
    UIElement
  50. var initP: JComponent
    Definition Classes
    Component
  51. def inputVerifier: (Component) ⇒ Boolean
    Definition Classes
    Component
  52. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit
    Definition Classes
    Component
  53. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  54. val linePanel: ProofLinePanel[F, T]
  55. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  56. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }
    Attributes
    protected
    Definition Classes
    Publisher
  57. def locale: Locale
    Definition Classes
    UIElement
  58. def location: Point
    Definition Classes
    UIElement
  59. def locationOnScreen: Point
    Definition Classes
    UIElement
  60. val main: SequentProofViewer[F, T]
  61. def maximumSize: Dimension
    Definition Classes
    UIElement
  62. def maximumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  63. def minimumSize: Dimension
    Definition Classes
    UIElement
  64. def minimumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  65. def mouseDragged(e: MouseEvent): Unit
    Definition Classes
    DrawSequentProof → MouseMotionListener
  66. def mouseMoved(e: MouseEvent): Unit
    Definition Classes
    DrawSequentProof → MouseMotionListener
  67. def name: String
    Definition Classes
    Component
  68. def name_=(s: String): Unit
    Definition Classes
    Component
  69. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  70. final def notify(): Unit
    Definition Classes
    AnyRef
  71. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  72. def onFirstSubscribe(): Unit
    Attributes
    protected
    Definition Classes
    Component → UIElement → LazyPublisher
  73. def onLastUnsubscribe(): Unit
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  74. def opaque: Boolean
    Definition Classes
    Component
  75. def opaque_=(b: Boolean): Unit
    Definition Classes
    Component
  76. def paint(g: Graphics2D): Unit
    Definition Classes
    Component
  77. def paintBorder(g: Graphics2D): Unit
    Attributes
    protected
    Definition Classes
    Component
  78. def paintChildren(g: Graphics2D): Unit
    Attributes
    protected
    Definition Classes
    Component
  79. def paintComponent(g: Graphics2D): Unit
    Attributes
    protected
    Definition Classes
    Component
  80. lazy val peer: JPanel with SuperMixin
    Definition Classes
    BoxPanel → Panel → Wrapper → Component → UIElement
  81. val pos: List[Int]
  82. def preferredSize: Dimension
    Definition Classes
    UIElement
  83. def preferredSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  84. val proof: SequentProof[F, T]
  85. def publish(e: Event): Unit
    Definition Classes
    Publisher
  86. val reactions: Reactions
    Definition Classes
    Reactor
  87. def repaint(rect: Rectangle): Unit
    Definition Classes
    UIElement
  88. def repaint(): Unit
    Definition Classes
    UIElement
  89. def requestFocus(): Unit
    Definition Classes
    Component
  90. def requestFocusInWindow(): Boolean
    Definition Classes
    Component
  91. def revalidate(): Unit
    Definition Classes
    Component
  92. def self: Component
    Definition Classes
    UIElement → Proxy
  93. def showing: Boolean
    Definition Classes
    UIElement
  94. def size: Dimension
    Definition Classes
    UIElement
  95. val subProofs: Seq[DrawSequentProof[F, T]]
  96. val subProofsPanel: SubproofsPanel[F, T]
  97. val subProofsPanelIndex: Int
  98. def subProofsWidth(): Int
  99. def subscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  100. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  101. def toString(): String
    Definition Classes
    Component → Proxy → AnyRef → Any
  102. def toolkit: Toolkit
    Definition Classes
    UIElement
  103. def tooltip: String
    Definition Classes
    Component
  104. def tooltip_=(t: String): Unit
    Definition Classes
    Component
  105. def unsubscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  106. def validate(): Unit
    Definition Classes
    UIElement
  107. def visible: Boolean
    Definition Classes
    UIElement
  108. def visible_=(b: Boolean): Unit
    Definition Classes
    UIElement
  109. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  110. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  111. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  112. def width(): Int
  113. def xLayoutAlignment: Double
    Definition Classes
    Component
  114. def xLayoutAlignment_=(x: Double): Unit
    Definition Classes
    Component
  115. def yLayoutAlignment: Double
    Definition Classes
    Component
  116. def yLayoutAlignment_=(y: Double): Unit
    Definition Classes
    Component
  117. def [B](y: B): (DrawSequentProof[F, T], B)
    Implicit
    This member is added by an implicit conversion from DrawSequentProof[F, T] to ArrowAssoc[DrawSequentProof[F, T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  118. object keys extends Publisher
    Definition Classes
    Component
  119. object mouse
    Definition Classes
    Component

Inherited from MouseMotionListener

Inherited from EventListener

Inherited from BoxPanel

Inherited from Wrapper

Inherited from SequentialContainer

Inherited from Panel

Inherited from Wrapper

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 DrawSequentProof[F, T] to any2stringadd[DrawSequentProof[F, T]]

Inherited by implicit conversion StringFormat from DrawSequentProof[F, T] to StringFormat[DrawSequentProof[F, T]]

Inherited by implicit conversion Ensuring from DrawSequentProof[F, T] to Ensuring[DrawSequentProof[F, T]]

Inherited by implicit conversion ArrowAssoc from DrawSequentProof[F, T] to ArrowAssoc[DrawSequentProof[F, T]]

Ungrouped