Class ControlsController
java.lang.Object
net.yetihafen.javafx.customcaption.internal.ControlsController
- All Implemented Interfaces:
javafx.fxml.Initializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyConfig
(CaptionConfiguration config) void
hoverButton
(CustomizedStage.CaptionButton hoveredButton) void
initialize
(URL location, ResourceBundle resources) void
onResize
(com.sun.jna.platform.win32.WinDef.WPARAM wParam)
-
Constructor Details
-
ControlsController
public ControlsController()
-
-
Method Details
-
applyConfig
-
hoverButton
-
onResize
public void onResize(com.sun.jna.platform.win32.WinDef.WPARAM wParam) -
initialize
- Specified by:
initialize
in interfacejavafx.fxml.Initializable
-