Class/Object

at.logic.gapt.prooftool

DrawSequent

Related Docs: object DrawSequent | package prooftool

Permalink

class DrawSequent[T] extends FlowPanel

Source
DrawSequent.scala
Linear Supertypes
FlowPanel, Wrapper, SequentialContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DrawSequent
  2. FlowPanel
  3. Wrapper
  4. SequentialContainer
  5. Panel
  6. Wrapper
  7. Container
  8. Component
  9. UIElement
  10. LazyPublisher
  11. Publisher
  12. Reactor
  13. Proxy
  14. AnyRef
  15. 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 DrawSequent(main: ProofToolViewer[_], sequent: Sequent[T], visibility: Sequent[Boolean], colors: Sequent[Color], ft: Font, sequent_element_renderer: (T) ⇒ String)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawSequent[T] to ArrowAssoc[DrawSequent[T]] 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. val colors: Sequent[Color]

    Permalink
  15. def componentOrientation: ComponentOrientation

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

    Permalink
    Definition Classes
    UIElement
  17. val contents: Buffer[Component]

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

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

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

    Permalink
    Definition Classes
    Reactor
  21. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  22. def enabled: Boolean

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

    Permalink
    Definition Classes
    Component
  24. def ensuring(cond: (DrawSequent[T]) ⇒ Boolean, msg: ⇒ Any): DrawSequent[T]

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

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

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

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

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

    Permalink
    Definition Classes
    Proxy → Any
  30. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Component
  33. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  35. def foreground: Color

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawSequent[T] to StringFormat[DrawSequent[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  38. val ft: Font

    Permalink
  39. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  40. def hGap: Int

    Permalink
    Definition Classes
    FlowPanel
  41. def hGap_=(n: Int): Unit

    Permalink
    Definition Classes
    FlowPanel
  42. def hasFocus: Boolean

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

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

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

    Permalink
    Definition Classes
    UIElement
  46. var initP: JComponent

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

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

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

    Permalink
    Definition Classes
    Any
  50. object keys extends Publisher

    Permalink
    Definition Classes
    Component
  51. def listenTo(ps: Publisher*): Unit

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

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

    Permalink
    Definition Classes
    UIElement
  54. def location: Point

    Permalink
    Definition Classes
    UIElement
  55. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  56. def maximumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  58. def minimumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  60. object mouse

    Permalink
    Definition Classes
    Component
  61. def name: String

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  70. def paint(g: Graphics2D): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  74. lazy val peer: JPanel

    Permalink
    Definition Classes
    FlowPanel → Panel → Wrapper → Component → UIElement
  75. def preferredSize: Dimension

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

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

    Permalink
    Definition Classes
    Publisher
  78. val reactions: Reactions

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  84. def self: Component

    Permalink
    Definition Classes
    UIElement → Proxy
  85. val sequent: Sequent[T]

    Permalink
  86. val sequent_element_renderer: (T) ⇒ String

    Permalink
  87. def showing: Boolean

    Permalink
    Definition Classes
    UIElement
  88. def size: Dimension

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  93. def tooltip: String

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

    Permalink
    Definition Classes
    Component
  95. def unsubscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  96. def vGap: Int

    Permalink
    Definition Classes
    FlowPanel
  97. def vGap_=(n: Int): Unit

    Permalink
    Definition Classes
    FlowPanel
  98. def validate(): Unit

    Permalink
    Definition Classes
    UIElement
  99. val visibility: Sequent[Boolean]

    Permalink
  100. def visible: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  105. def xLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  107. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  109. def [B](y: B): (DrawSequent[T], B)

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

Inherited from FlowPanel

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

Inherited by implicit conversion StringFormat from DrawSequent[T] to StringFormat[DrawSequent[T]]

Inherited by implicit conversion Ensuring from DrawSequent[T] to Ensuring[DrawSequent[T]]

Inherited by implicit conversion ArrowAssoc from DrawSequent[T] to ArrowAssoc[DrawSequent[T]]

Ungrouped