Class

cogdebugger.ui.fieldvisualizations.complex

MagnitudePhaseSubpanel

Related Doc: package complex

Permalink

class MagnitudePhaseSubpanel extends BorderPanel with Viewer with ZoomProperty with RestorableState

A panel which displays a complex field as a modulus panel and an argument panel, side by side.

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

Instance Constructors

  1. new MagnitudePhaseSubpanel(fieldType: libcog.FieldType)

    Permalink

    fieldType

    Shape of the complex field being displayed

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 ZoomProperty: FloatProperty

    Permalink
    Definition Classes
    ZoomProperty
  5. val _contents: Content

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

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  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. val columns: Int

    Permalink
  16. def constraintsFor(comp: Component): scala.swing.BorderPanel.Position.Value

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

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

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

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

    Permalink
    Definition Classes
    Reactor
  21. var disallowNegativeZoom: Boolean

    Permalink
    Definition Classes
    ZoomProperty
  22. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  23. def enabled: Boolean

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

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

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

    Permalink
    Definition Classes
    Proxy → Any
  27. def fieldShape: Shape

    Permalink
  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. final def getClass(): Class[_]

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  40. var initP: JComponent

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

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

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

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

    Permalink
    Definition Classes
    LayoutContainer
  45. def layoutManager: BorderLayout

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

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

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

    Permalink
    Definition Classes
    UIElement
  49. def location: Point

    Permalink
    Definition Classes
    UIElement
  50. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  51. def maximumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  53. def minimumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  55. object mouse

    Permalink
    Definition Classes
    Component
  56. def name: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  72. val properties: ArrayBuffer[Property[_]]

    Permalink

    A list of properties that should be persisted when the app closes, and restored the next time it's launched.

    A list of properties that should be persisted when the app closes, and restored the next time it's launched. A common example of a persistent is the zoom/magnification level of the viewer. Be sure to add any relevenant properties to this list in your Viewer subclasses!

    Definition Classes
    Viewer
  73. def propertiesTag: NodeSeq

    Permalink

    Returns the XML representation of this viewer's properties, suitable for saving into a file.

    Returns the XML representation of this viewer's properties, suitable for saving into a file.

    Definition Classes
    Viewer
  74. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  75. val reactions: Reactions

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

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

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

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

    Permalink
    Definition Classes
    Component
  80. def reset(): Unit

    Permalink

    Reset the visualization.

    Reset the visualization. An optional operation; subclasses must override this method or else it does nothing.

    Definition Classes
    Viewer
  81. def restore(tag: 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
    MagnitudePhaseSubpanelRestorableState
  82. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  83. val rows: Int

    Permalink
  84. 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
    MagnitudePhaseSubpanelRestorableState
  85. def self: Component

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

    Permalink
    Definition Classes
    UIElement
  87. def size: Dimension

    Permalink
    Definition Classes
    UIElement
  88. def subscribe(listener: Reaction): Unit

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

    Permalink
    Definition Classes
    AnyRef
  90. def toString(): String

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

    Permalink
    Definition Classes
    UIElement
  92. def tooltip: String

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

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

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  95. def update(src: AnyRef, data: libcog.AbstractFieldMemory, time: Long): Unit

    Permalink

    Update the display with a new complex field.

    Update the display with a new complex field.

    src

    Requester of the update (?).

    data

    The new complex field data

    time

    Current simulation time.

    Definition Classes
    MagnitudePhaseSubpanelViewer
  96. def visible: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  103. def xmlToProperties(node: Node): Unit

    Permalink

    Parses the XML tag produced by the propertiesTag method and restores any saved valued to this Viewer.

    Parses the XML tag produced by the propertiesTag method and restores any saved valued to this Viewer.

    Definition Classes
    Viewer
  104. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  106. def zoomIn(): Unit

    Permalink

    Increase zoom level by zDelta.

    Increase zoom level by zDelta.

    Definition Classes
    ZoomPropertyZoomable
  107. var zoomIncrement: Float

    Permalink

    Zooming?

    Zooming?

    Definition Classes
    MagnitudePhaseSubpanelZoomProperty
  108. def zoomLevel: Float

    Permalink
    Definition Classes
    ZoomProperty
  109. def zoomLevel_=(value: Float): Unit

    Permalink
    Definition Classes
    ZoomProperty
  110. def zoomOut(): Unit

    Permalink

    Decrease zoom level by zDelta.

    Decrease zoom level by zDelta.

    Definition Classes
    ZoomPropertyZoomable
  111. var zoomType: ZoomType

    Permalink

    Controls how zDelta is applied to the current zoom level.

    Controls how zDelta is applied to the current zoom level. In Additive, a delta is added to the current zoom level; in Multiplicative mode, the zoom level is multiplied by delta when zooming in, and by its reciprocal when zooming out.

    Default zoom type is additive. If you change it to multiplicative, you should probably ensure that the default zDelta is something other than 1f, as multiplying by one probably won't do anything.

    Definition Classes
    ZoomProperty

Inherited from RestorableState

Inherited from ZoomProperty

Inherited from Zoomable

Inherited from Viewer

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