Packages

o

scalation.scala2d

BorderLayout

object BorderLayout extends BorderLayout

The BorderLayout object is a convenience object for java.awt.BorderLayout.

Linear Supertypes
BorderLayout, Serializable, LayoutManager2, LayoutManager, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BorderLayout
  2. BorderLayout
  3. Serializable
  4. LayoutManager2
  5. LayoutManager
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AFTER_LAST_LINE: String
  5. val CENTER: String
  6. val NORTH: String
  7. def addLayoutComponent(arg0: Component, arg1: Any): Unit
    Definition Classes
    BorderLayout → LayoutManager2
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getConstraints(arg0: Component): AnyRef
    Definition Classes
    BorderLayout
  14. def getHgap(): Int
    Definition Classes
    BorderLayout
  15. def getLayoutAlignmentX(arg0: Container): Float
    Definition Classes
    BorderLayout → LayoutManager2
  16. def getLayoutAlignmentY(arg0: Container): Float
    Definition Classes
    BorderLayout → LayoutManager2
  17. def getLayoutComponent(arg0: Container, arg1: Any): Component
    Definition Classes
    BorderLayout
  18. def getLayoutComponent(arg0: Any): Component
    Definition Classes
    BorderLayout
  19. def getVgap(): Int
    Definition Classes
    BorderLayout
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def invalidateLayout(arg0: Container): Unit
    Definition Classes
    BorderLayout → LayoutManager2
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def layoutContainer(arg0: Container): Unit
    Definition Classes
    BorderLayout → LayoutManager
  24. def maximumLayoutSize(arg0: Container): Dimension
    Definition Classes
    BorderLayout → LayoutManager2
  25. def minimumLayoutSize(arg0: Container): Dimension
    Definition Classes
    BorderLayout → LayoutManager
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def preferredLayoutSize(arg0: Container): Dimension
    Definition Classes
    BorderLayout → LayoutManager
  30. def removeLayoutComponent(arg0: Component): Unit
    Definition Classes
    BorderLayout → LayoutManager
  31. def setHgap(arg0: Int): Unit
    Definition Classes
    BorderLayout
  32. def setVgap(arg0: Int): Unit
    Definition Classes
    BorderLayout
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    BorderLayout → AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def addLayoutComponent(arg0: String, arg1: Component): Unit
    Definition Classes
    BorderLayout → LayoutManager
    Annotations
    @Deprecated
    Deprecated
  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from BorderLayout

Inherited from Serializable

Inherited from LayoutManager2

Inherited from LayoutManager

Inherited from AnyRef

Inherited from Any

Ungrouped