AFlowLayout

abstract class AFlowLayout : LayoutManager, Serializable

Constructors

Link copied to clipboard
open fun AFlowLayout(hgap: Int, alignment: Int, anchor: Int, ordered: Boolean)

Functions

Link copied to clipboard
fun addLayoutComponent(name: String, comp: Component)
Link copied to clipboard
open fun getComponentOrder(c: Component): Int
Link copied to clipboard
open fun getComponentsList(): List<Component>
Link copied to clipboard
open fun isOrdered(): Boolean
Link copied to clipboard
abstract fun layoutContainer(parent: Container)
Link copied to clipboard
fun minimumLayoutSize(parent: Container): Dimension
Link copied to clipboard
fun preferredLayoutSize(parent: Container): Dimension
Link copied to clipboard
fun removeLayoutComponent(comp: Component)
Link copied to clipboard
fun setComponentOrder(c: Component, order: Int)
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
val BOTH: Int
The horizontal alignment constant that designates stretching the component horizontally.
Link copied to clipboard
val CENTER: Int
The horizontal alignment constant that designates centering.
Link copied to clipboard
val LEFT: Int
The horizontal alignment constant that designates left justification.
Link copied to clipboard
val RIGHT: Int
The horizontal alignment constant that designates right justification.
Link copied to clipboard
val TOP: Int
The anchoring constant that designates anchoring to the top of the display area.

Inheritors

Link copied to clipboard
Link copied to clipboard