Class OverlayCampInfoDisplayWithParticipantsView

Direct Known Subclasses:
OverlayCampInfoDisplayWithParticipantsViewStudentView, OverlayCampInfoDisplayWithParticipantsViewSuggestion, OverlayCampStaffEditView

public class OverlayCampInfoDisplayWithParticipantsView extends OverlayCampInfoDisplayView
Extension of OverlayCampInfoDisplayView that includes participant and committee views in addition to displaying camp information.
  • Constructor Details

    • OverlayCampInfoDisplayWithParticipantsView

      public OverlayCampInfoDisplayWithParticipantsView(int x, int y, int offsetY, int offsetX, String windowName, Camp camp)
      Constructs an OverlayCampInfoDisplayWithParticipantsView object.
      Parameters:
      x - The x-coordinate position.
      y - The y-coordinate position.
      offsetY - The y-coordinate offset.
      offsetX - The x-coordinate offset.
      windowName - The name of the overlay window.
      camp - The camp app.entity containing information to be displayed.
  • Method Details