All Packages Class Hierarchy This Package Previous Next Index
Interface jp.kyasu.awt.TextListModel
- public interface TextListModel
- extends ListModel
The model interface for an object that acts as a model for
TextListController
and TextListView
.
- Version:
- 22 Dec 1997
- Author:
- Kazuki YASUMATSU
- See Also:
- List, TextListController, TextListView, ListModelListener, TextListModelEvent
-
getTextList()
- Returns the text list of this text list model.
-
setTextStyle(TextStyle)
- Sets the text style of this text list model.
getTextList
public abstract TextList getTextList()
- Returns the text list of this text list model.
- Returns:
- the text list.
setTextStyle
public abstract void setTextStyle(TextStyle textStyle)
- Sets the text style of this text list model.
- Parameters:
- textStyle - the text style.
All Packages Class Hierarchy This Package Previous Next Index