scala.swing.RichWindow

InterfaceMixin

trait InterfaceMixin extends InterfaceMixin

Inherits

  1. InterfaceMixin
  2. RootPaneContainer
  3. AnyRef
  4. Any

Value Members

  1. def equals(arg0: Any): Boolean

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

  2. def getContentPane(): Container

  3. def getGlassPane(): Component

  4. def getJMenuBar: JMenuBar

  5. def getLayeredPane(): JLayeredPane

  6. def getRootPane(): JRootPane

  7. def getTitle: String

  8. def hashCode(): Int

    Returns a hash code value for the object

  9. def isResizable: Boolean

  10. def setContentPane(arg0: Container): Unit

  11. def setGlassPane(arg0: Component): Unit

  12. def setJMenuBar(b: JMenuBar): Unit

  13. def setLayeredPane(arg0: JLayeredPane): Unit

  14. def setResizable(b: Boolean): Unit

  15. def setTitle(s: String): Unit

  16. def setUndecorated(b: Boolean): Unit

  17. def toString(): String

    Returns a string representation of the object