scala.swing.Frame

SuperMixin

trait SuperMixin extends JFrame

Attributes
protected
Source
RichWindow.scala
Linear Supertypes
JFrame, HasGetTransferHandler, RootPaneContainer, WindowConstants, Frame, Window, Accessible, Container, Component, Serializable, MenuContainer, ImageObserver, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SuperMixin
  2. JFrame
  3. HasGetTransferHandler
  4. RootPaneContainer
  5. WindowConstants
  6. Frame
  7. Window
  8. Accessible
  9. Container
  10. Component
  11. Serializable
  12. MenuContainer
  13. ImageObserver
  14. AnyRef
  15. Any
Visibility
  1. Public
  2. All

Value Members

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

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

    Test two objects for inequality.

    Test two objects for inequality.

    returns

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

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

    Equivalent to x.hashCode except for boxed numeric types.

    Equivalent to x.hashCode except for boxed numeric types. 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.

    returns

    a hash value consistent with ==

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

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

    Test two objects for equality.

    Test two objects for equality.

    returns

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

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

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

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

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

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

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

    Definition Classes
    Component
  12. def addComponentListener(arg0: ComponentListener): Unit

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

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

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

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

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

    Attributes
    protected[swing]
    Definition Classes
    JFrame → Container
  18. def addInputMethodListener(arg0: InputMethodListener): Unit

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

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

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

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

    Definition Classes
    Component
  23. def addNotify(): Unit

    Definition Classes
    Frame → Window → Container → Component
  24. def addPropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

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

    Definition Classes
    Window → Container → Component
  26. def addWindowFocusListener(arg0: WindowFocusListener): Unit

    Definition Classes
    Window
  27. def addWindowListener(arg0: WindowListener): Unit

    Definition Classes
    Window
  28. def addWindowStateListener(arg0: WindowStateListener): Unit

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

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

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

    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

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

    Definition Classes
    Component
  34. def clone(): AnyRef

    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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
    Note

    not specified by SLS as a member of AnyRef

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

    Attributes
    protected[awt]
    Definition Classes
    Component
  36. def contains(arg0: Point): Boolean

    Definition Classes
    Component
  37. def contains(arg0: Int, arg1: Int): Boolean

    Definition Classes
    Component
  38. def createBufferStrategy(arg0: Int, arg1: BufferCapabilities): Unit

    Definition Classes
    Window → Component
    Annotations
    @throws()
  39. def createBufferStrategy(arg0: Int): Unit

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

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

    Definition Classes
    Component
  42. def createRootPane(): JRootPane

    Attributes
    protected[swing]
    Definition Classes
    JFrame
  43. def createVolatileImage(arg0: Int, arg1: Int, arg2: ImageCapabilities): VolatileImage

    Definition Classes
    Component
    Annotations
    @throws()
  44. def createVolatileImage(arg0: Int, arg1: Int): VolatileImage

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

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

    Definition Classes
    Component
  47. def dispose(): Unit

    Definition Classes
    Window
  48. def doLayout(): Unit

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

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

    Definition Classes
    Component
  51. final def eq(arg0: AnyRef): Boolean

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

    Tests whether the argument (arg0) 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
  52. def equals(arg0: Any): Boolean

    The equality method for reference types.

    The equality method for reference types. See equals in Any.

    returns

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

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

    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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
    Note

    not specified by SLS as a member of AnyRef

  54. def findComponentAt(arg0: Point): Component

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

    Definition Classes
    Container
  56. def firePropertyChange(arg0: String, arg1: Double, arg2: Double): Unit

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

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

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

    Definition Classes
    Component
  60. def firePropertyChange(arg0: String, arg1: Char, arg2: Char): Unit

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

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

    Attributes
    protected[awt]
    Definition Classes
    Component
  63. def firePropertyChange(arg0: String, arg1: Boolean, arg2: Boolean): Unit

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

    Attributes
    protected[awt]
    Definition Classes
    Component
  65. def frameInit(): Unit

    Attributes
    protected[swing]
    Definition Classes
    JFrame
  66. def getAccessibleContext(): AccessibleContext

    Definition Classes
    JFrame → Frame → Window → Accessible → Component
  67. def getAlignmentX(): Float

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

    Definition Classes
    Container → Component
  69. def getBackground(): Color

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

    Definition Classes
    Component
  71. def getBaselineResizeBehavior(): BaselineResizeBehavior

    Definition Classes
    Component
  72. def getBounds(arg0: Rectangle): Rectangle

    Definition Classes
    Component
  73. def getBounds(): Rectangle

    Definition Classes
    Component
  74. def getBufferStrategy(): BufferStrategy

    Definition Classes
    Window → Component
  75. final def getClass(): java.lang.Class[_]

    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

  76. def getColorModel(): ColorModel

    Definition Classes
    Component
  77. def getComponent(arg0: Int): Component

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

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

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

    Definition Classes
    Container
  81. def getComponentListeners(): Array[ComponentListener]

    Definition Classes
    Component
  82. def getComponentOrientation(): ComponentOrientation

    Definition Classes
    Component
  83. def getComponentZOrder(arg0: Component): Int

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

    Definition Classes
    Container
  85. def getContainerListeners(): Array[ContainerListener]

    Definition Classes
    Container
  86. def getContentPane(): Container

    Definition Classes
    JFrame → RootPaneContainer
  87. def getCursor(): Cursor

    Definition Classes
    Component
  88. def getDefaultCloseOperation(): Int

    Definition Classes
    JFrame
  89. def getDropTarget(): DropTarget

    Definition Classes
    Component
  90. def getExtendedState(): Int

    Definition Classes
    Frame
  91. final def getFocusCycleRootAncestor(): Container

    Definition Classes
    Window → Component
  92. def getFocusListeners(): Array[FocusListener]

    Definition Classes
    Component
  93. def getFocusOwner(): Component

    Definition Classes
    Window
  94. def getFocusTraversalKeys(arg0: Int): Set[AWTKeyStroke]

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

    Definition Classes
    Component
  96. def getFocusTraversalPolicy(): FocusTraversalPolicy

    Definition Classes
    Container
  97. def getFocusableWindowState(): Boolean

    Definition Classes
    Window
  98. def getFont(): Font

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

    Definition Classes
    Component
  100. def getForeground(): Color

    Definition Classes
    Component
  101. def getGlassPane(): Component

    Definition Classes
    JFrame → RootPaneContainer
  102. def getGraphics(): Graphics

    Definition Classes
    JFrame → Component
  103. def getGraphicsConfiguration(): GraphicsConfiguration

    Definition Classes
    Window → Component
  104. def getHeight(): Int

    Definition Classes
    Component
  105. def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

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

    Definition Classes
    Component
  107. def getIconImage(): Image

    Definition Classes
    Frame
  108. def getIconImages(): List[Image]

    Definition Classes
    Window
  109. def getIgnoreRepaint(): Boolean

    Definition Classes
    Component
  110. def getInputContext(): InputContext

    Definition Classes
    Window → Component
  111. def getInputMethodListeners(): Array[InputMethodListener]

    Definition Classes
    Component
  112. def getInputMethodRequests(): InputMethodRequests

    Definition Classes
    Component
  113. def getInsets(): Insets

    Definition Classes
    Container
  114. def getJMenuBar(): JMenuBar

    Definition Classes
    JFrame
  115. def getKeyListeners(): Array[KeyListener]

    Definition Classes
    Component
  116. def getLayeredPane(): JLayeredPane

    Definition Classes
    JFrame → RootPaneContainer
  117. def getLayout(): LayoutManager

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

    Definition Classes
    Window → Container → Component
  119. def getLocale(): Locale

    Definition Classes
    Window → Component
  120. def getLocation(arg0: Point): Point

    Definition Classes
    Component
  121. def getLocation(): Point

    Definition Classes
    Component
  122. def getLocationOnScreen(): Point

    Definition Classes
    Component
  123. def getMaximizedBounds(): Rectangle

    Definition Classes
    Frame
  124. def getMaximumSize(): Dimension

    Definition Classes
    Container → Component
  125. def getMenuBar(): MenuBar

    Definition Classes
    Frame
  126. def getMinimumSize(): Dimension

    Definition Classes
    Container → Component
  127. def getModalExclusionType(): ModalExclusionType

    Definition Classes
    Window
  128. def getMostRecentFocusOwner(): Component

    Definition Classes
    Window
  129. def getMouseListeners(): Array[MouseListener]

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

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

    Definition Classes
    Container
    Annotations
    @throws()
  132. def getMousePosition(): Point

    Definition Classes
    Component
    Annotations
    @throws()
  133. def getMouseWheelListeners(): Array[MouseWheelListener]

    Definition Classes
    Component
  134. def getName(): String

    Definition Classes
    Component
  135. def getOwnedWindows(): Array[Window]

    Definition Classes
    Window
  136. def getOwner(): Window

    Definition Classes
    Window
  137. def getParent(): Container

    Definition Classes
    Component
  138. def getPreferredSize(): Dimension

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

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

    Definition Classes
    Component
  141. def getRootPane(): JRootPane

    Definition Classes
    JFrame → RootPaneContainer
  142. def getSize(arg0: Dimension): Dimension

    Definition Classes
    Component
  143. def getSize(): Dimension

    Definition Classes
    Component
  144. def getState(): Int

    Definition Classes
    Frame
  145. def getTitle(): String

    Definition Classes
    Frame
  146. def getToolkit(): Toolkit

    Definition Classes
    Window → Component
  147. def getTransferHandler(): TransferHandler

    Definition Classes
    JFrame → HasGetTransferHandler
  148. final def getTreeLock(): AnyRef

    Definition Classes
    Component
  149. final def getWarningString(): String

    Definition Classes
    Window
  150. def getWidth(): Int

    Definition Classes
    Component
  151. def getWindowFocusListeners(): Array[WindowFocusListener]

    Definition Classes
    Window
  152. def getWindowListeners(): Array[WindowListener]

    Definition Classes
    Window
  153. def getWindowStateListeners(): Array[WindowStateListener]

    Definition Classes
    Window
  154. def getX(): Int

    Definition Classes
    Component
  155. def getY(): Int

    Definition Classes
    Component
  156. def hasFocus(): Boolean

    Definition Classes
    Component
  157. def hashCode(): Int

    The hashCode method for reference types.

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

    returns

    the hash code value for this object.

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

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

    Definition Classes
    Container → Component
  160. def isActive(): Boolean

    Definition Classes
    Window
  161. final def isAlwaysOnTop(): Boolean

    Definition Classes
    Window
  162. def isAlwaysOnTopSupported(): Boolean

    Definition Classes
    Window
  163. def isAncestorOf(arg0: Component): Boolean

    Definition Classes
    Container
  164. def isBackgroundSet(): Boolean

    Definition Classes
    Component
  165. def isCursorSet(): Boolean

    Definition Classes
    Component
  166. def isDisplayable(): Boolean

    Definition Classes
    Component
  167. def isDoubleBuffered(): Boolean

    Definition Classes
    Component
  168. def isEnabled(): Boolean

    Definition Classes
    Component
  169. final def isFocusCycleRoot(): Boolean

    Definition Classes
    Window → Container
  170. def isFocusCycleRoot(arg0: Container): Boolean

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

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

    Definition Classes
    Container
  173. def isFocusTraversalPolicySet(): Boolean

    Definition Classes
    Container
  174. def isFocusable(): Boolean

    Definition Classes
    Component
  175. final def isFocusableWindow(): Boolean

    Definition Classes
    Window
  176. def isFocused(): Boolean

    Definition Classes
    Window
  177. def isFontSet(): Boolean

    Definition Classes
    Component
  178. def isForegroundSet(): Boolean

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

    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
  180. def isLightweight(): Boolean

    Definition Classes
    Component
  181. def isLocationByPlatform(): Boolean

    Definition Classes
    Window
  182. def isMaximumSizeSet(): Boolean

    Definition Classes
    Component
  183. def isMinimumSizeSet(): Boolean

    Definition Classes
    Component
  184. def isOpaque(): Boolean

    Definition Classes
    Component
  185. def isPreferredSizeSet(): Boolean

    Definition Classes
    Component
  186. def isResizable(): Boolean

    Definition Classes
    Frame
  187. def isRootPaneCheckingEnabled(): Boolean

    Attributes
    protected[swing]
    Definition Classes
    JFrame
  188. def isShowing(): Boolean

    Definition Classes
    Window → Component
  189. def isUndecorated(): Boolean

    Definition Classes
    Frame
  190. def isValid(): Boolean

    Definition Classes
    Component
  191. def isVisible(): Boolean

    Definition Classes
    Component
  192. def list(arg0: PrintWriter, arg1: Int): Unit

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

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

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

    Definition Classes
    Component
  196. def list(): Unit

    Definition Classes
    Component
  197. final def ne(arg0: AnyRef): Boolean

    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
  198. final def notify(): Unit

    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

  199. final def notifyAll(): Unit

    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

  200. def pack(): Unit

    Definition Classes
    Window
  201. def paint(arg0: Graphics): Unit

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

    Definition Classes
    Component
  203. def paintComponents(arg0: Graphics): Unit

    Definition Classes
    Container
  204. def paramString(): String

    Attributes
    protected[swing]
    Definition Classes
    JFrame → Frame → Container → Component
  205. def prepareImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Boolean

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

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

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

    Definition Classes
    Component
  209. def printComponents(arg0: Graphics): Unit

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

    Attributes
    protected[awt]
    Definition Classes
    Component
  211. def processContainerEvent(arg0: ContainerEvent): Unit

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

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

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

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

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

    Attributes
    protected[awt]
    Definition Classes
    Component
  217. def processKeyEvent(arg0: KeyEvent): Unit

    Attributes
    protected[awt]
    Definition Classes
    Component
  218. def processMouseEvent(arg0: MouseEvent): Unit

    Attributes
    protected[awt]
    Definition Classes
    Component
  219. def processMouseMotionEvent(arg0: MouseEvent): Unit

    Attributes
    protected[awt]
    Definition Classes
    Component
  220. def processMouseWheelEvent(arg0: MouseWheelEvent): Unit

    Attributes
    protected[awt]
    Definition Classes
    Component
  221. def processWindowEvent(e: WindowEvent): Unit

    Attributes
    protected
    Definition Classes
    SuperMixin → JFrame → Window
  222. def processWindowFocusEvent(arg0: WindowEvent): Unit

    Attributes
    protected[awt]
    Definition Classes
    Window
  223. def processWindowStateEvent(arg0: WindowEvent): Unit

    Attributes
    protected[awt]
    Definition Classes
    Window
  224. def remove(arg0: Component): Unit

    Definition Classes
    JFrame → Container
  225. def remove(arg0: MenuComponent): Unit

    Definition Classes
    Frame → Component → MenuContainer
  226. def remove(arg0: Int): Unit

    Definition Classes
    Container
  227. def removeAll(): Unit

    Definition Classes
    Container
  228. def removeComponentListener(arg0: ComponentListener): Unit

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

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

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

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

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

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

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

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

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

    Definition Classes
    Component
  238. def removeNotify(): Unit

    Definition Classes
    Frame → Window → Container → Component
  239. def removePropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

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

    Definition Classes
    Component
  241. def removeWindowFocusListener(arg0: WindowFocusListener): Unit

    Definition Classes
    Window
  242. def removeWindowListener(arg0: WindowListener): Unit

    Definition Classes
    Window
  243. def removeWindowStateListener(arg0: WindowStateListener): Unit

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

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

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

    Definition Classes
    Component
  247. def repaint(): Unit

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

    Attributes
    protected[awt]
    Definition Classes
    Component
  249. def requestFocus(): Unit

    Definition Classes
    Component
  250. def requestFocusInWindow(arg0: Boolean): Boolean

    Attributes
    protected[awt]
    Definition Classes
    Component
  251. def requestFocusInWindow(): Boolean

    Definition Classes
    Component
  252. final def setAlwaysOnTop(arg0: Boolean): Unit

    Definition Classes
    Window
    Annotations
    @throws()
  253. def setBackground(arg0: Color): Unit

    Definition Classes
    Component
  254. def setBounds(arg0: Rectangle): Unit

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

    Definition Classes
    Window → Component
  256. def setComponentOrientation(arg0: ComponentOrientation): Unit

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

    Definition Classes
    Container
  258. def setContentPane(arg0: Container): Unit

    Definition Classes
    JFrame → RootPaneContainer
  259. def setCursor(arg0: Cursor): Unit

    Definition Classes
    Window → Component
  260. def setDefaultCloseOperation(arg0: Int): Unit

    Definition Classes
    JFrame
  261. def setDropTarget(arg0: DropTarget): Unit

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

    Definition Classes
    Component
  263. def setExtendedState(arg0: Int): Unit

    Definition Classes
    Frame
  264. final def setFocusCycleRoot(arg0: Boolean): Unit

    Definition Classes
    Window → Container
  265. def setFocusTraversalKeys(arg0: Int, arg1: java.util.Set[_ <: java.awt.AWTKeyStroke]): Unit

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

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

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

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

    Definition Classes
    Component
  270. def setFocusableWindowState(arg0: Boolean): Unit

    Definition Classes
    Window
  271. def setFont(arg0: Font): Unit

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

    Definition Classes
    Component
  273. def setGlassPane(arg0: Component): Unit

    Definition Classes
    JFrame → RootPaneContainer
  274. def setIconImage(arg0: Image): Unit

    Definition Classes
    JFrame → Frame → Window
  275. def setIconImages(arg0: java.util.List[_ <: java.awt.Image]): Unit

    Definition Classes
    Window
  276. def setIgnoreRepaint(arg0: Boolean): Unit

    Definition Classes
    Component
  277. def setJMenuBar(arg0: JMenuBar): Unit

    Definition Classes
    JFrame
  278. def setLayeredPane(arg0: JLayeredPane): Unit

    Definition Classes
    JFrame → RootPaneContainer
  279. def setLayout(arg0: LayoutManager): Unit

    Definition Classes
    JFrame → Container
  280. def setLocale(arg0: Locale): Unit

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

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

    Definition Classes
    Component
  283. def setLocationByPlatform(arg0: Boolean): Unit

    Definition Classes
    Window
  284. def setLocationRelativeTo(arg0: Component): Unit

    Definition Classes
    Window
  285. def setMaximizedBounds(arg0: Rectangle): Unit

    Definition Classes
    Frame
  286. def setMaximumSize(arg0: Dimension): Unit

    Definition Classes
    Component
  287. def setMenuBar(arg0: MenuBar): Unit

    Definition Classes
    Frame
  288. def setMinimumSize(arg0: Dimension): Unit

    Definition Classes
    Window → Component
  289. def setModalExclusionType(arg0: ModalExclusionType): Unit

    Definition Classes
    Window
  290. def setName(arg0: String): Unit

    Definition Classes
    Component
  291. def setPreferredSize(arg0: Dimension): Unit

    Definition Classes
    Component
  292. def setResizable(arg0: Boolean): Unit

    Definition Classes
    Frame
  293. def setRootPane(arg0: JRootPane): Unit

    Attributes
    protected[swing]
    Definition Classes
    JFrame
  294. def setRootPaneCheckingEnabled(arg0: Boolean): Unit

    Attributes
    protected[swing]
    Definition Classes
    JFrame
  295. def setSize(arg0: Int, arg1: Int): Unit

    Definition Classes
    Window → Component
  296. def setSize(arg0: Dimension): Unit

    Definition Classes
    Window → Component
  297. def setState(arg0: Int): Unit

    Definition Classes
    Frame
  298. def setTitle(arg0: String): Unit

    Definition Classes
    Frame
  299. def setTransferHandler(arg0: TransferHandler): Unit

    Definition Classes
    JFrame
  300. def setUndecorated(arg0: Boolean): Unit

    Definition Classes
    Frame
  301. def setVisible(arg0: Boolean): Unit

    Definition Classes
    Window → Component
  302. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  303. def toBack(): Unit

    Definition Classes
    Window
  304. def toFront(): Unit

    Definition Classes
    Window
  305. def toString(): String

    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
  306. def transferFocus(): Unit

    Definition Classes
    Component
  307. def transferFocusBackward(): Unit

    Definition Classes
    Component
  308. def transferFocusDownCycle(): Unit

    Definition Classes
    Container
  309. def transferFocusUpCycle(): Unit

    Definition Classes
    Component
  310. def update(arg0: Graphics): Unit

    Definition Classes
    JFrame → Container → Component
  311. def validate(): Unit

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

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 applyResourceBundle(arg0: String): Unit

    Definition Classes
    Window
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def applyResourceBundle(arg0: ResourceBundle): Unit

    Definition Classes
    Window
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def bounds(): Rectangle

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def countComponents(): Int

    Definition Classes
    Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def deliverEvent(arg0: Event): Unit

    Definition Classes
    Container → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def disable(): Unit

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def enable(arg0: Boolean): Unit

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def enable(): Unit

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def getCursorType(): Int

    Definition Classes
    Frame
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def getPeer(): ComponentPeer

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def handleEvent(arg0: Event): Boolean

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def hide(): Unit

    Definition Classes
    Window → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def insets(): Insets

    Definition Classes
    Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def isFocusTraversable(): Boolean

    Definition Classes
    Component
    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
    Window → 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 reshape(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    Window → Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  36. def resize(arg0: Dimension): Unit

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  38. def setCursor(arg0: Int): Unit

    Definition Classes
    Frame
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  39. def show(): Unit

    Definition Classes
    Window → Component
    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 size(): Dimension

    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from JFrame

Inherited from HasGetTransferHandler

Inherited from RootPaneContainer

Inherited from WindowConstants

Inherited from Frame

Inherited from Window

Inherited from Accessible

Inherited from Container

Inherited from Component

Inherited from Serializable

Inherited from MenuContainer

Inherited from ImageObserver

Inherited from AnyRef

Inherited from Any