Packageorg.aswing.plaf
Classpublic class EmptyLayoutUIResourse
InheritanceEmptyLayoutUIResourse Inheritance EmptyLayout
ImplementsUIResource

A UIResource layout manager.



Public Methods
 MethodDefined by
 Inherited
addLayoutComponent(comp:Component, constraints:Object):void
Do nothing Adds the specified component to the layout, using the specified constraint object.
EmptyLayout
 Inherited
return 0
EmptyLayout
 Inherited
return 0
EmptyLayout
 Inherited
do nothing
EmptyLayout
 Inherited
do nothing
EmptyLayout
 Inherited
return IntDimension.createBigDimension();
EmptyLayout
 Inherited
new IntDimension(0, 0);
EmptyLayout
 Inherited
Simply return target.getSize();
EmptyLayout
 Inherited
Do nothing Removes the specified component from the layout.
EmptyLayout