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 ICloseButtonAbstractNotificationStyle. fCloseButtonMethods in ch.swingfx.twinkle.style that return ICloseButton Modifier and Type Method Description ICloseButtonAbstractNotificationStyle. getCloseButton()ICloseButtonINotificationStyle. getCloseButton()Get theICloseButtonthat should be applied to the notificationMethods in ch.swingfx.twinkle.style with parameters of type ICloseButton Modifier and Type Method Description AbstractNotificationStyleAbstractNotificationStyle. 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 classNullCloseButtonANullCloseButtonis an invisible close button.classRectangleCloseButtonA simple rectangle close button.classRoundCloseButtonA simple round close button.Methods in ch.swingfx.twinkle.style.closebutton that return ICloseButton Modifier and Type Method Description ICloseButtonICloseButton. withPosition(int x, int y)Set the position of the close buttonICloseButtonNullCloseButton. withPosition(int x, int y)ICloseButtonRectangleCloseButton. withPosition(int x, int y)ICloseButtonRoundCloseButton. withPosition(int x, int y)
-