Packages

c

at.logic.gapt.prooftool

DrawETQuantifierBlock

class DrawETQuantifierBlock extends DrawExpansionTree

Draws an expansion tree beginning with a quantifier block.

Source
DrawExpansionTree.scala
Linear Supertypes
DrawExpansionTree, BoxPanel, Wrapper, SequentialContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DrawETQuantifierBlock
  2. DrawExpansionTree
  3. BoxPanel
  4. Wrapper
  5. SequentialContainer
  6. Panel
  7. Wrapper
  8. Container
  9. Component
  10. UIElement
  11. LazyPublisher
  12. Publisher
  13. Reactor
  14. Proxy
  15. AnyRef
  16. 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 DrawETQuantifierBlock(main: ProofToolViewer[_], expansionTree: ExpansionTree, outerQuantifier: Option[DrawETQuantifierBlock] = None)

    main

    The main prooftool window that this belongs to.

    expansionTree

    The expansion tree being displayed.

    outerQuantifier

    The object drawing the quantifier imeediately outside this one (if any).

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 DrawETQuantifierBlock to any2stringadd[DrawETQuantifierBlock] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DrawETQuantifierBlock, B)
    Implicit
    This member is added by an implicit conversion from DrawETQuantifierBlock to ArrowAssoc[DrawETQuantifierBlock] 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. def background: Color
    Definition Classes
    UIElement
  9. def background_=(c: Color): Unit
    Definition Classes
    UIElement
  10. def border: Border
    Definition Classes
    Component
  11. def border_=(b: Border): Unit
    Definition Classes
    Component
  12. def bounds: Rectangle
    Definition Classes
    UIElement
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def close(): Unit
  15. def closeAll(): Unit

    Closes this node (if it's a quantifier node) and all below it.

    Closes this node (if it's a quantifier node) and all below it.

    Definition Classes
    DrawETQuantifierBlockDrawExpansionTree
  16. def componentOrientation: ComponentOrientation
    Definition Classes
    UIElement
  17. def componentOrientation_=(x: ComponentOrientation): Unit
    Definition Classes
    UIElement
  18. def connectedParentheses(): (Label, Label)
    Definition Classes
    DrawExpansionTree
  19. val contents: Buffer[Component]
    Definition Classes
    Wrapper → Wrapper → SequentialContainer → Container
  20. def cursor: Cursor
    Definition Classes
    UIElement
  21. def cursor_=(c: Cursor): Unit
    Definition Classes
    UIElement
  22. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  23. val depth: Int
  24. def displayable: Boolean
    Definition Classes
    UIElement
  25. def drawFormula(formula: Formula): BoxPanel
    Definition Classes
    DrawExpansionTree
  26. def drawTermVector(list: Seq[Expr]): BoxPanel { ... /* 2 definitions in type refinement */ }
  27. def drawTerms(list: Seq[Seq[Expr]]): BoxPanel
  28. def dropQuants(formula: Formula, howMany: Int): Formula
  29. def enabled: Boolean
    Definition Classes
    Component
  30. def enabled_=(b: Boolean): Unit
    Definition Classes
    Component
  31. def ensuring(cond: (DrawETQuantifierBlock) ⇒ Boolean, msg: ⇒ Any): DrawETQuantifierBlock
    Implicit
    This member is added by an implicit conversion from DrawETQuantifierBlock to Ensuring[DrawETQuantifierBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: (DrawETQuantifierBlock) ⇒ Boolean): DrawETQuantifierBlock
    Implicit
    This member is added by an implicit conversion from DrawETQuantifierBlock to Ensuring[DrawETQuantifierBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean, msg: ⇒ Any): DrawETQuantifierBlock
    Implicit
    This member is added by an implicit conversion from DrawETQuantifierBlock to Ensuring[DrawETQuantifierBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: Boolean): DrawETQuantifierBlock
    Implicit
    This member is added by an implicit conversion from DrawETQuantifierBlock to Ensuring[DrawETQuantifierBlock] 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 expand(): Unit
  38. def expandAll(): Unit

    Expands this node (if it's a quantifier node) and all below it.

    Expands this node (if it's a quantifier node) and all below it.

    Definition Classes
    DrawETQuantifierBlockDrawExpansionTree
  39. val expansionTree: ExpansionTree
    Definition Classes
    DrawExpansionTree
  40. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. def focusable: Boolean
    Definition Classes
    Component
  42. def focusable_=(b: Boolean): Unit
    Definition Classes
    Component
  43. def font: Font
    Definition Classes
    UIElement
  44. def font_=(f: Font): Unit
    Definition Classes
    UIElement
  45. def foreground: Color
    Definition Classes
    UIElement
  46. def foreground_=(c: Color): Unit
    Definition Classes
    UIElement
  47. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DrawETQuantifierBlock to StringFormat[DrawETQuantifierBlock] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  48. val formula: Formula
  49. val ft: Font
    Definition Classes
    DrawExpansionTree
  50. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  51. def hasFocus: Boolean
    Definition Classes
    Component
  52. def hashCode(): Int
    Definition Classes
    Proxy → Any
  53. def headLabel: LatexLabel
  54. val headLabelExpanded: LatexLabel
  55. def headLabel_=(newLabel: LatexLabel): Unit
  56. val highlightColor: Color
    Definition Classes
    DrawExpansionTree
  57. def ignoreRepaint: Boolean
    Definition Classes
    UIElement
  58. def ignoreRepaint_=(b: Boolean): Unit
    Definition Classes
    UIElement
  59. var initP: JComponent
    Definition Classes
    Component
  60. def inputVerifier: (Component) ⇒ Boolean
    Definition Classes
    Component
  61. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit
    Definition Classes
    Component
  62. val instances: Map[Seq[Expr], ExpansionTree]
  63. def instancesPanel: BoxPanel
  64. def instancesPanel_=(newPanel: BoxPanel): Unit
  65. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  66. def label(s: String): Label
    Definition Classes
    DrawExpansionTree
  67. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  68. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }
    Attributes
    protected
    Definition Classes
    Publisher
  69. def locale: Locale
    Definition Classes
    UIElement
  70. def location: Point
    Definition Classes
    UIElement
  71. def locationOnScreen: Point
    Definition Classes
    UIElement
  72. val main: ProofToolViewer[_]
    Definition Classes
    DrawExpansionTree
  73. def maximumSize: Dimension
    Definition Classes
    UIElement
  74. def maximumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  75. def minimumSize: Dimension
    Definition Classes
    UIElement
  76. def minimumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  77. def name: String
    Definition Classes
    Component
  78. def name_=(s: String): Unit
    Definition Classes
    Component
  79. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  80. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  81. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  82. def onFirstSubscribe(): Unit
    Attributes
    protected
    Definition Classes
    Component → UIElement → LazyPublisher
  83. def onLastUnsubscribe(): Unit
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  84. def opaque: Boolean
    Definition Classes
    Component
  85. def opaque_=(b: Boolean): Unit
    Definition Classes
    Component
  86. def open(): Unit
  87. def openAll(): Unit

    Opens this node (if it's a quantifier node) and all below it.

    Opens this node (if it's a quantifier node) and all below it.

    Definition Classes
    DrawETQuantifierBlockDrawExpansionTree
  88. val outerQuantifier: Option[DrawETQuantifierBlock]
    Definition Classes
    DrawExpansionTree
  89. def paint(g: Graphics2D): Unit
    Definition Classes
    Component
  90. def paintBorder(g: Graphics2D): Unit
    Attributes
    protected
    Definition Classes
    Component
  91. def paintChildren(g: Graphics2D): Unit
    Attributes
    protected
    Definition Classes
    Component
  92. def paintComponent(g: Graphics2D): Unit
    Attributes
    protected
    Definition Classes
    Component
  93. lazy val peer: JPanel with SuperMixin
    Definition Classes
    BoxPanel → Panel → Wrapper → Component → UIElement
  94. def preferredSize: Dimension
    Definition Classes
    UIElement
  95. def preferredSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  96. def publish(e: Event): Unit
    Definition Classes
    Publisher
  97. def quantifierBlockString(vars: List[Var], f: Formula): String

    returns

    A string containing the quantifier block represented by this quantifier node.

  98. val quantifiers: String
  99. val reactions: Reactions
    Definition Classes
    Reactor
  100. def repaint(rect: Rectangle): Unit
    Definition Classes
    UIElement
  101. def repaint(): Unit
    Definition Classes
    UIElement
  102. def requestFocus(): Unit
    Definition Classes
    Component
  103. def requestFocusInWindow(): Boolean
    Definition Classes
    Component
  104. def revalidate(): Unit
    Definition Classes
    Component
  105. def self: Component
    Definition Classes
    UIElement → Proxy
  106. def showing: Boolean
    Definition Classes
    UIElement
  107. def size: Dimension
    Definition Classes
    UIElement
  108. var state: ExpansionTreeState.Value
  109. val subF: Formula
  110. val subTrees: Vector[DrawExpansionTree]
  111. def subscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  112. def subtreeMatrix: BoxPanel

    returns

    A BoxPanel containing the subtrees stacked on top of each other and surrounded by angle brackets.

  113. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  114. def takeQuants(formula: Formula, howMany: Int): List[Var]
  115. val termPanel: BoxPanel
  116. val terms: Vector[Seq[Expr]]
  117. def toString(): String
    Definition Classes
    Component → Proxy → AnyRef → Any
  118. def toolkit: Toolkit
    Definition Classes
    UIElement
  119. def tooltip: String
    Definition Classes
    Component
  120. def tooltip_=(t: String): Unit
    Definition Classes
    Component
  121. def unsubscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  122. def validate(): Unit
    Definition Classes
    UIElement
  123. def visible: Boolean
    Definition Classes
    UIElement
  124. def visible_=(b: Boolean): Unit
    Definition Classes
    UIElement
  125. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  126. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  127. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  128. def xLayoutAlignment: Double
    Definition Classes
    Component
  129. def xLayoutAlignment_=(x: Double): Unit
    Definition Classes
    Component
  130. def yLayoutAlignment: Double
    Definition Classes
    Component
  131. def yLayoutAlignment_=(y: Double): Unit
    Definition Classes
    Component
  132. def [B](y: B): (DrawETQuantifierBlock, B)
    Implicit
    This member is added by an implicit conversion from DrawETQuantifierBlock to ArrowAssoc[DrawETQuantifierBlock] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  133. object keys extends Publisher
    Definition Classes
    Component
  134. object mouse
    Definition Classes
    Component

Inherited from DrawExpansionTree

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

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

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

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

Ungrouped