trait Savable[T] extends ProofToolViewer[T]
A trait for ProofToolViewer objects that can save their contents.
- T
The type of the content object.
- Source
- ProofToolViewer.scala
- Alphabetic
- By Inheritance
- Savable
- ProofToolViewer
- Reactor
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
-
abstract
type
MainComponentType <: Component
- Definition Classes
- ProofToolViewer
Abstract Value Members
-
abstract
def
createMainComponent: MainComponentType
- Definition Classes
- ProofToolViewer
- abstract def saveFormats: Map[String, (T) ⇒ String]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Savable[T], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
var
DEBUG: Boolean
- Definition Classes
- ProofToolViewer
-
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
- Definition Classes
- ProofToolViewer
-
def
contentPanel: PTContentPanel
- Definition Classes
- ProofToolViewer
-
var
contentPanel_: PTContentPanel
- Attributes
- protected
- Definition Classes
- ProofToolViewer
-
def
contentPanel_=(p: PTContentPanel): Unit
- Definition Classes
- ProofToolViewer
-
def
createChooser(extensions: String*): FileChooser
- Attributes
- protected
- Definition Classes
- ProofToolViewer
-
def
currentFontSize: Int
- Definition Classes
- ProofToolViewer
-
def
currentFontSize_=(sz: Int): Unit
- Definition Classes
- ProofToolViewer
-
def
deafTo(ps: Publisher*): Unit
- Definition Classes
- Reactor
-
def
debugMenuContents: Seq[Component]
- returns
The contents of the "Debug" menu.
- Definition Classes
- ProofToolViewer
-
def
decreaseFontSize(): Unit
Zooms out by multiplying font size by 2/3.
Zooms out by multiplying font size by 2/3.
- Definition Classes
- ProofToolViewer
-
val
defaultFontSize: Int
- Definition Classes
- ProofToolViewer
-
val
dnLine: String
- Definition Classes
- ProofToolViewer
- def ensuring(cond: (Savable[T]) ⇒ Boolean, msg: ⇒ Any): Savable[T]
- def ensuring(cond: (Savable[T]) ⇒ Boolean): Savable[T]
- def ensuring(cond: Boolean, msg: ⇒ Any): Savable[T]
- def ensuring(cond: Boolean): Savable[T]
-
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.
-
def
exportToPDFButton: MenuItem
- Attributes
- protected
- Definition Classes
- ProofToolViewer
-
def
exportToPNGButton: MenuItem
- Attributes
- protected
- Definition Classes
- ProofToolViewer
-
def
fExportPdf(component: Component): Unit
Exports a component as a pdf.
Exports a component as a pdf.
- component
The component to be exported.
- Definition Classes
- ProofToolViewer
-
def
fExportPng(component: Component): Unit
Exports a component as a PNG.
Exports a component as a PNG.
- component
The component to be exported.
- Definition Classes
- ProofToolViewer
-
def
fOpen(): Unit
Opens a proof db and displays all its contents.
Opens a proof db and displays all its contents.
- Definition Classes
- ProofToolViewer
-
def
fSave(name: String, obj: T): Unit
Saves an object to disk.
Saves an object to disk.
- obj
The object to be saved.
-
def
fileMenuContents: Seq[Component { lazy val peer: javax.swing.JComponent with javax.swing.SwingConstants with javax.accessibility.Accessible }]
- returns
The contents of the "File" menu.
- Definition Classes
- Savable → ProofToolViewer
-
def
font: Font
- Definition Classes
- ProofToolViewer
-
def
font_=(ft: Font): Unit
- Definition Classes
- ProofToolViewer
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getExceptionString(e: Throwable): String
- Definition Classes
- ProofToolViewer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
increaseFontSize(): Unit
Zooms in by multiplying font size by 3/2.
Zooms in by multiplying font size by 3/2.
- Definition Classes
- ProofToolViewer
-
def
infoMessage(info: String): Unit
Displays an info message.
-
def
inputMessage(message: String, values: Seq[String]): Option[String]
- Definition Classes
- ProofToolViewer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
var
launcher_history: List[(String, AnyRef, Int)]
- Definition Classes
- ProofToolViewer
-
def
listenTo(ps: Publisher*): Unit
- Definition Classes
- Reactor
-
val
mBar: MenuBar
- Definition Classes
- ProofToolViewer
-
val
mainComponent: MainComponentType
- Definition Classes
- ProofToolViewer
-
def
mainPanel: Component
- Definition Classes
- ProofToolViewer
-
val
nLine: String
- Attributes
- protected
- Definition Classes
- ProofToolViewer
-
val
name: String
- Definition Classes
- ProofToolViewer
-
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
- Definition Classes
- ProofToolViewer
-
val
publisher: ProofToolPublisher
- Definition Classes
- ProofToolViewer
-
def
questionMessage(question: String): scala.swing.Dialog.Result.Value
Displays a question.
-
val
reactions: Reactions
- Definition Classes
- Reactor
-
def
resizeContent(fSize: Int): Unit
Resizes the content to a new font size.
-
def
showDebugBordersButton: CheckMenuItem
- Attributes
- protected
- Definition Classes
- ProofToolViewer
-
def
showFrame(): Unit
- Definition Classes
- ProofToolViewer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
top: Frame
- Definition Classes
- ProofToolViewer
-
def
viewMenuContents: Seq[Component]
- returns
The contents of the "View" menu.
- Definition Classes
- ProofToolViewer
-
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.
-
def
zoomInButton: MenuItem
- Attributes
- protected
- Definition Classes
- ProofToolViewer
-
def
zoomOutButton: MenuItem
- Attributes
- protected
- Definition Classes
- ProofToolViewer
- def →[B](y: B): (Savable[T], B)
This is the API documentation for GAPT.
The main package is gapt.