Class

cogdebugger.ui.structure

DrillDownGraphViewer

Related Doc: package structure

Permalink

class DrillDownGraphViewer extends BorderPanel

A graph viewer that is module-aware. Rather than displaying the entire graph at once (which may be quite large), it only draws the contents of a single module of interest at a time.

The user navigates the module hierarchy through the use of a navigation toolbar as well as by clicking on the vertices on the graph that correspond to modules The vertices corresponding to fields are colored blue; those corresponding to modules are a shade of gray.

Linear Supertypes
BorderPanel, LayoutContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DrillDownGraphViewer
  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 DrillDownGraphViewer(hierarchy: ModuleHierarchyTree)

    Permalink

    hierarchy

    A ModuleHierarchyTree describing the module structure of the ComputeGraph being debugged.

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
  4. class Worker extends SwingWorker[Graph, Unit]

    Permalink

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 click(value: AnyRef): Unit

    Permalink
  14. def click(vertex: mxCell, value: AnyRef): Unit

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. var currentlyViewedModule: ModuleNode

    Permalink
  19. def cursor: Cursor

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

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

    Permalink
    Definition Classes
    Reactor
  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 finalize(): Unit

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

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

    Permalink
    Definition Classes
    Component
  30. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  32. def foreground: Color

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. var graph: Graph

    Permalink
  36. val graphComponent: Component

    Permalink
  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. val mxGraphPanel: GraphPanel

    Permalink
  58. def name: String

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

    Permalink
    Definition Classes
    Component
  60. def navigateTo(module: ModuleNode): Unit

    Permalink

    "Drill-down" into a module defined in the compute graph, displaying its child modules and fields, as well as their connections.

    "Drill-down" into a module defined in the compute graph, displaying its child modules and fields, as well as their connections. Child modules are drawn in a collapsed state, i.e., you can't see their children; but edges going to or from those children are shown as entering/leaving the child module (they're "promoted" to some module with a visible vertex).

    The child fields of the focused module are drawn as blue boxes, while child modules are drawn as gray boxes. Source or sink fields that exist outside the focused module are drawn as light grey boxes, labeled with the full path name of the field.

    module

    The newly focused module whose children, inputs, and outputs are to be drawn

  61. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  64. implicit def obj2vertex(obj: AnyRef): mxCell

    Permalink
  65. def onFirstSubscribe(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Publisher
  77. val reactions: Reactions

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  83. def rightClick(value: AnyRef): Unit

    Permalink
  84. def self: Component

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

    Permalink
    Definition Classes
    UIElement
  86. def size: Dimension

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  91. def tooltip: String

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

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

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  94. val vertexMap: Map[AnyRef, mxCell]

    Permalink

    Map from objects to their corresponding vertex in the displayed graph.

  95. def visible: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  102. def yLayoutAlignment: Double

    Permalink
    Definition Classes
    Component
  103. 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