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

Method Index

 o getTextList()
Returns the text list of this text list model.
 o setTextStyle(TextStyle)
Sets the text style of this text list model.

Methods

 o getTextList
 public abstract TextList getTextList()
Returns the text list of this text list model.

Returns:
the text list.
 o 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