c

gapt.prooftool

StructViewer

class StructViewer extends ScrollableProofToolViewer[Struct]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructViewer
  2. ScrollableProofToolViewer
  3. ProofToolViewer
  4. Reactor
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StructViewer(name: String, tree: Struct)

Type Members

  1. type MainComponentType = DrawStruct
    Definition Classes
    StructViewerProofToolViewer

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from StructViewer to any2stringadd[StructViewer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StructViewer, B)
    Implicit
    This member is added by an implicit conversion from StructViewer to ArrowAssoc[StructViewer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. var DEBUG: Boolean
    Definition Classes
    ProofToolViewer
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. val content: Struct
    Definition Classes
    ProofToolViewer
  10. def contentPanel: PTContentPanel
    Definition Classes
    ProofToolViewer
  11. var contentPanel_: PTContentPanel
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  12. def contentPanel_=(p: PTContentPanel): Unit
  13. def createChooser(extensions: String*): FileChooser
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  14. def createMainComponent: DrawStruct
    Definition Classes
    StructViewerProofToolViewer
  15. def currentFontSize: Int
    Definition Classes
    ProofToolViewer
  16. def currentFontSize_=(sz: Int): Unit
    Definition Classes
    ProofToolViewer
  17. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  18. def debugMenuContents: Seq[Component]

    returns

    The contents of the "Debug" menu.

    Definition Classes
    ProofToolViewer
  19. def decreaseFontSize(): Unit

    Zooms out by multiplying font size by 2/3.

    Zooms out by multiplying font size by 2/3.

    Definition Classes
    ProofToolViewer
  20. val defaultFontSize: Int
    Definition Classes
    ProofToolViewer
  21. val dnLine: String
    Definition Classes
    ProofToolViewer
  22. def ensuring(cond: (StructViewer) ⇒ Boolean, msg: ⇒ Any): StructViewer
    Implicit
    This member is added by an implicit conversion from StructViewer to Ensuring[StructViewer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (StructViewer) ⇒ Boolean): StructViewer
    Implicit
    This member is added by an implicit conversion from StructViewer to Ensuring[StructViewer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): StructViewer
    Implicit
    This member is added by an implicit conversion from StructViewer to Ensuring[StructViewer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): StructViewer
    Implicit
    This member is added by an implicit conversion from StructViewer to Ensuring[StructViewer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def errorMessage(error: String): Unit

    Displays an error message.

    Displays an error message.

    error

    The text of the message.

    Definition Classes
    ProofToolViewer
  29. def exportToPDFButton: MenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  30. def exportToPNGButton: MenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  31. 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
  32. 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
  33. def fOpen(): Unit

    Opens a proof db and displays all its contents.

    Opens a proof db and displays all its contents.

    Definition Classes
    ProofToolViewer
  34. def fileMenuContents: Seq[Component]

    returns

    The contents of the "File" menu.

    Definition Classes
    ProofToolViewer
  35. def font: Font
    Definition Classes
    ProofToolViewer
  36. def font_=(ft: Font): Unit
    Definition Classes
    ProofToolViewer
  37. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from StructViewer to StringFormat[StructViewer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def getExceptionString(e: Throwable): String
    Definition Classes
    ProofToolViewer
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def increaseFontSize(): Unit

    Zooms in by multiplying font size by 3/2.

    Zooms in by multiplying font size by 3/2.

    Definition Classes
    ProofToolViewer
  42. def infoMessage(info: String): Unit

    Displays an info message.

    Displays an info message.

    info

    The text of the message.

    Definition Classes
    ProofToolViewer
  43. def inputMessage(message: String, values: Seq[String]): Option[String]
    Definition Classes
    ProofToolViewer
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. var launcher_history: List[(String, AnyRef, Int)]
    Definition Classes
    ProofToolViewer
  46. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  47. val mBar: MenuBar
    Definition Classes
    ProofToolViewer
  48. val mainComponent: MainComponentType
    Definition Classes
    ProofToolViewer
  49. def mainPanel: PTScrollPane
  50. val nLine: String
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  51. val name: String
    Definition Classes
    ProofToolViewer
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. def openButton: MenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  56. val publisher: ProofToolPublisher
    Definition Classes
    ProofToolViewer
  57. def questionMessage(question: String): scala.swing.Dialog.Result.Value

    Displays a question.

    Displays a question.

    question

    The text of the question.

    Definition Classes
    ProofToolViewer
  58. val reactions: Reactions
    Definition Classes
    Reactor
  59. 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.

    Definition Classes
    ProofToolViewer
  60. lazy val scrollPane: PTScrollPane
    Definition Classes
    ScrollableProofToolViewer
  61. def showDebugBordersButton: CheckMenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  62. def showFrame(): Unit
    Definition Classes
    ProofToolViewer
  63. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. lazy val top: Frame
    Definition Classes
    ProofToolViewer
  66. def viewMenuContents: Seq[Component]

    returns

    The contents of the "View" menu.

    Definition Classes
    ProofToolViewer
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. def warningMessage(warning: String): Unit

    Displays a warning message.

    Displays a warning message.

    warning

    The text of the message.

    Definition Classes
    ProofToolViewer
  71. def zoomInButton: MenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  72. def zoomOutButton: MenuItem
    Attributes
    protected
    Definition Classes
    ProofToolViewer
  73. def [B](y: B): (StructViewer, B)
    Implicit
    This member is added by an implicit conversion from StructViewer to ArrowAssoc[StructViewer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ProofToolViewer[Struct]

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from StructViewer to any2stringadd[StructViewer]

Inherited by implicit conversion StringFormat from StructViewer to StringFormat[StructViewer]

Inherited by implicit conversion Ensuring from StructViewer to Ensuring[StructViewer]

Inherited by implicit conversion ArrowAssoc from StructViewer to ArrowAssoc[StructViewer]

Ungrouped