Interface InsertPanel

    • Method Detail

      • add

        void add​(Widget w)
        Adds a child widget to this panel.
        Parameters:
        w - the child widget to be added
      • insert

        void insert​(Widget w,
                    int beforeIndex)
        Inserts a child widget before the specified index. If the widget is already a child of this panel, it will be moved to the specified index.
        Parameters:
        w - the child widget to be inserted
        beforeIndex - the index before which it will be inserted
        Throws:
        java.lang.IndexOutOfBoundsException - if beforeIndex is out of range