trait
InternalDesktopManager
extends AnyRef
Abstract Value Members
-
val
managerPeer
: DesktopManager
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
activateFrame
(f: InternalFrame): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
beginDraggingFrame
(c: Component): Unit
-
def
beginResizingFrame
(c: Component): Unit
-
def
clone
(): AnyRef
-
-
def
deactivateFrame
(f: InternalFrame): Unit
-
def
deiconifyFrame
(f: InternalFrame): Unit
-
def
dragFrame
(c: Component, newX: Int, newY: Int): Unit
-
def
endDraggingFrame
(c: Component): Unit
-
def
endResizingFrame
(c: Component): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
iconifyFrame
(f: InternalFrame): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
maximizeFrame
(f: InternalFrame): Unit
-
def
minimizeFrame
(f: InternalFrame): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
-
def
resizeFrame
(c: Component, newX: Int, newY: Int, newWidth: Int, newHeight: Int): Unit
-
def
setBoundsForFrame
(c: Component, newX: Int, newY: Int, newWidth: Int, newHeight: Int): 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
Inherited from AnyRef
Inherited from Any
1.3 - 2011/09/19