Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.pjsofts.eurobudget
Class EBActions  view EBActions download EBActions.java

java.lang.Object
  extended bycom.pjsofts.eurobudget.EBActions

public class EBActions
extends java.lang.Object

Actions used in main EuroBudget Frame


Field Summary
static javax.swing.Action ACTION_EXPORT_QIF
           
static javax.swing.Action ACTION_FILE_AUTOSAVE
           
static javax.swing.Action ACTION_FILE_INFO
           
static javax.swing.Action ACTION_FILE_NEW
           
static javax.swing.Action ACTION_FILE_NEW_DEBUG
           
static javax.swing.Action ACTION_FILE_OPEN
           
static javax.swing.Action ACTION_FILE_SAVE
           
static javax.swing.Action ACTION_FILE_SAVEAS
          Save as Action
static javax.swing.Action ACTION_IMPORT_QIF
           
static javax.swing.Action ACTION_PRINT
           
static javax.swing.Action ACTION_PRINT_PREVIEW
           
static javax.swing.Action ACTION_PRINT_SETTINGS
           
static javax.swing.Action ACTION_SEARCH_TXNS
           
private static java.awt.print.PageFormat currentPageFormat
          last page format choosen
private static javax.swing.JFileChooser fileChooser
          used for load /save
private static java.util.ResourceBundle i18n
           
private static javax.swing.JFileChooser importChooser
          used for import/export
 
Constructor Summary
private EBActions()
          Creates a new instance of EBActions
 
Method Summary
private static EuroBudget getEB()
           
static javax.swing.JFileChooser getFileChooser()
           
static javax.swing.JFileChooser getImportFileChooser()
           
static void initActions()
          init labels and icons of actions To call once and before any use.
static void resetFileChoosers()
          reset file choosers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

EBActions

private EBActions()
Creates a new instance of EBActions

Method Detail

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()