gnu.kawa.models
public class Button extends Model
| Method Summary | |
|---|---|
| Object | getAction() |
| Color | getBackground() |
| Color | getForeground() |
| String | getText() |
| boolean | isDisabled() |
| void | makeView(Display display, Object where) |
| void | setAction(Object action) |
| void | setBackground(Color bg) |
| void | setDisabled(boolean disabled) |
| void | setForeground(Color fg) |
| void | setText(String text) |