AboutDialog |
|
BasicTableEventHandlerFactory |
Handles registration for the following actions on IrisTables
Double Click on cell
Right Click on cell(s)
Right Click on table header
Each action has a Global and Column specific registration method so that
consumers can handle specific columns or any column.
|
BulkQueryPartitionDialog |
Class to provide a list of column partition values for bulk query creation.
|
BulkQueryPartitioningPanelDate |
BulkQueryPartitioningPanel implementation to provide a list of dates for column partitions
|
BulkQueryPartitioningPanelOther |
BulkQueryPartitioningPanel implementation to provide a list of column partition values based on a file or text box, where
the partitioning values are separated by newlines.
|
ChangePasswordDialog |
|
ClientSidePerformanceTracker |
|
ClientSidePerformanceTracker.AggregateInfo |
|
ConfigHeaderPopupProvider |
|
ConfigPopupProvider |
|
ConfigurationTypeWrapper |
Wrapper for query type names and displayable names.
|
ConsolePlugins |
|
ConsoleUpdateErrorReporter |
The Console Update Error Reporter is used to report errors to listeners in the Console.
|
ConsoleUpdateErrorReporter.ThrowableAndTime |
|
CopyHeadersPopupProvider |
|
CustomTableActions |
A collection of CustomActions acquired from the provided table and presented as a set
of Menu items.
|
CustomTableActions.ScopeDelegate |
|
DbClearFiltersPanel |
A reusable panel for including a 'clear all filters' button.
|
DbConsoleCompletionHandler |
An internal utility for performing autocomplete queries.
|
DbConsoleLogPanel |
|
DbConsoleLogPanel.SynchronizedQuickFilter |
The workspace setting happens from the main thread, but we get the filter data from the log record processing
thread.
|
DBDateTimeSpinner |
Wraps a JSpinner so that it is set up correctly to display and edit a DBDateTime
|
DbFilterByMenu |
A JMenu for Filtering by value.
|
DbFilterViewManagerPanel |
Provide a user interface for bulk operations on filters across an entire workspace at once.
|
DbOneClickPanel |
This panel allows users to perform OneClicks either openly
|
DbViewportAdjustmentListener |
Listens to our scroll pane that contains a GuiTable so that we know how the viewport changes as the user scrolls up
and down; we need to pass that adjustment onto the table model we've got so the server-side knows our viewport has
been modified.
|
DelimitedSelector |
A basic dialog which allows a user to select a delimited file, define the appropriate delimiter, and define the
desired variable-name that should identify the imported table
|
EmbeddedDbConsole |
|
EmbeddedDefinitionGetQuery |
Query to get definitions for table variables.
|
EmbeddedFetchQuery |
EmbeddedDbConsole remote query to get a variable.
|
ErrorColumn |
|
FollowBottomListener |
|
GotoLineDialog |
A simple dialog that allows a user to input a line number.
|
GotoRowDialog |
|
HideItemsPopupProvider |
Popup Provider to handle hiding Various combinations of columns.
|
HTTPToZendeskUtils |
Utilities to send HTTP requests to Zendesk
|
InWorkerServiceConfigPanel |
TypeSpecificConfigPanel implementation for in-worker services.
|
InWorkerServiceConfigPanelFactory |
Implementation of TypeSpecificConfigPanelFactory for in-worker service configuration panels.
|
IrisConsole |
|
IrisConsoleToolbar |
|
IrisRevertPanel |
This panel is to allow users to revert persistent queries to earlier versions.
|
IrisTable |
The GUI component for rendering tables within the IrisConsole.
|
LastByDisScriptUpdate |
InWorkerServiceScriptUpdate implementation for in-worker DIS scripts.
|
LogLevelColumnRenderer |
|
LogMessageColumnRenderer |
|
LogTimestampColumnRenderer |
|
MultiConfigActionConfirm |
|
MultilineValuePopupProvider |
Provides a "Show Value" menu item when the value in the underlying row is
multiline
|
OneClickListPopupProvider |
A PopupProvider that provides the "Create OneClick List" item if the
selected column is a string
|
PandasTableFetchQuery |
|
PersistentQueryConfigEditor |
|
PersistentQueryPanel |
|
PersistentQueryPanelColumn |
A custom column for displaying data in the Persistent Query Config Table.
|
PersistentQueryStatusColumnRenderer |
|
ProgressRenderer |
A renderer used for the progress bar cell in the PersistentQueryPanel, which tracks the state of import or merge jobs.
|
QuerySchedulerPanelContinuous |
|
QuerySchedulerPanelDaily |
Class to handle the panel for daily scheduling
|
QuerySchedulerPanelDependent |
|
QuerySchedulerPanelMonthly |
Class to handle the panel for monthly scheduling
|
QuerySchedulerPanelTemporary |
|
ReloadWorkspaceDialog |
A Dialog to select and load a Saved Workspace.
|
RemoteScriptCommandQuery |
|
RemoteScriptCommandQuery.Result |
|
RemoteScriptCommandQuery.Result.VariableChanges |
|
RemoteScriptLoaderClient |
|
RemoteScriptLoaderCommandHandler |
A simple command line to provide scripts from a console to a worker; for use in source.
|
ReplayConfigPanel |
|
ReplayConfigPanelFactory |
|
SchemaManagerParamsDialog |
|
ScriptCustomActionProvider |
Create a custom action object for strategies.
|
SelectPersistentQueryDialog |
|
SetupRemoteSessionSource |
Utilities for the embedded db console to setup our source.
|
SetupRemoteSessionSource.CloseScriptLoaderClient |
A query that disables the source() and sourceOnce() methods
|
SetupRemoteSessionSource.SetupControllerScriptPathLoader |
A query that ties the source() and sourceOnce() methods to the Controller.
|
SetupRemoteSessionSource.SetupRemoteScriptLoader |
A query that ties the source() and sourceOnce() methods to a remote client, usually the
users console.
|
SupportTicketDialog |
Dialog to send a ticket to support.
|
TableImportQuery |
Remote query used by EmbeddedDbConsole to import a table from CSV.
|
TextFeaturePanel |
This is a JPanel that wraps a JTextPane in order to add common features such as a Search Bar and a Goto Line Dialog.
|
TextLineNumber |
This class will display line numbers for a related text component.
|
ThreadDumpQueryString |
|
ToolTipWrapUtil |
Utility class to wrap text for multi-line tooltips.
|
UIConnectors |
A class providing a framework for user interface managers to interact with the Deephaven Console.
|
ViewportTransferHandler |
We need our own transfer handler for viewport tables, so that we can fetch the right rows/columns.
|