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
Type Hierarchy
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
  8. final class NativeInLightFixer extends ComponentListener with ContainerListener

    Permalink
    Attributes
    private[java.awt]
    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
    @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 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
    @throws( classOf[java.lang.Throwable] )
    Note

    not specified by SLS as a member of AnyRef

  57. def findComponentAt(arg0: Point): Component

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
    Annotations
    @throws( ... )
  69. 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()
  70. def getAccessibleContext(): AccessibleContext

    Permalink
    Definition Classes
    JMenuBar → Accessible → JComponent → Component
  71. def getActionForKeyStroke(arg0: KeyStroke): ActionListener

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

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

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

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

    Permalink
    Definition Classes
    JComponent
  76. def getAutoscrolls(): Boolean

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

    Permalink
    Definition Classes
    Component
  78. def getBaseline(arg0: Int, arg1: Int): Int

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

    Permalink
    Definition Classes
    JComponent → Component
  80. def getBorder(): Border

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

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

    Permalink
    Definition Classes
    Component
  83. 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
    Note

    not specified by SLS as a member of AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component → MenuContainer
  109. def getFontMetrics(arg0: Font): FontMetrics

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

    Permalink
    Definition Classes
    Component
  111. def getGraphics(): Graphics

    Permalink
    Definition Classes
    JComponent → Component
  112. def getGraphicsConfiguration(): GraphicsConfiguration

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

    Permalink
    Definition Classes
    JComponent → Component
  114. def getHelpMenu(): JMenu

    Permalink
    Definition Classes
    JMenuBar
  115. def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JComponent → Container
  127. def getKeyListeners(): Array[KeyListener]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JComponent → Container → Component
  136. def getMenu(arg0: Int): JMenu

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

    Permalink
    Definition Classes
    JMenuBar
  138. def getMinimumSize(): Dimension

    Permalink
    Definition Classes
    JComponent → Container → Component
  139. def getMouseListeners(): Array[MouseListener]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JComponent → Container → Component
  148. def getPropertyChangeListeners(arg0: String): Array[PropertyChangeListener]

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

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

    Permalink
    Definition Classes
    JComponent
  151. def getRootPane(): JRootPane

    Permalink
    Definition Classes
    JComponent
  152. def getSelectionModel(): SingleSelectionModel

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

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

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

    Permalink
    Definition Classes
    JMenuBar → MenuElement
  156. def getToolTipLocation(arg0: MouseEvent): Point

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

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

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

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

    Permalink
    Definition Classes
    JComponent
  161. def getTransferHandler(): TransferHandler

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

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

    Permalink
    Definition Classes
    JMenuBar
  164. def getUIClassID(): String

    Permalink
    Definition Classes
    JMenuBar → JComponent
  165. def getVerifyInputWhenFocusTarget(): Boolean

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

    Permalink
    Definition Classes
    JComponent
  167. def getVisibleRect(): Rectangle

    Permalink
    Definition Classes
    JComponent
  168. def getWidth(): Int

    Permalink
    Definition Classes
    JComponent → Component
  169. def getX(): Int

    Permalink
    Definition Classes
    JComponent → Component
  170. def getY(): Int

    Permalink
    Definition Classes
    JComponent → Component
  171. def grabFocus(): Unit

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

    Permalink
    Definition Classes
    Component
  173. 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
  174. def imageUpdate(arg0: Image, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  191. 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
  192. def isLightweight(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    JComponent
  197. final def isPaintingForPrint(): Boolean

    Permalink
    Definition Classes
    JComponent
  198. def isPaintingTile(): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  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
    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
    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 requestFocusInWindow(arg0: Boolean): Boolean

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

    Permalink
    Definition Classes
    JComponent → Component
  285. def resetKeyboardActions(): Unit

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

    Permalink
    Definition Classes
    JComponent
  287. def scrollRectToVisible(arg0: Rectangle): Unit

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

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

    Permalink
    Definition Classes
    JComponent
  290. def setAlignmentY(arg0: Float): Unit

    Permalink
    Definition Classes
    JComponent
  291. def setAutoscrolls(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
  292. def setBackground(arg0: Color): Unit

    Permalink
    Definition Classes
    JComponent → Component
  293. def setBorder(arg0: Border): Unit

    Permalink
    Definition Classes
    JComponent
  294. def setBorderPainted(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JMenuBar
  295. def setBounds(arg0: Rectangle): Unit

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

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

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

    Permalink
    Definition Classes
    JComponent
  299. def setComponentZOrder(arg0: Component, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    JComponent
  302. def setDoubleBuffered(arg0: Boolean): Unit

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

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

    Permalink
    Definition Classes
    JComponent → Component
  305. def setFocusCycleRoot(arg0: Boolean): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    JComponent → Container → Component
  312. def setForeground(arg0: Color): Unit

    Permalink
    Definition Classes
    JComponent → Component
  313. def setHelpMenu(arg0: JMenu): Unit

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

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

    Permalink
    Definition Classes
    JComponent
  316. final def setInputMap(arg0: Int, arg1: InputMap): Unit

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

    Permalink
    Definition Classes
    JComponent
  318. def setLayout(arg0: LayoutManager): Unit

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

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

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

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

    Permalink
    Definition Classes
    JMenuBar
  323. def setMaximumSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    JComponent → Component
  324. def setMinimumSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    JComponent → Component
  325. def setName(arg0: String): Unit

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

    Permalink
    Definition Classes
    JComponent
  327. def setPreferredSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    JComponent → Component
  328. def setRequestFocusEnabled(arg0: Boolean): Unit

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

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

    Permalink
    Definition Classes
    JMenuBar
  331. def setSize(arg0: Dimension): Unit

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

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

    Permalink
    Definition Classes
    JComponent
  334. def setTransferHandler(arg0: TransferHandler): Unit

    Permalink
    Definition Classes
    JComponent
  335. def setUI(arg0: MenuBarUI): Unit

    Permalink
    Definition Classes
    JMenuBar
  336. def setUI(arg0: ComponentUI): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    JComponent
  337. def setVerifyInputWhenFocusTarget(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent
  338. def setVisible(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JComponent → Component
  339. val shiftKey: Int

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

    Permalink
    Definition Classes
    AnyRef
  341. 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
  342. def transferFocus(): Unit

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

    Permalink
    Definition Classes
    Container → Component
  344. def transferFocusDownCycle(): Unit

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Container
  351. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  354. 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 getComponentAtIndex(arg0: Int): Component

    Permalink
    Definition Classes
    JMenuBar
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def getNextFocusableComponent(): Component

    Permalink
    Definition Classes
    JComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def getPeer(): ComponentPeer

    Permalink
    Definition Classes
    Component
    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
    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
    @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