Uses of Interface
com.connectina.swing.fontchooser.FontSelectionModel

Uses of FontSelectionModel in com.connectina.swing.fontchooser
 

Classes in com.connectina.swing.fontchooser that implement FontSelectionModel
 class DefaultFontSelectionModel
          A generic implementation of FontSelectionModel.
 

Methods in com.connectina.swing.fontchooser that return FontSelectionModel
 FontSelectionModel JFontChooser.getSelectionModel()
          Returns the data model that handles Font selections.
 

Methods in com.connectina.swing.fontchooser with parameters of type FontSelectionModel
 void JFontChooser.setSelectionModel(FontSelectionModel newModel)
          Sets the model containing the selected Font.
 

Constructors in com.connectina.swing.fontchooser with parameters of type FontSelectionModel
JFontChooser(FontSelectionModel model)
          Creates a FontChooser pane with the specified FontSelectionModel.