Package ui.hr

Class ManageEmpPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ManageEmpPanel extends JPanel
Represents the panel for managing employee records. It allows users to view, add, update, and terminate employee records, as well as search for specific records.

Available methods: - ManageEmpPanel() - getEmployeeTableSorter() - getEmployeeTableModel() - getTerminateEmpBTN() - getAddEmpBTN() - getEmployeeTable() - getSearchBTN() - getSearchField() - getUpdateEmpBTN() - empRecordTableSorter()

Note: This class contains auto-generated code generated by the NetBeans GUI Builder.

See Also:
  • Constructor Details

    • ManageEmpPanel

      public ManageEmpPanel()
      Constructs a new ManageEmpPanel. Initializes the components and sets up the employee table.
  • Method Details

    • getEmployeeTableSorter

      public TableRowSorter<DefaultTableModel> getEmployeeTableSorter()
      Retrieves the employee table sorter.
      Returns:
      The employee table sorter.
    • getEmployeeTableModel

      public DefaultTableModel getEmployeeTableModel()
      Retrieves the employee table model.
      Returns:
      The employee table model.
    • getTerminateEmpBTN

      public JButton getTerminateEmpBTN()
      Retrieves the Terminate Employee button.
      Returns:
      The Terminate Employee button.
    • getAddEmpBTN

      public JButton getAddEmpBTN()
      Retrieves the Add Employee button.
      Returns:
      The Add Employee button.
    • getEmployeeTable

      public JTable getEmployeeTable()
      Retrieves the employee table.
      Returns:
      The employee table.
    • getSearchBTN

      public JButton getSearchBTN()
      Retrieves the Search button.
      Returns:
      The Search button.
    • getSearchField

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

      public JButton getUpdateEmpBTN()
      Retrieves the Update Employee button.
      Returns:
      The Update Employee button.
    • empRecordTableSorter

      public TableRowSorter<DefaultTableModel> empRecordTableSorter()
      Retrieves the employee table sorter.
      Returns:
      The employee table sorter.