Module de.seggebaeing.sqlanalyzer
Interface WindowType
- 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 TypeMethodDescriptionReturns 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
-