Package gnu.kawa.models
Class Label
- java.lang.Object
-
- gnu.kawa.models.Model
-
- gnu.kawa.models.Label
-
- All Implemented Interfaces:
Viewable
,Serializable
public class Label extends Model implements Viewable, Serializable
A "label" may have some text and/or an icon. It probably should be a combination of text and image.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
void
makeView(Display display, Object where)
void
setText(String text)
-
Methods inherited from class gnu.kawa.models.Model
addListener, addListener, notifyListeners
-
-