Uses of Interface
ch.swingfx.twinkle.style.closebutton.ICloseButton
-
Packages that use ICloseButton Package Description ch.swingfx.twinkle.style ch.swingfx.twinkle.style.closebutton -
-
Uses of ICloseButton in ch.swingfx.twinkle.style
Fields in ch.swingfx.twinkle.style declared as ICloseButton Modifier and Type Field Description private ICloseButton
AbstractNotificationStyle. fCloseButton
Methods in ch.swingfx.twinkle.style that return ICloseButton Modifier and Type Method Description ICloseButton
AbstractNotificationStyle. getCloseButton()
ICloseButton
INotificationStyle. getCloseButton()
Get theICloseButton
that should be applied to the notificationMethods in ch.swingfx.twinkle.style with parameters of type ICloseButton Modifier and Type Method Description AbstractNotificationStyle
AbstractNotificationStyle. withCloseButton(ICloseButton closeButton)
Override the defaultICloseButton
-
Uses of ICloseButton in ch.swingfx.twinkle.style.closebutton
Classes in ch.swingfx.twinkle.style.closebutton that implement ICloseButton Modifier and Type Class Description class
NullCloseButton
ANullCloseButton
is an invisible close button.class
RectangleCloseButton
A simple rectangle close button.class
RoundCloseButton
A simple round close button.Methods in ch.swingfx.twinkle.style.closebutton that return ICloseButton Modifier and Type Method Description ICloseButton
ICloseButton. withPosition(int x, int y)
Set the position of the close buttonICloseButton
NullCloseButton. withPosition(int x, int y)
ICloseButton
RectangleCloseButton. withPosition(int x, int y)
ICloseButton
RoundCloseButton. withPosition(int x, int y)
-