|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.carlosbcruz.account.control.AccountJInternalFramesController
public class AccountJInternalFramesController
Constrols the internal frames allocations for the Account Application
Constructor Summary | |
---|---|
AccountJInternalFramesController()
|
Method Summary | |
---|---|
static AccountJInternalAccountFrame |
getJInternalAccountFrameWithFocus(java.lang.String accountId,
int year)
Retreive the Account Internal Frame corresponding with the com.carlosbcruz.account.control id and year and request the focus |
static AccountJInternalCheckFrame |
getJInternalCheckFrame(java.lang.String checkGroupId)
Get the internal frame corresponding to the check group identification |
static AccountJInternalCheckInput |
getJInternalCheckInputFrame(java.lang.String checkIdentification)
Get the internal frame corresponding to the insertion of checks |
static AccountJInternalCommentFrame |
getJInternalCommentFrame(java.lang.String commentIdentification)
Get the internal frame corresponding to the comment identification |
static AccountJInternalTransactionInput |
getJInternalTransactionInputFrame(java.lang.String accountIdentification)
Get the internal frame corresponding to the insertion of transaction |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccountJInternalFramesController()
Method Detail |
---|
public static AccountJInternalAccountFrame getJInternalAccountFrameWithFocus(java.lang.String accountId, int year)
accountId
- The internal com.carlosbcruz.account.control identificationyear
- The year of the data inside
public static AccountJInternalCheckFrame getJInternalCheckFrame(java.lang.String checkGroupId)
checkGroupId
- The check group identification
public static AccountJInternalCommentFrame getJInternalCommentFrame(java.lang.String commentIdentification)
commentIdentification
- The comment indentification
public static AccountJInternalTransactionInput getJInternalTransactionInputFrame(java.lang.String accountIdentification)
accountIdentification
- The Account Identification
public static AccountJInternalCheckInput getJInternalCheckInputFrame(java.lang.String checkIdentification)
checkIdentification
- The Account Identification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |