gnu.kawa.models

Class Label

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.
Constructor Summary
Label()
Label(String text)
Method Summary
StringgetText()
voidmakeView(Display display, Object where)
voidsetText(String text)

Constructor Detail

Label

public Label()

Label

public Label(String text)

Method Detail

getText

public String getText()

makeView

public void makeView(Display display, Object where)

setText

public void setText(String text)