Package ui.it

Class ManageUserPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ManageUserPanel extends JPanel
Represents a panel for managing user credentials.
See Also:
  • Constructor Details

    • ManageUserPanel

      public ManageUserPanel()
      Constructs a new ManageUserPanel and initializes the table model.
  • Method Details

    • getEmpIDTxtField

      public JTextField getEmpIDTxtField()
      Retrieves the employee ID text field.
      Returns:
      The employee ID text field.
    • getUserCredentialTable

      public JTable getUserCredentialTable()
      Retrieves the table displaying user credentials.
      Returns:
      The table displaying user credentials.
    • getPasswordField

      public JPasswordField getPasswordField()
      Retrieves the password field.
      Returns:
      The password field.
    • getConfirmPassField

      public JPasswordField getConfirmPassField()
      Retrieves the confirm password field.
      Returns:
      The confirm password field.
    • getRoleDropBox

      public JComboBox<String> getRoleDropBox()
      Retrieves the role drop-down box.
      Returns:
      The role drop-down box.
    • getLastModifiedTxtField

      public JTextField getLastModifiedTxtField()
      Retrieves the last modified text field.
      Returns:
      The last modified text field.
    • getSearchField

      public JTextField getSearchField()
      Retrieves the search field.
      Returns:
      The search field.
    • getUpdateUserBTN

      public JButton getUpdateUserBTN()
      Retrieves the update user button.
      Returns:
      The update user button.
    • getUsernameTxtField

      public JTextField getUsernameTxtField()
      Retrieves the username text field.
      Returns:
      The username text field.
    • getMngUserTableModel

      public DefaultTableModel getMngUserTableModel()
      Retrieves the table model for managing users.
      Returns:
      The table model for managing users.
    • getCreateUserBTN

      public JButton getCreateUserBTN()
      Retrieves the create user button.
      Returns:
      The create user button.
    • getDeleteUserBTN

      public JButton getDeleteUserBTN()
      Retrieves the delete user button.
      Returns:
      The delete user button.
    • getSearchBTN

      public JButton getSearchBTN()
      Retrieves the search button.
      Returns:
      The search button.
    • getClearBTN

      public JButton getClearBTN()
      Retrieves the clear button.
      Returns:
      The clear button.
    • getUserTableSorter

      public TableRowSorter<DefaultTableModel> getUserTableSorter()
      Retrieves the table row sorter for the user table.
      Returns:
      The table row sorter for the user table.