|
EchoPoint 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.model.DefaultFontSelectionModel
A generic implementation of FontSelectionModel.
| Field Summary | |
protected nextapp.echo.event.ChangeEvent |
changeEvent
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property. |
protected nextapp.echo.event.EventListenerList |
listenerList
|
| Constructor Summary | |
DefaultFontSelectionModel(nextapp.echo.Font font)
Initializes the selectedFont to font |
|
| Method Summary | |
void |
addChangeListener(nextapp.echo.event.ChangeListener l)
Adds a ChangeListener to the button. |
void |
fireStateChanged()
Notifies all listeners that have registered for this event type. |
nextapp.echo.Font |
getSelectedFont()
Returns the currently selected Font |
void |
removeChangeListener(nextapp.echo.event.ChangeListener l)
Removes a ChangeListener from the button. |
void |
setSelectedFont(nextapp.echo.Font font)
Sets the currently selected Font |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected transient nextapp.echo.event.ChangeEvent changeEvent
protected nextapp.echo.event.EventListenerList listenerList
| Constructor Detail |
public DefaultFontSelectionModel(nextapp.echo.Font font)
font
| Method Detail |
public void addChangeListener(nextapp.echo.event.ChangeListener l)
ChangeListener to the button.
addChangeListener in interface FontSelectionModell - The ChangeListener to be added.public void fireStateChanged()
public nextapp.echo.Font getSelectedFont()
FontSelectionModel
getSelectedFont in interface FontSelectionModelFontSelectionModel.getSelectedFont()public void removeChangeListener(nextapp.echo.event.ChangeListener l)
ChangeListener from the button.
removeChangeListener in interface FontSelectionModell - The ChangeListener to be removed.public void setSelectedFont(nextapp.echo.Font font)
FontSelectionModel
setSelectedFont in interface FontSelectionModelFontSelectionModel.setSelectedFont(nextapp.echo.Font)
|
EchoPoint 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||