Interface ShowInitializable
- All Known Implementing Classes:
CaptionConfiguration
,DragRegion
,MenuBarDragRegion
public interface ShowInitializable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
showInit()
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
-