public interface QuickAccessManager
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getCustomIcon(PropertyMap config,
javax.swing.Icon defaultIcon)
Generate an Icon based on information contained in the provided
PropertyMap.
|
java.util.Map<java.lang.String,javax.swing.JFrame> |
getPanels()
Retrieve a mapping of Quick Access Panel titles to the panels themselves.
|
void |
loadSettingsFromFile(java.io.File file)
Load a settings file as generated by saveSettingsToFile().
|
void |
saveSettingsToFile(java.io.File file)
Save the Quick Access Panel settings to a file, so they may be
transferred between users or to another system.
|
void |
showPanels()
Show the Quick Access Panels.
|
void showPanels()
java.util.Map<java.lang.String,javax.swing.JFrame> getPanels()
javax.swing.Icon getCustomIcon(PropertyMap config, javax.swing.Icon defaultIcon)
config
- A PropertyMap potentially containing information about
user-customized icons.defaultIcon
- Icon to use if no custom icon information is set.void saveSettingsToFile(java.io.File file)
file
- File to which settings should be saved.void loadSettingsFromFile(java.io.File file)
file
- File from which settings should be loaded.