c

gapt.prooftool

ProofToolViewer

abstract class ProofToolViewer[+T] extends Reactor

The main window of the ProofTool application.

T

The type of content.

Source
ProofToolViewer.scala
Linear Supertypes
Reactor, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProofToolViewer
  2. Reactor
  3. AnyRef
  4. 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 ProofToolViewer(name: String, content: T)

    name

    The name to be displayed at the top.

    content

    The object to be displayed.

Type Members

  1. abstract type MainComponentType <: Component

Abstract Value Members

  1. abstract def createMainComponent: MainComponentType

Concrete 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 ProofToolViewer[T] toany2stringadd[ProofToolViewer[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ProofToolViewer[T], B)
    Implicit
    This member is added by an implicit conversion from ProofToolViewer[T] toArrowAssoc[ProofToolViewer[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
  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: T
  10. def contentPanel: PTContentPanel
  11. var contentPanel_: PTContentPanel
    Attributes
    protected
  12. def contentPanel_=(p: PTContentPanel): Unit
  13. def createChooser(extensions: String*): FileChooser
    Attributes
    protected
  14. def currentFontSize: Int
  15. def currentFontSize_=(sz: Int): Unit
  16. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  17. def debugMenuContents: Seq[Component]

    returns

    The contents of the "Debug" menu.

  18. def decreaseFontSize(): Unit

    Zooms out by multiplying font size by 2/3.

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

    Displays an error message.

    Displays an error message.

    error

    The text of the message.

  28. def exportToPDFButton: MenuItem
    Attributes
    protected
  29. def exportToPNGButton: MenuItem
    Attributes
    protected
  30. def fExportPdf(component: Component): Unit

    Exports a component as a pdf.

    Exports a component as a pdf.

    component

    The component to be exported.

  31. def fExportPng(component: Component): Unit

    Exports a component as a PNG.

    Exports a component as a PNG.

    component

    The component to be exported.

  32. def fOpen(): Unit

    Opens a proof db and displays all its contents.

  33. def fileMenuContents: Seq[Component]

    returns

    The contents of the "File" menu.

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

    Zooms in by multiplying font size by 3/2.

  40. def infoMessage(info: String): Unit

    Displays an info message.

    Displays an info message.

    info

    The text of the message.

  41. def inputMessage(message: String, values: Seq[String]): Option[String]
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. var launcher_history: List[(String, AnyRef, Int)]
  44. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  45. val mBar: MenuBar
  46. val mainComponent: MainComponentType
  47. def mainPanel: Component
  48. val nLine: String
    Attributes
    protected
  49. val name: String
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  53. def openButton: MenuItem
    Attributes
    protected
  54. val publisher: ProofToolPublisher
  55. def questionMessage(question: String): scala.swing.Dialog.Result.Value

    Displays a question.

    Displays a question.

    question

    The text of the question.

  56. val reactions: Reactions
    Definition Classes
    Reactor
  57. 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.

  58. def showDebugBordersButton: CheckMenuItem
    Attributes
    protected
  59. def showFrame(): Unit
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. lazy val top: Frame
  63. def viewMenuContents: Seq[Component]

    returns

    The contents of the "View" menu.

  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. def warningMessage(warning: String): Unit

    Displays a warning message.

    Displays a warning message.

    warning

    The text of the message.

  68. def zoomInButton: MenuItem
    Attributes
    protected
  69. def zoomOutButton: MenuItem
    Attributes
    protected

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 ProofToolViewer[T] toStringFormat[ProofToolViewer[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): (ProofToolViewer[T], B)
    Implicit
    This member is added by an implicit conversion from ProofToolViewer[T] toArrowAssoc[ProofToolViewer[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 Reactor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromProofToolViewer[T] to any2stringadd[ProofToolViewer[T]]

Inherited by implicit conversion StringFormat fromProofToolViewer[T] to StringFormat[ProofToolViewer[T]]

Inherited by implicit conversion Ensuring fromProofToolViewer[T] to Ensuring[ProofToolViewer[T]]

Inherited by implicit conversion ArrowAssoc fromProofToolViewer[T] to ArrowAssoc[ProofToolViewer[T]]

Ungrouped