Uses of Class
org.eclipse.jface.widgets.ShellFactory
Packages that use ShellFactory
-
Uses of ShellFactory in org.eclipse.jface.widgets
Methods in org.eclipse.jface.widgets that return ShellFactoryModifier and TypeMethodDescriptionShellFactory.fullScreen
(boolean fullScreen) Sets the full screen state of the receiver.ShellFactory.maximized
(boolean maximized) Sets the maximized state of the receiver.ShellFactory.menuBar
(Function<Decorations, Menu> menuFunction) Sets the shell's menu bar by aFunction
.ShellFactory.minimized
(boolean minimized) Sets the minimized stated of the receiver.static ShellFactory
ShellFactory.newShell
(int style) Creates a new ShellFactory with the given style.ShellFactory.onActivate
(Consumer<ShellEvent> consumer) Creates aShellListener
and registers it for the activated event.ShellFactory.onClose
(Consumer<ShellEvent> consumer) Creates aShellListener
and registers it for the closed event.ShellFactory.onDeactivate
(Consumer<ShellEvent> consumer) Creates aShellListener
and registers it for the deactivated event.ShellFactory.onDeiconify
(Consumer<ShellEvent> consumer) Creates aShellListener
and registers it for the deiconified (un-minimized) event.ShellFactory.onIconify
(Consumer<ShellEvent> consumer) Creates aShellListener
and registers it for the iconified (minimized) event.static ShellFactory
WidgetFactory.shell
(int style) Sets the receiver's text, which is the string that the window manager will typically display as the receiver's title, to the argument, which must not be null.