| Package | org.aswing |
| Class | public class WindowLayout |
| Inheritance | WindowLayout EmptyLayout |
| Method | Defined by | ||
|---|---|---|---|
| WindowLayout | |||
|
addLayoutComponent(comp:Component, constraints:Object):void
| WindowLayout | ||
| WindowLayout | |||
![]() |
getLayoutAlignmentX(target:Container):Number
return 0
| EmptyLayout | |
![]() |
getLayoutAlignmentY(target:Container):Number
return 0
| EmptyLayout | |
| WindowLayout | |||
![]() |
invalidateLayout(target:Container):void
do nothing
| EmptyLayout | |
|
layoutContainer(target:Container):void
| WindowLayout | ||
![]() |
return IntDimension.createBigDimension();
| EmptyLayout | |
| WindowLayout | |||
| WindowLayout | |||
|
removeLayoutComponent(comp:Component):void
| WindowLayout | ||
|
toString():String
| WindowLayout | ||
| Constant | Defined by | ||
|---|---|---|---|
| CONTENT : String = "Content" [static]
The content pane layout constraint.
| WindowLayout | ||
| TITLE : String = "Title" [static]
The title bar layout constraint.
| WindowLayout | ||
| WindowLayout | () | constructor |
public function WindowLayout()
| addLayoutComponent | () | method |
public override function addLayoutComponent(comp:Component, constraints:Object):voidParameters
comp:Component — the child to add to the layout
|
|
constraints:Object — the constraints indicate what position the child will be added.
|
— when the constraints is not TITLE either CONTENT.
|
| getContentPane | () | method |
| getTitleBar | () | method |
| layoutContainer | () | method |
| minimumLayoutSize | () | method |
public override function minimumLayoutSize(target:Container):IntDimensionParameters
target:Container |
IntDimension |
| preferredLayoutSize | () | method |
public override function preferredLayoutSize(target:Container):IntDimensionParameters
target:Container |
IntDimension |
| removeLayoutComponent | () | method |
| toString | () | method |
public function toString():String
Returns
String |
| CONTENT | constant |
public static const CONTENT:String = "Content"The content pane layout constraint.
| TITLE | constant |
public static const TITLE:String = "Title"The title bar layout constraint.