trait InterfaceMixin extends RootPaneContainer
- Attributes
- protected
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- InterfaceMixin
- RootPaneContainer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
getContentPane(): java.awt.Container
- Definition Classes
- RootPaneContainer
-
abstract
def
getGlassPane(): java.awt.Component
- Definition Classes
- RootPaneContainer
-
abstract
def
getLayeredPane(): JLayeredPane
- Definition Classes
- RootPaneContainer
-
abstract
def
getRootPane(): JRootPane
- Definition Classes
- RootPaneContainer
-
abstract
def
setContentPane(arg0: java.awt.Container): Unit
- Definition Classes
- RootPaneContainer
-
abstract
def
setGlassPane(arg0: java.awt.Component): Unit
- Definition Classes
- RootPaneContainer
-
abstract
def
setLayeredPane(arg0: JLayeredPane): Unit
- Definition Classes
- RootPaneContainer