Class

cogdebugger.coggui3ports

ProbeDesktop

Related Doc: package coggui3ports

Permalink

class ProbeDesktop extends BorderPanel

A desktop on which to place internal frames displaying Probe data.

There are some subtleties here that arise from the way Swing is implemented. All Swing GUI events are processed on the "Swing event thread," and that includes all methods of this object. This should be obvious for most methods since they are called from GUI components such as Buttons.

The basic protocol of this module is simple. When a new Probe is requested by a user command (such as a button click), the ProbeDesktop creates a ProbeFrame where that Probe can be viewed.

Linear Supertypes
BorderPanel, LayoutContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProbeDesktop
  2. BorderPanel
  3. LayoutContainer
  4. Panel
  5. Wrapper
  6. Container
  7. Component
  8. UIElement
  9. LazyPublisher
  10. Publisher
  11. Reactor
  12. Proxy
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProbeDesktop(probeManager: ProbeManager)

    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 addFrame(frame: InternalFrame): Unit

    Permalink

    Subscribe the tiler to frame and add the frame to the desktop.

  7. def areValid(c: Constraints): (Boolean, String)

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

    Permalink
    Definition Classes
    Any
  9. def background: Color

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

    Permalink
    Definition Classes
    UIElement
  11. def border: Border

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

    Permalink
    Definition Classes
    Component
  13. def bounds: Rectangle

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

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

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

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

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

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

    Permalink
    Definition Classes
    Reactor
  20. lazy val desktop: WrappedInternalDesktopPane

    Permalink
    Attributes
    protected
  21. def desktopHeight: Int

    Permalink
  22. def desktopWidth: Int

    Permalink
  23. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  24. def enabled: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  31. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  33. def foreground: Color

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

    Permalink
    Definition Classes
    UIElement
  35. def frames: Seq[InternalFrame]

    Permalink

    All the InternalFrames currently on the desktp.

  36. final def getClass(): Class[_]

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  41. var initP: JComponent

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

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

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

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

    Permalink
    Definition Classes
    LayoutContainer
  46. def layoutManager: BorderLayout

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

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

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

    Permalink
    Definition Classes
    UIElement
  50. def location: Point

    Permalink
    Definition Classes
    UIElement
  51. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  52. def maximumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  54. def minimumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  56. object mouse

    Permalink
    Definition Classes
    Component
  57. def name: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  73. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  74. val reactions: Reactions

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

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

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

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

    Permalink
    Definition Classes
    Component
  79. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  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. def subscribe(listener: Reaction): Unit

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

    Permalink
    Definition Classes
    AnyRef
  85. lazy val tiler: Tiler

    Permalink
  86. def toString(): String

    Permalink
    Definition Classes
    Component → Proxy → AnyRef → Any
  87. val toolbar: ZoomingToolbar { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected
  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. def visible: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  99. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component

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