java.lang.Object
com.pjsofts.eurobudget.EBActions
- public class EBActions
- extends java.lang.Object
Actions used in main EuroBudget Frame
|
Constructor Summary |
private |
EBActions()
Creates a new instance of EBActions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i18n
private static final java.util.ResourceBundle i18n
currentPageFormat
private static java.awt.print.PageFormat currentPageFormat
- last page format choosen
fileChooser
private static javax.swing.JFileChooser fileChooser
- used for load /save
importChooser
private static javax.swing.JFileChooser importChooser
- used for import/export
ACTION_FILE_NEW
public static final javax.swing.Action ACTION_FILE_NEW
ACTION_FILE_NEW_DEBUG
public static final javax.swing.Action ACTION_FILE_NEW_DEBUG
ACTION_FILE_SAVEAS
public static final javax.swing.Action ACTION_FILE_SAVEAS
- Save as Action
ACTION_FILE_SAVE
public static final javax.swing.Action ACTION_FILE_SAVE
ACTION_FILE_AUTOSAVE
public static final javax.swing.Action ACTION_FILE_AUTOSAVE
ACTION_FILE_OPEN
public static final javax.swing.Action ACTION_FILE_OPEN
ACTION_PRINT
public static final javax.swing.Action ACTION_PRINT
ACTION_PRINT_PREVIEW
public static final javax.swing.Action ACTION_PRINT_PREVIEW
ACTION_PRINT_SETTINGS
public static final javax.swing.Action ACTION_PRINT_SETTINGS
ACTION_FILE_INFO
public static final javax.swing.Action ACTION_FILE_INFO
ACTION_SEARCH_TXNS
public static final javax.swing.Action ACTION_SEARCH_TXNS
ACTION_IMPORT_QIF
public static final javax.swing.Action ACTION_IMPORT_QIF
ACTION_EXPORT_QIF
public static final javax.swing.Action ACTION_EXPORT_QIF
EBActions
private EBActions()
- Creates a new instance of EBActions
resetFileChoosers
public static void resetFileChoosers()
- reset file choosers.
to be called when look and feel change or to free memory
getFileChooser
public static javax.swing.JFileChooser getFileChooser()
getImportFileChooser
public static javax.swing.JFileChooser getImportFileChooser()
initActions
public static void initActions()
- init labels and icons of actions
To call once and before any use.
getEB
private static EuroBudget getEB()