kbcv.view.gui

GRuleList

class GRuleList extends BoxPanel

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

Instance Constructors

  1. new GRuleList (g: SwingView)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. object Renderer extends AbstractRenderer[(Int, R), Label]

  7. val _contents : Content

    Attributes
    protected
    Definition Classes
    Wrapper
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def background : Color

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

    Definition Classes
    UIElement
  11. def border : Border

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

    Definition Classes
    Component
  13. def bounds : Rectangle

    Definition Classes
    UIElement
  14. def clone (): AnyRef

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

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

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

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

    Definition Classes
    Reactor
  19. def displayable : Boolean

    Definition Classes
    UIElement
  20. def enabled : Boolean

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

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

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

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

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

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

    Definition Classes
    Component
  27. def font : Font

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

    Definition Classes
    UIElement
  29. def foreground : Color

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

    Definition Classes
    UIElement
  31. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  32. def getSelectedIndices : List[Int]

  33. def hasFocus : Boolean

    Definition Classes
    Component
  34. def hashCode (): Int

    Definition Classes
    Proxy → AnyRef → Any
  35. def ignoreRepaint : Boolean

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

    Definition Classes
    UIElement
  37. var initP : JComponent

    Definition Classes
    Component
  38. def inputVerifier : (Component) ⇒ Boolean

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

    Definition Classes
    Component
  40. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  41. def listenTo (ps: Publisher*): Unit

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

    Attributes
    protected
    Definition Classes
    Publisher
  43. def locale : Locale

    Definition Classes
    UIElement
  44. def location : Point

    Definition Classes
    UIElement
  45. def locationOnScreen : Point

    Definition Classes
    UIElement
  46. def maximumSize : Dimension

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

    Definition Classes
    UIElement
  48. def minimumSize : Dimension

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

    Definition Classes
    UIElement
  50. def name : String

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

    Definition Classes
    Component
  52. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  53. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  54. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  55. def onFirstSubscribe (): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    BoxPanel → Panel → Wrapper → Component → UIElement
  64. def preferredSize : Dimension

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

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

    Definition Classes
    Publisher
  67. val reactions : Reactions

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

    Definition Classes
    UIElement
  69. def repaint (): Unit

    Definition Classes
    UIElement
  70. def requestFocus (): Unit

    Definition Classes
    Component
  71. def requestFocusInWindow (): Boolean

    Definition Classes
    Component
  72. def revalidate (): Unit

    Definition Classes
    Component
  73. val rl : ListView[(Int, R)]

  74. def self : Component

    Definition Classes
    UIElement → Proxy
  75. def setFont (size: Int): Unit

  76. def showing : Boolean

    Definition Classes
    UIElement
  77. def size : Dimension

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  80. def toString (): String

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

    Definition Classes
    UIElement
  82. def tooltip : String

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

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

    Definition Classes
    LazyPublisher → Publisher
  85. def update (rs: ITRS, is: List[Int], n: Boolean, a: String): Unit

  86. def visible : Boolean

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

    Definition Classes
    UIElement
  88. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  91. def xLayoutAlignment : Double

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

    Definition Classes
    Component
  93. def yLayoutAlignment : Double

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

    Definition Classes
    Component

Deprecated Value Members

  1. lazy val Mouse : GRuleList.this.mouse.type

    Definition Classes
    Component
    Annotations
    @deprecated
    Deprecated

    Use mouse instead

  2. def size_= (dim: Dimension): Unit

    Definition Classes
    UIElement
    Annotations
    @deprecated
    Deprecated

    Explicit size assignment for UIElements is not supported anymore. Use a layout manager or subclass Window.

Inherited from BoxPanel

Inherited from Wrapper

Inherited from SequentialContainer

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