Uses of Interface
com.tick42.glue.desktop.windows.Window
Packages that use Window
Package
Description
The channels API for Glue.
The window management API for Glue.
-
Uses of Window in com.tick42.glue.desktop.channels
Methods in com.tick42.glue.desktop.channels with parameters of type WindowModifier and TypeMethodDescriptiondefault ChannelContext<Map<String,Object>> Creates a channel context for specified window.<T> ChannelContext<T>Channels.create(Window window, ReifiedType<T> contextType) -
Uses of Window in com.tick42.glue.desktop.windows
Methods in com.tick42.glue.desktop.windows that return types with arguments of type WindowModifier and TypeMethodDescriptionWindowManager.list()Returns a list of available windows.default CompletionStage<Window>WindowManager.register(WindowHandle<?> handle) Register a window with specified handle using default window options.default CompletionStage<Window>WindowManager.register(WindowHandle<?> handle, Consumer<WindowOptions.Builder<?>> options) Register a window with specified handle and window options.default CompletionStage<Window>WindowManager.register(WindowRegistration request) WindowManager.register(WindowRegistration request, Consumer<WindowOptions.Builder<?>> options) default <W> CompletionStage<Window>WindowManager.register(W window, Consumer<WindowRegistration.Builder> request, Consumer<WindowOptions.Builder<?>> options) -
Uses of Window in com.tick42.glue.desktop.windows.event
Constructors in com.tick42.glue.desktop.windows.event with parameters of type WindowModifierConstructorDescriptionWindowBoundsChangedEvent(Window source, Bounds bounds) WindowChannelChangedEvent(Window source, String channel) WindowCollapsedChangedEvent(Window source, boolean collapsed) WindowContextUpdatedEvent(Window window, Map<String, Object> context) WindowFocusChangedEvent(Window source, boolean focused) WindowFrameButtonClickedEvent(Window source, String buttonId) WindowStateChangedEvent(Window source, WindowState state) WindowTitleChangedEvent(Window source, String title) WindowVisibilityChangedEvent(Window source, boolean visible)