class LKProofViewer extends SequentProofViewer[Formula, LKProof] with Savable[LKProof] with ContainsLKProof
- Alphabetic
- By Inheritance
- LKProofViewer
- ContainsLKProof
- Savable
- SequentProofViewer
- ContainsSequentProof
- DagProofViewer
- ScrollableProofToolViewer
- ProofToolViewer
- Reactor
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
Type Members
-
type
MainComponentType = DrawSequentProof[Formula, LKProof]
- Definition Classes
- SequentProofViewer → 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 LKProofViewer to any2stringadd[LKProofViewer] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (LKProofViewer, B)
- Implicit
- This member is added by an implicit conversion from LKProofViewer to ArrowAssoc[LKProofViewer] 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
-
val
chooser: FileChooser { val extensions: List[String] }
- Attributes
- protected
- Definition Classes
- ProofToolViewer
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
val
content: LKProof
- Definition Classes
- LKProofViewer → DagProofViewer → ProofToolViewer
-
def
contentPanel: PTContentPanel
- Definition Classes
- ProofToolViewer
-
var
contentPanel_: PTContentPanel
- Attributes
- protected
- Definition Classes
- ProofToolViewer
-
def
contentPanel_=(p: PTContentPanel): Unit
- Definition Classes
- ScrollableProofToolViewer → ProofToolViewer
-
def
createMainComponent: DrawSequentProof[Formula, LKProof]
- Definition Classes
- SequentProofViewer → 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: (LKProofViewer) ⇒ Boolean, msg: ⇒ Any): LKProofViewer
- Implicit
- This member is added by an implicit conversion from LKProofViewer to Ensuring[LKProofViewer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (LKProofViewer) ⇒ Boolean): LKProofViewer
- Implicit
- This member is added by an implicit conversion from LKProofViewer to Ensuring[LKProofViewer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): LKProofViewer
- Implicit
- This member is added by an implicit conversion from LKProofViewer to Ensuring[LKProofViewer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): LKProofViewer
- Implicit
- This member is added by an implicit conversion from LKProofViewer to Ensuring[LKProofViewer] 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
expansionTree(): Unit
Displays the expansion proof of proof in a new window.
-
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, proof: LKProof): Unit
Saves an object to disk.
Saves an object to disk.
- Definition Classes
- LKProofViewer → Savable
-
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
- LKProofViewer → ProofToolViewer
-
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 LKProofViewer to StringFormat[LKProofViewer] 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
- Definition Classes
- ProofToolViewer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hideContextsButton: CheckMenuItem
- Definition Classes
- SequentProofViewer
-
def
hideSequentContext(): Unit
Hides all formulas except main and auxiliary ones.
Hides all formulas except main and auxiliary ones.
- Definition Classes
- SequentProofViewer → ContainsSequentProof
-
def
hideStructuralRules(): Unit
Hides structural rules in the proof.
Hides structural rules in the proof.
- Definition Classes
- LKProofViewer → ContainsLKProof
- def hideStructuralRulesButton: CheckMenuItem
-
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
initSunburstDialog(name: String, proof: DagProof[LKProof]): Unit
- Definition Classes
- SequentProofViewer
-
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: PTScrollPane
- Definition Classes
- ScrollableProofToolViewer → ProofToolViewer
-
def
markAncestors(pos: List[Int], is: Set[SequentIndex]): Unit
Marks the ancestors of the given formulas in the given proof.
Marks the ancestors of the given formulas in the given proof.
- pos
The position of a subproof.
- is
A set of indices in the end sequent of the subproof at pos.
- Definition Classes
- SequentProofViewer
-
def
markAncestorsAndDescendants(pos: List[Int], is: Set[SequentIndex]): Unit
Marks the ancestors and descendants of the given formulas in the given proof.
Marks the ancestors and descendants of the given formulas in the given proof.
- pos
The position of a subproof.
- is
A set of indices in the end sequent of the subproof at pos.
- Definition Classes
- SequentProofViewer
-
def
markCutAncestors(): Unit
Marks the ancestors of cut formulas.
Marks the ancestors of cut formulas.
- Definition Classes
- LKProofViewer → ContainsLKProof
- def markCutAncestorsButton: CheckMenuItem
-
def
markDescendants(pos: List[Int], is: Set[SequentIndex]): Unit
Marks the descendants of the given formulas in the given proof.
Marks the descendants of the given formulas in the given proof.
- pos
The position of a subproof.
- is
A set of indices in the end sequent of the subproof at pos.
- Definition Classes
- SequentProofViewer
- def markNonIntuitionisticInferences(): Unit
- def markNonIntuitionisticInferences(p: LKProof, pos: List[Int]): Unit
- def markNonIntuitionisticInferencesButton: MenuItem
-
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
removeAllMarkings(): Unit
Removes all markings.
Removes all markings.
- Definition Classes
- SequentProofViewer → ContainsSequentProof
-
def
removeAllMarkingsButton: MenuItem
- Definition Classes
- SequentProofViewer
-
def
resizeContent(fSize: Int): Unit
Resizes the content to a new font size.
- def saveAsButton: MenuItem
-
lazy val
scrollPane: PTScrollPane
- Definition Classes
- ScrollableProofToolViewer
-
def
showAllFormulas(): Unit
Shows all formulas in the proof
Shows all formulas in the proof
- Definition Classes
- SequentProofViewer → ContainsSequentProof
-
def
showAllRules(): Unit
Shows all rules in the proof.
Shows all rules in the proof.
- Definition Classes
- LKProofViewer → ContainsLKProof
-
def
showDebugBordersButton: CheckMenuItem
- Attributes
- protected
- Definition Classes
- ProofToolViewer
-
def
showFrame(): Unit
- Definition Classes
- ProofToolViewer
-
def
sunburstView(): Unit
Displays the dag proof in sunburst form.
Displays the dag proof in sunburst form.
- Definition Classes
- SequentProofViewer
-
def
sunburstViewButton: MenuItem
- Definition Classes
- SequentProofViewer
-
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
unmarkCutAncestors(): Unit
Unmarks the ancestors of cut formulas.
Unmarks the ancestors of cut formulas.
- Definition Classes
- LKProofViewer → ContainsLKProof
- def viewExpansionProofButton: MenuItem
-
def
viewMenuContents: Seq[Component]
- returns
The contents of the "View" menu.
- Definition Classes
- LKProofViewer → SequentProofViewer → 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): (LKProofViewer, B)
- Implicit
- This member is added by an implicit conversion from LKProofViewer to ArrowAssoc[LKProofViewer] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
This is the API documentation for GAPT.
The main package is gapt.