All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| ApplicationInstance |
Represents possibly running application instance.
|
| ApplicationInstanceHandler |
Handler function to be invoked when a child application instance is started.
|
| ApplicationManager |
Application Manager API.
|
| AsynchronousCloseable |
A resource that can be closed in a non-blocking manner.
|
| Bounds |
|
| Buffer |
|
| ButtonOptions |
|
| ButtonOptions.Builder<B extends ButtonOptions.Builder<B>> |
|
| ChannelContext<T> |
Channel context.
|
| ChannelContextChangedEvent |
|
| ChannelContextChangedEvent.Listener |
|
| ChannelContextDataSubscriber<T> |
|
| ChannelContextSubscriber<T> |
|
| ChannelContextUpdatedEvent |
|
| ChannelContextUpdatedEvent.Listener |
|
| Channels |
Channels.
|
| ColumnOptions |
|
| ColumnOptions.Builder |
|
| ColumnsBuilder<B extends ColumnsBuilder<B>> |
|
| Context<T> |
A shared context.
|
| ContextCreatedEvent |
|
| ContextCreatedEvent.Listener |
|
| ContextDataSubscriber<T> |
Callback for context data updates.
|
| ContextDeletedEvent |
|
| ContextDeletedEvent.Listener |
|
| ContextUpdatedEvent |
|
| ContextUpdatedEvent.Listener |
|
| Environment |
|
| Glue |
The main entry point of Glue library.
|
| Glue.Builder |
Helper to build a Glue instance.
|
| GlueApplication |
Glue application.
|
| GlueApplication.Builder<B extends GlueApplication.Builder<B,A>,A extends GlueApplication> |
|
| GlueConfig |
|
| GlueConfig.Option |
Describes an option in Glue's configuration.
|
| GlueEvent<T> |
Base type from which all Glue events are derived.
|
| GlueEvent.Listener<E extends GlueEvent<?>> |
|
| GlueEvent.Monitor |
|
| GlueEvent.Subscription<E> |
|
| GlueException |
Base type for all exceptions thrown by Glue.
|
| Instance |
|
| Instance.Builder |
|
| InstanceMatch |
|
| InstanceMatch.Builder<B extends InstanceMatch.Builder<?>> |
|
| Intent |
Represents an intent.
|
| IntentContext<T> |
Represents a context to be used to raise an Intent.
|
| IntentContextHandler<T,R> |
Intent context update handler.
|
| IntentHandler |
Describes an implementation of an intent.
|
| IntentHandlerType |
|
| IntentListenerRegistration |
Reference to an Intent listener registration.
|
| IntentListenerRequest<T> |
Describes a request to define a dynamic Intent.
|
| IntentListenerRequest.Builder<T> |
|
| IntentRequest |
Represents a request to raise an intent.
|
| IntentRequest.Builder |
|
| IntentResult<T> |
Results of a raised intent.
|
| Intents |
Intents API.
|
| IntentTarget |
Target of the raised intent.
|
| InternalContext |
|
| Interop |
|
| Interop.InstanceSubscriber |
|
| Interop.ServerMethodSubscriber |
|
| InteropEvent<T> |
|
| InteropEvent.Listener<E extends GlueEvent<?>> |
|
| InvocationOptions |
|
| InvocationOptions.Builder |
|
| InvocationType |
|
| Layout |
Describes a layout with all of its state.
|
| LayoutComponent |
|
| LayoutComponentType |
|
| LayoutImportMode |
|
| LayoutRestoreOptions |
|
| LayoutRestoreOptions.Builder |
|
| Layouts |
API for managing Glue Desktop layouts.
|
| Layouts.SaveRequestListener |
Deprecated. |
| LayoutSaveHandler<T> |
A handler function to be invoked when layout save state is requested.
|
| LayoutSaveRequest |
Layout state save request context.
|
| LayoutType |
|
| Mail |
|
| Main |
|
| MethodAddedEvent<T> |
|
| MethodAddedEvent.Listener<T> |
|
| MethodDefinition |
Describes an Interop method.
|
| MethodDefinition.Builder |
|
| MethodDefinition.BuilderBase<B extends MethodDefinition.BuilderBase<B>> |
|
| MethodEvent<T> |
|
| MethodEvent.Listener<E extends InteropEvent<T> & MethodEvent<T>,T> |
|
| MethodEvent.Support<T> |
|
| MethodInvocationHandler<T,R> |
|
| MethodInvocationRequest<T> |
A request to invoke method.
|
| MethodInvocationResponse<T> |
|
| MethodInvocationResponse.Status |
|
| MethodInvocationResult<T> |
Holds responses received for a method invocation.
|
| MethodInvocationResult.Type |
|
| MethodMatch |
|
| MethodMatch.Builder<B extends MethodMatch.Builder<B>> |
|
| MethodQuery<R> |
|
| MethodRegistration |
|
| MethodRemovedEvent<T> |
|
| MethodRemovedEvent.Listener<T> |
|
| MethodSearch<R> |
|
| NewEmailOptions |
|
| NewEmailOptions.Builder<B extends NewEmailOptions.Builder<B>> |
|
| NewLayoutOptions |
|
| NewLayoutOptions.Builder<B extends NewLayoutOptions.Builder<B>> |
|
| Notification |
|
| NotificationAction |
|
| NotificationAction.Builder |
|
| NotificationOptions |
|
| NotificationOptions.Builder |
|
| Notifications |
Notifications.
|
| NotificationSeverity |
|
| ReifiedType<T> |
Utility to capture generic types.
|
| ReifiedType.Capture<T> |
Capture a generic type using (usually anonymous) sub-classing.
|
| RowsBuilder<T,B extends RowsBuilder<T,B>> |
|
| Scheduler |
Abstract boundary for asynchronous task scheduling and execution.
|
| Search<T> |
Entry point of the discovery API.
|
| ServerAddedEvent |
|
| ServerEvent |
|
| ServerMethod |
A method backed by a specific server instance.
|
| ServerMethod.Builder |
|
| ServerMethodAddedEvent |
|
| ServerMethodEvent |
|
| ServerMethodEvent.Listener<E extends ServerMethodEvent> |
|
| ServerMethodRemovedEvent |
|
| ServerQuery |
|
| ServerRemovedEvent |
|
| ServerSearch |
|
| SharedContexts |
Shared contexts.
|
| Sheet<T> |
Sheet.
|
| SheetChange<T> |
A change in sheet's data - usually caused by user interaction.
|
| SheetChangeHandler<T> |
Handler for data changes in the sheet.
|
| SheetOptions |
|
| SheetOptions.Builder<T,B extends SheetOptions.Builder<T,B>> |
|
| ShuttingDownHandler |
Callback to be invoked when Glue Desktop is shutting down.
|
| ShuttingDownHandler.ShuttingDownArguments |
Arguments describing shutting down.
|
| Spreadsheets |
|
| Spreadsheets.StatusSubscriber |
|
| StreamBranch |
Stream branches as java objects.
|
| StreamConsumer<T> |
Accepted stream consumer.
|
| StreamData<T> |
Stream data received by the subscriber.
|
| StreamProducer |
Stream data producer.
|
| StreamPublisher<T> |
Publisher for data received by streaming methods.
|
| StreamSubscriber<T> |
A receiver of streaming events.
|
| StreamSubscription |
|
| StreamSubscriptionRejectedException |
Exception indicating that a subscription request was
rejected by a handler.
|
| StreamSubscriptionRequest<T> |
|
| StreamSubscriptionRequestHandler<T> |
Handler for subscription requests.
|
| SynchronousMethodInvocationHandler<T,R> |
|
| TableBuilder<T,B extends TableBuilder<T,B>> |
|
| Tick42Glue |
|
| Tick42Glue.Builder |
|
| ValidationError |
|
| ValidationError.Builder |
|
| Window |
Glue desktop window.
|
| WindowBoundsChangedEvent |
Window bounds changed event.
|
| WindowBoundsChangedEvent.Listener |
|
| WindowChannelChangedEvent |
|
| WindowChannelChangedEvent.Listener |
|
| WindowCollapsedChangedEvent |
Window collapsed changed event.
|
| WindowCollapsedChangedEvent.Listener |
Window collapsed changed event listener.
|
| WindowContextUpdatedEvent |
Window context update event.
|
| WindowContextUpdatedEvent.Listener |
|
| WindowEvent |
|
| WindowEvent.Listener<E extends WindowEvent> |
|
| WindowFocusChangedEvent |
Window focus changed event.
|
| WindowFocusChangedEvent.Listener |
|
| WindowFrameButtonClickedEvent |
|
| WindowFrameButtonClickedEvent.Listener |
|
| WindowHandle<W> |
|
| WindowHibernateEvent |
|
| WindowHibernateEvent.Listener |
|
| WindowLayoutEvent |
|
| WindowManager |
Window management.
|
| WindowManagerException |
|
| WindowMode |
|
| WindowOptions |
Window Options.
|
| WindowOptions.Builder<B extends WindowOptions.Builder<B>> |
|
| WindowRegistration |
|
| WindowRegistration.Builder |
|
| WindowResumedEvent |
|
| WindowResumedEvent.Listener |
|
| WindowState |
Window State
|
| WindowStateChangedEvent |
Window state changed event.
|
| WindowStateChangedEvent.Listener |
Window state changed listener.
|
| WindowTitleChangedEvent |
Window title changed event.
|
| WindowTitleChangedEvent.Listener |
|
| WindowVisibilityChangedEvent |
Window visibility changed event.
|
| WindowVisibilityChangedEvent.Listener |
|