public class ExportProfileAction extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
prefPattern |
private Preferences |
prefs |
private java.lang.String |
schemaKey |
Constructor and Description |
---|
ExportProfileAction(Preferences prefs,
java.lang.String schemaKey,
java.lang.String prefPattern)
Constructs a new
ExportProfileAction . |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent ae) |
private java.io.File |
askUserForCustomSettingsFile() |
private final java.lang.String prefPattern
private final java.lang.String schemaKey
private final transient Preferences prefs
public ExportProfileAction(Preferences prefs, java.lang.String schemaKey, java.lang.String prefPattern)
ExportProfileAction
.prefs
- preferencesschemaKey
- filename prefixprefPattern
- preference key pattern used to determine which entries are exportedpublic void actionPerformed(java.awt.event.ActionEvent ae)
private java.io.File askUserForCustomSettingsFile()