scala.swing.Window

InterfaceMixin

trait InterfaceMixin extends RootPaneContainer

Attributes
protected
Source
Window.scala
Linear Supertypes
RootPaneContainer, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. InterfaceMixin
  2. RootPaneContainer
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def getContentPane (): Container

    Attributes
    abstract
    Definition Classes
    RootPaneContainer
  2. def getGlassPane (): Component

    Attributes
    abstract
    Definition Classes
    RootPaneContainer
  3. def getLayeredPane (): JLayeredPane

    Attributes
    abstract
    Definition Classes
    RootPaneContainer
  4. def getRootPane (): JRootPane

    Attributes
    abstract
    Definition Classes
    RootPaneContainer
  5. def setContentPane (arg0: Container): Unit

    Attributes
    abstract
    Definition Classes
    RootPaneContainer
  6. def setGlassPane (arg0: Component): Unit

    Attributes
    abstract
    Definition Classes
    RootPaneContainer
  7. def setLayeredPane (arg0: JLayeredPane): Unit

    Attributes
    abstract
    Definition Classes
    RootPaneContainer