public class FixedPanel extends Panel
| Constructor and Description |
|---|
FixedPanel() |
FixedPanel(int x,
int y) |
FixedPanel(int x,
int y,
Widget widget) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getData() |
java.lang.String |
getName() |
Widget |
put(IWidgetFactory factory)
Creates new widget and puts it to container
|
int |
put(Widget widget)
Puts widget at first free index
|
FixedPanel |
remove()
Removes stored element
|
FixedPanel |
setOffset(int x,
int y) |
put, putFactoriesaddTo, attach, getID, handleData, sendElementpublic FixedPanel(int x,
int y,
Widget widget)
x - X-Offsety - Y-Offsetwidget - Default contentpublic FixedPanel(int x,
int y)
x - X-Offsety - Y-Offsetpublic FixedPanel()
public int put(Widget widget)
public Widget put(IWidgetFactory factory)
public FixedPanel setOffset(int x, int y)
x - X-Offsety - Y-Offsetpublic FixedPanel remove()