|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Panel
Represents a Panel, a component which can hold other components in various slots. This interface is not available directly; instead, use its subclasses.
Method Summary | |
---|---|
void |
remove(Widget c)
Remove a component from the panel. |
void |
removeAll()
Remove all components from the panel. |
void |
setBorder(int border)
Sets the outside border around the panel. |
Methods inherited from interface com.leafdigital.ui.api.Widget |
---|
getID, getOwner, informClosed, isVisible, setOwner, setVisible |
Methods inherited from interface com.leafdigital.ui.api.WidgetParent |
---|
getWidgets |
Method Detail |
---|
void setBorder(int border)
border
- Border in pixels (if in doubt, use 4)void remove(Widget c)
c
- Component to removevoid removeAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |