Module com.gluonhq.attach.statusbar
Class IOSStatusBarService
- java.lang.Object
-
- com.gluonhq.attach.statusbar.impl.IOSStatusBarService
-
- All Implemented Interfaces:
StatusBarService
public class IOSStatusBarService extends java.lang.Object implements StatusBarService
-
-
Constructor Summary
Constructors Constructor Description IOSStatusBarService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetColor(javafx.scene.paint.Color color)Sets the color of the status bar to the specified color.
-
-
-
Method Detail
-
setColor
public void setColor(javafx.scene.paint.Color color)
Description copied from interface:StatusBarServiceSets the color of the status bar to the specified color.- Specified by:
setColorin interfaceStatusBarService- Parameters:
color- The color to set the status bar to.
-
-