All Known Implementing Classes:
BdoWindowType, GeneralWindowType

public interface WindowType
Lightweight contract for identifying UI windows by their associated FXML resource name. Implementations typically represent concrete window enums/types used by the WindowManager.
Since:
1.0
Author:
Felix Seggebäing
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the base FXML resource name associated with this window type, without path or extension handling.
  • Method Details

    • getFxmlName

      String getFxmlName()
      Returns the base FXML resource name associated with this window type, without path or extension handling.
      Returns:
      the FXML file name