Class org.aswing.plaf.basic.frame.TitleBarLayout

Description

Field Index

Inherited from FlowLayout

Method Index

new TitleBarLayout()
createInstance(), getHorizontalGap(), minimumLayoutSize(), preferredLayoutSize()

Inherited from FlowLayout

Inherited from EmptyLayout

Constructor Detail

TitleBarLayout

public function TitleBarLayout()

Method Detail

createInstance

static public function createInstance():LayoutManager

getHorizontalGap

public function getHorizontalGap():Number

preferredLayoutSize

public function preferredLayoutSize(target:Container):Dimension

Description copied from FlowLayout

Returns the preferred dimensions for this layout given the visible components in the specified target container.

Specified By

preferredLayoutSize() in org.aswing.LayoutManager

Overrides

preferredLayoutSize() in org.aswing.FlowLayout

minimumLayoutSize

public function minimumLayoutSize(target:Container):Dimension

Description copied from FlowLayout

Returns the minimum dimensions needed to layout the visible components contained in the specified target container.

Specified By

minimumLayoutSize() in org.aswing.LayoutManager

Overrides

minimumLayoutSize() in org.aswing.FlowLayout