Class

cogdebugger

Cog3StyleDebuggerUI

Related Doc: package cogdebugger

Permalink

case class Cog3StyleDebuggerUI(mainToolbar: BoxPanel, structurePane: StructurePane, probeDesktop: Desktop, msgPanel: MessagesPanel) extends BorderPanel with UI with Product with Serializable

A GUI designed to look and feel like what existed for Cog 3. Consists of three major UI portions: the main toolbar, the graph viewer, and the probe desktop. The main toolbar goes across the top of the window, the graph graph viewer exists as a sort of sidebar in the main area, the and probe desktop takes up the reaming space (and the builk of the entire UI). This style eschews the menu bar, status bar,a nd message windows.

Linear Supertypes
Serializable, Serializable, Product, Equals, UI, RestorableState, BorderPanel, LayoutContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Cog3StyleDebuggerUI
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. UI
  7. RestorableState
  8. BorderPanel
  9. LayoutContainer
  10. Panel
  11. Wrapper
  12. Container
  13. Component
  14. UIElement
  15. LazyPublisher
  16. Publisher
  17. Reactor
  18. Proxy
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Cog3StyleDebuggerUI(mainToolbar: BoxPanel, structurePane: StructurePane, probeDesktop: Desktop, msgPanel: MessagesPanel)

    Permalink

