abstract class ProofToolViewer[+T] extends Reactor
The main window of the ProofTool application.
- T
The type of content.
- Source
- ProofToolViewer.scala
- Alphabetic
- By Inheritance
- ProofToolViewer
- Reactor
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ProofToolViewer(name: String, content: T)
- name
The name to be displayed at the top.
- content
The object to be displayed.
Type Members
- abstract type MainComponentType <: Component
Abstract Value Members
- abstract def createMainComponent: MainComponentType
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- var DEBUG: Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- val content: T
- def contentPanel: PTContentPanel
-
var
contentPanel_: PTContentPanel
- Attributes
- protected
- def contentPanel_=(p: PTContentPanel): Unit
-
def
createChooser(extensions: String*): FileChooser
- Attributes
- protected
- def currentFontSize: Int
- def currentFontSize_=(sz: Int): Unit
-
def
deafTo(ps: Publisher*): Unit
- Definition Classes
- Reactor
-
def
debugMenuContents: Seq[Component]
- returns
The contents of the "Debug" menu.
-
def
decreaseFontSize(): Unit
Zooms out by multiplying font size by 2/3.
- val defaultFontSize: Int
- val dnLine: String
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
errorMessage(error: String): Unit
Displays an error message.
Displays an error message.
- error
The text of the message.
-
def
exportToPDFButton: MenuItem
- Attributes
- protected
-
def
exportToPNGButton: MenuItem
- Attributes
- protected
-
def
fExportPdf(component: Component): Unit
Exports a component as a pdf.
Exports a component as a pdf.
- component
The component to be exported.
-
def
fExportPng(component: Component): Unit
Exports a component as a PNG.
Exports a component as a PNG.
- component
The component to be exported.
-
def
fOpen(): Unit
Opens a proof db and displays all its contents.
-
def
fileMenuContents: Seq[Component]
- returns
The contents of the "File" menu.
- def font: Font
- def font_=(ft: Font): Unit
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getExceptionString(e: Throwable): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
increaseFontSize(): Unit
Zooms in by multiplying font size by 3/2.
-
def
infoMessage(info: String): Unit
Displays an info message.
Displays an info message.
- info
The text of the message.
- def inputMessage(message: String, values: Seq[String]): Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var launcher_history: List[(String, AnyRef, Int)]
-
def
listenTo(ps: Publisher*): Unit
- Definition Classes
- Reactor
- val mBar: MenuBar
- val mainComponent: MainComponentType
- def mainPanel: Component
-
val
nLine: String
- Attributes
- protected
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
openButton: MenuItem
- Attributes
- protected
- val publisher: ProofToolPublisher
-
def
questionMessage(question: String): scala.swing.Dialog.Result.Value
Displays a question.
Displays a question.
- question
The text of the question.
-
val
reactions: Reactions
- Definition Classes
- Reactor
-
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.
-
def
showDebugBordersButton: CheckMenuItem
- Attributes
- protected
- def showFrame(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- lazy val top: Frame
-
def
viewMenuContents: Seq[Component]
- returns
The contents of the "View" menu.
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
warningMessage(warning: String): Unit
Displays a warning message.
Displays a warning message.
- warning
The text of the message.
-
def
zoomInButton: MenuItem
- Attributes
- protected
-
def
zoomOutButton: MenuItem
- Attributes
- protected
-
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
This is the API documentation for GAPT.
The main package is gapt.