Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
__super__activateFrame
(f: InternalFrame): Unit
-
def
__super__beginDraggingFrame
(c: Component): Unit
-
def
__super__beginResizingFrame
(c: Component): Unit
-
def
__super__closeFrame
(f: InternalFrame): Unit
-
def
__super__deactivateFrame
(f: InternalFrame): Unit
-
def
__super__deiconifyFrame
(f: InternalFrame): Unit
-
def
__super__dragFrame
(c: Component, newX: Int, newY: Int): Unit
-
def
__super__endDraggingFrame
(c: Component): Unit
-
def
__super__endResizingFrame
(c: Component): Unit
-
def
__super__iconifyFrame
(f: InternalFrame): Unit
-
def
__super__maximizeFrame
(f: InternalFrame): Unit
-
def
__super__minimizeFrame
(f: InternalFrame): Unit
-
def
__super__openFrame
(f: InternalFrame): Unit
-
def
__super__resizeFrame
(c: Component, newX: Int, newY: Int, newWidth: Int, newHeight: Int): Unit
-
def
__super__setBoundsForFrame
(c: Component, newX: Int, newY: Int, newWidth: Int, newHeight: Int): Unit
-
def
activateFrame
(f: JInternalFrame): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
beginDraggingFrame
(c: JComponent): Unit
-
def
beginResizingFrame
(c: JComponent, i: Int): Unit
-
def
clone
(): AnyRef
-
def
closeFrame
(f: JInternalFrame): Unit
-
def
deactivateFrame
(f: JInternalFrame): Unit
-
def
deiconifyFrame
(f: JInternalFrame): Unit
-
def
dragFrame
(c: JComponent, newX: Int, newY: Int): Unit
-
def
endDraggingFrame
(c: JComponent): Unit
-
def
endResizingFrame
(c: JComponent): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getBoundsForIconOf
(arg0: JInternalFrame): Rectangle
-
def
getClass
(): java.lang.Class[_]
-
def
getPreviousBounds
(arg0: JInternalFrame): Rectangle
-
def
hashCode
(): Int
-
def
iconifyFrame
(f: JInternalFrame): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
maximizeFrame
(f: JInternalFrame): Unit
-
def
minimizeFrame
(f: JInternalFrame): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
openFrame
(f: JInternalFrame): Unit
-
def
removeIconFor
(arg0: JInternalFrame): Unit
-
def
resizeFrame
(c: JComponent, newX: Int, newY: Int, newWidth: Int, newHeight: Int): Unit
-
def
setBoundsForFrame
(c: JComponent, newX: Int, newY: Int, newWidth: Int, newHeight: Int): Unit
-
def
setPreviousBounds
(arg0: JInternalFrame, arg1: Rectangle): Unit
-
def
setWasIcon
(arg0: JInternalFrame, arg1: Boolean): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
wasIcon
(arg0: JInternalFrame): Boolean
Inherited from DefaultDesktopManager
Inherited from Serializable
Inherited from DesktopManager
Inherited from AnyRef
Inherited from Any
This trait is used to redirect certain calls from the peer to the wrapper and back. Useful to expose methods that can be customized by overriding.