Class

cogdebugger.ui.structure.GraphViewer

GraphViewerToolBar

Related Doc: package GraphViewer

Permalink

class GraphViewerToolBar extends ToolBar

Implements the toolbar for cogdebugger.ui.structure.GraphViewer. Includes buttons for chossing between a horizontal or vertical layout, and for switching between the simple graph view or the Drill-Down view.

Linear Supertypes
ToolBar, Wrapper, Wrapper, SequentialContainer, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GraphViewerToolBar
  2. ToolBar
  3. Wrapper
  4. Wrapper
  5. SequentialContainer
  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 GraphViewerToolBar()

    Permalink

Type Members

  1. class Content extends BufferWrapper[Component]

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  2. 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(components: Array[Component]): Unit

    Permalink
    Definition Classes
    ToolBar
  6. def add(components: Component*): Unit

    Permalink
    Definition Classes
    ToolBar
  7. def addSeparator(size: Dimension): Unit

    Permalink
    Definition Classes
    ToolBar
  8. def addSeparator(): Unit

    Permalink

    Adds a separator to the end of the toolbar

    Adds a separator to the end of the toolbar

    Definition Classes
    ToolBar
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def background: Color

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

    Permalink
    Definition Classes
    UIElement
  12. def border: Border

    Permalink
    Definition Classes
    Component
  13. def borderPainted: Boolean

    Permalink
    Definition Classes
    ToolBar
  14. def borderPainted_=(painted: Boolean): Unit

    Permalink
    Definition Classes
    ToolBar
  15. def border_=(b: Border): Unit

    Permalink
    Definition Classes
    Component
  16. def bounds: Rectangle

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. val contents: Buffer[Component]

    Permalink
    Definition Classes
    Wrapper → Wrapper → SequentialContainer → Container
  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. val eastToWestItem: RadioMenuItem

    Permalink
  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 floatable: Boolean

    Permalink
    Definition Classes
    ToolBar
  30. def floatable_=(floatable: Boolean): Unit

    Permalink

    Enables/disables re-docking of the toolbar

    Enables/disables re-docking of the toolbar

    Definition Classes
    ToolBar
  31. def focusable: Boolean

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

    Permalink
    Definition Classes
    Component
  33. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  35. def foreground: Color

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

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

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

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

    Permalink
    Definition Classes
    Proxy → Any
  40. val helpMessage: String

    Permalink
  41. def ignoreRepaint: Boolean

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

    Permalink
    Definition Classes
    UIElement
  43. var initP: JComponent

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

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

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

    Permalink
    Definition Classes
    Any
  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 margin: Insets

    Permalink
    Definition Classes
    ToolBar
  53. def margin_=(insets: Insets): Unit

    Permalink
    Definition Classes
    ToolBar
  54. def maximumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  56. def minimumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  58. val modulesButton: CheckMenuItem

    Permalink
  59. object mouse

    Permalink
    Definition Classes
    Component
  60. def name: String

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

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

    Permalink
    Definition Classes
    AnyRef
  63. val northToSouthItem: RadioMenuItem

    Permalink
  64. final def notify(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  70. val optionsMenu: PopupButton

    Permalink
  71. val orientationGroup: ButtonGroup

    Permalink
  72. val orientationMenu: Menu

    Permalink
  73. def paint(g: Graphics2D): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  77. lazy val peer: JToolBar with SuperMixin

    Permalink
    Definition Classes
    ToolBar → Wrapper → Component → UIElement
  78. def preferredSize: Dimension

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

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

    Permalink
    Definition Classes
    Publisher
  81. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  82. def remove(component: Component): Unit

    Permalink
    Definition Classes
    ToolBar
  83. def repaint(rect: Rectangle): Unit

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

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

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

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

    Permalink
    Definition Classes
    Component
  88. def rollover: Boolean

    Permalink
    Definition Classes
    ToolBar
  89. def rollover_=(rollover: Boolean): Unit

    Permalink

    Enables/disables button rollover animations

    Enables/disables button rollover animations

    Definition Classes
    ToolBar
  90. def self: Component

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

    Permalink
    Definition Classes
    UIElement
  92. def size: Dimension

    Permalink
    Definition Classes
    UIElement
  93. val southToNorthItem: RadioMenuItem

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  98. def tooltip: String

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

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

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  101. def visible: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  106. val westToEastItem: RadioMenuItem

    Permalink
  107. def xLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  109. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component

Inherited from ToolBar

Inherited from Wrapper

Inherited from Wrapper

Inherited from SequentialContainer

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