scala.tools.nsc.ast.TreeBrowsers.BrowserFrame

ASTMenuBar

class ASTMenuBar extends JMenuBar

Linear Supertypes
JMenuBar, MenuElement, Accessible, JComponent, HasGetTransferHandler, Container, Component, java.io.Serializable, MenuContainer, ImageObserver, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
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 any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ASTMenuBar()

Type Members

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

    Attributes
    protected
    Definition Classes
    Component
  2. class AccessibleAWTContainer extends AccessibleAWTComponent

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

    Definition Classes
    JComponent
  4. class AccessibleJMenuBar extends AccessibleJComponent with AccessibleSelection

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

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

    Attributes
    protected
    Definition Classes
    Component
  7. class FlipBufferStrategy extends BufferStrategy

    Attributes
    protected
    Definition Classes
    Component
  8. final class NativeInLightFixer extends ComponentListener with ContainerListener

    Attributes
    private[java.awt]
    Definition Classes
    Component

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def add(arg0: JMenu): JMenu

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

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

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

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

    Definition Classes
    Container
  13. def add(arg0: Component): Component

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Component
  27. def addNotify(): Unit

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

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

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

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

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

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

    Definition Classes
    Any
  34. def checkImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Int

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

    Definition Classes
    Component
  36. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def closeWindow(): Unit

  38. def coalesceEvents(arg0: AWTEvent, arg1: AWTEvent): AWTEvent

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

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

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

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

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

    Definition Classes
    Component
  44. def createToolTip(): JToolTip

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

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

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

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

    Definition Classes
    Component
  49. def doLayout(): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  58. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  59. def findComponentAt(arg0: Point): Component

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    JComponent
  74. final def getActionMap(): ActionMap

    Definition Classes
    JComponent
  75. def getAlignmentX(): Float

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

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

    Definition Classes
    JComponent
  78. def getAutoscrolls(): Boolean

    Definition Classes
    JComponent
  79. def getBackground(): Color

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

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

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

    Definition Classes
    JComponent
  83. def getBounds(arg0: Rectangle): Rectangle

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

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

    Definition Classes
    AnyRef → Any
  86. final def getClientProperty(arg0: Any): AnyRef

    Definition Classes
    JComponent
  87. def getColorModel(): ColorModel

    Definition Classes
    Component
  88. def getComponent(): Component

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

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

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

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

    Definition Classes
    Container
  93. def getComponentGraphics(arg0: Graphics): Graphics

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

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

    Definition Classes
    Component
  96. def getComponentOrientation(): ComponentOrientation

    Definition Classes
    Component
  97. def getComponentPopupMenu(): JPopupMenu

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

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

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

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

    Definition Classes
    Container
  102. def getCursor(): Cursor

    Definition Classes
    Component
  103. def getDebugGraphicsOptions(): Int

    Definition Classes
    JComponent
  104. def getDropTarget(): DropTarget

    Definition Classes
    Component
  105. def getFocusCycleRootAncestor(): Container

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

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

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

    Definition Classes
    Component
  109. def getFocusTraversalPolicy(): FocusTraversalPolicy

    Definition Classes
    Container
  110. def getFont(): Font

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

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

    Definition Classes
    Component
  113. def getGraphics(): Graphics

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

    Definition Classes
    Component
  115. def getHeight(): Int

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

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

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

    Definition Classes
    Component
  119. def getIgnoreRepaint(): Boolean

    Definition Classes
    Component
  120. def getInheritsPopupMenu(): Boolean

    Definition Classes
    JComponent
  121. def getInputContext(): InputContext

    Definition Classes
    Component
  122. final def getInputMap(): InputMap

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

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

    Definition Classes
    Component
  125. def getInputMethodRequests(): InputMethodRequests

    Definition Classes
    Component
  126. def getInputVerifier(): InputVerifier

    Definition Classes
    JComponent
  127. def getInsets(arg0: Insets): Insets

    Definition Classes
    JComponent
  128. def getInsets(): Insets

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

    Definition Classes
    Component
  130. def getLayout(): LayoutManager

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

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

    Definition Classes
    Component
  133. def getLocation(arg0: Point): Point

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

    Definition Classes
    Component
  135. def getLocationOnScreen(): Point

    Definition Classes
    Component
  136. def getMargin(): Insets

    Definition Classes
    JMenuBar
  137. def getMaximumSize(): Dimension

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

    Definition Classes
    JMenuBar
  139. def getMenuCount(): Int

    Definition Classes
    JMenuBar
  140. def getMinimumSize(): Dimension

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

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

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

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

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

    Definition Classes
    Component
  146. def getName(): String

    Definition Classes
    Component
  147. def getParent(): Container

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

    Definition Classes
    JComponent
  149. def getPreferredSize(): Dimension

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

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

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

    Definition Classes
    JComponent
  153. def getRootPane(): JRootPane

    Definition Classes
    JComponent
  154. def getSelectionModel(): SingleSelectionModel

    Definition Classes
    JMenuBar
  155. def getSize(arg0: Dimension): Dimension

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

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

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

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

    Definition Classes
    JComponent
  160. def getToolTipText(): String

    Definition Classes
    JComponent
  161. def getToolkit(): Toolkit

    Definition Classes
    Component
  162. def getTopLevelAncestor(): Container

    Definition Classes
    JComponent
  163. def getTransferHandler(): TransferHandler

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

    Definition Classes
    Component
  165. def getUI(): MenuBarUI

    Definition Classes
    JMenuBar
  166. def getUIClassID(): String

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

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

    Definition Classes
    JComponent
  169. def getVisibleRect(): Rectangle

    Definition Classes
    JComponent
  170. def getWidth(): Int

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

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

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

    Definition Classes
    JComponent
  174. def hasFocus(): Boolean

    Definition Classes
    Component
  175. def hashCode(): Int

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

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

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

    Definition Classes
    Container
  179. def isBackgroundSet(): Boolean

    Definition Classes
    Component
  180. def isBorderPainted(): Boolean

    Definition Classes
    JMenuBar
  181. def isCursorSet(): Boolean

    Definition Classes
    Component
  182. def isDisplayable(): Boolean

    Definition Classes
    Component
  183. def isDoubleBuffered(): Boolean

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

    Definition Classes
    Component
  185. def isFocusCycleRoot(): Boolean

    Definition Classes
    Container
  186. def isFocusCycleRoot(arg0: Container): Boolean

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

    Definition Classes
    Component
  188. final def isFocusTraversalPolicyProvider(): Boolean

    Definition Classes
    Container
  189. def isFocusTraversalPolicySet(): Boolean

    Definition Classes
    Container
  190. def isFocusable(): Boolean

    Definition Classes
    Component
  191. def isFontSet(): Boolean

    Definition Classes
    Component
  192. def isForegroundSet(): Boolean

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

    Definition Classes
    Any
  194. def isLightweight(): Boolean

    Definition Classes
    Component
  195. def isMaximumSizeSet(): Boolean

    Definition Classes
    Component
  196. def isMinimumSizeSet(): Boolean

    Definition Classes
    Component
  197. def isOpaque(): Boolean

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

    Definition Classes
    JComponent
  199. final def isPaintingForPrint(): Boolean

    Definition Classes
    JComponent
  200. def isPaintingTile(): Boolean

    Definition Classes
    JComponent
  201. def isPreferredSizeSet(): Boolean

    Definition Classes
    Component
  202. def isRequestFocusEnabled(): Boolean

    Definition Classes
    JComponent
  203. def isSelected(): Boolean

    Definition Classes
    JMenuBar
  204. def isShowing(): Boolean

    Definition Classes
    Component
  205. def isValid(): Boolean

    Definition Classes
    Component
  206. def isValidateRoot(): Boolean

    Definition Classes
    JComponent
  207. def isVisible(): Boolean

    Definition Classes
    Component
  208. val jmFile: JMenu

  209. val jmView: JMenu

  210. val jmiCancel: JMenuItem

  211. val jmiCollapse: JMenuItem

  212. val jmiExit: JMenuItem

  213. val jmiExpand: JMenuItem

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

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

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

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

    Definition Classes
    Component
  218. def list(): Unit

    Definition Classes
    Component
  219. val menuKey: Int

  220. def menuSelectionChanged(arg0: Boolean): Unit

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

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

    Definition Classes
    AnyRef
  223. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  224. def paint(arg0: Graphics): Unit

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

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

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

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

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

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

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

    Definition Classes
    JComponent
  232. def paramString(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Component
  274. def removeNotify(): Unit

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

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

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

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

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

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

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

    Definition Classes
    Component
  282. def repaint(): Unit

    Definition Classes
    Component
  283. def requestFocus(arg0: Boolean): Boolean

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

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

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

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

    Definition Classes
    JComponent
  288. def revalidate(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    JComponent → Component
  341. val shiftKey: Int

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

    Definition Classes
    AnyRef
  343. def toString(): String

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

    Definition Classes
    Component
  345. def transferFocusBackward(): Unit

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

    Definition Classes
    Container
  347. def transferFocusUpCycle(): Unit

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

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

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

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

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

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

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

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

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

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (aSTMenuBar: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (aSTMenuBar: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def bounds(): Rectangle

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def countComponents(): Int

    Definition Classes
    Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def deliverEvent(arg0: Event): Unit

    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def disable(): Unit

    Definition Classes
    JComponent → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def enable(): Unit

    Definition Classes
    JComponent → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def enable(arg0: Boolean): Unit

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def getComponentAtIndex(arg0: Int): Component

    Definition Classes
    JMenuBar
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def getNextFocusableComponent(): Component

    Definition Classes
    JComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def getPeer(): ComponentPeer

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def handleEvent(arg0: Event): Boolean

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def hide(): Unit

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def insets(): Insets

    Definition Classes
    Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def isFocusTraversable(): Boolean

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def isManagingFocus(): Boolean

    Definition Classes
    JComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  20. def layout(): Unit

    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  22. def location(): Point

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  24. def minimumSize(): Dimension

    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

    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

    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

    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

    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

    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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  32. def nextFocus(): Unit

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  33. def postEvent(arg0: Event): Boolean

    Definition Classes
    Component → MenuContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  34. def preferredSize(): Dimension

    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  35. def requestDefaultFocus(): Boolean

    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

    Definition Classes
    JComponent → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  37. def resize(arg0: Dimension): Unit

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  39. def setNextFocusableComponent(arg0: Component): Unit

    Definition Classes
    JComponent
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  40. def show(arg0: Boolean): Unit

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  41. def show(): Unit

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  42. def size(): Dimension

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  43. def x: ASTMenuBar

    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to ArrowAssoc[ASTMenuBar] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (aSTMenuBar: ArrowAssoc[ASTMenuBar]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  44. def x: ASTMenuBar

    Implicit information
    This member is added by an implicit conversion from ASTMenuBar to Ensuring[ASTMenuBar] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (aSTMenuBar: Ensuring[ASTMenuBar]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

Inherited by implicit conversion any2stringfmt from ASTMenuBar to StringFormat

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

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

Ungrouped