Uses of Interface
ch.swingfx.twinkle.style.closebutton.ICloseButton
Packages that use ICloseButton
-
Uses of ICloseButton in ch.swingfx.twinkle.style
Fields in ch.swingfx.twinkle.style declared as ICloseButtonMethods in ch.swingfx.twinkle.style that return ICloseButtonModifier and TypeMethodDescriptionAbstractNotificationStyle.getCloseButton()
INotificationStyle.getCloseButton()
Get theICloseButton
that should be applied to the notificationMethods in ch.swingfx.twinkle.style with parameters of type ICloseButtonModifier and TypeMethodDescriptionAbstractNotificationStyle.withCloseButton
(ICloseButton closeButton) Override the defaultICloseButton
-
Uses of ICloseButton in ch.swingfx.twinkle.style.closebutton
Classes in ch.swingfx.twinkle.style.closebutton that implement ICloseButtonModifier and TypeClassDescriptionclass
ANullCloseButton
is an invisible close button.class
A simple rectangle close button.class
A simple round close button.Methods in ch.swingfx.twinkle.style.closebutton that return ICloseButtonModifier and TypeMethodDescriptionICloseButton.withPosition
(int x, int y) Set the position of the close buttonNullCloseButton.withPosition
(int x, int y) RectangleCloseButton.withPosition
(int x, int y) RoundCloseButton.withPosition
(int x, int y)