Class

scala.swing

InternalFrame

Related Doc: package swing

Permalink

class InternalFrame extends Component with RootPanel with Publisher

A window that can be nested inside another window (typically within a DesktopPane).

Self Type
InternalFrame
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalFrame
  2. RootPanel
  3. Container
  4. Component
  5. PeerContainer
  6. UIElement
  7. LazyPublisher
  8. Publisher
  9. Reactor
  10. Proxy
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalFrame()

    Permalink

Type Members

  1. trait InterfaceMixin extends JInternalFrame with SuperMixin

    Permalink
  2. trait SuperMixin extends JComponent

    Permalink

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

    This trait is used to redirect certain calls from the peer to the wrapper and back. Useful to expose methods that can be customized by overriding.

    Attributes
    protected
    Definition Classes
    Component

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def background: Color

    Permalink
    Definition Classes
    UIElement
  6. def background_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  7. def border: Border

    Permalink
    Definition Classes
    Component
  8. def border_=(b: Border): Unit

    Permalink
    Definition Classes
    Component
  9. def bounds: Rectangle

    Permalink
    Definition Classes
    UIElement
  10. def bounds_=(rect: Rectangle): Unit

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def closable: Boolean

    Permalink
  13. def closable_=(b: Boolean): Unit

    Permalink
  14. def close(): Unit

    Permalink
  15. def closeOperation(): Unit

    Permalink

    This method is called when the window is closing, after all other window event listeners have been processed.

    This method is called when the window is closing, after all other window event listeners have been processed.

    Default behavior is to dispose of the internal frame, but other options include hiding the frame or doing nothing at all.

  16. def closed: Boolean

    Permalink
  17. def componentOrientation: ComponentOrientation

    Permalink
    Definition Classes
    UIElement
  18. def componentOrientation_=(x: ComponentOrientation): Unit

    Permalink
    Definition Classes
    UIElement
  19. def contents: collection.immutable.Seq[Component]

    Permalink

    At most one component.

    At most one component.

    Definition Classes
    RootPanelContainer
  20. def contents_=(c: Component): Unit

    Permalink
    Definition Classes
    RootPanel
  21. def cursor: Cursor

    Permalink
    Definition Classes
    UIElement
  22. def cursor_=(c: Cursor): Unit

    Permalink
    Definition Classes
    UIElement
  23. def deafTo(ps: Publisher*): Unit

    Permalink

    Installed reaction won't receive events from the given publisher anylonger.

    Installed reaction won't receive events from the given publisher anylonger.

    Definition Classes
    Reactor
  24. def deselect(): Unit

    Permalink
  25. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  26. def dispose(): Unit

    Permalink
  27. def enabled: Boolean

    Permalink
    Definition Classes
    Component
  28. def enabled_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Proxy → Any
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def focusable: Boolean

    Permalink
    Definition Classes
    Component
  33. def focusable_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  34. def font: Font

    Permalink
    Definition Classes
    UIElement
  35. def font_=(f: Font): Unit

    Permalink
    Definition Classes
    UIElement
  36. def foreground: Color

    Permalink
    Definition Classes
    UIElement
  37. def foreground_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  38. def frameIcon: Icon

    Permalink
  39. def frameIcon_=(icon: Icon): Unit

    Permalink
  40. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  41. def hasFocus: Boolean

    Permalink
    Definition Classes
    Component
  42. def hashCode(): Int

    Permalink
    Definition Classes
    Proxy → Any
  43. def hide(): Unit

    Permalink
  44. def iconifiable: Boolean

    Permalink
  45. def iconifiable_=(b: Boolean): Unit

    Permalink
  46. def iconified: Boolean

    Permalink
  47. def iconify(): Unit

    Permalink
  48. def ignoreRepaint: Boolean

    Permalink
    Definition Classes
    UIElement
  49. def ignoreRepaint_=(b: Boolean): Unit

    Permalink
    Definition Classes
    UIElement
  50. def inputVerifier: (Component) ⇒ Boolean

    Permalink
    Definition Classes
    Component
  51. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit

    Permalink
    Definition Classes
    Component
  52. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  53. object keys extends Publisher

    Permalink
    Definition Classes
    Component
  54. def layer: Int

    Permalink
  55. def layer_=(n: Int): Unit

    Permalink
  56. def listenTo(ps: Publisher*): Unit

    Permalink

    Listen to the given publisher as long as deafTo isn't called for them.

    Listen to the given publisher as long as deafTo isn't called for them.

    Definition Classes
    Reactor
  57. val listeners: RefSet[Reaction]

    Permalink
    Attributes
    protected
    Definition Classes
    Publisher
  58. def locale: Locale

    Permalink
    Definition Classes
    UIElement
  59. def location: Point

    Permalink
    Definition Classes
    UIElement
  60. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  61. def location_=(p: Point): Unit

    Permalink
  62. def maximizable: Boolean

    Permalink
  63. def maximizable_=(b: Boolean): Unit

    Permalink
  64. def maximize(): Unit

    Permalink
  65. def maximized: Boolean

    Permalink
  66. def maximumSize: Dimension

    Permalink
    Definition Classes
    UIElement
  67. def maximumSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  68. def menuBar: MenuBar

    Permalink

    The menu bar of this frame or NoMenuBar if no menu bar is set.

  69. def menuBar_=(m: MenuBar): Unit

    Permalink

    Set the current menu bar of this frame.

    Set the current menu bar of this frame. Pass NoMenuBar if this frame should not show a menu bar.

  70. def minimumSize: Dimension

    Permalink
    Definition Classes
    UIElement
  71. def minimumSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  72. object mouse

    Permalink

    Contains publishers for various mouse events.

    Contains publishers for various mouse events. They are separated for efficiency reasons.

    Definition Classes
    Component
  73. def moveToBack(): Unit

    Permalink
  74. def moveToFront(): Unit

    Permalink
  75. def name: String

    Permalink
    Definition Classes
    Component
  76. def name_=(s: String): Unit

    Permalink
    Definition Classes
    Component
  77. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  78. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  79. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  80. def onFirstSubscribe(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ComponentUIElement → LazyPublisher
  81. def onLastUnsubscribe(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  82. def opaque: Boolean

    Permalink
    Definition Classes
    Component
  83. def opaque_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  84. def pack(): InternalFrame.this.type

    Permalink
  85. def paint(g: Graphics2D): Unit

    Permalink
    Definition Classes
    Component
  86. def paintBorder(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  87. def paintChildren(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  88. def paintComponent(g: Graphics2D): Unit

    Permalink

    For custom painting, users should usually override this method.

    For custom painting, users should usually override this method.

    Attributes
    protected
    Definition Classes
    Component
  89. lazy val peer: JInternalFrame

    Permalink

    The underlying Swing peer.

    The underlying Swing peer.

    Definition Classes
    InternalFrameRootPanelComponentPeerContainerUIElement
  90. def preferredSize: Dimension

    Permalink
    Definition Classes
    UIElement
  91. def preferredSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  92. def publish(e: Event): Unit

    Permalink

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  93. val reactions: Reactions

    Permalink

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  94. def repaint(rect: Rectangle): Unit

    Permalink
    Definition Classes
    UIElement
  95. def repaint(): Unit

    Permalink
    Definition Classes
    UIElement
  96. def requestFocus(): Unit

    Permalink
    Definition Classes
    Component
  97. def requestFocusInWindow(): Boolean

    Permalink
    Definition Classes
    Component
  98. def resizable: Boolean

    Permalink
  99. def resizable_=(b: Boolean): Unit

    Permalink
  100. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  101. def select(): Unit

    Permalink
  102. def selected: Boolean

    Permalink
  103. def self: Any

    Permalink
    Definition Classes
    UIElement → Proxy
  104. def show(): Unit

    Permalink
  105. def showing: Boolean

    Permalink
    Definition Classes
    UIElement
  106. def size: Dimension

    Permalink
    Definition Classes
    UIElement
  107. def size_=(size: Dimension): Unit

    Permalink
  108. def subscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  109. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  110. def title: String

    Permalink
  111. def title_=(s: String): Unit

    Permalink
  112. def toString(): String

    Permalink
    Definition Classes
    Component → Proxy → AnyRef → Any
  113. def toolkit: Toolkit

    Permalink
    Definition Classes
    UIElement
  114. def tooltip: String

    Permalink
    Definition Classes
    Component
  115. def tooltip_=(t: String): Unit

    Permalink
    Definition Classes
    Component
  116. def uniconify(): Unit

    Permalink
  117. def unmaximize(): Unit

    Permalink
  118. def unsubscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  119. def validate(): Unit

    Permalink
    Definition Classes
    UIElement
  120. def visible: Boolean

    Permalink
    Definition Classes
    UIElement
  121. def visible_=(b: Boolean): Unit

    Permalink
    Definition Classes
    UIElement
  122. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  125. def xLayoutAlignment: Double

    Permalink

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

    Definition Classes
    Component
  126. def xLayoutAlignment_=(x: Double): Unit

    Permalink
    Definition Classes
    Component
  127. def yLayoutAlignment: Double

    Permalink
    Definition Classes
    Component
  128. def yLayoutAlignment_=(y: Double): Unit

    Permalink
    Definition Classes
    Component

Inherited from RootPanel

Inherited from Container

Inherited from Component

Inherited from PeerContainer

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped