scala.swing.MenuBar

NoMenuBar

object NoMenuBar extends MenuBar with Product

source: Menu.scala
Inherited
  1. Hide All
  2. Show all
  1. Product
  2. Equals
  3. MenuBar
  4. Wrapper
  5. Wrapper
  6. SequentialContainer
  7. Container
  8. Component
  9. UIElement
  10. LazyPublisher
  11. Publisher
  12. Reactor
  13. Proxy
  14. AnyRef
  15. Any
Visibility
  1. Public
  2. All

Type Members

  1. class Content extends BufferWrapper[Component]

  2. trait SuperMixin extends JComponent

    This trait is used to redirect certain calls from the peer to the wrapper and back .

Value Members

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

  2. def !=(arg0: Any): Boolean

    o != arg0 is the same as !(o == (arg0)).

  3. def ##(): Int

  4. def $asInstanceOf[T0](): T0

  5. def $isInstanceOf[T0](): Boolean

  6. def ==(arg0: AnyRef): Boolean

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

  7. def ==(arg0: Any): Boolean

    o == arg0 is the same as o.equals(arg0).

  8. lazy val Mouse: mouse

  9. val _contents: Content

  10. def asInstanceOf[T0]: T0

    This method is used to cast the receiver object to be of type T0.

  11. def background: Color

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

  13. def border: Border

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

  15. def bounds: Rectangle

  16. def canEqual(arg0: Any): Boolean

    A method that should be called from every well-designed equals method that is open to be overridden in a subclass .

  17. def clone(): AnyRef

    This method creates and returns a copy of the receiver object .

  18. val contents: Buffer[Component]

    The child components of this container .

  19. def cursor: Cursor

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

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

    Installed reaction won't receive events from the given publisher anylonger .

  22. def displayable: Boolean

  23. def enabled: Boolean

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

  25. def eq(arg0: AnyRef): Boolean

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

  26. def equals(that: Any): Boolean

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

  27. def finalize(): Unit

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object .

  28. def focusable: Boolean

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

  30. def font: Font

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

  32. def foreground: Color

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

  34. def getClass(): java.lang.Class[_ <: java.lang.Object]

    Returns a representation that corresponds to the dynamic class of the receiver object .

  35. def hasFocus: Boolean

  36. def hashCode(): Int

    Returns a hash code value for the object .

  37. def ignoreRepaint: Boolean

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

  39. var initP: JComponent

  40. def inputVerifier: (Component) ⇒ Boolean

  41. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit

  42. def isInstanceOf[T0]: Boolean

    This method is used to test whether the dynamic type of the receiver object is T0.

  43. object keys extends Publisher

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

    Listen to the given publisher as long as deafTo isn't called for them .

  45. val listeners: RefSet[PartialFunction[Event, Unit]] {...}

  46. def locale: Locale

  47. def location: Point

  48. def locationOnScreen: Point

  49. def maximumSize: Dimension

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

  51. def menus: Seq[Menu]

  52. def minimumSize: Dimension

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

  54. object mouse extends AnyRef

    Contains publishers for various mouse events .

  55. def name: String

  56. def name_=(s: String): Unit

  57. def ne(arg0: AnyRef): Boolean

    o.ne(arg0) is the same as !(o.eq(arg0)).

  58. def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor .

  59. def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor .

  60. def onFirstSubscribe(): Unit

  61. def onLastUnsubscribe(): Unit

  62. def opaque: Boolean

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

  64. def paint(g: Graphics2D): Unit

  65. def paintBorder(g: Graphics2D): Unit

  66. def paintChildren(g: Graphics2D): Unit

  67. def paintComponent(g: Graphics2D): Unit

    For custom painting, users should usually override this method .

  68. lazy val peer: JMenuBar

    The underlying Swing peer .

  69. def preferredSize: Dimension

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

  71. def productArity: Int

    return k for a product A(x_1, .

  72. def productElement(arg0: Int): Any

    For a product A(x_1, .

  73. def productElementName(n: Int): String

    Returns the name of the field at the given index from the definition of the class .

  74. def productElements: Iterator[Any]

  75. def productIterator: Iterator[Any]

    An iterator that returns all fields of this product

  76. def productPrefix: String

    By default the empty string .

  77. def publish(e: Event): Unit

    Notify all registered reactions .

  78. val reactions: Reactions

    All reactions of this reactor .

  79. def readResolve(): AnyRef

  80. def repaint(rect: Rectangle): Unit

  81. def repaint(): Unit

  82. def requestFocus(): Unit

  83. def requestFocusInWindow(): Boolean

  84. def revalidate(): Unit

  85. def self: Component

  86. def showing: Boolean

  87. def size: Dimension

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

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

  90. def synchronized[T0](arg0: T0): T0

  91. def toString(): String

    Returns a string representation of the object .

  92. def toolkit: Toolkit

  93. def tooltip: String

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

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

  96. def visible: Boolean

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

  98. def wait(): Unit

  99. def wait(arg0: Long, arg1: Int): Unit

  100. def wait(arg0: Long): Unit

  101. def xLayoutAlignment: Double

    Used by certain layout managers, e .

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

  103. def yLayoutAlignment: Double

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