Uses of Interface
com.tick42.glue.desktop.windows.Window
| Package | Description |
|---|---|
| com.tick42.glue.desktop.channels |
The channels API for Glue.
|
| com.tick42.glue.desktop.windows |
The window management API for Glue.
|
| com.tick42.glue.desktop.windows.event | |
| com.tick42.glue.internal.channels | |
| com.tick42.glue.internal.windows | |
| com.tick42.glue.internal.windows.sticky |
-
Uses of Window in com.tick42.glue.desktop.channels
Methods in com.tick42.glue.desktop.channels with parameters of type Window Modifier and Type Method Description default ChannelContext<Map<String,Object>>Channels. create(Window window)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 Window Modifier and Type Method Description List<Window>WindowManager. list()Returns a list of available windows.default CompletionStage<Window>WindowManager. register(WindowHandle<?> handle)Register a window with specified handle using default window options.CompletionStage<Window>WindowManager. register(WindowHandle<?> handle, Consumer<WindowOptions.Builder<?>> options)Register a window with specified handle and window options. -
Uses of Window in com.tick42.glue.desktop.windows.event
Constructors in com.tick42.glue.desktop.windows.event with parameters of type Window Constructor Description WindowChannelChangedEvent(Window source, String channel)WindowContextUpdatedEvent(Window window, Map<String,Object> context)WindowFrameButtonClickedEvent(Window source, String buttonId)WindowHibernateEvent(Window source, String layout, Map<String,Object> meta)WindowResumedEvent(Window source, String layout, Map<String,Object> meta) -
Uses of Window in com.tick42.glue.internal.channels
Methods in com.tick42.glue.internal.channels with parameters of type Window Modifier and Type Method Description <T> ChannelContext<T>ChannelContexts. create(Window window, ReifiedType<T> type) -
Uses of Window in com.tick42.glue.internal.windows
Subinterfaces of Window in com.tick42.glue.internal.windows Modifier and Type Interface Description interfaceInternalWindowClasses in com.tick42.glue.internal.windows that implement Window Modifier and Type Class Description classInteropWindowMethods in com.tick42.glue.internal.windows that return types with arguments of type Window Modifier and Type Method Description List<Window>InteropWindowManager. list()CompletionStage<Window>HeadlessWindowManager. register(WindowHandle<?> handle, Consumer<WindowOptions.Builder<?>> options)Constructors in com.tick42.glue.internal.windows with parameters of type Window Constructor Description WindowChannelEventSupport(Window window, ChannelContexts.ChannelKey channelKey) -
Uses of Window in com.tick42.glue.internal.windows.sticky
Methods in com.tick42.glue.internal.windows.sticky that return types with arguments of type Window Modifier and Type Method Description CompletionStage<Window>StickyWindowManager. register(WindowHandle<?> handle, Consumer<WindowOptions.Builder<?>> optionsAction)