Class

at.logic.gapt.prooftool

DrawExpansionTree

Related Doc: package prooftool

Permalink

class DrawExpansionTree extends BoxPanel with Logger

Source
DrawExpansionTree.scala
Linear Supertypes
Logger, BoxPanel, Wrapper, SequentialContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DrawExpansionTree
  2. Logger
  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 DrawExpansionTree(main: ProofToolViewer[_], expansionTree: ExpansionTree, ft: Font)

    Permalink

Type Members

  1. class Content extends BufferWrapper[Component]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. object ETQuantBlock

    Permalink
  7. object ETStrongBlock

    Permalink
  8. object ETWeakBlock

    Permalink
  9. val _contents: Content

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def background: Color

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

    Permalink
    Definition Classes
    UIElement
  13. def border: Border

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

    Permalink
    Definition Classes
    Component
  15. def bounds: Rectangle

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def close(f: HOLFormula): Unit

    Permalink
  18. def componentOrientation: ComponentOrientation

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

    Permalink
    Definition Classes
    UIElement
  20. def connectParenthesis(left: MyLabel, right: MyLabel): (MyLabel, MyLabel)

    Permalink
  21. val contents: Buffer[Component]

    Permalink
    Definition Classes
    Wrapper → Wrapper → SequentialContainer → Container
  22. def cursor: Cursor

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  27. def drawFormula(formula: HOLFormula): BoxPanel

    Permalink
  28. def drawMatrix(list: List[ExpansionTree]): BoxPanel

    Permalink

    list

    A list of ExpansionTrees.

    returns

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

  29. def drawTerms(list: List[List[LambdaExpression]]): BoxPanel { ... /* 2 definitions in type refinement */ }

    Permalink
  30. def dropQuants(formula: HOLFormula, howMany: Int): HOLFormula

    Permalink
  31. def enabled: Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  41. def expand(f: HOLFormula): Unit

    Permalink
  42. val expansionTree: ExpansionTree

    Permalink
  43. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Component
  46. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  48. def foreground: Color

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  52. def getMatrixSymbol(formula: HOLFormula): String

    Permalink
  53. def hasFocus: Boolean

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

    Permalink
    Definition Classes
    Proxy → Any
  55. val highlightColor: Color

    Permalink
  56. def ignoreRepaint: Boolean

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

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

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

    Permalink
    Definition Classes
    Component
  60. def initialize: Buffer[Component]

    Permalink
  61. def inputVerifier: (Component) ⇒ Boolean

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

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

    Permalink
    Definition Classes
    Any
  64. object keys extends Publisher

    Permalink
    Definition Classes
    Component
  65. def label(s: String, fnt: Font): MyLabel { ... /* 4 definitions in type refinement */ }

    Permalink
  66. def listenTo(ps: Publisher*): Unit

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

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

    Permalink
    Definition Classes
    UIElement
  69. def location: Point

    Permalink
    Definition Classes
    UIElement
  70. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  71. val log: Logger

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

    Permalink
    Definition Classes
    DrawExpansionTreeLogger
  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 opaque: Boolean

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

    Permalink
    Definition Classes
    Component
  87. def open(f: HOLFormula): Unit

    Permalink
  88. def paint(g: Graphics2D): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  92. lazy val peer: JPanel with SuperMixin

    Permalink
    Definition Classes
    BoxPanel → Panel → Wrapper → Component → UIElement
  93. def preferredSize: Dimension

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

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

    Permalink
    Definition Classes
    Publisher
  96. def quantifierBlock(vars: List[Var], f: HOLFormula): String

    Permalink

    returns

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

  97. val reactions: Reactions

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  103. def self: Component

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

    Permalink
    Definition Classes
    UIElement
  105. def size: Dimension

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

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

    Permalink
    Definition Classes
    AnyRef
  108. def takeQuants(formula: HOLFormula, howMany: Int): List[Var]

    Permalink
  109. def toString(): String

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

    Permalink
    Definition Classes
    UIElement
  111. def tooltip: String

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

    Permalink
    Definition Classes
    Component
  113. def trace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  114. def treeToComponent(expTree: ExpansionTree, allow: Boolean): BoxPanel

    Permalink

    This function is responsible for converting an expansion tree to a component.

    This function is responsible for converting an expansion tree to a component.

    expTree

    The tree to be converted.

    allow

    Whether the root node of expTree should be clickable. Might be obsolete.

    returns

    A BoxPanel representing expTree.

  115. def unsubscribe(listener: Reaction): Unit

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

    Permalink
    Definition Classes
    UIElement
  117. def visible: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  126. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  128. def [B](y: B): (DrawExpansionTree, B)

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

Inherited from Logger

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

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

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

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

Ungrouped