Class

de.sciss.swingplus

Table

Related Doc: package swingplus

Permalink

class Table extends scala.swing.Table

Linear Supertypes
scala.swing.Table, Wrapper, Scrollable, Component, UIElement, scala.swing.LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Table
  2. Table
  3. Wrapper
  4. Scrollable
  5. Component
  6. UIElement
  7. LazyPublisher
  8. Publisher
  9. Reactor
  10. Proxy
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Table(model0: TableModel)

    Permalink
  2. new Table(rows: Int, columns: Int)

    Permalink
  3. new Table(rowData: Array[Array[Any]], columnNames: Seq[_])

    Permalink
  4. new Table()

    Permalink

Type Members

  1. 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. def apply(row: Int, column: Int): Any

    Permalink

    Get the current value of the given cell.

    Get the current value of the given cell. The given cell coordinates are in view coordinates and thus not necessarily the same as for the model.

    Fixes bug in scala-swing.

    Definition Classes
    Table → Table
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def autoResizeMode: scala.swing.Table.AutoResizeMode.Value

    Permalink
    Definition Classes
    Table
  7. def autoResizeMode_=(x: scala.swing.Table.AutoResizeMode.Value): Unit

    Permalink
    Definition Classes
    Table
  8. def background: Color

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

    Permalink
    Definition Classes
    UIElement
  10. def blockIncrement(visibleRect: Rectangle, orientation: scala.swing.Orientation.Value, direction: Int): Int

    Permalink
    Definition Classes
    Wrapper → Scrollable
  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 componentOrientation: ComponentOrientation

    Permalink
    Definition Classes
    UIElement
  16. def componentOrientation_=(x: ComponentOrientation): Unit

    Permalink
    Definition Classes
    UIElement
  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. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  21. def editor(row: Int, column: Int): TableCellEditor

    Permalink
    Attributes
    protected
    Definition Classes
    Table
  22. def enabled: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  29. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  31. def foreground: Color

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def gridColor: Color

    Permalink
    Definition Classes
    Table
  35. def gridColor_=(color: Color): Unit

    Permalink
    Definition Classes
    Table
  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. def init(rows: Int, columns: Int): Unit

    Permalink
    Attributes
    protected
  41. def init(rowData: Array[Array[Any]], columnNames: Seq[_]): Unit

    Permalink
    Attributes
    protected
  42. var initP: JComponent

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

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

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

    Permalink
    Definition Classes
    Any
  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. def model: TableModel

    Permalink
    Definition Classes
    Table
  56. val modelListener: TableModelListener

    Permalink
    Attributes
    protected
    Definition Classes
    Table
  57. def modelToViewColumn(idx: Int): Int

    Permalink
    Definition Classes
    Table
  58. def modelToViewRow(idx: Int): Int

    Permalink
  59. def model_=(x: TableModel): Unit

    Permalink
    Definition Classes
    Table
  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. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  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: JTable

    Permalink
    Definition Classes
    Table → Component → UIElement
  74. def preferredSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  76. def preferredViewportSize: Dimension

    Permalink
    Definition Classes
    Wrapper → Scrollable
  77. def preferredViewportSize_=(dim: Dimension): Unit

    Permalink
    Definition Classes
    Table
  78. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  79. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  80. def rendererComponent(isSelected: Boolean, focused: Boolean, row: Int, column: Int): Component

    Permalink
    Attributes
    protected
    Definition Classes
    Table
  81. def repaint(rect: Rectangle): Unit

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

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

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

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

    Permalink
    Definition Classes
    Component
  86. def rowCount: Int

    Permalink
    Definition Classes
    Table
  87. def rowHeight: Int

    Permalink
    Definition Classes
    Table
  88. def rowHeight_=(x: Int): Unit

    Permalink
    Definition Classes
    Table
  89. def rowMargin: Int

    Permalink
  90. def rowMargin_=(value: Int): Unit

    Permalink
  91. def scrollablePeer: JTable

    Permalink
    Attributes
    protected
    Definition Classes
    Table → Wrapper
  92. def selectionBackground: Color

    Permalink
    Definition Classes
    Table
  93. def selectionBackground_=(c: Color): Unit

    Permalink
    Definition Classes
    Table
  94. def selectionForeground: Color

    Permalink
    Definition Classes
    Table
  95. def selectionForeground_=(c: Color): Unit

    Permalink
    Definition Classes
    Table
  96. def self: Component

    Permalink
    Definition Classes
    UIElement → Proxy
  97. def showGrid: Boolean

    Permalink
    Definition Classes
    Table
  98. def showGrid_=(grid: Boolean): Unit

    Permalink
    Definition Classes
    Table
  99. def showing: Boolean

    Permalink
    Definition Classes
    UIElement
  100. def size: Dimension

    Permalink
    Definition Classes
    UIElement
  101. def sort(column: Int, ascending: Boolean = true): Unit

    Permalink

    Programmatically sets the sorted column of the table view.

  102. def subscribe(listener: Reaction): Unit

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

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

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

    Permalink
    Definition Classes
    UIElement
  106. def tooltip: String

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

    Permalink
    Definition Classes
    Component
  108. def tracksViewportHeight: Boolean

    Permalink
    Definition Classes
    Wrapper → Scrollable
  109. def tracksViewportWidth: Boolean

    Permalink
    Definition Classes
    Wrapper → Scrollable
  110. def unitIncrement(visibleRect: Rectangle, orientation: scala.swing.Orientation.Value, direction: Int): Int

    Permalink
    Definition Classes
    Wrapper → Scrollable
  111. def unsubscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  112. def update(row: Int, column: Int, value: Any): Unit

    Permalink
    Definition Classes
    Table
  113. def updateCell(row: Int, column: Int): Unit

    Permalink
    Definition Classes
    Table
  114. def validate(): Unit

    Permalink
    Definition Classes
    UIElement
  115. def viewToModelColumn(idx: Int): Int

    Permalink
    Definition Classes
    Table
  116. def viewToModelRow(idx: Int): Int

    Permalink
  117. def visible: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  124. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component

Inherited from scala.swing.Table

Inherited from Wrapper

Inherited from Scrollable

Inherited from Component

Inherited from UIElement

Inherited from scala.swing.LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped