Packageorg.aswing
Classpublic class FrameTitleBarLayout
InheritanceFrameTitleBarLayout Inheritance BorderLayout Inheritance EmptyLayout



Protected Properties
 PropertyDefined by
  minSize : IntDimension
FrameTitleBarLayout
Public Methods
 MethodDefined by
  
FrameTitleBarLayout(minWidth:int = 50, height:int = 20)
FrameTitleBarLayout
 Inherited
addLayoutComponent(comp:Component, constraints:Object):void
BorderLayout
 Inherited
getHgap():int
BorderLayout
 Inherited
BorderLayout
 Inherited
BorderLayout
 Inherited
getVgap():int
BorderLayout
 Inherited
do nothing
EmptyLayout
 Inherited

Lays out the container argument using this border layout.

BorderLayout
 Inherited
return IntDimension.createBigDimension();
EmptyLayout
  
FrameTitleBarLayout
  
FrameTitleBarLayout
 Inherited
BorderLayout
 Inherited
setDefaultConstraints(constraints:Object):void
BorderLayout
 Inherited
setHgap(hgap:int):void
Set horizontal gap
BorderLayout
 Inherited
setVgap(vgap:int):void
Set vertical gap
BorderLayout
 Inherited
toString():String
BorderLayout
Protected Methods
 MethodDefined by
  
countMinSize(target:Container):void
FrameTitleBarLayout
Public Constants
 ConstantDefined by
 InheritedAFTER_LAST_LINE : String = "Last"
[static]
BorderLayout
 InheritedAFTER_LINE_ENDS : String = "After"
[static]
BorderLayout
 InheritedBEFORE_FIRST_LINE : String = "First"
[static]
BorderLayout
 InheritedBEFORE_LINE_BEGINS : String = "Before"
[static]
BorderLayout
 InheritedCENTER : String = "Center"
[static] The center layout constraint (middle of container).
BorderLayout
 InheritedEAST : String = "East"
[static] The east layout constraint (right side of container).
BorderLayout
 InheritedLINE_END : String = "After"
[static]
BorderLayout
 InheritedLINE_START : String = "Before"
[static]
BorderLayout
 InheritedNORTH : String = "North"
[static] The north layout constraint (top of container).
BorderLayout
 InheritedPAGE_END : String = "Last"
[static]
BorderLayout
 InheritedPAGE_START : String = "First"
[static]
BorderLayout
 InheritedSOUTH : String = "South"
[static] The south layout constraint (bottom of container).
BorderLayout
 InheritedWEST : String = "West"
[static] The west layout constraint (left side of container).
BorderLayout
Property detail
minSizeproperty
protected var minSize:IntDimension
Constructor detail
FrameTitleBarLayout()constructor
public function FrameTitleBarLayout(minWidth:int = 50, height:int = 20)Parameters
minWidth:int (default = 50)
 
height:int (default = 20)
Method detail
countMinSize()method
protected function countMinSize(target:Container):voidParameters
target:Container
minimumLayoutSize()method 
public override function minimumLayoutSize(target:Container):IntDimensionParameters
target:Container

Returns
IntDimension
preferredLayoutSize()method 
public override function preferredLayoutSize(target:Container):IntDimension

Parameters
target:Container

Returns
IntDimension