org.interactivemesh.scala.swing

InternalDefaultDesktopManager

class InternalDefaultDesktopManager extends InternalDesktopManager

Self Type
InternalDefaultDesktopManager
Version

1.3 - 2011/09/19

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. InternalDefaultDesktopManager
  2. InternalDesktopManager
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalDefaultDesktopManager ()

Type Members

  1. trait SuperMixin extends DefaultDesktopManager

    This trait is used to redirect certain calls from the peer to the wrapper and back.

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def activateFrame (f: InternalFrame): Unit

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def beginDraggingFrame (c: Component): Unit

  9. def beginResizingFrame (c: Component): Unit

  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def closeFrame (f: InternalFrame): Unit

  12. def deactivateFrame (f: InternalFrame): Unit

  13. def deiconifyFrame (f: InternalFrame): Unit

  14. def dragFrame (c: Component, newX: Int, newY: Int): Unit

  15. def endDraggingFrame (c: Component): Unit

  16. def endResizingFrame (c: Component): Unit

  17. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def iconifyFrame (f: InternalFrame): Unit

  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. val managerPeer : DefaultDesktopManager

    Wrapped instance javax.

    Wrapped instance javax.swing.DefaultDesktopManager

    Definition Classes
    InternalDefaultDesktopManagerInternalDesktopManager
  25. def maximizeFrame (f: InternalFrame): Unit

  26. def minimizeFrame (f: InternalFrame): Unit

  27. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  30. def openFrame (f: InternalFrame): Unit

  31. def resizeFrame (c: Component, newX: Int, newY: Int, newWidth: Int, newHeight: Int): Unit

  32. def setBoundsForFrame (c: Component, newX: Int, newY: Int, newWidth: Int, newHeight: Int): Unit

  33. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from InternalDesktopManager

Inherited from AnyRef

Inherited from Any