graphyx.gui

OptionsPanel

class OptionsPanel extends GridPanel

Inherits

  1. GridPanel
  2. Wrapper
  3. SequentialContainer
  4. Panel
  5. Wrapper
  6. Container
  7. Component
  8. UIElement
  9. LazyPublisher
  10. Publisher
  11. Reactor
  12. Proxy
  13. AnyRef
  14. Any

Value Members

  1. var Mouse: mouse

  2. def background: Color

  3. def background_=(c: Color): Unit

  4. def border: Border

  5. def border_=(b: Border): Unit

  6. def bounds: Rectangle

  7. val chckCD: CheckBox

  8. val chckDrawAABBs: CheckBox

  9. val chckDrawBodies: CheckBox

  10. val chckDrawCollisions: CheckBox

  11. val chckDrawJoints: CheckBox

  12. val chckDrawPairs: CheckBox

  13. val chckDrawShapes: CheckBox

  14. val chckPC: CheckBox

  15. val chckTrace: CheckBox

  16. def columns: Int

  17. def columns_=(n: Int): Unit

  18. val components: List[Component {...}]

  19. val contents: Buffer[Component]

  20. def cursor: Cursor

  21. def cursor_=(c: Cursor): Unit

  22. def deafTo(ps: Publisher*): Unit

  23. def displayable: Boolean

  24. def enabled: Boolean

  25. def enabled_=(b: Boolean): Unit

  26. def equals(that: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    The default implementations of this method is an equivalence relation:

    • It is reflexive: for any instance x of type Any, x.equals(x) should return true.
    • It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true.
    • It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

    If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override hashCode to ensure that objects that are "equal" (o1.equals(o2) returns true) hash to the same Int (o1.hashCode.equals(o2.hashCode)).

    definition classes: Proxy ⇐ AnyRef ⇐ Any
  27. def focusable: Boolean

  28. def focusable_=(b: Boolean): Unit

  29. def font: Font

  30. def font_=(f: Font): Unit

  31. def foreground: Color

  32. def foreground_=(c: Color): Unit

  33. def hGap: Int

  34. def hGap_=(n: Int): Unit

  35. def hasFocus: Boolean

  36. def hashCode(): Int

    Returns a hash code value for the object

    Returns a hash code value for the object.

    The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

    definition classes: Proxy ⇐ AnyRef ⇐ Any
  37. def ignoreRepaint: Boolean

  38. def ignoreRepaint_=(b: Boolean): Unit

  39. var initP: JComponent

  40. def inputVerifier: (OptionsPanel.this.type) ⇒ Boolean

  41. def inputVerifier_=(v: (OptionsPanel.this.type) ⇒ Boolean): Unit

  42. val lblCD: Label

  43. val lblDraw: Label

  44. val lblDrawAABBs: Label

  45. val lblDrawBodies: Label

  46. val lblDrawCollisions: Label

  47. val lblDrawJoints: Label

  48. val lblDrawPairs: Label

  49. val lblDrawShapes: Label

  50. val lblIterations: Label

  51. val lblPC: Label

  52. val lblTimeStep: Label

  53. val lblTrace: Label

  54. def listenTo(ps: Publisher*): Unit

  55. def locale: Locale

  56. def location: Point

  57. def locationOnScreen: Point

  58. def maximumSize: Dimension

  59. def maximumSize_=(x: Dimension): Unit

  60. def minimumSize: Dimension

  61. def minimumSize_=(x: Dimension): Unit

  62. def onFirstSubscribe(): Unit

  63. def onLastUnsubscribe(): Unit

  64. def opaque: Boolean

  65. def opaque_=(b: Boolean): Unit

  66. def paint(g: Graphics2D): Unit

  67. var peer: JPanel

  68. def preferredSize: Dimension

  69. def preferredSize_=(xy: (Int, Int)): Unit

  70. def preferredSize_=(x: Dimension): Unit

  71. def publish(e: Event): Unit

  72. val reactions: Reactions

  73. def repaint(rect: Rectangle): Unit

  74. def repaint(): Unit

  75. def requestFocus(): Unit

  76. def requestFocusInWindow(): Boolean

  77. def revalidate(): Unit

  78. def rows: Int

  79. def rows_=(n: Int): Unit

  80. def self: Component

  81. def showing: Boolean

  82. def size: Dimension

  83. def size_=(xy: (Int, Int)): Unit

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

  85. def subscribe(listener: PartialFunction[Event, Unit]): Unit

  86. def toString(): String

    Returns a string representation of the object

    Returns a string representation of the object.

    The default representation is platform dependent.

    definition classes: Component ⇐ Proxy ⇐ AnyRef ⇐ Any
  87. def toolkit: Toolkit

  88. def tooltip: String

  89. def tooltip_=(t: String): Unit

  90. val txtIterations: TextField

  91. val txtTimeStep: TextField

  92. def unsubscribe(listener: PartialFunction[Event, Unit]): Unit

  93. def update(): Unit

  94. def vGap: Int

  95. def vGap_=(n: Int): Unit

  96. def visible: Boolean

  97. def visible_=(b: Boolean): Unit

  98. def xLayoutAlignment: Double

  99. def xLayoutAlignment_=(x: Double): Unit

  100. def yLayoutAlignment: Double

  101. def yLayoutAlignment_=(y: Double): Unit

Instance constructors

  1. new OptionsPanel(container: Container)

  2. new OptionsPanel(rows0: Int, cols0: Int)

  3. new OptionsPanel()