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 classFlatPopupFactory.DropShadowPopupFields in com.formdev.flatlaf.ui with type parameters of type FlatPopupFactory.NonFlashingPopup Modifier and Type Field Description private java.util.ArrayList<FlatPopupFactory.NonFlashingPopup>FlatPopupFactory. stillShownHeavyWeightPopupsMethods in com.formdev.flatlaf.ui that return FlatPopupFactory.NonFlashingPopup Modifier and Type Method Description (package private) FlatPopupFactory.NonFlashingPopupFlatPopupFactory.DropShadowPopup. cloneForReuse()(package private) FlatPopupFactory.NonFlashingPopupFlatPopupFactory.NonFlashingPopup. cloneForReuse()private static FlatPopupFactory.NonFlashingPopupFlatPopupFactory. 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.NonFlashingPopupFlatPopupFactory. 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)
-