AsWing A3 API
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Class EmptyLayoutUIResourse
Methods
Package
org.aswing.plaf
Class
public class EmptyLayoutUIResourse
Inheritance
EmptyLayoutUIResourse
EmptyLayout
Implements
UIResource
A UIResource layout manager.
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
addLayoutComponent
(comp:
Component
, constraints:Object):void
Do nothing Adds the specified component to the layout, using the specified constraint object.
EmptyLayout
getLayoutAlignmentX
(target:
Container
):Number
return 0
EmptyLayout
getLayoutAlignmentY
(target:
Container
):Number
return 0
EmptyLayout
invalidateLayout
(target:
Container
):void
do nothing
EmptyLayout
layoutContainer
(target:
Container
):void
do nothing
EmptyLayout
maximumLayoutSize
(target:
Container
):
IntDimension
return IntDimension.createBigDimension();
EmptyLayout
minimumLayoutSize
(target:
Container
):
IntDimension
new IntDimension(0, 0);
EmptyLayout
preferredLayoutSize
(target:
Container
):
IntDimension
Simply return target.getSize();
EmptyLayout
removeLayoutComponent
(comp:
Component
):void
Do nothing Removes the specified component from the layout.
EmptyLayout