public class PreferencesFrame extends Object
getFrame()
. The preferences frame will include a StyleDialog
instance and Dictionaries
instance.StyleDialog
,
Dictionaries
,
Preferences
Modifier and Type | Field and Description |
---|---|
static Action |
SHOW_ACTION
Action which displays the preferences dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
applyPreferences()
Applies the settings from the
Preferences to the application. |
static void |
createFrame(PreferencesPanel[] panels) |
void |
loadPreferences()
Loads the settings to the application
Preferences instance. |
void |
savePreferences()
Saves the current settings to the application
Preferences instance. |
void |
setVisible(boolean visible)
Shows the dialog.
|
public static final Action SHOW_ACTION
public static void createFrame(PreferencesPanel[] panels)
public void setVisible(boolean visible)
public void savePreferences()
Preferences
instance.public void loadPreferences()
Preferences
instance.public void applyPreferences()
Preferences
to the application.Copyright © 2001-2013 the JGloss developers. All Rights Reserved.