Uses of Class
com.formdev.flatlaf.ui.FlatPopupFactory.NonFlashingPopup
-
Packages that use FlatPopupFactory.NonFlashingPopup Package Description com.formdev.flatlaf.ui -
-
Uses of FlatPopupFactory.NonFlashingPopup in com.formdev.flatlaf.ui
Subclasses of FlatPopupFactory.NonFlashingPopup in com.formdev.flatlaf.ui Modifier and Type Class Description private class
FlatPopupFactory.DropShadowPopup
Fields in com.formdev.flatlaf.ui with type parameters of type FlatPopupFactory.NonFlashingPopup Modifier and Type Field Description private java.util.ArrayList<FlatPopupFactory.NonFlashingPopup>
FlatPopupFactory. stillShownHeavyWeightPopups
Methods in com.formdev.flatlaf.ui that return FlatPopupFactory.NonFlashingPopup Modifier and Type Method Description (package private) FlatPopupFactory.NonFlashingPopup
FlatPopupFactory.DropShadowPopup. cloneForReuse()
(package private) FlatPopupFactory.NonFlashingPopup
FlatPopupFactory.NonFlashingPopup. cloneForReuse()
private static FlatPopupFactory.NonFlashingPopup
FlatPopupFactory. reuseStillShownHeavyWeightPopups(FlatPopupFactory.NonFlashingPopup reusePopup, java.awt.Component contents, int ownerX, int ownerY)
Reuse a heavy weight popup window, which is still shown on screen, by updating window location and contents.Methods in com.formdev.flatlaf.ui with parameters of type FlatPopupFactory.NonFlashingPopup Modifier and Type Method Description private static FlatPopupFactory.NonFlashingPopup
FlatPopupFactory. reuseStillShownHeavyWeightPopups(FlatPopupFactory.NonFlashingPopup reusePopup, java.awt.Component contents, int ownerX, int ownerY)
Reuse a heavy weight popup window, which is still shown on screen, by updating window location and contents.Constructors in com.formdev.flatlaf.ui with parameters of type FlatPopupFactory.NonFlashingPopup Constructor Description NonFlashingPopup(FlatPopupFactory.NonFlashingPopup reusePopup)
-