c

gapt.prooftool

SequentProofViewer

class SequentProofViewer[F, T <: SequentProof[F, T]] extends DagProofViewer[T] with ContainsSequentProof

A ProofToolViewer for sequent proofs.

T

The type of sequent proof.

Source
SequentProofViewer.scala
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SequentProofViewer
  2. ContainsSequentProof
  3. DagProofViewer
  4. ScrollableProofToolViewer
  5. ProofToolViewer
  6. Reactor
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SequentProofViewer(name: String, proof: SequentProof[F, T], sequent_element_renderer: (F) => String)

    name

    The name to be displayed at the top.

    proof

    The proof to be displayed.

Type Members

  1. type MainComponentType = DrawSequentProof[F, T]
    Definition Classes
    SequentProofViewerProofToolViewer

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 SequentProofViewer[F, T] toany2stringadd[SequentProofViewer[F, T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SequentProofViewer[F, T], B)
    Implicit
    This member is added by an implicit conversion from SequentProofViewer[F, T] toArrowAssoc[SequentProofViewer[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. var DEBUG: Boolean
    Definition Classes
    ProofToolViewer
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. val content: DagProof[T]
    Definition Classes
    DagProofViewerProofToolViewer
  10. def contentPanel: PTContentPanel
    Definition Classes
    ProofToolViewer
  11. var contentPanel_: PTContentPanel
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  12. def contentPanel_=(p: PTContentPanel): Unit
  13. def createChooser(extensions: String*): FileChooser
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  14. def createMainComponent: DrawSequentProof[F, T]
    Definition Classes
    SequentProofViewerProofToolViewer
  15. def currentFontSize: Int
    Definition Classes
    ProofToolViewer
  16. def currentFontSize_=(sz: Int): Unit
    Definition Classes
    ProofToolViewer
  17. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  18. def debugMenuContents: Seq[Component]

    returns

    The contents of the "Debug" menu.

    Definition Classes
    ProofToolViewer
  19. def decreaseFontSize(): Unit

    Zooms out by multiplying font size by 2/3.

    Zooms out by multiplying font size by 2/3.

    Definition Classes
    ProofToolViewer
  20. val defaultFontSize: Int
    Definition Classes
    ProofToolViewer
  21. val dnLine: String
    Definition Classes
    ProofToolViewer
  22. def ensuring(cond: (SequentProofViewer[F, T]) => Boolean, msg: => Any): SequentProofViewer[F, T]
    Implicit
    This member is added by an implicit conversion from SequentProofViewer[F, T] toEnsuring[SequentProofViewer[F, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (SequentProofViewer[F, T]) => Boolean): SequentProofViewer[F, T]
    Implicit
    This member is added by an implicit conversion from SequentProofViewer[F, T] toEnsuring[SequentProofViewer[F, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: => Any): SequentProofViewer[F, T]
    Implicit
    This member is added by an implicit conversion from SequentProofViewer[F, T] toEnsuring[SequentProofViewer[F, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): SequentProofViewer[F, T]
    Implicit
    This member is added by an implicit conversion from SequentProofViewer[F, T] toEnsuring[SequentProofViewer[F, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  28. def errorMessage(error: String): Unit

    Displays an error message.

    Displays an error message.

    error

    The text of the message.

    Definition Classes
    ProofToolViewer
  29. def exportToPDFButton: MenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  30. def exportToPNGButton: MenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  31. def fExportPdf(component: Component): Unit

    Exports a component as a pdf.

    Exports a component as a pdf.

    component

    The component to be exported.

    Definition Classes
    ProofToolViewer
  32. def fExportPng(component: Component): Unit

    Exports a component as a PNG.

    Exports a component as a PNG.

    component

    The component to be exported.

    Definition Classes
    ProofToolViewer
  33. def fOpen(): Unit

    Opens a proof db and displays all its contents.

    Opens a proof db and displays all its contents.

    Definition Classes
    ProofToolViewer
  34. def fileMenuContents: Seq[Component]

    returns

    The contents of the "File" menu.

    Definition Classes
    ProofToolViewer
  35. def font: Font
    Definition Classes
    ProofToolViewer
  36. def font_=(ft: Font): Unit
    Definition Classes
    ProofToolViewer
  37. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  38. def getExceptionString(e: Throwable): String
    Definition Classes
    ProofToolViewer
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  40. def hideContextsButton: CheckMenuItem
  41. def hideSequentContext(): Unit

    Hides all formulas except main and auxiliary ones.

    Hides all formulas except main and auxiliary ones.

    Definition Classes
    SequentProofViewerContainsSequentProof
  42. def increaseFontSize(): Unit

    Zooms in by multiplying font size by 3/2.

    Zooms in by multiplying font size by 3/2.

    Definition Classes
    ProofToolViewer
  43. def infoMessage(info: String): Unit

    Displays an info message.

    Displays an info message.

    info

    The text of the message.

    Definition Classes
    ProofToolViewer
  44. def initSunburstDialog(name: String, proof: DagProof[T]): Unit
  45. def inputMessage(message: String, values: Seq[String]): Option[String]
    Definition Classes
    ProofToolViewer
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. var launcher_history: List[(String, AnyRef, Int)]
    Definition Classes
    ProofToolViewer
  48. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  49. val mBar: MenuBar
    Definition Classes
    ProofToolViewer
  50. val mainComponent: MainComponentType
    Definition Classes
    ProofToolViewer
  51. def mainPanel: PTScrollPane
  52. def markAncestors(pos: List[Int], is: Set[SequentIndex]): Unit

    Marks the ancestors of the given formulas in the given proof.

    Marks the ancestors of the given formulas in the given proof.

    pos

    The position of a subproof.

    is

    A set of indices in the end sequent of the subproof at pos.

  53. def markAncestorsAndDescendants(pos: List[Int], is: Set[SequentIndex]): Unit

    Marks the ancestors and descendants of the given formulas in the given proof.

    Marks the ancestors and descendants of the given formulas in the given proof.

    pos

    The position of a subproof.

    is

    A set of indices in the end sequent of the subproof at pos.

  54. def markDescendants(pos: List[Int], is: Set[SequentIndex]): Unit

    Marks the descendants of the given formulas in the given proof.

    Marks the descendants of the given formulas in the given proof.

    pos

    The position of a subproof.

    is

    A set of indices in the end sequent of the subproof at pos.

  55. val nLine: String
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  56. val name: String
    Definition Classes
    ProofToolViewer
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  60. def openButton: MenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  61. val publisher: ProofToolPublisher
    Definition Classes
    ProofToolViewer
  62. def questionMessage(question: String): scala.swing.Dialog.Result.Value

    Displays a question.

    Displays a question.

    question

    The text of the question.

    Definition Classes
    ProofToolViewer
  63. val reactions: Reactions
    Definition Classes
    Reactor
  64. def removeAllMarkings(): Unit

    Removes all markings.

    Removes all markings.

    Definition Classes
    SequentProofViewerContainsSequentProof
  65. def removeAllMarkingsButton: MenuItem
  66. def resizeContent(fSize: Int): Unit

    Resizes the content to a new font size.

    Resizes the content to a new font size.

    fSize

    The new font size.

    Definition Classes
    ProofToolViewer
  67. lazy val scrollPane: PTScrollPane
    Definition Classes
    ScrollableProofToolViewer
  68. def showAllFormulas(): Unit

    Shows all formulas in the proof

    Shows all formulas in the proof

    Definition Classes
    SequentProofViewerContainsSequentProof
  69. def showDebugBordersButton: CheckMenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  70. def showFrame(): Unit
    Definition Classes
    ProofToolViewer
  71. def sunburstView(): Unit

    Displays the dag proof in sunburst form.

  72. def sunburstViewButton: MenuItem
  73. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  74. def toString(): String
    Definition Classes
    AnyRef → Any
  75. lazy val top: Frame
    Definition Classes
    ProofToolViewer
  76. def viewMenuContents: Seq[Component]

    returns

    The contents of the "View" menu.

    Definition Classes
    SequentProofViewerProofToolViewer
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  79. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  80. def warningMessage(warning: String): Unit

    Displays a warning message.

    Displays a warning message.

    warning

    The text of the message.

    Definition Classes
    ProofToolViewer
  81. def zoomInButton: MenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  82. def zoomOutButton: MenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SequentProofViewer[F, T] toStringFormat[SequentProofViewer[F, T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (SequentProofViewer[F, T], B)
    Implicit
    This member is added by an implicit conversion from SequentProofViewer[F, T] toArrowAssoc[SequentProofViewer[F, T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from ContainsSequentProof

Inherited from DagProofViewer[T]

Inherited from ProofToolViewer[DagProof[T]]

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromSequentProofViewer[F, T] to any2stringadd[SequentProofViewer[F, T]]

Inherited by implicit conversion StringFormat fromSequentProofViewer[F, T] to StringFormat[SequentProofViewer[F, T]]

Inherited by implicit conversion Ensuring fromSequentProofViewer[F, T] to Ensuring[SequentProofViewer[F, T]]

Inherited by implicit conversion ArrowAssoc fromSequentProofViewer[F, T] to ArrowAssoc[SequentProofViewer[F, T]]

Ungrouped