trait InterfaceMixin2 extends InterfaceMixin
- Alphabetic
- By Inheritance
- InterfaceMixin2
- InterfaceMixin
- RootPaneContainer
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def getContentPane(): java.awt.Container
- Definition Classes
- RootPaneContainer
- abstract def getGlassPane(): java.awt.Component
- Definition Classes
- RootPaneContainer
- abstract def getJMenuBar: JMenuBar
- abstract def getLayeredPane(): JLayeredPane
- Definition Classes
- RootPaneContainer
- abstract def getRootPane(): JRootPane
- Definition Classes
- RootPaneContainer
- abstract def getTitle: String
- abstract def isResizable: Boolean
- abstract def setContentPane(arg0: java.awt.Container): Unit
- Definition Classes
- RootPaneContainer
- abstract def setGlassPane(arg0: java.awt.Component): Unit
- Definition Classes
- RootPaneContainer
- abstract def setJMenuBar(b: JMenuBar): Unit
- abstract def setLayeredPane(arg0: JLayeredPane): Unit
- Definition Classes
- RootPaneContainer
- abstract def setResizable(b: Boolean): Unit
- abstract def setTitle(s: String): Unit
- abstract def setUndecorated(b: Boolean): Unit
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()