Packages

c

at.logic.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
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. All

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] to any2stringadd[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] to ArrowAssoc[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. val chooser: FileChooser { val extensions: List[String] }
    Attributes
    protected
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. val content: T
  11. def contentPanel: PTContentPanel
  12. var contentPanel_: PTContentPanel
    Attributes
    protected
  13. def contentPanel_=(p: PTContentPanel): Unit
  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] to Ensuring[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] to Ensuring[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] to Ensuring[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] to Ensuring[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: Any): 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 finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def font: Font
  36. def font_=(ft: Font): Unit
  37. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ProofToolViewer[T] to StringFormat[ProofToolViewer[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. def getExceptionString(e: Throwable): String
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def increaseFontSize(): Unit

    Zooms in by multiplying font size by 3/2.

  42. def infoMessage(info: String): Unit

    Displays an info message.

    Displays an info message.

    info

    The text of the message.

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

    Displays a question.

    Displays a question.

    question

    The text of the question.

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

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

    returns

    The contents of the "View" menu.

  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  69. def warningMessage(warning: String): Unit

    Displays a warning message.

    Displays a warning message.

    warning

    The text of the message.

  70. def zoomInButton: MenuItem
    Attributes
    protected
  71. def zoomOutButton: MenuItem
    Attributes
    protected
  72. def [B](y: B): (ProofToolViewer[T], B)
    Implicit
    This member is added by an implicit conversion from ProofToolViewer[T] to ArrowAssoc[ProofToolViewer[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped