com.carlosbcruz.account.control
Class AccountJInternalFramesController

java.lang.Object
  extended by com.carlosbcruz.account.control.AccountJInternalFramesController

public class AccountJInternalFramesController
extends java.lang.Object

Constrols the internal frames allocations for the Account Application

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

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

AccountJInternalFramesController

public AccountJInternalFramesController()
Method Detail

getJInternalAccountFrameWithFocus

public 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

Parameters:
accountId - The internal com.carlosbcruz.account.control identification
year - The year of the data inside
Returns:
AccountJInternaAccountlFrame the Internal Frame requested

getJInternalCheckFrame

public static AccountJInternalCheckFrame getJInternalCheckFrame(java.lang.String checkGroupId)
Get the internal frame corresponding to the check group identification

Parameters:
checkGroupId - The check group identification
Returns:
AccountJInternaCheckFrame the internanal frame requested

getJInternalCommentFrame

public static AccountJInternalCommentFrame getJInternalCommentFrame(java.lang.String commentIdentification)
Get the internal frame corresponding to the comment identification

Parameters:
commentIdentification - The comment indentification
Returns:
The internanal frame requested

getJInternalTransactionInputFrame

public static AccountJInternalTransactionInput getJInternalTransactionInputFrame(java.lang.String accountIdentification)
Get the internal frame corresponding to the insertion of transaction

Parameters:
accountIdentification - The Account Identification
Returns:
The internanal frame requested

getJInternalCheckInputFrame

public static AccountJInternalCheckInput getJInternalCheckInputFrame(java.lang.String checkIdentification)
Get the internal frame corresponding to the insertion of checks

Parameters:
checkIdentification - The Account Identification
Returns:
The internanal frame requested