| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFontSelectionModel
A generic implementation of
FontSelectionModel. |
| Modifier and Type | Method and Description |
|---|---|
FontSelectionModel |
JFontChooser.getSelectionModel()
Returns the data model that handles Font selections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JFontChooser.setSelectionModel(FontSelectionModel newModel)
Sets the model containing the selected Font.
|
| Constructor and Description |
|---|
JFontChooser(FontSelectionModel model)
Creates a FontChooser pane with the specified
FontSelectionModel. |