Class

at.logic.gapt.prooftool

LKProofViewer

Related Doc: package prooftool

Permalink

class LKProofViewer extends SequentProofViewer[HOLFormula, LKProof] with Savable[LKProof] with ContainsLKProof

A ProofToolViewer for LK proofs.

Source
SequentProofViewer.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LKProofViewer
  2. ContainsLKProof
  3. Savable
  4. SequentProofViewer
  5. DagProofViewer
  6. ProofToolViewer
  7. Reactor
  8. AnyRef
  9. 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 LKProofViewer(name: String, proof: LKProof)

    Permalink

    name

    The name to be displayed at the top.

    proof

    The proof to be displayed.

Type Members

  1. type MainComponentType = DrawSequentProof[HOLFormula, LKProof]

    Permalink
    Definition Classes
    SequentProofViewerProofToolViewer

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. var DEBUG: Boolean

    Permalink
    Definition Classes
    ProofToolViewer
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val chooser: FileChooser { val extensions: List[String] }

    Permalink
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val content: LKProof

    Permalink
    Definition Classes
    LKProofViewerDagProofViewerProofToolViewer
  11. def contentPanel: PTContentPanel

    Permalink
    Definition Classes
    ProofToolViewer
  12. var contentPanel_: PTContentPanel

    Permalink
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  13. def createMainComponent(fSize: Int): DrawSequentProof[HOLFormula, LKProof]

    Permalink
    Definition Classes
    SequentProofViewerProofToolViewer
  14. var currentFontSize: Int

    Permalink
    Definition Classes
    ProofToolViewer
  15. def deafTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  16. val defaultFontSize: Int

    Permalink
    Definition Classes
    ProofToolViewer
  17. val dnLine: String

    Permalink
    Definition Classes
    ProofToolViewer
  18. def ensuring(cond: (LKProofViewer) ⇒ Boolean, msg: ⇒ Any): LKProofViewer

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def errorMessage(error: String): Unit

    Permalink

    Displays an error message.

    Displays an error message.

    error

    The text of the message.

    Definition Classes
    ProofToolViewer
  25. def expansionTree(): Unit

    Permalink

    Displays the expansion proof of proof in a new window.

  26. def exportToPDFButton: MenuItem

    Permalink
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  27. def exportToPNGButton: MenuItem

    Permalink
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  28. def fExportPdf(component: Component): Unit

    Permalink

    Exports a component as a pdf.

    Exports a component as a pdf.

    component

    The component to be exported.

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

    Permalink

    Exports a component as a PNG.

    Exports a component as a PNG.

    component

    The component to be exported.

    Definition Classes
    ProofToolViewer
  30. def fOpen(): Unit

    Permalink

    Opens a proof db and displays all its contents.

    Opens a proof db and displays all its contents.

    Definition Classes
    ProofToolViewer
  31. def fSave(name: String, proof: LKProof): Unit

    Permalink

    Saves an object to disk.

    Saves an object to disk.

    Definition Classes
    LKProofViewerSavable
  32. def fSaveAll(): Unit

    Permalink
    Definition Classes
    ProofToolViewer
  33. def fileMenuContents: Seq[Component { lazy val peer: javax.swing.JComponent with javax.swing.SwingConstants with javax.accessibility.Accessible }]

    Permalink

    returns

    The contents of the "File" menu.

    Definition Classes
    LKProofViewerProofToolViewer
  34. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def formatted(fmtstr: String): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def getExceptionString(e: Throwable): String

    Permalink
    Definition Classes
    ProofToolViewer
  38. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  39. def hideContextsButton: CheckMenuItem

    Permalink
  40. def hideSequentContext(): Unit

    Permalink
    Definition Classes
    SequentProofViewer
  41. def hideStructuralRules(): Unit

    Permalink

    Hides structural rules in the proof.

    Hides structural rules in the proof.

    Definition Classes
    LKProofViewerContainsLKProof
  42. def hideStructuralRulesButton: CheckMenuItem

    Permalink
  43. def infoMessage(info: String): Unit

    Permalink

    Displays an info message.

    Displays an info message.

    info

    The text of the message.

    Definition Classes
    ProofToolViewer
  44. def initSunburstDialog(name: String, proof: DagProof[LKProof]): Unit

    Permalink
    Definition Classes
    SequentProofViewer
  45. def inputMessage(message: String, values: Seq[String]): Option[String]

    Permalink
    Definition Classes
    ProofToolViewer
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. var launcher_history: List[(String, AnyRef, Int)]

    Permalink
    Definition Classes
    ProofToolViewer
  48. def listenTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  49. val mBar: MenuBar

    Permalink
    Definition Classes
    ProofToolViewer
  50. var mainComponent: MainComponentType

    Permalink
    Definition Classes
    ProofToolViewer
  51. def markCutAncestors(): Unit

    Permalink

    Marks the ancestors of cut formulas.

    Marks the ancestors of cut formulas.

    Definition Classes
    LKProofViewerContainsLKProof
  52. def markCutAncestorsButton: CheckMenuItem

    Permalink
  53. val name: String

    Permalink

    The name to be displayed at the top.

    The name to be displayed at the top.

    Definition Classes
    ProofToolViewer
  54. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  57. def openButton: MenuItem

    Permalink
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  58. val publisher: ProofToolPublisher

    Permalink
    Definition Classes
    ProofToolViewer
  59. def questionMessage(question: String): scala.swing.Dialog.Result.Value

    Permalink

    Displays a question.

    Displays a question.

    question

    The text of the question.

    Definition Classes
    ProofToolViewer
  60. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  61. def removeMarking(): Unit

    Permalink

    Removes all markings.

    Removes all markings.

    Definition Classes
    LKProofViewerContainsLKProof
  62. def resizeContent(fSize: Int): Unit

    Permalink

    Resizes the content to a new font size.

    Resizes the content to a new font size.

    fSize

    The new font size.

    Definition Classes
    ProofToolViewer
  63. def saveAsButton: MenuItem

    Permalink
  64. val scrollPane: PTScrollPane

    Permalink
    Definition Classes
    ProofToolViewer
  65. def showAllFormulas(): Unit

    Permalink
    Definition Classes
    SequentProofViewer
  66. def showAllRules(): Unit

    Permalink

    Shows all rules in the proof.

    Shows all rules in the proof.

    Definition Classes
    LKProofViewerContainsLKProof
  67. def showFrame(): Unit

    Permalink
    Definition Classes
    ProofToolViewer
  68. def sunburstView(): Unit

    Permalink

    Displays the dag proof in sunburst form.

    Displays the dag proof in sunburst form.

    Definition Classes
    SequentProofViewer
  69. def sunburstViewButton: MenuItem

    Permalink
  70. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  72. lazy val top: Frame

    Permalink
    Definition Classes
    ProofToolViewer
  73. def viewExpansionProofButton: MenuItem

    Permalink
  74. def viewMenuContents: Seq[Component]

    Permalink

    returns

    The contents of the "View" menu.

    Definition Classes
    LKProofViewerProofToolViewer
  75. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. def warningMessage(warning: String): Unit

    Permalink

    Displays a warning message.

    Displays a warning message.

    warning

    The text of the message.

    Definition Classes
    ProofToolViewer
  79. def zoomIn(): Unit

    Permalink

    Zooms in by multiplying font size by 3/2.

    Zooms in by multiplying font size by 3/2.

    Definition Classes
    ProofToolViewer
  80. def zoomInButton: MenuItem

    Permalink
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  81. def zoomOut(): Unit

    Permalink

    Zooms out by multiplying font size by 2/3.

    Zooms out by multiplying font size by 2/3.

    Definition Classes
    ProofToolViewer
  82. def zoomOutButton: MenuItem

    Permalink
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  83. def [B](y: B): (LKProofViewer, B)

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

Inherited from ContainsLKProof

Inherited from Savable[LKProof]

Inherited from DagProofViewer[LKProof]

Inherited from ProofToolViewer[DagProof[LKProof]]

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from LKProofViewer to any2stringadd[LKProofViewer]

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

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

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

Ungrouped