Uses of Class
io.github.sosuisen.jfxbuilder.web.PopupFeaturesBuilder
Packages that use PopupFeaturesBuilder
-
Uses of PopupFeaturesBuilder in io.github.sosuisen.jfxbuilder.web
Methods in io.github.sosuisen.jfxbuilder.web that return PopupFeaturesBuilderModifier and TypeMethodDescriptionPopupFeaturesBuilder.apply
(Consumer<PopupFeatures> func) Applies a function to the PopupFeatures instance being constructed.static PopupFeaturesBuilder
PopupFeaturesBuilder.create
(boolean menu, boolean status, boolean toolbar, boolean resizable) Accepts the constructor arguments ofPopupFeatures(boolean, boolean, boolean, boolean)
and returns an instance ofPopupFeaturesBuilder
.