void |
WBorderLayout.add(WLayoutItem item,
LayoutPosition position) |
Adds a layout item to the given position.
|
void |
WBorderLayout.addItem(WLayoutItem item) |
|
void |
WBoxLayout.addItem(WLayoutItem item) |
|
void |
WFitLayout.addItem(WLayoutItem item) |
|
void |
WGridLayout.addItem(WLayoutItem item) |
|
void |
WGridLayout.addItem(WLayoutItem item,
int row,
int column) |
Adds a layout item to the grid.
|
void |
WGridLayout.addItem(WLayoutItem item,
int row,
int column,
int rowSpan) |
Adds a layout item to the grid.
|
void |
WGridLayout.addItem(WLayoutItem item,
int row,
int column,
int rowSpan,
int columnSpan) |
Adds a layout item to the grid.
|
void |
WGridLayout.addItem(WLayoutItem item,
int row,
int column,
int rowSpan,
int columnSpan,
AlignmentFlag alignmen,
AlignmentFlag... alignment) |
Adds a layout item to the grid.
|
void |
WGridLayout.addItem(WLayoutItem item,
int row,
int column,
int rowSpan,
int columnSpan,
java.util.EnumSet<AlignmentFlag> alignment) |
Adds a layout item to the grid.
|
abstract void |
WLayout.addItem(WLayoutItem item) |
Adds a layout item.
|
protected static StdLayoutItemImpl |
StdLayoutImpl.getImpl(WLayoutItem item) |
|
LayoutPosition |
WBorderLayout.getPosition(WLayoutItem item) |
Returns the position at which the given layout item is set.
|
int |
WFitLayout.indexOf(WLayoutItem item) |
|
int |
WLayout.indexOf(WLayoutItem item) |
Returns the index of a given item.
|
protected void |
WBoxLayout.insertItem(int index,
WLayoutItem item,
int stretch,
AlignmentFlag alignmen,
AlignmentFlag... alignment) |
|
protected void |
WBoxLayout.insertItem(int index,
WLayoutItem item,
int stretch,
java.util.EnumSet<AlignmentFlag> alignment) |
|
protected void |
WLayout.itemAdded(WLayoutItem item) |
|
void |
WLayoutImpl.itemAdded(WLayoutItem item) |
Adds a layout item.
|
protected void |
WLayout.itemRemoved(WLayoutItem item) |
|
void |
WLayoutImpl.itemRemoved(WLayoutItem item) |
Removes a layout item.
|
abstract boolean |
StdLayoutImpl.itemResized(WLayoutItem item) |
|
WLayoutItem |
WBorderLayout.removeItem(WLayoutItem item) |
|
WLayoutItem |
WBoxLayout.removeItem(WLayoutItem item) |
|
WLayoutItem |
WFitLayout.removeItem(WLayoutItem item) |
|
WLayoutItem |
WGridLayout.removeItem(WLayoutItem item) |
|
abstract WLayoutItem |
WLayout.removeItem(WLayoutItem item) |
Removes a layout item (widget or nested layout).
|
protected void |
WLayout.update(WLayoutItem item) |
Update the layout.
|