|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.carlosbcruz.account.control.AccountActions
public class AccountActions
Provider of specif Actions to the com.carlosbcruz.account.control application. The Actions are inner class of AccountActions.
Constructor Summary | |
---|---|
AccountActions()
|
Method Summary | |
---|---|
static AccountAbstractActionDecorator |
getBankTypeAction()
Provides the Action to insert a Bank Type |
static AccountAbstractActionDecorator |
getBankTypeListAction()
Provides the Action to remove a bank type |
static AccountAbstractActionDecorator |
getCreateTransactionAction()
Provides the Create Action on Manual Transaction Input |
static AccountAbstractActionDecorator |
getDeleteQuickListAction()
Provides the Delete In Quick List Action on Manual Transaction Input |
static AccountAbstractActionDecorator |
getDeleteTransactionAction()
Provides the Delete Transaction Action Instance for Account Internal Frame |
static AccountAbstractActionDecorator |
getExitAction()
Provides the Exit Action Instance |
static AccountAbstractActionDecorator |
getExportAction()
Provides the Export Action Instance |
static AccountAbstractActionDecorator |
getFileAction()
Provides the File Action Instance |
static AccountAbstractActionDecorator |
getImportAction()
Provides the Import Action Instance |
static AccountAbstractActionDecorator |
getInsertCheckAction()
Provides the Insert Checks Action Instance for Account Internal Frame |
static AccountAbstractActionDecorator |
getInsertInQuickListAction()
Provides the Insert In Quick List Action on Manual Transaction Input |
static AccountAbstractActionDecorator |
getInsertTransactionAction()
Provides the Insert Transaction Action Instance for Account Internal Frame |
static AccountAbstractActionDecorator |
getTransactionFromBankAction()
Provides the Action to get Transation from Bank |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccountActions()
Method Detail |
---|
public static AccountAbstractActionDecorator getFileAction()
public static AccountAbstractActionDecorator getImportAction()
public static AccountAbstractActionDecorator getExportAction()
public static AccountAbstractActionDecorator getExitAction()
public static AccountAbstractActionDecorator getDeleteTransactionAction()
public static AccountAbstractActionDecorator getInsertTransactionAction()
public static AccountAbstractActionDecorator getInsertCheckAction()
public static AccountAbstractActionDecorator getCreateTransactionAction()
public static AccountAbstractActionDecorator getInsertInQuickListAction()
public static AccountAbstractActionDecorator getDeleteQuickListAction()
public static AccountAbstractActionDecorator getTransactionFromBankAction()
public static AccountAbstractActionDecorator getBankTypeAction()
public static AccountAbstractActionDecorator getBankTypeListAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |