Interface OrderedLayoutWrapper

All Superinterfaces:
LayoutWrapper, Serializable
All Known Implementing Classes:
AbstractOrderedLayoutDelegate.LocalOrderedLayoutWrapper, DragAndDropOrderedLayoutWrapper, LayoutEditorWrapper

public interface OrderedLayoutWrapper extends LayoutWrapper
  • 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

      void setBackgroundColor(String color)
    • removeBackgroundColor

      void removeBackgroundColor()