Type Members

  1. type Constraints = scala.swing.BorderPanel.Position.Value

    Permalink
    Definition Classes
    BorderPanel → LayoutContainer
  2. class Content extends BufferWrapper[Component]

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  3. trait SuperMixin extends JComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Component

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _contents: Content

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  5. def add(c: Component, l: Constraints): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  6. def areValid(c: Constraints): (Boolean, String)

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def background: Color

    Permalink
    Definition Classes
    UIElement
  9. def background_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  10. def border: Border

    Permalink
    Definition Classes
    Component
  11. def border_=(b: Border): Unit

    Permalink
    Definition Classes
    Component
  12. def bounds: Rectangle

    Permalink
    Definition Classes
    UIElement
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def constraintsFor(comp: Component): scala.swing.BorderPanel.Position.Value

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  15. def contents: Seq[Component]

    Permalink
    Definition Classes
    Wrapper → Container
  16. def cursor: Cursor

    Permalink
    Definition Classes
    UIElement
  17. def cursor_=(c: Cursor): Unit

    Permalink
    Definition Classes
    UIElement
  18. def deafTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  19. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  20. def enabled: Boolean

    Permalink
    Definition Classes
    Component
  21. def enabled_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Proxy → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def focusable: Boolean

    Permalink
    Definition Classes
    Component
  26. def focusable_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  27. def font: Font

    Permalink
    Definition Classes
    UIElement
  28. def font_=(f: Font): Unit

    Permalink
    Definition Classes
    UIElement
  29. def foreground: Color

    Permalink
    Definition Classes
    UIElement
  30. def foreground_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def hasFocus: Boolean

    Permalink
    Definition Classes
    Component
  33. def hashCode(): Int

    Permalink
    Definition Classes
    Proxy → Any
  34. def ignoreRepaint: Boolean

    Permalink
    Definition Classes
    UIElement
  35. def ignoreRepaint_=(b: Boolean): Unit

    Permalink
    Definition Classes
    UIElement
  36. var initP: JComponent

    Permalink
    Definition Classes
    Component
  37. def inputVerifier: (Component) ⇒ Boolean

    Permalink
    Definition Classes
    Component
  38. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit

    Permalink
    Definition Classes
    Component
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. def layout: Map[Component, Constraints]

    Permalink
    Definition Classes
    LayoutContainer
  41. def layoutManager: BorderLayout

    Permalink
    Definition Classes
    BorderPanel
  42. def listenTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  43. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Permalink
    Attributes
    protected
    Definition Classes
    Publisher
  44. def locale: Locale

    Permalink
    Definition Classes
    UIElement
  45. def location: Point

    Permalink
    Definition Classes
    UIElement
  46. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  47. val mainToolbar: BoxPanel

    Permalink
  48. def maximumSize: Dimension

    Permalink
    Definition Classes
    UIElement
  49. def maximumSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  50. def minimumSize: Dimension

    Permalink
    Definition Classes
    UIElement
  51. def minimumSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  52. object mouse

    Permalink
    Definition Classes
    Component
  53. val msgPanel: MessagesPanel

    Permalink
  54. def name: String

    Permalink
    Definition Classes
    Component
  55. def name_=(s: String): Unit

    Permalink
    Definition Classes
    Component
  56. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  57. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  58. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  59. def onFirstSubscribe(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component → UIElement → LazyPublisher
  60. def onLastUnsubscribe(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  61. def opaque: Boolean

    Permalink
    Definition Classes
    Component
  62. def opaque_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  63. def paint(g: Graphics2D): Unit

    Permalink
    Definition Classes
    Component
  64. def paintBorder(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  65. def paintChildren(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  66. def paintComponent(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  67. lazy val peer: JPanel with SuperMixin

    Permalink
    Definition Classes
    BorderPanel → Panel → Wrapper → Component → UIElement
  68. def preferredSize: Dimension

    Permalink
    Definition Classes
    UIElement
  69. def preferredSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  70. val probeDesktop: Desktop

    Permalink
  71. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  72. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  73. def repaint(rect: Rectangle): Unit

    Permalink
    Definition Classes
    UIElement
  74. def repaint(): Unit

    Permalink
    Definition Classes
    UIElement
  75. def requestFocus(): Unit

    Permalink
    Definition Classes
    Component
  76. def requestFocusInWindow(): Boolean

    Permalink
    Definition Classes
    Component
  77. def restore(savedState: Node): Unit

    Permalink

    Restore this object to the state described in the given XML node.

    Restore this object to the state described in the given XML node.

    Definition Classes
    Cog3StyleDebuggerUIRestorableState
  78. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  79. def save: Elem

    Permalink

    Encode the state of this object into an XML node.

    Encode the state of this object into an XML node.

    Definition Classes
    Cog3StyleDebuggerUIRestorableState
  80. def self: Component

    Permalink
    Definition Classes
    UIElement → Proxy
  81. def showing: Boolean

    Permalink
    Definition Classes
    UIElement
  82. def size: Dimension

    Permalink
    Definition Classes
    UIElement
  83. val structurePane: StructurePane

    Permalink
  84. def subscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  85. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  86. def teardown(): Unit

    Permalink
    Definition Classes
    Cog3StyleDebuggerUIUI
  87. def toString(): String

    Permalink
    Definition Classes
    Component → Proxy → AnyRef → Any
  88. def toolkit: Toolkit

    Permalink
    Definition Classes
    UIElement
  89. def tooltip: String

    Permalink
    Definition Classes
    Component
  90. def tooltip_=(t: String): Unit

    Permalink
    Definition Classes
    Component
  91. def unsubscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  92. val vSplit: SplitPane

    Permalink
    Attributes
    protected
  93. def visible: Boolean

    Permalink
    Definition Classes
    UIElement
  94. def visible_=(b: Boolean): Unit

    Permalink
    Definition Classes
    UIElement
  95. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. def xLayoutAlignment: Double

    Permalink
    Definition Classes
    Component
  99. def xLayoutAlignment_=(x: Double): Unit

    Permalink
    Definition Classes
    Component
  100. def yLayoutAlignment: Double

    Permalink
    Definition Classes
    Component
  101. def yLayoutAlignment_=(y: Double): Unit

    Permalink
    Definition Classes
    Component

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from UI

Inherited from RestorableState

Inherited from BorderPanel

Inherited from LayoutContainer

Inherited from Panel

Inherited from Wrapper

Inherited from Container

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped