EchoPoint
1.0

echopoint.model
Interface FontSelectionModel

All Known Implementing Classes:
DefaultFontSelectionModel

public interface FontSelectionModel


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

Method Detail

addChangeListener

public void addChangeListener(nextapp.echo.event.ChangeListener listener)
Adds listener as a listener to changes in the model.


getSelectedFont

public nextapp.echo.Font getSelectedFont()
Returns the currently selected Font


removeChangeListener

public void removeChangeListener(nextapp.echo.event.ChangeListener listener)
Removes listener as a listener to changes in the model.


setSelectedFont

public void setSelectedFont(nextapp.echo.Font font)
Sets the currently selected Font


EchoPoint
1.0