Class

at.logic.gapt.prooftool

ProofToolViewer

Related Doc: package prooftool

Permalink

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
Known Subclasses
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. All

Instance Constructors

  1. new ProofToolViewer(name: String, content: T)

    Permalink

    name

    The name to be displayed at the top.

    content

    The object to be displayed.

Type Members

  1. abstract type MainComponentType <: Component

    Permalink

Abstract Value Members

  1. abstract def createMainComponent(fSize: Int): MainComponentType

    Permalink

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

    Permalink
    Implicit information
    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

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

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected
  9. def clone(): AnyRef

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

    Permalink

    The object to be displayed.

  11. def contentPanel: PTContentPanel

    Permalink
  12. var contentPanel_: PTContentPanel

    Permalink
    Attributes
    protected
  13. var currentFontSize: Int

    Permalink
  14. def deafTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  15. val defaultFontSize: Int

    Permalink
  16. val dnLine: String

    Permalink
  17. def ensuring(cond: (ProofToolViewer[T]) ⇒ Boolean, msg: ⇒ Any): ProofToolViewer[T]

    Permalink
    Implicit information
    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
  18. def ensuring(cond: (ProofToolViewer[T]) ⇒ Boolean): ProofToolViewer[T]

    Permalink
    Implicit information
    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
  19. def ensuring(cond: Boolean, msg: ⇒ Any): ProofToolViewer[T]

    Permalink
    Implicit information
    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
  20. def ensuring(cond: Boolean): ProofToolViewer[T]

    Permalink
    Implicit information
    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
  21. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Displays an error message.

    Displays an error message.

    error

    The text of the message.

  24. def exportToPDFButton: MenuItem

    Permalink
    Attributes
    protected
  25. def exportToPNGButton: MenuItem

    Permalink
    Attributes
    protected
  26. def fExportPdf(component: Component): Unit

    Permalink

    Exports a component as a pdf.

    Exports a component as a pdf.

    component

    The component to be exported.

  27. def fExportPng(component: Component): Unit

    Permalink

    Exports a component as a PNG.

    Exports a component as a PNG.

    component

    The component to be exported.

  28. def fOpen(): Unit

    Permalink

    Opens a proof db and displays all its contents.

  29. def fSaveAll(): Unit

    Permalink
  30. def fileMenuContents: Seq[Component]

    Permalink

    returns

    The contents of the "File" menu.

  31. def finalize(): Unit

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

    Permalink
    Implicit information
    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()
  33. final def getClass(): Class[_]

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

    Permalink
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  36. def infoMessage(info: String): Unit

    Permalink

    Displays an info message.

    Displays an info message.

    info

    The text of the message.

  37. def inputMessage(message: String, values: Seq[String]): Option[String]

    Permalink
  38. final def isInstanceOf[T0]: Boolean

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

    Permalink
  40. def listenTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  41. val mBar: MenuBar

    Permalink
  42. var mainComponent: MainComponentType

    Permalink
  43. val name: String

    Permalink

    The name to be displayed at the top.

  44. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  47. def openButton: MenuItem

    Permalink
    Attributes
    protected
  48. val publisher: ProofToolPublisher

    Permalink
  49. def questionMessage(question: String): scala.swing.Dialog.Result.Value

    Permalink

    Displays a question.

    Displays a question.

    question

    The text of the question.

  50. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  51. 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.

  52. val scrollPane: PTScrollPane

    Permalink
  53. def showFrame(): Unit

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

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

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

    Permalink
  57. def viewMenuContents: Seq[Component]

    Permalink

    returns

    The contents of the "View" menu.

  58. final def wait(): Unit

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

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

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

    Permalink

    Displays a warning message.

    Displays a warning message.

    warning

    The text of the message.

  62. def zoomIn(): Unit

    Permalink

    Zooms in by multiplying font size by 3/2.

  63. def zoomInButton: MenuItem

    Permalink
    Attributes
    protected
  64. def zoomOut(): Unit

    Permalink

    Zooms out by multiplying font size by 2/3.

  65. def zoomOutButton: MenuItem

    Permalink
    Attributes
    protected
  66. def [B](y: B): (ProofToolViewer[T], B)

    Permalink
    Implicit information
    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