Class

at.logic.gapt.prooftool

DrawExpansionTree

Related Doc: package prooftool

Permalink

class DrawExpansionTree extends BoxPanel with Logger

Linear Supertypes
Logger, BoxPanel, Wrapper, SequentialContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
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(expansionTree: MultiExpansionTree, 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. val _contents: Content

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  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 bounds: Rectangle

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

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

    Permalink
  15. def componentOrientation: ComponentOrientation

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

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

    Permalink
  18. val contents: Buffer[Component]

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

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

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

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

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

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

    Permalink
  25. def drawMatrix(list: List[MultiExpansionTree]): BoxPanel

    Permalink

    list

    A list of MultiExpansionTrees.

    returns

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

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

    Permalink
  27. def enabled: Boolean

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

    Permalink
    Definition Classes
    Component
  29. 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
  30. 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
  31. 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
  32. 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
  33. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
  38. val expansionTree: MultiExpansionTree

    Permalink
  39. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Component
  42. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  44. def foreground: Color

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

    Permalink
    Definition Classes
    UIElement
  46. 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()
  47. final def getClass(): Class[_]

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

    Permalink
  49. def hasFocus: Boolean

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

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

    Permalink
  52. def ignoreRepaint: Boolean

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

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

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

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

    Permalink
  57. def inputVerifier: (Component) ⇒ Boolean

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

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

    Permalink
    Definition Classes
    Any
  60. object keys extends Publisher

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  65. def location: Point

    Permalink
    Definition Classes
    UIElement
  66. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  67. val log: Logger

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

    Permalink
    Definition Classes
    DrawExpansionTreeLogger
  69. def maximumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  71. def minimumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  73. object mouse

    Permalink
    Definition Classes
    Component
  74. def name: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Publisher
  92. def quantifierBlock(et: MultiExpansionTree): String

    Permalink

    et

    A MultiExpansionTree (either StrongQuantifier or WeakQuantifier)

    returns

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

  93. val reactions: Reactions

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  99. def self: Component

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

    Permalink
    Definition Classes
    UIElement
  101. def size: Dimension

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  106. def tooltip: String

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  109. def treeToComponent(expTree: MultiExpansionTree, 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.

  110. def unsubscribe(listener: Reaction): Unit

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

    Permalink
    Definition Classes
    UIElement
  112. def visible: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  121. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  123. 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