scala.swing.Frame

SuperMixin

trait SuperMixin extends JFrame

attributes: protected
source: RichWindow.scala
Inherited
  1. Hide All
  2. Show all
  1. JFrame
  2. RootPaneContainer
  3. WindowConstants
  4. Frame
  5. Window
  6. Accessible
  7. Container
  8. Component
  9. Serializable
  10. MenuContainer
  11. ImageObserver
  12. AnyRef
  13. Any
Visibility
  1. Public
  2. All

Value Members

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

    attributes: final
    definition classes: AnyRef
  2. def !=(arg0: Any): Boolean

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

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

    arg0

    the object to compare against this object for dis-equality.

    returns

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

    attributes: final
    definition classes: Any
  3. def ##(): Int

    attributes: final
    definition classes: AnyRef → Any
  4. def $asInstanceOf[T0](): T0

    attributes: final
    definition classes: AnyRef
  5. def $isInstanceOf[T0](): Boolean

    attributes: final
    definition classes: AnyRef
  6. def ==(arg0: AnyRef): Boolean

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

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

    arg0

    the object to compare against this object for equality.

    returns

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

    attributes: final
    definition classes: AnyRef
  7. def ==(arg0: Any): Boolean

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

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

    arg0

    the object to compare against this object for equality.

    returns

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

    attributes: final
    definition classes: Any
  8. def action(arg0: Event, arg1: Any): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  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 addComponentListener(arg0: ComponentListener): Unit

    definition classes: Component
  16. def addContainerListener(arg0: ContainerListener): Unit

    definition classes: Container
  17. def addFocusListener(arg0: FocusListener): Unit

    definition classes: Component
  18. def addHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

    definition classes: Component
  19. def addHierarchyListener(arg0: HierarchyListener): Unit

    definition classes: Component
  20. def addImpl(arg0: Component, arg1: Any, arg2: Int): Unit

    attributes: protected
    definition classes: JFrame → Container
  21. def addInputMethodListener(arg0: InputMethodListener): Unit

    definition classes: Component
  22. def addKeyListener(arg0: KeyListener): Unit

    definition classes: Component
  23. def addMouseListener(arg0: MouseListener): Unit

    definition classes: Component
  24. def addMouseMotionListener(arg0: MouseMotionListener): Unit

    definition classes: Component
  25. def addMouseWheelListener(arg0: MouseWheelListener): Unit

    definition classes: Component
  26. def addNotify(): Unit

    definition classes: Frame → Window → Container → Component
  27. def addPropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    definition classes: Window → Container → Component
  28. def addPropertyChangeListener(arg0: PropertyChangeListener): Unit

    definition classes: Window → Container → Component
  29. def addWindowFocusListener(arg0: WindowFocusListener): Unit

    definition classes: Window
  30. def addWindowListener(arg0: WindowListener): Unit

    definition classes: Window
  31. def addWindowStateListener(arg0: WindowStateListener): Unit

    definition classes: Window
  32. def applyComponentOrientation(arg0: ComponentOrientation): Unit

    definition classes: Container → Component
  33. def applyResourceBundle(arg0: String): Unit

    definition classes: Window
      deprecated:
    1. see corresponding Javadoc for more information.

  34. def applyResourceBundle(arg0: ResourceBundle): Unit

    definition classes: Window
      deprecated:
    1. see corresponding Javadoc for more information.

  35. def areFocusTraversalKeysSet(arg0: Int): Boolean

    definition classes: Container → Component
  36. def asInstanceOf[T0]: T0

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

    This method is used to 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 expression1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expressionList(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 typed.

    returns

    the receiver object.

    attributes: final
    definition classes: Any
  37. def bounds(): Rectangle

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
  39. def checkImage(arg0: Image, arg1: ImageObserver): Int

    definition classes: Component
  40. def clone(): AnyRef

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

    This method creates and returns 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
    definition classes: AnyRef
  41. def coalesceEvents(arg0: AWTEvent, arg1: AWTEvent): AWTEvent

    attributes: protected
    definition classes: Component
  42. def contains(arg0: Point): Boolean

    definition classes: Component
  43. def contains(arg0: Int, arg1: Int): Boolean

    definition classes: Component
  44. def countComponents(): Int

    definition classes: Container
      deprecated:
    1. see corresponding Javadoc for more information.

  45. def createBufferStrategy(arg0: Int, arg1: BufferCapabilities): Unit

    definition classes: Window → Component
  46. def createBufferStrategy(arg0: Int): Unit

    definition classes: Window → Component
  47. def createImage(arg0: Int, arg1: Int): Image

    definition classes: Component
  48. def createImage(arg0: ImageProducer): Image

    definition classes: Component
  49. def createRootPane(): JRootPane

    attributes: protected
    definition classes: JFrame
  50. def createVolatileImage(arg0: Int, arg1: Int, arg2: ImageCapabilities): VolatileImage

    definition classes: Component
  51. def createVolatileImage(arg0: Int, arg1: Int): VolatileImage

    definition classes: Component
  52. def deliverEvent(arg0: Event): Unit

    definition classes: Container → Component
      deprecated:
    1. see corresponding Javadoc for more information.

  53. def disable(): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  54. def disableEvents(arg0: Long): Unit

    attributes: protected final
    definition classes: Component
  55. def dispatchEvent(arg0: AWTEvent): Unit

    attributes: final
    definition classes: Component
  56. def dispose(): Unit

    definition classes: Window
  57. def doLayout(): Unit

    definition classes: Container → Component
  58. def enable(arg0: Boolean): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  59. def enable(): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  60. def enableEvents(arg0: Long): Unit

    attributes: protected final
    definition classes: Component
  61. def enableInputMethods(arg0: Boolean): Unit

    definition classes: Component
  62. def eq(arg0: AnyRef): Boolean

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

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

    The eq method implements an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation] on non-null instances of AnyRef: * It is reflexive: for any non-null instance x of type AnyRef, x.eq(x) returns true. * It is symmetric: for any non-null instances x and y of type AnyRef, x.eq(y) returns true if and only if y.eq(x) returns true. * It is transitive: for any non-null instances x, y, and z of type AnyRef if x.eq(y) returns true and y.eq(z) returns true, then x.eq(z) returns true.

    Additionally, the eq method has three other 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).

    arg0

    the object to compare against this object for reference equality.

    returns

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

    attributes: final
    definition classes: AnyRef
  63. def equals(arg0: Any): Boolean

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

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

    The default implementations of this method is an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation]: * It is reflexive: for any instance x of type Any, x.equals(x) should return true. * It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true. * It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

    If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override hashCode to ensure that objects that are "equal" (o1.equals(o2) returns true) hash to the same scala.Int (o1.hashCode.equals(o2.hashCode)).

    arg0

    the object to compare against this object for equality.

    returns

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

    definition classes: AnyRef → Any
  64. def finalize(): Unit

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

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

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

    attributes: protected
    definition classes: Frame → Window → AnyRef
  65. def findComponentAt(arg0: Point): Component

    definition classes: Container
  66. def findComponentAt(arg0: Int, arg1: Int): Component

    definition classes: Container
  67. def firePropertyChange(arg0: String, arg1: Double, arg2: Double): Unit

    definition classes: Component
  68. def firePropertyChange(arg0: String, arg1: Float, arg2: Float): Unit

    definition classes: Component
  69. def firePropertyChange(arg0: String, arg1: Long, arg2: Long): Unit

    definition classes: Component
  70. def firePropertyChange(arg0: String, arg1: Short, arg2: Short): Unit

    definition classes: Component
  71. def firePropertyChange(arg0: String, arg1: Char, arg2: Char): Unit

    definition classes: Component
  72. def firePropertyChange(arg0: String, arg1: Byte, arg2: Byte): Unit

    definition classes: Component
  73. def firePropertyChange(arg0: String, arg1: Int, arg2: Int): Unit

    attributes: protected
    definition classes: Component
  74. def firePropertyChange(arg0: String, arg1: Boolean, arg2: Boolean): Unit

    attributes: protected
    definition classes: Component
  75. def firePropertyChange(arg0: String, arg1: Any, arg2: Any): Unit

    attributes: protected
    definition classes: Component
  76. def frameInit(): Unit

    attributes: protected
    definition classes: JFrame
  77. def getAccessibleContext(): AccessibleContext

    definition classes: JFrame → Frame → Window → Accessible → Component
  78. def getAlignmentX(): Float

    definition classes: Container → Component
  79. def getAlignmentY(): Float

    definition classes: Container → Component
  80. def getBackground(): Color

    definition classes: Component
  81. def getBounds(arg0: Rectangle): Rectangle

    definition classes: Component
  82. def getBounds(): Rectangle

    definition classes: Component
  83. def getBufferStrategy(): BufferStrategy

    definition classes: Window → Component
  84. def getClass(): java.lang.Class[_ <: java.lang.Object]

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

    Returns 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.

    attributes: final
    definition classes: AnyRef
  85. def getColorModel(): ColorModel

    definition classes: Component
  86. def getComponent(arg0: Int): Component

    definition classes: Container
  87. def getComponentAt(arg0: Point): Component

    definition classes: Container → Component
  88. def getComponentAt(arg0: Int, arg1: Int): Component

    definition classes: Container → Component
  89. def getComponentCount(): Int

    definition classes: Container
  90. def getComponentListeners(): Array[ComponentListener]

    definition classes: Component
  91. def getComponentOrientation(): ComponentOrientation

    definition classes: Component
  92. def getComponentZOrder(arg0: Component): Int

    attributes: final
    definition classes: Container
  93. def getComponents(): Array[Component]

    definition classes: Container
  94. def getContainerListeners(): Array[ContainerListener]

    definition classes: Container
  95. def getContentPane(): Container

    definition classes: JFrame → RootPaneContainer
  96. def getCursor(): Cursor

    definition classes: Component
  97. def getCursorType(): Int

    definition classes: Frame
      deprecated:
    1. see corresponding Javadoc for more information.

  98. def getDefaultCloseOperation(): Int

    definition classes: JFrame
  99. def getDropTarget(): DropTarget

    definition classes: Component
  100. def getExtendedState(): Int

    definition classes: Frame
  101. def getFocusCycleRootAncestor(): Container

    attributes: final
    definition classes: Window → Component
  102. def getFocusListeners(): Array[FocusListener]

    definition classes: Component
  103. def getFocusOwner(): Component

    definition classes: Window
  104. def getFocusTraversalKeys(arg0: Int): Set[AWTKeyStroke]

    definition classes: Window → Container → Component
  105. def getFocusTraversalKeysEnabled(): Boolean

    definition classes: Component
  106. def getFocusTraversalPolicy(): FocusTraversalPolicy

    definition classes: Container
  107. def getFocusableWindowState(): Boolean

    definition classes: Window
  108. def getFont(): Font

    definition classes: Component → MenuContainer
  109. def getFontMetrics(arg0: Font): FontMetrics

    definition classes: Component
  110. def getForeground(): Color

    definition classes: Component
  111. def getGlassPane(): Component

    definition classes: JFrame → RootPaneContainer
  112. def getGraphics(): Graphics

    definition classes: Component
  113. def getGraphicsConfiguration(): GraphicsConfiguration

    definition classes: Window → Component
  114. def getHeight(): Int

    definition classes: Component
  115. def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

    definition classes: Component
  116. def getHierarchyListeners(): Array[HierarchyListener]

    definition classes: Component
  117. def getIconImage(): Image

    definition classes: Frame
  118. def getIgnoreRepaint(): Boolean

    definition classes: Component
  119. def getInputContext(): InputContext

    definition classes: Window → Component
  120. def getInputMethodListeners(): Array[InputMethodListener]

    definition classes: Component
  121. def getInputMethodRequests(): InputMethodRequests

    definition classes: Component
  122. def getInsets(): Insets

    definition classes: Container
  123. def getJMenuBar(): JMenuBar

    definition classes: JFrame
  124. def getKeyListeners(): Array[KeyListener]

    definition classes: Component
  125. def getLayeredPane(): JLayeredPane

    definition classes: JFrame → RootPaneContainer
  126. def getLayout(): LayoutManager

    definition classes: Container
  127. def getListeners[T <: EventListener](arg0: Class[T]): Array[T]

    definition classes: Window → Container → Component
  128. def getLocale(): Locale

    definition classes: Window → Component
  129. def getLocation(arg0: Point): Point

    definition classes: Component
  130. def getLocation(): Point

    definition classes: Component
  131. def getLocationOnScreen(): Point

    definition classes: Component
  132. def getMaximizedBounds(): Rectangle

    definition classes: Frame
  133. def getMaximumSize(): Dimension

    definition classes: Container → Component
  134. def getMenuBar(): MenuBar

    definition classes: Frame
  135. def getMinimumSize(): Dimension

    definition classes: Container → Component
  136. def getMostRecentFocusOwner(): Component

    definition classes: Window
  137. def getMouseListeners(): Array[MouseListener]

    definition classes: Component
  138. def getMouseMotionListeners(): Array[MouseMotionListener]

    definition classes: Component
  139. def getMousePosition(arg0: Boolean): Point

    definition classes: Container
  140. def getMousePosition(): Point

    definition classes: Component
  141. def getMouseWheelListeners(): Array[MouseWheelListener]

    definition classes: Component
  142. def getName(): String

    definition classes: Component
  143. def getOwnedWindows(): Array[Window]

    definition classes: Window
  144. def getOwner(): Window

    definition classes: Window
  145. def getParent(): Container

    definition classes: Component
  146. def getPeer(): ComponentPeer

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  147. def getPreferredSize(): Dimension

    definition classes: Container → Component
  148. def getPropertyChangeListeners(arg0: String): Array[PropertyChangeListener]

    definition classes: Component
  149. def getPropertyChangeListeners(): Array[PropertyChangeListener]

    definition classes: Component
  150. def getRootPane(): JRootPane

    definition classes: JFrame → RootPaneContainer
  151. def getSize(arg0: Dimension): Dimension

    definition classes: Component
  152. def getSize(): Dimension

    definition classes: Component
  153. def getState(): Int

    definition classes: Frame
  154. def getTitle(): String

    definition classes: Frame
  155. def getToolkit(): Toolkit

    definition classes: Window → Component
  156. def getTreeLock(): AnyRef

    attributes: final
    definition classes: Component
  157. def getWarningString(): String

    attributes: final
    definition classes: Window
  158. def getWidth(): Int

    definition classes: Component
  159. def getWindowFocusListeners(): Array[WindowFocusListener]

    definition classes: Window
  160. def getWindowListeners(): Array[WindowListener]

    definition classes: Window
  161. def getWindowStateListeners(): Array[WindowStateListener]

    definition classes: Window
  162. def getX(): Int

    definition classes: Component
  163. def getY(): Int

    definition classes: Component
  164. def gotFocus(arg0: Event, arg1: Any): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  165. def handleEvent(arg0: Event): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  166. def hasFocus(): Boolean

    definition classes: Component
  167. def hashCode(): Int

    Returns a hash code value for the object.

    Returns a hash code value for the object.

    The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

    returns

    the hash code value for the object.

    definition classes: AnyRef → Any
  168. def hide(): Unit

    definition classes: Window → Component
      deprecated:
    1. see corresponding Javadoc for more information.

  169. def imageUpdate(arg0: Image, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int): Boolean

    definition classes: Component → ImageObserver
  170. def insets(): Insets

    definition classes: Container
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  172. def invalidate(): Unit

    definition classes: Container → Component
  173. def isActive(): Boolean

    definition classes: Window
  174. def isAlwaysOnTop(): Boolean

    attributes: final
    definition classes: Window
  175. def isAncestorOf(arg0: Component): Boolean

    definition classes: Container
  176. def isBackgroundSet(): Boolean

    definition classes: Component
  177. def isCursorSet(): Boolean

    definition classes: Component
  178. def isDisplayable(): Boolean

    definition classes: Component
  179. def isDoubleBuffered(): Boolean

    definition classes: Component
  180. def isEnabled(): Boolean

    definition classes: Component
  181. def isFocusCycleRoot(): Boolean

    attributes: final
    definition classes: Window → Container
  182. def isFocusCycleRoot(arg0: Container): Boolean

    definition classes: Container → Component
  183. def isFocusOwner(): Boolean

    definition classes: Component
  184. def isFocusTraversable(): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  185. def isFocusTraversalPolicyProvider(): Boolean

    attributes: final
    definition classes: Container
  186. def isFocusTraversalPolicySet(): Boolean

    definition classes: Container
  187. def isFocusable(): Boolean

    definition classes: Component
  188. def isFocusableWindow(): Boolean

    attributes: final
    definition classes: Window
  189. def isFocused(): Boolean

    definition classes: Window
  190. def isFontSet(): Boolean

    definition classes: Component
  191. def isForegroundSet(): Boolean

    definition classes: Component
  192. def isInstanceOf[T0]: Boolean

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

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

    Note that the test result of the test is modulo Scala's erasure semantics. Therefore the expression1.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 requested typed.

    returns

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

    attributes: final
    definition classes: Any
  193. def isLightweight(): Boolean

    definition classes: Component
  194. def isLocationByPlatform(): Boolean

    definition classes: Window
  195. def isMaximumSizeSet(): Boolean

    definition classes: Component
  196. def isMinimumSizeSet(): Boolean

    definition classes: Component
  197. def isOpaque(): Boolean

    definition classes: Component
  198. def isPreferredSizeSet(): Boolean

    definition classes: Component
  199. def isResizable(): Boolean

    definition classes: Frame
  200. def isRootPaneCheckingEnabled(): Boolean

    attributes: protected
    definition classes: JFrame
  201. def isShowing(): Boolean

    definition classes: Window → Component
  202. def isUndecorated(): Boolean

    definition classes: Frame
  203. def isValid(): Boolean

    definition classes: Component
  204. def isVisible(): Boolean

    definition classes: Component
  205. def keyDown(arg0: Event, arg1: Int): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  207. def layout(): Unit

    definition classes: Container → Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Container → Component
  209. def list(arg0: PrintStream, arg1: Int): Unit

    definition classes: Container → Component
  210. def list(arg0: PrintWriter): Unit

    definition classes: Component
  211. def list(arg0: PrintStream): Unit

    definition classes: Component
  212. def list(): Unit

    definition classes: Component
  213. def locate(arg0: Int, arg1: Int): Component

    definition classes: Container → Component
      deprecated:
    1. see corresponding Javadoc for more information.

  214. def location(): Point

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  216. def minimumSize(): Dimension

    definition classes: Container → Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  224. def ne(arg0: AnyRef): Boolean

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

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

    arg0

    the object to compare against this object for reference dis-equality.

    returns

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

    attributes: final
    definition classes: AnyRef
  225. def nextFocus(): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  226. 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.

    attributes: final
    definition classes: AnyRef
  227. 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.

    attributes: final
    definition classes: AnyRef
  228. def pack(): Unit

    definition classes: Window
  229. def paint(arg0: Graphics): Unit

    definition classes: Container → Component
  230. def paintAll(arg0: Graphics): Unit

    definition classes: Component
  231. def paintComponents(arg0: Graphics): Unit

    definition classes: Container
  232. def paramString(): String

    attributes: protected
    definition classes: JFrame → Frame → Container → Component
  233. def postEvent(arg0: Event): Boolean

    definition classes: Window → Component → MenuContainer
      deprecated:
    1. see corresponding Javadoc for more information.

  234. def preferredSize(): Dimension

    definition classes: Container → Component
      deprecated:
    1. see corresponding Javadoc for more information.

  235. def prepareImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Boolean

    definition classes: Component
  236. def prepareImage(arg0: Image, arg1: ImageObserver): Boolean

    definition classes: Component
  237. def print(arg0: Graphics): Unit

    definition classes: Container → Component
  238. def printAll(arg0: Graphics): Unit

    definition classes: Component
  239. def printComponents(arg0: Graphics): Unit

    definition classes: Container
  240. def processComponentEvent(arg0: ComponentEvent): Unit

    attributes: protected
    definition classes: Component
  241. def processContainerEvent(arg0: ContainerEvent): Unit

    attributes: protected
    definition classes: Container
  242. def processEvent(arg0: AWTEvent): Unit

    attributes: protected
    definition classes: Window → Container → Component
  243. def processFocusEvent(arg0: FocusEvent): Unit

    attributes: protected
    definition classes: Component
  244. def processHierarchyBoundsEvent(arg0: HierarchyEvent): Unit

    attributes: protected
    definition classes: Component
  245. def processHierarchyEvent(arg0: HierarchyEvent): Unit

    attributes: protected
    definition classes: Component
  246. def processInputMethodEvent(arg0: InputMethodEvent): Unit

    attributes: protected
    definition classes: Component
  247. def processKeyEvent(arg0: KeyEvent): Unit

    attributes: protected
    definition classes: Component
  248. def processMouseEvent(arg0: MouseEvent): Unit

    attributes: protected
    definition classes: Component
  249. def processMouseMotionEvent(arg0: MouseEvent): Unit

    attributes: protected
    definition classes: Component
  250. def processMouseWheelEvent(arg0: MouseWheelEvent): Unit

    attributes: protected
    definition classes: Component
  251. def processWindowEvent(e: WindowEvent): Unit

    attributes: protected
    definition classes: SuperMixin → JFrame → Window
  252. def processWindowFocusEvent(arg0: WindowEvent): Unit

    attributes: protected
    definition classes: Window
  253. def processWindowStateEvent(arg0: WindowEvent): Unit

    attributes: protected
    definition classes: Window
  254. def remove(arg0: Component): Unit

    definition classes: JFrame → Container
  255. def remove(arg0: MenuComponent): Unit

    definition classes: Frame → Component → MenuContainer
  256. def remove(arg0: Int): Unit

    definition classes: Container
  257. def removeAll(): Unit

    definition classes: Container
  258. def removeComponentListener(arg0: ComponentListener): Unit

    definition classes: Component
  259. def removeContainerListener(arg0: ContainerListener): Unit

    definition classes: Container
  260. def removeFocusListener(arg0: FocusListener): Unit

    definition classes: Component
  261. def removeHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

    definition classes: Component
  262. def removeHierarchyListener(arg0: HierarchyListener): Unit

    definition classes: Component
  263. def removeInputMethodListener(arg0: InputMethodListener): Unit

    definition classes: Component
  264. def removeKeyListener(arg0: KeyListener): Unit

    definition classes: Component
  265. def removeMouseListener(arg0: MouseListener): Unit

    definition classes: Component
  266. def removeMouseMotionListener(arg0: MouseMotionListener): Unit

    definition classes: Component
  267. def removeMouseWheelListener(arg0: MouseWheelListener): Unit

    definition classes: Component
  268. def removeNotify(): Unit

    definition classes: Frame → Container → Component
  269. def removePropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    definition classes: Component
  270. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit

    definition classes: Component
  271. def removeWindowFocusListener(arg0: WindowFocusListener): Unit

    definition classes: Window
  272. def removeWindowListener(arg0: WindowListener): Unit

    definition classes: Window
  273. def removeWindowStateListener(arg0: WindowStateListener): Unit

    definition classes: Window
  274. def repaint(arg0: Long, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    definition classes: Component
  275. def repaint(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    definition classes: Component
  276. def repaint(arg0: Long): Unit

    definition classes: Component
  277. def repaint(): Unit

    definition classes: Component
  278. def requestFocus(arg0: Boolean): Boolean

    attributes: protected
    definition classes: Component
  279. def requestFocus(): Unit

    definition classes: Component
  280. def requestFocusInWindow(arg0: Boolean): Boolean

    attributes: protected
    definition classes: Component
  281. def requestFocusInWindow(): Boolean

    definition classes: Component
  282. def reshape(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  283. def resize(arg0: Dimension): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  285. def setAlwaysOnTop(arg0: Boolean): Unit

    attributes: final
    definition classes: Window
  286. def setBackground(arg0: Color): Unit

    definition classes: Component
  287. def setBounds(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    definition classes: Window → Component
  288. def setBounds(arg0: Rectangle): Unit

    definition classes: Component
  289. def setComponentOrientation(arg0: ComponentOrientation): Unit

    definition classes: Component
  290. def setComponentZOrder(arg0: Component, arg1: Int): Unit

    attributes: final
    definition classes: Container
  291. def setContentPane(arg0: Container): Unit

    definition classes: JFrame → RootPaneContainer
  292. def setCursor(arg0: Int): Unit

    definition classes: Frame
      deprecated:
    1. see corresponding Javadoc for more information.

  293. def setCursor(arg0: Cursor): Unit

    definition classes: Window → Component
  294. def setDefaultCloseOperation(arg0: Int): Unit

    definition classes: JFrame
  295. def setDropTarget(arg0: DropTarget): Unit

    definition classes: Component
  296. def setEnabled(arg0: Boolean): Unit

    definition classes: Component
  297. def setExtendedState(arg0: Int): Unit

    definition classes: Frame
  298. def setFocusCycleRoot(arg0: Boolean): Unit

    attributes: final
    definition classes: Window → Container
  299. def setFocusTraversalKeys(arg0: Int, arg1: java.util.Set[_ <: java.awt.AWTKeyStroke]): Unit

    definition classes: Container → Component
  300. def setFocusTraversalKeysEnabled(arg0: Boolean): Unit

    definition classes: Component
  301. def setFocusTraversalPolicy(arg0: FocusTraversalPolicy): Unit

    definition classes: Container
  302. def setFocusTraversalPolicyProvider(arg0: Boolean): Unit

    attributes: final
    definition classes: Container
  303. def setFocusable(arg0: Boolean): Unit

    definition classes: Component
  304. def setFocusableWindowState(arg0: Boolean): Unit

    definition classes: Window
  305. def setFont(arg0: Font): Unit

    definition classes: Container → Component
  306. def setForeground(arg0: Color): Unit

    definition classes: Component
  307. def setGlassPane(arg0: Component): Unit

    definition classes: JFrame → RootPaneContainer
  308. def setIconImage(arg0: Image): Unit

    definition classes: JFrame → Frame
  309. def setIgnoreRepaint(arg0: Boolean): Unit

    definition classes: Component
  310. def setJMenuBar(arg0: JMenuBar): Unit

    definition classes: JFrame
  311. def setLayeredPane(arg0: JLayeredPane): Unit

    definition classes: JFrame → RootPaneContainer
  312. def setLayout(arg0: LayoutManager): Unit

    definition classes: JFrame → Container
  313. def setLocale(arg0: Locale): Unit

    definition classes: Component
  314. def setLocation(arg0: Point): Unit

    definition classes: Component
  315. def setLocation(arg0: Int, arg1: Int): Unit

    definition classes: Component
  316. def setLocationByPlatform(arg0: Boolean): Unit

    definition classes: Window
  317. def setLocationRelativeTo(arg0: Component): Unit

    definition classes: Window
  318. def setMaximizedBounds(arg0: Rectangle): Unit

    definition classes: Frame
  319. def setMaximumSize(arg0: Dimension): Unit

    definition classes: Component
  320. def setMenuBar(arg0: MenuBar): Unit

    definition classes: Frame
  321. def setMinimumSize(arg0: Dimension): Unit

    definition classes: Component
  322. def setName(arg0: String): Unit

    definition classes: Component
  323. def setPreferredSize(arg0: Dimension): Unit

    definition classes: Component
  324. def setResizable(arg0: Boolean): Unit

    definition classes: Frame
  325. def setRootPane(arg0: JRootPane): Unit

    attributes: protected
    definition classes: JFrame
  326. def setRootPaneCheckingEnabled(arg0: Boolean): Unit

    attributes: protected
    definition classes: JFrame
  327. def setSize(arg0: Dimension): Unit

    definition classes: Component
  328. def setSize(arg0: Int, arg1: Int): Unit

    definition classes: Component
  329. def setState(arg0: Int): Unit

    definition classes: Frame
  330. def setTitle(arg0: String): Unit

    definition classes: Frame
  331. def setUndecorated(arg0: Boolean): Unit

    definition classes: Frame
  332. def setVisible(arg0: Boolean): Unit

    definition classes: Component
  333. def show(): Unit

    definition classes: Window → Component
      deprecated:
    1. see corresponding Javadoc for more information.

  334. def show(arg0: Boolean): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

  335. def size(): Dimension

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information.

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

    attributes: final
    definition classes: AnyRef
  337. def toBack(): Unit

    definition classes: Window
  338. def toFront(): Unit

    definition classes: Window
  339. def toString(): String

    Returns a string representation of the object.

    Returns a string representation of the object.

    The default representation is platform dependent.

    returns

    a string representation of the object.

    definition classes: Component → AnyRef → Any
  340. def transferFocus(): Unit

    definition classes: Component
  341. def transferFocusBackward(): Unit

    definition classes: Container → Component
  342. def transferFocusDownCycle(): Unit

    definition classes: Container
  343. def transferFocusUpCycle(): Unit

    definition classes: Component
  344. def update(arg0: Graphics): Unit

    definition classes: JFrame → Container → Component
  345. def validate(): Unit

    definition classes: Container → Component
  346. def validateTree(): Unit

    attributes: protected
    definition classes: Container
  347. def wait(): Unit

    attributes: final
    definition classes: AnyRef
  348. def wait(arg0: Long, arg1: Int): Unit

    attributes: final
    definition classes: AnyRef
  349. def wait(arg0: Long): Unit

    attributes: final
    definition classes: AnyRef