class ExpansionSequentViewer extends ProofToolViewer[ExpansionSequent] with Savable[ExpansionSequent]
- Alphabetic
- By Inheritance
- ExpansionSequentViewer
- Savable
- ProofToolViewer
- Reactor
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ExpansionSequentViewer(name: String, es: ExpansionSequent)
- name
The name to be displayed at the top.
- es
The expansion sequent to be displayed.
Type Members
-
type
MainComponentType = DrawExpansionSequent
- Definition Classes
- ExpansionSequentViewer → ProofToolViewer
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 ExpansionSequentViewer to any2stringadd[ExpansionSequentViewer] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ExpansionSequentViewer, B)
- Implicit
- This member is added by an implicit conversion from ExpansionSequentViewer to ArrowAssoc[ExpansionSequentViewer] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
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() @throws( ... )
-
val
content: ExpansionSequent
- 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
createMainComponent: DrawExpansionSequent
- Definition Classes
- ExpansionSequentViewer → 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: (ExpansionSequentViewer) ⇒ Boolean, msg: ⇒ Any): ExpansionSequentViewer
- Implicit
- This member is added by an implicit conversion from ExpansionSequentViewer to Ensuring[ExpansionSequentViewer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ExpansionSequentViewer) ⇒ Boolean): ExpansionSequentViewer
- Implicit
- This member is added by an implicit conversion from ExpansionSequentViewer to Ensuring[ExpansionSequentViewer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ExpansionSequentViewer
- Implicit
- This member is added by an implicit conversion from ExpansionSequentViewer to Ensuring[ExpansionSequentViewer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ExpansionSequentViewer
- Implicit
- This member is added by an implicit conversion from ExpansionSequentViewer to Ensuring[ExpansionSequentViewer] 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.
-
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: ExpansionSequent): Unit
Saves an object to disk.
-
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
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
font: Font
- Definition Classes
- ProofToolViewer
-
def
font_=(ft: Font): Unit
- Definition Classes
- ProofToolViewer
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ExpansionSequentViewer to StringFormat[ExpansionSequentViewer] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getExceptionString(e: Throwable): String
- Definition Classes
- ProofToolViewer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
- def lkproof(): Unit
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
saveFormats: Map[String, (ExpansionSequent) ⇒ String]
- Definition Classes
- ExpansionSequentViewer → Savable
-
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 viewLKProofButton: MenuItem
-
def
viewMenuContents: Seq[Component]
- returns
The contents of the "View" menu.
- Definition Classes
- ExpansionSequentViewer → ProofToolViewer
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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( ... )
-
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): (ExpansionSequentViewer, B)
- Implicit
- This member is added by an implicit conversion from ExpansionSequentViewer to ArrowAssoc[ExpansionSequentViewer] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
This is the API documentation for GAPT.
The main package is gapt.