Interface ShowInitializable
- All Known Implementing Classes:
CaptionConfiguration,CustomizedStage,DragRegion,MenuBarDragRegion
public interface ShowInitializable
-
Method Summary
Modifier and TypeMethodDescriptionvoidshowInit()this function is designed to be called afterStage.show()has been called to configure customizations should only be called once per stage
-
Method Details
-
showInit
void showInit()this function is designed to be called afterStage.show()has been called to configure customizations should only be called once per stage
-