org.interactivemesh.scala.swing

LayeredPane

class LayeredPane extends Component with LayoutContainer

Version

1.2 - 2011/05/26

Linear Supertypes
LayoutContainer, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LayeredPane
  2. LayoutContainer
  3. Wrapper
  4. Container
  5. Component
  6. UIElement
  7. LazyPublisher
  8. Publisher
  9. Reactor
  10. Proxy
  11. AnyRef
  12. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LayeredPane ()

Type Members

  1. type Constraints = LayerConstraints

    The type of component constraints for this container.

    The type of component constraints for this container.

    Definition Classes
    LayeredPane → LayoutContainer

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val _contents : Content

    Attributes
    protected
    Definition Classes
    Wrapper
  7. def add (comp: Component, c: Constraints): Unit

    Adds a component with the given constraints to the underlying layout manager and the component peer.

    Adds a component with the given constraints to the underlying layout manager and the component peer.

    Attributes
    protected
    Definition Classes
    LayeredPane → LayoutContainer
  8. def areValid (c: Constraints): (Boolean, String)

    Checks whether the given constraints are valid.

    Checks whether the given constraints are valid. Additionally returns an error string that is only fetched if the constraints aren't valid.

    Attributes
    protected
    Definition Classes
    LayeredPane → LayoutContainer
  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def background : Color

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

    Definition Classes
    UIElement
  12. def border : Border

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

    Definition Classes
    Component
  14. def bounds : Rectangle

    Definition Classes
    UIElement
  15. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def componentCountInLayer (layer: Int): Int

  17. def componentsInLayer (layer: Int): Array[Component]

  18. def constraintsFor (comp: Component): Constraints

    Obtains the constraints for the given component from the underlying Swing layout manager.

    Obtains the constraints for the given component from the underlying Swing layout manager.

    Attributes
    protected
    Definition Classes
    LayeredPane → LayoutContainer
  19. def contents : Seq[Component]

    Definition Classes
    Wrapper → Container
  20. def cursor : Cursor

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

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

    Definition Classes
    Reactor
  23. def displayable : Boolean

    Definition Classes
    UIElement
  24. def enabled : Boolean

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

    Definition Classes
    Component
  26. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. def equals (that: Any): Boolean

    Definition Classes
    Proxy → AnyRef → Any
  28. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def focusable : Boolean

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

    Definition Classes
    Component
  31. def font : Font

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

    Definition Classes
    UIElement
  33. def foreground : Color

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

    Definition Classes
    UIElement
  35. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  36. def hasFocus : Boolean

    Definition Classes
    Component
  37. def hashCode (): Int

    Definition Classes
    Proxy → AnyRef → Any
  38. def ignoreRepaint : Boolean

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

    Definition Classes
    UIElement
  40. var initP : JComponent

    Definition Classes
    Component
  41. def inputVerifier : (Component) ⇒ Boolean

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

    Definition Classes
    Component
  43. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  44. def layout : Map[Component, Constraints]

    Definition Classes
    LayoutContainer
  45. def listenTo (ps: Publisher*): Unit

    Definition Classes
    Reactor
  46. val listeners : RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Attributes
    protected
    Definition Classes
    Publisher
  47. def locale : Locale

    Definition Classes
    UIElement
  48. def location : Point

    Definition Classes
    UIElement
  49. def locationOnScreen : Point

    Definition Classes
    UIElement
  50. def maximumSize : Dimension

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

    Definition Classes
    UIElement
  52. def minimumSize : Dimension

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

    Definition Classes
    UIElement
  54. def moveToBack (c: Component): Unit

  55. def moveToFront (c: Component): Unit

  56. def name : String

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

    Definition Classes
    Component
  58. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  59. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  60. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  61. def onFirstSubscribe (): Unit

    Attributes
    protected
    Definition Classes
    Component → UIElement → LazyPublisher
  62. def onLastUnsubscribe (): Unit

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

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

    Definition Classes
    Component
  65. def paint (g: Graphics2D): Unit

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

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

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

    Attributes
    protected
    Definition Classes
    Component
  69. lazy val peer : JLayeredPane

    Definition Classes
    LayeredPane → Wrapper → Component → UIElement
  70. def preferredSize : Dimension

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

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

    Definition Classes
    Publisher
  73. val reactions : Reactions

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

    Definition Classes
    UIElement
  75. def repaint (): Unit

    Definition Classes
    UIElement
  76. def requestFocus (): Unit

    Definition Classes
    Component
  77. def requestFocusInWindow (): Boolean

    Definition Classes
    Component
  78. def revalidate (): Unit

    Definition Classes
    Component
  79. def self : Component

    Definition Classes
    UIElement → Proxy
  80. def showing : Boolean

    Definition Classes
    UIElement
  81. def size : Dimension

    Definition Classes
    UIElement
  82. def subscribe (listener: Reaction): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  84. def toString (): String

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

    Definition Classes
    UIElement
  86. def tooltip : String

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

    Definition Classes
    Component
  88. def unsubscribe (listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  89. def visible : Boolean

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

    Definition Classes
    UIElement
  91. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  94. def xLayoutAlignment : Double

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

    Definition Classes
    Component
  96. def yLayoutAlignment : Double

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

    Definition Classes
    Component

Deprecated Value Members

  1. lazy val Mouse : LayeredPane.this.mouse.type

    Definition Classes
    Component
    Annotations
    @deprecated
    Deprecated

    Use mouse instead

  2. def size_= (dim: Dimension): Unit

    Definition Classes
    UIElement
    Annotations
    @deprecated
    Deprecated

    Explicit size assignment for UIElements is not supported anymore. Use a layout manager or subclass Window.

Inherited from LayoutContainer

Inherited from Wrapper

Inherited from Container

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any