Class LayoutWrapperAdapter<T extends Component>
Object
LayoutWrapperAdapter<T>
- All Implemented Interfaces:
LayoutWrapper,Serializable
- Direct Known Subclasses:
TabComponentDelegate.TabComponentLayoutWrapper,TabLayoutDelegate.TabSheetLayoutWrapper
public abstract class LayoutWrapperAdapter<T extends Component>
extends Object
implements LayoutWrapper
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureAlignment(Component component, ElementAlign align) voidconfigureExpandRatio(Component component, Number expandRatio) Componentprotected TMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LayoutWrapper
addComponent, replaceComponent
-
Constructor Details
-
LayoutWrapperAdapter
-
-
Method Details
-
getWrappedLayout
-
getRootComposition
public Component getRootComposition()- Specified by:
getRootCompositionin interfaceLayoutWrapper
-
configureExpandRatio
- Specified by:
configureExpandRatioin interfaceLayoutWrapper
-
configureAlignment
- Specified by:
configureAlignmentin interfaceLayoutWrapper
-