class WrapLayout extends FlowLayout
Modified FlowLayout that wraps lines properly
This follows the ideas of WrapLayout.java but adds a defaultWidth
- Source
- Swing.scala
- Alphabetic
- By Inheritance
- WrapLayout
- FlowLayout
- Serializable
- LayoutManager
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
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
-
def
addLayoutComponent(arg0: String, arg1: Component): Unit
- Definition Classes
- FlowLayout → LayoutManager
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAlignOnBaseline(): Boolean
- Definition Classes
- FlowLayout
-
def
getAlignment(): Int
- Definition Classes
- FlowLayout
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getHgap(): Int
- Definition Classes
- FlowLayout
-
def
getVgap(): Int
- Definition Classes
- FlowLayout
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
layoutContainer(arg0: Container): Unit
- Definition Classes
- FlowLayout → LayoutManager
-
def
minimumLayoutSize(target: Container): Dimension
- Definition Classes
- WrapLayout → FlowLayout → LayoutManager
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
preferredLayoutSize(target: Container): Dimension
- Definition Classes
- WrapLayout → FlowLayout → LayoutManager
-
def
removeLayoutComponent(arg0: Component): Unit
- Definition Classes
- FlowLayout → LayoutManager
-
def
setAlignOnBaseline(arg0: Boolean): Unit
- Definition Classes
- FlowLayout
-
def
setAlignment(arg0: Int): Unit
- Definition Classes
- FlowLayout
-
def
setHgap(arg0: Int): Unit
- Definition Classes
- FlowLayout
-
def
setVgap(arg0: Int): Unit
- Definition Classes
- FlowLayout
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- FlowLayout → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()