Class

scala.tools.nsc.ast.TreeBrowsers.BrowserFrame

ASTMenuBar

Related Doc: package BrowserFrame

Permalink

class ASTMenuBar extends JMenuBar

Source
TreeBrowsers.scala
Linear Supertypes
JMenuBar, MenuElement, Accessible, JComponent, HasGetTransferHandler, Container, Component, java.io.Serializable, MenuContainer, ImageObserver, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ASTMenuBar
  2. JMenuBar
  3. MenuElement
  4. Accessible
  5. JComponent
  6. HasGetTransferHandler
  7. Container
  8. Component
  9. Serializable
  10. MenuContainer
  11. ImageObserver
  12. AnyRef
  13. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ASTMenuBar()

    Permalink

Type Members

  1. abstract class AccessibleAWTComponent extends AccessibleContext with java.io.Serializable with AccessibleComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  2. class AccessibleAWTContainer extends AccessibleAWTComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Container
  3. abstract class AccessibleJComponent extends AccessibleAWTContainer with AccessibleExtendedComponent

    Permalink
    Definition Classes
    JComponent
  4. class AccessibleJMenuBar extends AccessibleJComponent with AccessibleSelection

    Permalink
    Attributes
    protected
    Definition Classes
    JMenuBar
  5. final class ActionStandin extends Action

    Permalink
    Attributes
    private[javax.swing]
    Definition Classes
    JComponent
  6. class BltBufferStrategy extends BufferStrategy

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  7. class FlipBufferStrategy extends BufferStrategy

    Permalink
    Attributes
    protected
    Definition Classes
    Component

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink

    Test two objects for inequality.

    Test two objects for inequality.

    returns

    true if !(this == that), false otherwise.

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink

    Equivalent to x.hashCode except for boxed numeric types and null.

    Equivalent to x.hashCode except for boxed numeric types and null. For numerics, it returns a hash value which is consistent with value equality: if two value type instances compare as true, then ## will produce the same hash value for each of them. For null returns a hashcode where null.hashCode throws a NullPointerException.

    returns

    a hash value consistent with ==

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to any2stringadd[ASTMenuBar] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ASTMenuBar, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to ArrowAssoc[ASTMenuBar] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    AnyRef → Any
  6. def add(arg0: JMenu): JMenu

    Permalink
    Definition Classes
    JMenuBar
  7. def add(arg0: Component, arg1: Any, arg2: Int): Unit

    Permalink
    Definition Classes
    Container
  8. def add(arg0: Component, arg1: Any): Unit

    Permalink
    Definition Classes
    Container
  9. def add(arg0: Component, arg1: Int): Component

    Permalink
    Definition Classes
    Container
  10. def add(arg0: String, arg1: Component): Component

    Permalink
    Definition Classes
    Container
  11. def add(arg0: Component): Component

    Permalink
    Definition Classes
    Container
  12. def add(arg0: PopupMenu): Unit

    Permalink
    Definition Classes
    Component
  13. def addAncestorListener(arg0: AncestorListener): Unit

    Permalink
    Definition Classes
    JComponent
  14. def addComponentListener(arg0: ComponentListener): Unit

    Permalink
    Definition Classes
    Component
  15. def addContainerListener(arg0: ContainerListener): Unit

    Permalink
    Definition Classes
    Container
  16. def addFocusListener(arg0: FocusListener): Unit

    Permalink
    Definition Classes
    Component
  17. def addHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

    Permalink
    Definition Classes
    Component
  18. def addHierarchyListener(arg0: HierarchyListener): Unit

    Permalink
    Definition Classes
    Component
  19. def addImpl(arg0: Component, arg1: Any, arg2: Int): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Container
  20. def addInputMethodListener(arg0: InputMethodListener): Unit

    Permalink
    Definition Classes
    Component
  21. def addKeyListener(arg0: KeyListener): Unit

    Permalink
    Definition Classes
    Component
  22. def addMouseListener(arg0: MouseListener): Unit

    Permalink
    Definition Classes
    Component
  23. def addMouseMotionListener(arg0: MouseMotionListener): Unit

    Permalink
    Definition Classes
    Component
  24. def addMouseWheelListener(arg0: MouseWheelListener): Unit

    Permalink
    Definition Classes
    Component
  25. def addNotify(): Unit

    Permalink
    Definition Classes
    JMenuBar → JComponent → Container → Component
  26. def addPropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Container → Component
  27. def addPropertyChangeListener(arg0: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Container → Component
  28. def addVetoableChangeListener(arg0: VetoableChangeListener): Unit

    Permalink
    Definition Classes
    JComponent
  29. def applyComponentOrientation(arg0: ComponentOrientation): Unit

    Permalink
    Definition Classes
    Container → Component
  30. def areFocusTraversalKeysSet(arg0: Int): Boolean

    Permalink
    Definition Classes
    Container → Component
  31. final def asInstanceOf[T0]: T0

    Permalink

    Cast the receiver object to be of type T0.

    Cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression 1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expression List(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested type.

    returns

    the receiver object.

    Definition Classes
    Any
    Exceptions thrown

    ClassCastException if the receiver object is not an instance of the erasure of type T0.

  32. def checkImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Int

    Permalink
    Definition Classes
    Component
  33. def checkImage(arg0: Image, arg1: ImageObserver): Int

    Permalink
    Definition Classes
    Component
  34. def clone(): AnyRef

    Permalink

    Create a copy of the receiver object.

    Create a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
    Note

    not specified by SLS as a member of AnyRef

  35. def closeWindow(): Unit

    Permalink
  36. def coalesceEvents(arg0: AWTEvent, arg1: AWTEvent): AWTEvent

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  37. def computeVisibleRect(arg0: Rectangle): Unit

    Permalink
    Definition Classes
    JComponent
  38. def contains(arg0: Int, arg1: Int): Boolean

    Permalink
    Definition Classes
    JComponent → Component
  39. def contains(arg0: Point): Boolean

    Permalink
    Definition Classes
    Component
  40. def createImage(arg0: Int, arg1: Int): Image

    Permalink
    Definition Classes
    Component
  41. def createImage(arg0: ImageProducer): Image

    Permalink
    Definition Classes
    Component
  42. def createToolTip(): JToolTip

    Permalink
    Definition Classes
    JComponent
  43. def createVolatileImage(arg0: Int, arg1: Int, arg2: ImageCapabilities): VolatileImage

    Permalink
    Definition Classes
    Component
    Annotations
    @throws( classOf[java.awt.AWTException] )
  44. def createVolatileImage(arg0: Int, arg1: Int): VolatileImage

    Permalink
    Definition Classes
    Component
  45. final def disableEvents(arg0: Long): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  46. final def dispatchEvent(arg0: AWTEvent): Unit

    Permalink
    Definition Classes
    Component
  47. def doLayout(): Unit

    Permalink
    Definition Classes
    Container → Component
  48. final def enableEvents(arg0: Long): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  49. def enableInputMethods(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  50. def ensuring(cond: (ASTMenuBar) ⇒ Boolean, msg: ⇒ Any): ASTMenuBar

    Permalink
    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to Ensuring[ASTMenuBar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  51. def ensuring(cond: (ASTMenuBar) ⇒ Boolean): ASTMenuBar

    Permalink
    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to Ensuring[ASTMenuBar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  52. def ensuring(cond: Boolean, msg: ⇒ Any): ASTMenuBar

    Permalink
    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to Ensuring[ASTMenuBar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  53. def ensuring(cond: Boolean): ASTMenuBar

    Permalink
    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to Ensuring[ASTMenuBar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  54. final def eq(arg0: AnyRef): Boolean

    Permalink

    Tests whether the argument (that) is a reference to the receiver object (this).

    Tests whether the argument (that) is a reference to the receiver object (this).

    The eq method implements an equivalence relation on non-null instances of AnyRef, and has three additional properties:

    • It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false.
    • For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false.
    • null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    returns

    true if the argument is a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  55. def equals(arg0: Any): Boolean

    Permalink

    The equality method for reference types.

    The equality method for reference types. Default implementation delegates to eq.

    See also equals in scala.Any.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    AnyRef → Any
  56. def findComponentAt(arg0: Point): Component

    Permalink
    Definition Classes
    Container
  57. def findComponentAt(arg0: Int, arg1: Int): Component

    Permalink
    Definition Classes
    Container
  58. def firePropertyChange(arg0: String, arg1: Char, arg2: Char): Unit

    Permalink
    Definition Classes
    JComponent → Component
  59. def firePropertyChange(arg0: String, arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    JComponent → Component
  60. def firePropertyChange(arg0: String, arg1: Boolean, arg2: Boolean): Unit

    Permalink
    Definition Classes
    JComponent → Component
  61. def firePropertyChange(arg0: String, arg1: Double, arg2: Double): Unit

    Permalink
    Definition Classes
    Component
  62. def firePropertyChange(arg0: String, arg1: Float, arg2: Float): Unit

    Permalink
    Definition Classes
    Component
  63. def firePropertyChange(arg0: String, arg1: Long, arg2: Long): Unit

    Permalink
    Definition Classes
    Component
  64. def firePropertyChange(arg0: String, arg1: Short, arg2: Short): Unit

    Permalink
    Definition Classes
    Component
  65. def firePropertyChange(arg0: String, arg1: Byte, arg2: Byte): Unit

    Permalink
    Definition Classes
    Component
  66. def firePropertyChange(arg0: String, arg1: Any, arg2: Any): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  67. def fireVetoableChange(arg0: String, arg1: Any, arg2: Any): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
    Annotations
    @throws( ... )
  68. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to StringFormat[ASTMenuBar] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  69. def getAccessibleContext(): AccessibleContext

    Permalink
    Definition Classes
    JMenuBar → Accessible → Component
    Annotations
    @BeanProperty()
  70. def getActionForKeyStroke(arg0: KeyStroke): ActionListener

    Permalink
    Definition Classes
    JComponent
  71. final def getActionMap(): ActionMap

    Permalink
    Definition Classes
    JComponent
  72. def getAlignmentX(): Float

    Permalink
    Definition Classes
    JComponent → Container → Component
  73. def getAlignmentY(): Float

    Permalink
    Definition Classes
    JComponent → Container → Component
  74. def getAncestorListeners(): Array[AncestorListener]

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  75. def getAutoscrolls(): Boolean

    Permalink
    Definition Classes
    JComponent
  76. def getBackground(): Color

    Permalink
    Definition Classes
    Component
    Annotations
    @Transient()
  77. def getBaseline(arg0: Int, arg1: Int): Int

    Permalink
    Definition Classes
    JComponent → Component
  78. def getBaselineResizeBehavior(): BaselineResizeBehavior

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  79. def getBorder(): Border

    Permalink
    Definition Classes
    JComponent
  80. def getBounds(arg0: Rectangle): Rectangle

    Permalink
    Definition Classes
    JComponent → Component
  81. def getBounds(): Rectangle

    Permalink
    Definition Classes
    Component
  82. final def getClass(): Class[_]

    Permalink

    A representation that corresponds to the dynamic class of the receiver object.

    A representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

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

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
    Note

    not specified by SLS as a member of AnyRef

  83. final def getClientProperty(arg0: Any): AnyRef

    Permalink
    Definition Classes
    JComponent
  84. def getColorModel(): ColorModel

    Permalink
    Definition Classes
    Component
  85. def getComponent(): Component

    Permalink
    Definition Classes
    JMenuBar → MenuElement
  86. def getComponent(arg0: Int): Component

    Permalink
    Definition Classes
    Container
  87. def getComponentAt(arg0: Point): Component

    Permalink
    Definition Classes
    Container → Component
  88. def getComponentAt(arg0: Int, arg1: Int): Component

    Permalink
    Definition Classes
    Container → Component
  89. def getComponentCount(): Int

    Permalink
    Definition Classes
    Container
  90. def getComponentGraphics(arg0: Graphics): Graphics

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  91. def getComponentIndex(arg0: Component): Int

    Permalink
    Definition Classes
    JMenuBar
  92. def getComponentListeners(): Array[ComponentListener]

    Permalink
    Definition Classes
    Component
  93. def getComponentOrientation(): ComponentOrientation

    Permalink
    Definition Classes
    Component
  94. def getComponentPopupMenu(): JPopupMenu

    Permalink
    Definition Classes
    JComponent
  95. def getComponentZOrder(arg0: Component): Int

    Permalink
    Definition Classes
    Container
  96. def getComponents(): Array[Component]

    Permalink
    Definition Classes
    Container
  97. def getConditionForKeyStroke(arg0: KeyStroke): Int

    Permalink
    Definition Classes
    JComponent
  98. def getContainerListeners(): Array[ContainerListener]

    Permalink
    Definition Classes
    Container
  99. def getCursor(): Cursor

    Permalink
    Definition Classes
    Component
  100. def getDebugGraphicsOptions(): Int

    Permalink
    Definition Classes
    JComponent
  101. def getDropTarget(): DropTarget

    Permalink
    Definition Classes
    Component
  102. def getFocusCycleRootAncestor(): Container

    Permalink
    Definition Classes
    Component
  103. def getFocusListeners(): Array[FocusListener]

    Permalink
    Definition Classes
    Component
  104. def getFocusTraversalKeys(arg0: Int): Set[AWTKeyStroke]

    Permalink
    Definition Classes
    Container → Component
  105. def getFocusTraversalKeysEnabled(): Boolean

    Permalink
    Definition Classes
    Component
  106. def getFocusTraversalPolicy(): FocusTraversalPolicy

    Permalink
    Definition Classes
    Container
  107. def getFont(): Font

    Permalink
    Definition Classes
    Component → MenuContainer
    Annotations
    @Transient()
  108. def getFontMetrics(arg0: Font): FontMetrics

    Permalink
    Definition Classes
    JComponent → Component
  109. def getForeground(): Color

    Permalink
    Definition Classes
    Component
    Annotations
    @Transient()
  110. def getGraphics(): Graphics

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  111. def getGraphicsConfiguration(): GraphicsConfiguration

    Permalink
    Definition Classes
    Component
  112. def getHeight(): Int

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  113. def getHelpMenu(): JMenu

    Permalink
    Definition Classes
    JMenuBar
    Annotations
    @Transient()
  114. def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

    Permalink
    Definition Classes
    Component
  115. def getHierarchyListeners(): Array[HierarchyListener]

    Permalink
    Definition Classes
    Component
  116. def getIgnoreRepaint(): Boolean

    Permalink
    Definition Classes
    Component
  117. def getInheritsPopupMenu(): Boolean

    Permalink
    Definition Classes
    JComponent
  118. def getInputContext(): InputContext

    Permalink
    Definition Classes
    Component
  119. final def getInputMap(): InputMap

    Permalink
    Definition Classes
    JComponent
  120. final def getInputMap(arg0: Int): InputMap

    Permalink
    Definition Classes
    JComponent
  121. def getInputMethodListeners(): Array[InputMethodListener]

    Permalink
    Definition Classes
    Component
  122. def getInputMethodRequests(): InputMethodRequests

    Permalink
    Definition Classes
    Component
  123. def getInputVerifier(): InputVerifier

    Permalink
    Definition Classes
    JComponent
  124. def getInsets(arg0: Insets): Insets

    Permalink
    Definition Classes
    JComponent
  125. def getInsets(): Insets

    Permalink
    Definition Classes
    JComponent → Container
    Annotations
    @BeanProperty()
  126. def getKeyListeners(): Array[KeyListener]

    Permalink
    Definition Classes
    Component
  127. def getLayout(): LayoutManager

    Permalink
    Definition Classes
    Container
  128. def getListeners[T <: EventListener](arg0: Class[T]): Array[T]

    Permalink
    Definition Classes
    JComponent → Container → Component
  129. def getLocale(): Locale

    Permalink
    Definition Classes
    Component
  130. def getLocation(arg0: Point): Point

    Permalink
    Definition Classes
    JComponent → Component
  131. def getLocation(): Point

    Permalink
    Definition Classes
    Component
  132. def getLocationOnScreen(): Point

    Permalink
    Definition Classes
    Component
  133. def getMargin(): Insets

    Permalink
    Definition Classes
    JMenuBar
  134. def getMaximumSize(): Dimension

    Permalink
    Definition Classes
    JComponent → Container → Component
    Annotations
    @Transient()
  135. def getMenu(arg0: Int): JMenu

    Permalink
    Definition Classes
    JMenuBar
  136. def getMenuCount(): Int

    Permalink
    Definition Classes
    JMenuBar
    Annotations
    @BeanProperty()
  137. def getMinimumSize(): Dimension

    Permalink
    Definition Classes
    JComponent → Container → Component
    Annotations
    @Transient()
  138. def getMouseListeners(): Array[MouseListener]

    Permalink
    Definition Classes
    Component
  139. def getMouseMotionListeners(): Array[MouseMotionListener]

    Permalink
    Definition Classes
    Component
  140. def getMousePosition(arg0: Boolean): Point

    Permalink
    Definition Classes
    Container
    Annotations
    @throws( classOf[java.awt.HeadlessException] )
  141. def getMousePosition(): Point

    Permalink
    Definition Classes
    Component
    Annotations
    @throws( classOf[java.awt.HeadlessException] )
  142. def getMouseWheelListeners(): Array[MouseWheelListener]

    Permalink
    Definition Classes
    Component
  143. def getName(): String

    Permalink
    Definition Classes
    Component
  144. def getParent(): Container

    Permalink
    Definition Classes
    Component
  145. def getPopupLocation(arg0: MouseEvent): Point

    Permalink
    Definition Classes
    JComponent
  146. def getPreferredSize(): Dimension

    Permalink
    Definition Classes
    JComponent → Container → Component
    Annotations
    @Transient()
  147. def getPropertyChangeListeners(arg0: String): Array[PropertyChangeListener]

    Permalink
    Definition Classes
    Component
  148. def getPropertyChangeListeners(): Array[PropertyChangeListener]

    Permalink
    Definition Classes
    Component
  149. def getRegisteredKeyStrokes(): Array[KeyStroke]

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  150. def getRootPane(): JRootPane

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  151. def getSelectionModel(): SingleSelectionModel

    Permalink
    Definition Classes
    JMenuBar
  152. def getSize(arg0: Dimension): Dimension

    Permalink
    Definition Classes
    JComponent → Component
  153. def getSize(): Dimension

    Permalink
    Definition Classes
    Component
  154. def getSubElements(): Array[MenuElement]

    Permalink
    Definition Classes
    JMenuBar → MenuElement
    Annotations
    @BeanProperty()
  155. def getToolTipLocation(arg0: MouseEvent): Point

    Permalink
    Definition Classes
    JComponent
  156. def getToolTipText(arg0: MouseEvent): String

    Permalink
    Definition Classes
    JComponent
  157. def getToolTipText(): String

    Permalink
    Definition Classes
    JComponent
  158. def getToolkit(): Toolkit

    Permalink
    Definition Classes
    Component
  159. def getTopLevelAncestor(): Container

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  160. def getTransferHandler(): TransferHandler

    Permalink
    Definition Classes
    JComponent → HasGetTransferHandler
  161. final def getTreeLock(): AnyRef

    Permalink
    Definition Classes
    Component
  162. def getUI(): MenuBarUI

    Permalink
    Definition Classes
    JMenuBar → JComponent
  163. def getUIClassID(): String

    Permalink
    Definition Classes
    JMenuBar → JComponent
    Annotations
    @BeanProperty()
  164. def getVerifyInputWhenFocusTarget(): Boolean

    Permalink
    Definition Classes
    JComponent
  165. def getVetoableChangeListeners(): Array[VetoableChangeListener]

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  166. def getVisibleRect(): Rectangle

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  167. def getWidth(): Int

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  168. def getX(): Int

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  169. def getY(): Int

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  170. def grabFocus(): Unit

    Permalink
    Definition Classes
    JComponent
  171. def hasFocus(): Boolean

    Permalink
    Definition Classes
    Component
  172. def hashCode(): Int

    Permalink

    The hashCode method for reference types.

    The hashCode method for reference types. See hashCode in scala.Any.

    returns

    the hash code value for this object.

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  173. def imageUpdate(arg0: Image, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int): Boolean

    Permalink
    Definition Classes
    Component → ImageObserver
  174. def invalidate(): Unit

    Permalink
    Definition Classes
    Container → Component
  175. def isAncestorOf(arg0: Component): Boolean

    Permalink
    Definition Classes
    Container
  176. def isBackgroundSet(): Boolean

    Permalink
    Definition Classes
    Component
  177. def isBorderPainted(): Boolean

    Permalink
    Definition Classes
    JMenuBar
  178. def isCursorSet(): Boolean

    Permalink
    Definition Classes
    Component
  179. def isDisplayable(): Boolean

    Permalink
    Definition Classes
    Component
  180. def isDoubleBuffered(): Boolean

    Permalink
    Definition Classes
    JComponent → Component
  181. def isEnabled(): Boolean

    Permalink
    Definition Classes
    Component
  182. def isFocusCycleRoot(): Boolean

    Permalink
    Definition Classes
    Container
  183. def isFocusCycleRoot(arg0: Container): Boolean

    Permalink
    Definition Classes
    Container → Component
  184. def isFocusOwner(): Boolean

    Permalink
    Definition Classes
    Component
  185. final def isFocusTraversalPolicyProvider(): Boolean

    Permalink
    Definition Classes
    Container
  186. def isFocusTraversalPolicySet(): Boolean

    Permalink
    Definition Classes
    Container
  187. def isFocusable(): Boolean

    Permalink
    Definition Classes
    Component
  188. def isFontSet(): Boolean

    Permalink
    Definition Classes
    Component
  189. def isForegroundSet(): Boolean

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

    Permalink

    Test whether the dynamic type of the receiver object is T0.

    Test whether the dynamic type of the receiver object is T0.

    Note that the result of the test is modulo Scala's erasure semantics. Therefore the expression 1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the specified type.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    Definition Classes
    Any
  191. def isLightweight(): Boolean

    Permalink
    Definition Classes
    Component
  192. def isMaximumSizeSet(): Boolean

    Permalink
    Definition Classes
    Component
  193. def isMinimumSizeSet(): Boolean

    Permalink
    Definition Classes
    Component
  194. def isOpaque(): Boolean

    Permalink
    Definition Classes
    JComponent → Component
  195. def isOptimizedDrawingEnabled(): Boolean

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  196. final def isPaintingForPrint(): Boolean

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  197. def isPaintingOrigin(): Boolean

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  198. def isPaintingTile(): Boolean

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  199. def isPreferredSizeSet(): Boolean

    Permalink
    Definition Classes
    Component
  200. def isRequestFocusEnabled(): Boolean

    Permalink
    Definition Classes
    JComponent
  201. def isSelected(): Boolean

    Permalink
    Definition Classes
    JMenuBar
    Annotations
    @BeanProperty()
  202. def isShowing(): Boolean

    Permalink
    Definition Classes
    Component
  203. def isValid(): Boolean

    Permalink
    Definition Classes
    Component
  204. def isValidateRoot(): Boolean

    Permalink
    Definition Classes
    JComponent → Container
  205. def isVisible(): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Transient()
  206. val jmFile: JMenu

    Permalink
  207. val jmView: JMenu

    Permalink
  208. val jmiCancel: JMenuItem

    Permalink
  209. val jmiCollapse: JMenuItem

    Permalink
  210. val jmiExit: JMenuItem

    Permalink
  211. val jmiExpand: JMenuItem

    Permalink
  212. def list(arg0: PrintWriter, arg1: Int): Unit

    Permalink
    Definition Classes
    Container → Component
  213. def list(arg0: PrintStream, arg1: Int): Unit

    Permalink
    Definition Classes
    Container → Component
  214. def list(arg0: PrintWriter): Unit

    Permalink
    Definition Classes
    Component
  215. def list(arg0: PrintStream): Unit

    Permalink
    Definition Classes
    Component
  216. def list(): Unit

    Permalink
    Definition Classes
    Component
  217. val menuKey: Int

    Permalink
  218. def menuSelectionChanged(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JMenuBar → MenuElement
  219. final def ne(arg0: AnyRef): Boolean

    Permalink

    Equivalent to !(this eq that).

    Equivalent to !(this eq that).

    returns

    true if the argument is not a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  220. final def notify(): Unit

    Permalink

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
    Note

    not specified by SLS as a member of AnyRef

  221. final def notifyAll(): Unit

    Permalink

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
    Note

    not specified by SLS as a member of AnyRef

  222. def paint(arg0: Graphics): Unit

    Permalink
    Definition Classes
    JComponent → Container → Component
  223. def paintAll(arg0: Graphics): Unit

    Permalink
    Definition Classes
    Component
  224. def paintBorder(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JMenuBar → JComponent
  225. def paintChildren(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  226. def paintComponent(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  227. def paintComponents(arg0: Graphics): Unit

    Permalink
    Definition Classes
    Container
  228. def paintImmediately(arg0: Rectangle): Unit

    Permalink
    Definition Classes
    JComponent
  229. def paintImmediately(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    JComponent
  230. def paramString(): String

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JMenuBar → JComponent → Container → Component
  231. def prepareImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Boolean

    Permalink
    Definition Classes
    Component
  232. def prepareImage(arg0: Image, arg1: ImageObserver): Boolean

    Permalink
    Definition Classes
    Component
  233. def print(arg0: Graphics): Unit

    Permalink
    Definition Classes
    JComponent → Container → Component
  234. def printAll(arg0: Graphics): Unit

    Permalink
    Definition Classes
    JComponent → Component
  235. def printBorder(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  236. def printChildren(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  237. def printComponent(arg0: Graphics): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  238. def printComponents(arg0: Graphics): Unit

    Permalink
    Definition Classes
    Container
  239. def processComponentEvent(arg0: ComponentEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  240. def processComponentKeyEvent(arg0: KeyEvent): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  241. def processContainerEvent(arg0: ContainerEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Container
  242. def processEvent(arg0: AWTEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Container → Component
  243. def processFocusEvent(arg0: FocusEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  244. def processHierarchyBoundsEvent(arg0: HierarchyEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  245. def processHierarchyEvent(arg0: HierarchyEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  246. def processInputMethodEvent(arg0: InputMethodEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  247. def processKeyBinding(arg0: KeyStroke, arg1: KeyEvent, arg2: Int, arg3: Boolean): Boolean

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JMenuBar → JComponent
  248. def processKeyEvent(arg0: KeyEvent, arg1: Array[MenuElement], arg2: MenuSelectionManager): Unit

    Permalink
    Definition Classes
    JMenuBar → MenuElement
  249. def processKeyEvent(arg0: KeyEvent): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent → Component
  250. def processMouseEvent(arg0: MouseEvent, arg1: Array[MenuElement], arg2: MenuSelectionManager): Unit

    Permalink
    Definition Classes
    JMenuBar → MenuElement
  251. def processMouseEvent(arg0: MouseEvent): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent → Component
  252. def processMouseMotionEvent(arg0: MouseEvent): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent → Component
  253. def processMouseWheelEvent(arg0: MouseWheelEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  254. final def putClientProperty(arg0: Any, arg1: Any): Unit

    Permalink
    Definition Classes
    JComponent
  255. def registerKeyboardAction(arg0: ActionListener, arg1: KeyStroke, arg2: Int): Unit

    Permalink
    Definition Classes
    JComponent
  256. def registerKeyboardAction(arg0: ActionListener, arg1: String, arg2: KeyStroke, arg3: Int): Unit

    Permalink
    Definition Classes
    JComponent
  257. def remove(arg0: Component): Unit

    Permalink
    Definition Classes
    Container
  258. def remove(arg0: Int): Unit

    Permalink
    Definition Classes
    Container
  259. def remove(arg0: MenuComponent): Unit

    Permalink
    Definition Classes
    Component → MenuContainer
  260. def removeAll(): Unit

    Permalink
    Definition Classes
    Container
  261. def removeAncestorListener(arg0: AncestorListener): Unit

    Permalink
    Definition Classes
    JComponent
  262. def removeComponentListener(arg0: ComponentListener): Unit

    Permalink
    Definition Classes
    Component
  263. def removeContainerListener(arg0: ContainerListener): Unit

    Permalink
    Definition Classes
    Container
  264. def removeFocusListener(arg0: FocusListener): Unit

    Permalink
    Definition Classes
    Component
  265. def removeHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

    Permalink
    Definition Classes
    Component
  266. def removeHierarchyListener(arg0: HierarchyListener): Unit

    Permalink
    Definition Classes
    Component
  267. def removeInputMethodListener(arg0: InputMethodListener): Unit

    Permalink
    Definition Classes
    Component
  268. def removeKeyListener(arg0: KeyListener): Unit

    Permalink
    Definition Classes
    Component
  269. def removeMouseListener(arg0: MouseListener): Unit

    Permalink
    Definition Classes
    Component
  270. def removeMouseMotionListener(arg0: MouseMotionListener): Unit

    Permalink
    Definition Classes
    Component
  271. def removeMouseWheelListener(arg0: MouseWheelListener): Unit

    Permalink
    Definition Classes
    Component
  272. def removeNotify(): Unit

    Permalink
    Definition Classes
    JMenuBar → JComponent → Container → Component
  273. def removePropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Component
  274. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Component
  275. def removeVetoableChangeListener(arg0: VetoableChangeListener): Unit

    Permalink
    Definition Classes
    JComponent
  276. def repaint(arg0: Rectangle): Unit

    Permalink
    Definition Classes
    JComponent
  277. def repaint(arg0: Long, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Permalink
    Definition Classes
    JComponent → Component
  278. def repaint(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    Component
  279. def repaint(arg0: Long): Unit

    Permalink
    Definition Classes
    Component
  280. def repaint(): Unit

    Permalink
    Definition Classes
    Component
  281. def requestFocus(arg0: Boolean): Boolean

    Permalink
    Definition Classes
    JComponent → Component
  282. def requestFocus(): Unit

    Permalink
    Definition Classes
    JComponent → Component
  283. def requestFocus(arg0: Boolean, arg1: Cause): Boolean

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  284. def requestFocus(arg0: Cause): Unit

    Permalink
    Definition Classes
    Component
  285. def requestFocusInWindow(arg0: Boolean): Boolean

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent → Component
  286. def requestFocusInWindow(): Boolean

    Permalink
    Definition Classes
    JComponent → Component
  287. def requestFocusInWindow(arg0: Cause): Boolean

    Permalink
    Definition Classes
    Component
  288. def resetKeyboardActions(): Unit

    Permalink
    Definition Classes
    JComponent
  289. def revalidate(): Unit

    Permalink
    Definition Classes
    JComponent → Component
  290. def scrollRectToVisible(arg0: Rectangle): Unit

    Permalink
    Definition Classes
    JComponent
  291. final def setActionMap(arg0: ActionMap): Unit

    Permalink
    Definition Classes
    JComponent
  292. def setAlignmentX(arg0: Float): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  293. def setAlignmentY(arg0: Float): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  294. def setAutoscrolls(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  295. def setBackground(arg0: Color): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  296. def setBorder(arg0: Border): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  297. def setBorderPainted(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JMenuBar
    Annotations
    @BeanProperty()
  298. def setBounds(arg0: Rectangle): Unit

    Permalink
    Definition Classes
    Component
  299. def setBounds(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    Component
  300. def setComponentOrientation(arg0: ComponentOrientation): Unit

    Permalink
    Definition Classes
    Component
  301. def setComponentPopupMenu(arg0: JPopupMenu): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  302. def setComponentZOrder(arg0: Component, arg1: Int): Unit

    Permalink
    Definition Classes
    Container
  303. def setCursor(arg0: Cursor): Unit

    Permalink
    Definition Classes
    Component
  304. def setDebugGraphicsOptions(arg0: Int): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  305. def setDoubleBuffered(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
  306. def setDropTarget(arg0: DropTarget): Unit

    Permalink
    Definition Classes
    Component
  307. def setEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  308. def setFocusCycleRoot(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Container
  309. def setFocusTraversalKeys(arg0: Int, arg1: Set[_ <: AWTKeyStroke]): Unit

    Permalink
    Definition Classes
    JComponent → Container → Component
  310. def setFocusTraversalKeysEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  311. def setFocusTraversalPolicy(arg0: FocusTraversalPolicy): Unit

    Permalink
    Definition Classes
    Container
  312. final def setFocusTraversalPolicyProvider(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Container
  313. def setFocusable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  314. def setFont(arg0: Font): Unit

    Permalink
    Definition Classes
    JComponent → Container → Component
    Annotations
    @BeanProperty()
  315. def setForeground(arg0: Color): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  316. def setHelpMenu(arg0: JMenu): Unit

    Permalink
    Definition Classes
    JMenuBar
  317. def setIgnoreRepaint(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  318. def setInheritsPopupMenu(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  319. final def setInputMap(arg0: Int, arg1: InputMap): Unit

    Permalink
    Definition Classes
    JComponent
  320. def setInputVerifier(arg0: InputVerifier): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  321. def setLayout(arg0: LayoutManager): Unit

    Permalink
    Definition Classes
    Container
  322. def setLocale(arg0: Locale): Unit

    Permalink
    Definition Classes
    Component
  323. def setLocation(arg0: Point): Unit

    Permalink
    Definition Classes
    Component
  324. def setLocation(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
  325. def setMargin(arg0: Insets): Unit

    Permalink
    Definition Classes
    JMenuBar
    Annotations
    @BeanProperty()
  326. def setMaximumSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  327. def setMinimumSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  328. def setMixingCutoutShape(arg0: Shape): Unit

    Permalink
    Definition Classes
    Component
  329. def setName(arg0: String): Unit

    Permalink
    Definition Classes
    Component
  330. def setOpaque(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  331. def setPreferredSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  332. def setRequestFocusEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
  333. def setSelected(arg0: Component): Unit

    Permalink
    Definition Classes
    JMenuBar
  334. def setSelectionModel(arg0: SingleSelectionModel): Unit

    Permalink
    Definition Classes
    JMenuBar
    Annotations
    @BeanProperty()
  335. def setSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    Component
  336. def setSize(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
  337. def setToolTipText(arg0: String): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  338. def setTransferHandler(arg0: TransferHandler): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  339. def setUI(arg0: MenuBarUI): Unit

    Permalink
    Definition Classes
    JMenuBar
    Annotations
    @BeanProperty()
  340. def setUI(arg0: ComponentUI): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  341. def setVerifyInputWhenFocusTarget(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty()
  342. def setVisible(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @BeanProperty()
  343. val shiftKey: Int

    Permalink
  344. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    Definition Classes
    Component → AnyRef → Any
  346. def transferFocus(): Unit

    Permalink
    Definition Classes
    Component
  347. def transferFocusBackward(): Unit

    Permalink
    Definition Classes
    Component
  348. def transferFocusDownCycle(): Unit

    Permalink
    Definition Classes
    Container
  349. def transferFocusUpCycle(): Unit

    Permalink
    Definition Classes
    Component
  350. def unregisterKeyboardAction(arg0: KeyStroke): Unit

    Permalink
    Definition Classes
    JComponent
  351. def update(arg0: Graphics): Unit

    Permalink
    Definition Classes
    JComponent → Container → Component
  352. def updateUI(): Unit

    Permalink
    Definition Classes
    JMenuBar → JComponent
  353. def validate(): Unit

    Permalink
    Definition Classes
    Container → Component
  354. def validateTree(): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Container
  355. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  357. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  358. def [B](y: B): (ASTMenuBar, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to ArrowAssoc[ASTMenuBar] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def action(arg0: Event, arg1: Any): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def bounds(): Rectangle

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def countComponents(): Int

    Permalink
    Definition Classes
    Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def deliverEvent(arg0: Event): Unit

    Permalink
    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def disable(): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def enable(): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def enable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def finalize(): Unit

    Permalink

    Called by the garbage collector on the receiver object when there are no more references to the object.

    Called by the garbage collector on the receiver object when there are no more references to the object.

    The details of when and if the finalize method is invoked, as well as the interaction between finalize and non-local returns and exceptions, are all platform dependent.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

    Note

    not specified by SLS as a member of AnyRef

  9. def getComponentAtIndex(arg0: Int): Component

    Permalink
    Definition Classes
    JMenuBar
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def getNextFocusableComponent(): Component

    Permalink
    Definition Classes
    JComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def gotFocus(arg0: Event, arg1: Any): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def handleEvent(arg0: Event): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def hide(): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def insets(): Insets

    Permalink
    Definition Classes
    Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def inside(arg0: Int, arg1: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def isFocusTraversable(): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def isManagingFocus(): Boolean

    Permalink
    Definition Classes
    JComponent
    Annotations
    @BeanProperty() @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  18. def keyDown(arg0: Event, arg1: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  19. def keyUp(arg0: Event, arg1: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  20. def layout(): Unit

    Permalink
    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  21. def locate(arg0: Int, arg1: Int): Component

    Permalink
    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  22. def location(): Point

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  23. def lostFocus(arg0: Event, arg1: Any): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  24. def minimumSize(): Dimension

    Permalink
    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  25. def mouseDown(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  26. def mouseDrag(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  27. def mouseEnter(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  28. def mouseExit(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  29. def mouseMove(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  30. def mouseUp(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  31. def move(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  32. def nextFocus(): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  33. def postEvent(arg0: Event): Boolean

    Permalink
    Definition Classes
    Component → MenuContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  34. def preferredSize(): Dimension

    Permalink
    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  35. def requestDefaultFocus(): Boolean

    Permalink
    Definition Classes
    JComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  36. def reshape(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    JComponent → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  37. def resize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  38. def resize(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  39. def setNextFocusableComponent(arg0: Component): Unit

    Permalink
    Definition Classes
    JComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  40. def show(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  41. def show(): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  42. def size(): Dimension

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from JMenuBar

Inherited from MenuElement

Inherited from Accessible

Inherited from JComponent

Inherited from HasGetTransferHandler

Inherited from Container

Inherited from Component

Inherited from java.io.Serializable

Inherited from MenuContainer

Inherited from ImageObserver

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ASTMenuBar to any2stringadd[ASTMenuBar]

Inherited by implicit conversion StringFormat from ASTMenuBar to StringFormat[ASTMenuBar]

Inherited by implicit conversion Ensuring from ASTMenuBar to Ensuring[ASTMenuBar]

Inherited by implicit conversion ArrowAssoc from ASTMenuBar to ArrowAssoc[ASTMenuBar]

Ungrouped