echopoint.model
Interface FontSelectionModel

All Known Implementing Classes:
DefaultFontSelectionModel

public interface FontSelectionModel


Method Summary
 void addChangeListener(ChangeListener listener)
          Adds listener as a listener to changes in the model.
 Font getSelectedFont()
          Returns the currently selected Font
 void removeChangeListener(ChangeListener listener)
          Removes listener as a listener to changes in the model.
 void setSelectedFont(Font font)
          Sets the currently selected Font
 

Method Detail

addChangeListener

void addChangeListener(ChangeListener listener)
Adds listener as a listener to changes in the model.


getSelectedFont

Font getSelectedFont()
Returns the currently selected Font


removeChangeListener

void removeChangeListener(ChangeListener listener)
Removes listener as a listener to changes in the model.


setSelectedFont

void setSelectedFont(Font font)
Sets the currently selected Font