Interface OrderedLayoutWrapper
- All Superinterfaces:
LayoutWrapper,Serializable
- All Known Implementing Classes:
AbstractOrderedLayoutDelegate.LocalOrderedLayoutWrapper,DragAndDropOrderedLayoutWrapper,LayoutEditorWrapper
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponent(Component c) voidaddComponent(Component c, int index) intgetComponentIndex(Component c) voidmoveComponent(Component c, int newIndex) voidvoidsetBackgroundColor(String color) Methods inherited from interface LayoutWrapper
addComponent, configureAlignment, configureExpandRatio, getRootComposition, replaceComponent
-
Method Details
-
getComponentIndex
int getComponentIndex(Component c) -
addComponent
void addComponent(Component c, int index) -
addComponent
void addComponent(Component c) -
moveComponent
void moveComponent(Component c, int newIndex) -
setBackgroundColor
-
removeBackgroundColor
void removeBackgroundColor()
-