Class AccountEntryPanel

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class AccountEntryPanel extends JPanel implements ActionListener
This class takes cares of displaying the panel which holds all the necessary fields that can be used to enter the search criteria.
See Also:
  • Constructor Details

    • AccountEntryPanel

      public AccountEntryPanel()
    • AccountEntryPanel

      public AccountEntryPanel(ActionListener listener)
  • Method Details

    • getInputFList

      public FList getInputFList() throws Exception
      Returns the input FList based on the user specified criteria to perform search on the account.
      Returns:
      the input FList for the search template
      Throws:
      Exception
    • getIndex

      public int getIndex()
      Returns the index that specifes the number of argument used in the search template .
      Returns:
      the number of argument in the search template
    • reset

      public void reset()
      clears all the field entries in the panel .
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener