class ListViewer extends ScrollableProofToolViewer[List[HOLSequent]] with Savable[List[HOLSequent]]
- Source
- ListViewer.scala
- Alphabetic
- By Inheritance
- ListViewer
- Savable
- ScrollableProofToolViewer
- ProofToolViewer
- Reactor
- AnyRef
- Any
- by CollectionsHaveToParArray
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ListViewer(name: String, list: List[HOLSequent])
Type Members
-
type
MainComponentType = DrawList
- Definition Classes
- ListViewer → 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 ListViewer to any2stringadd[ListViewer] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ListViewer, B)
- Implicit
- This member is added by an implicit conversion from ListViewer to ArrowAssoc[ListViewer] 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: List[HOLSequent]
- Definition Classes
- 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: DrawList
- Definition Classes
- ListViewer → 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: (ListViewer) ⇒ Boolean, msg: ⇒ Any): ListViewer
- Implicit
- This member is added by an implicit conversion from ListViewer to Ensuring[ListViewer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ListViewer) ⇒ Boolean): ListViewer
- Implicit
- This member is added by an implicit conversion from ListViewer to Ensuring[ListViewer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ListViewer
- Implicit
- This member is added by an implicit conversion from ListViewer to Ensuring[ListViewer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ListViewer
- Implicit
- This member is added by an implicit conversion from ListViewer to Ensuring[ListViewer] 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, list: List[HOLSequent]): Unit
Saves an object to disk.
Saves an object to disk.
- Definition Classes
- ListViewer → 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
- ListViewer → 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 ListViewer to StringFormat[ListViewer] 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
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: PTScrollPane
- Definition Classes
- ScrollableProofToolViewer → 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 saveAsButton: MenuItem
-
lazy val
scrollPane: PTScrollPane
- Definition Classes
- ScrollableProofToolViewer
-
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
toParArray: ParArray[T]
- Implicit
- This member is added by an implicit conversion from ListViewer to CollectionsHaveToParArray[ListViewer, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (ListViewer) ⇒ GenTraversableOnce[T] is in scope.
- Definition Classes
- CollectionsHaveToParArray
-
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): (ListViewer, B)
- Implicit
- This member is added by an implicit conversion from ListViewer to ArrowAssoc[ListViewer] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
This is the API documentation for GAPT.
The main package is gapt.