graphyx.gui

MenuHelp

class MenuHelp extends Menu

Inherits

  1. Menu
  2. Wrapper
  3. Wrapper
  4. SequentialContainer
  5. Container
  6. MenuItem
  7. AbstractButton
  8. Trigger
  9. Component
  10. UIElement
  11. LazyPublisher
  12. Publisher
  13. Reactor
  14. Proxy
  15. AnyRef
  16. Any

Value Members

  1. var Mouse: mouse

  2. def action: Action

  3. def action_=(a: Action): Unit

  4. def background: Color

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

  6. def border: Border

  7. def borderPainted: Boolean

  8. def borderPainted_=(b: Boolean): Unit

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

  10. def bounds: Rectangle

  11. val components: List[MenuItem]

  12. def contentAreaFilled: Boolean

  13. def contentAreaFilled_=(b: Boolean): Unit

  14. val contents: Buffer[Component]

  15. def cursor: Cursor

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

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

  18. def disabledIcon: Icon

  19. def disabledIcon_=(i: Icon): Unit

  20. def disabledSelectedIcon: Icon

  21. def disabledSelectedIcon_=(i: Icon): Unit

  22. def displayable: Boolean

  23. def displayedMnemonicIndex: Int

  24. def displayedMnemonicIndex_=(n: Int): Unit

  25. def doClick(times: Int): Unit

  26. def doClick(): Unit

  27. def enabled: Boolean

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

  29. 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
  30. def focusPainted: Boolean

  31. def focusPainted_=(b: Boolean): Unit

  32. def focusable: Boolean

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

  34. def font: Font

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

  36. def foreground: Color

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

  38. def hasFocus: Boolean

  39. 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
  40. def horizontalAlignment: Value

  41. def horizontalAlignment_=(a: Value): Unit

  42. def horizontalTextPosition: Value

  43. def horizontalTextPosition_=(a: Value): Unit

  44. def icon: Icon

  45. def iconTextGap: Int

  46. def iconTextGap_=(x: Int): Unit

  47. def icon_=(i: Icon): Unit

  48. def ignoreRepaint: Boolean

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

  50. var initP: JComponent

  51. def inputVerifier: (MenuHelp.this.type) ⇒ Boolean

  52. def inputVerifier_=(v: (MenuHelp.this.type) ⇒ Boolean): Unit

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

  54. def locale: Locale

  55. def location: Point

  56. def locationOnScreen: Point

  57. def margin: Insets

  58. def margin_=(i: Insets): Unit

  59. def maximumSize: Dimension

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

  61. val miAbout: MenuItem

  62. def minimumSize: Dimension

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

  64. def mnemonic: Value

  65. def mnemonic_=(k: Value): Unit

  66. def multiClickThreshold: Long

  67. def multiClickThreshold_=(n: Long): Unit

  68. def onFirstSubscribe(): Unit

  69. def onLastUnsubscribe(): Unit

  70. def opaque: Boolean

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

  72. def paint(g: Graphics2D): Unit

  73. var peer: JMenu

  74. def preferredSize: Dimension

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

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

  77. def pressedIcon: Icon

  78. def pressedIcon_=(i: Icon): Unit

  79. def publish(e: Event): Unit

  80. val reactions: Reactions

  81. def repaint(rect: Rectangle): Unit

  82. def repaint(): Unit

  83. def requestFocus(): Unit

  84. def requestFocusInWindow(): Boolean

  85. def revalidate(): Unit

  86. def rolloverEnabled: Boolean

  87. def rolloverEnabled_=(b: Boolean): Unit

  88. def rolloverIcon: Icon

  89. def rolloverIcon_=(b: Icon): Unit

  90. def rolloverSelectedIcon: Icon

  91. def rolloverSelectedIcon_=(b: Icon): Unit

  92. def selected: Boolean

  93. def selectedIcon: Icon

  94. def selectedIcon_=(i: Icon): Unit

  95. def selected_=(b: Boolean): Unit

  96. def self: Component

  97. def showing: Boolean

  98. def size: Dimension

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

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

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

  102. def text: String

  103. def text_=(s: String): Unit

  104. 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
  105. def toolkit: Toolkit

  106. def tooltip: String

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

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

  109. def verticalAlignment: Value

  110. def verticalAlignment_=(a: Value): Unit

  111. def verticalTextPosition: Value

  112. def verticalTextPosition_=(a: Value): Unit

  113. def visible: Boolean

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

  115. def xLayoutAlignment: Double

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

  117. def yLayoutAlignment: Double

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

Instance constructors

  1. new MenuHelp()

  2. new MenuHelp(title0: String)

  3. new MenuHelp(a: Action)