Uses of Class
org.autogui.swing.AutoGuiShell
Packages that use AutoGuiShell
-
Uses of AutoGuiShell in org.autogui.swing
Methods in org.autogui.swing that return AutoGuiShellModifier and TypeMethodDescriptionstatic AutoGuiShell
AutoGuiShell.get()
AutoGuiShell.withCrossPlatformLookAndFeel()
AutoGuiShell.withLookAndFeelClass
(String lookAndFeelClass) AutoGuiShell.withLookAndFeelClassFromFunction
(Function<AutoGuiShell, String> init) AutoGuiShell.withLookAndFeelNone()
turning off the feature of the setting look-and-feel from some propertyAutoGuiShell.withLookAndFeelProperty
(String p) AutoGuiShell.withLookAndFeelSpecial
(String v) AutoGuiShell.withPrefsValuesLoadArgs
(String... args) applyGuiPreferencesLoader.parseArgs(Object, List)
for the target object.AutoGuiShell.withPrefsValuesLoadSkip()
skip loading default properties of object from saved default prefs.AutoGuiShell.withWindowCreator
(Function<Object, GuiSwingWindow> windowCreator) customizing the creator forcreateWindowInEvent(Object)
.AutoGuiShell.withWindowCreatorRelaxed
(Function<Object, GuiSwingWindow> windowCreatorRelaxed) customizing the creator forcreateWindowRelaxedInEvent(Object)
Method parameters in org.autogui.swing with type arguments of type AutoGuiShellModifier and TypeMethodDescriptionAutoGuiShell.withLookAndFeelClassFromFunction
(Function<AutoGuiShell, String> init)