java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.optaplanner.examples.nurserostering.swingui.EmployeePanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class EmployeePanel extends JPanel
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getEmployee

      public Employee getEmployee()
    • setShiftDateListAndShiftList

      public void setShiftDateListAndShiftList(List<ShiftDate> shiftDateList, List<Shift> shiftList)
    • resetShiftListPanel

      public void resetShiftListPanel()
    • addShiftAssignment

      public void addShiftAssignment(ShiftAssignment shiftAssignment)
    • clearShiftAssignments

      public void clearShiftAssignments()
    • update

      public void update()