object BorderLayout extends BorderLayout
The BorderLayout
object is a convenience object for java.awt.BorderLayout
.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BorderLayout
- BorderLayout
- Serializable
- LayoutManager2
- LayoutManager
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- val AFTER_LAST_LINE: String
- val CENTER: String
- val NORTH: String
-
def
addLayoutComponent(arg0: Component, arg1: Any): Unit
- Definition Classes
- BorderLayout → LayoutManager2
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getConstraints(arg0: Component): AnyRef
- Definition Classes
- BorderLayout
-
def
getHgap(): Int
- Definition Classes
- BorderLayout
-
def
getLayoutAlignmentX(arg0: Container): Float
- Definition Classes
- BorderLayout → LayoutManager2
-
def
getLayoutAlignmentY(arg0: Container): Float
- Definition Classes
- BorderLayout → LayoutManager2
-
def
getLayoutComponent(arg0: Container, arg1: Any): Component
- Definition Classes
- BorderLayout
-
def
getLayoutComponent(arg0: Any): Component
- Definition Classes
- BorderLayout
-
def
getVgap(): Int
- Definition Classes
- BorderLayout
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
invalidateLayout(arg0: Container): Unit
- Definition Classes
- BorderLayout → LayoutManager2
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
layoutContainer(arg0: Container): Unit
- Definition Classes
- BorderLayout → LayoutManager
-
def
maximumLayoutSize(arg0: Container): Dimension
- Definition Classes
- BorderLayout → LayoutManager2
-
def
minimumLayoutSize(arg0: Container): Dimension
- Definition Classes
- BorderLayout → LayoutManager
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
preferredLayoutSize(arg0: Container): Dimension
- Definition Classes
- BorderLayout → LayoutManager
-
def
removeLayoutComponent(arg0: Component): Unit
- Definition Classes
- BorderLayout → LayoutManager
-
def
setHgap(arg0: Int): Unit
- Definition Classes
- BorderLayout
-
def
setVgap(arg0: Int): Unit
- Definition Classes
- BorderLayout
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- BorderLayout → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )