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. 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
    @inline()
  37. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  38. def getExceptionString(e: Throwable): String
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  40. def increaseFontSize(): Unit

    Zooms in by multiplying font size by 3/2.

  41. def infoMessage(info: String): Unit

    Displays an info message.

    Displays an info message.

    info

    The text of the message.

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

    Displays a question.

    Displays a question.

    question

    The text of the question.

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

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

    returns

    The contents of the "View" menu.

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

    Displays a warning message.

    Displays a warning message.

    warning

    The text of the message.

  69. def zoomInButton: MenuItem
    Attributes
    protected
  70. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. 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