Uses of Package
is.codion.swing.framework.ui
Packages that use is.codion.swing.framework.ui
Package
Description
Package configuration values:
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.SHOW_STARTUP_DIALOG
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.USER_PREFERENCES_ENABLED
EntityApplicationPanel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationPanel.CALL_SYSTEM_EXIT
EntityEditComponentPanel.VALID_INDICATOR
EntityEditComponentPanel.MODIFIED_INDICATOR
EntityEditComponentPanel.DEFAULT_TEXT_FIELD_COLUMNS
EntityEditPanel.Config.USE_SAVE_CAPTION
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_MENU
EntityEditPanel.Config.MODIFIED_WARNING
EntityPanel.Config.USE_KEYBOARD_NAVIGATION
EntityPanel.Config.DISPOSE_EDIT_DIALOG_ON_ESCAPE
EntityPanel.Config.INCLUDE_TOGGLE_EDIT_PANEL_CONTROL
EntityPanel.Config.TOOLBAR_CONTROLS
EntityPanel.Config.CONTROL_PANEL_CONSTRAINTS
EntityPanel.Config.CONTROL_TOOLBAR_CONSTRAINTS
EntityPanel.Config.WINDOW_TYPE
EntityTablePanel.Config.EXCLUDE_HIDDEN_COLUMNS
EntityTablePanel.Config.CONDITION_VIEW
EntityTablePanel.Config.FILTER_VIEW
EntityTablePanel.Config.SUMMARY_PANEL_VISIBLE
EntityTablePanel.Config.INCLUDE_POPUP_MENU
EntityTablePanel.Config.INCLUDE_ENTITY_MENU
EntityTablePanel.Config.INCLUDE_QUERY_INSPECTOR
EntityTablePanel.Config.INCLUDE_CLEAR_CONTROL
EntityTablePanel.Config.INCLUDE_LIMIT_MENU
EntityTablePanel.Config.REFRESH_BUTTON_VISIBLE
EntityTablePanel.Config.COLUMN_SELECTION
EntityTablePanel.Config.INCLUDE_CONDITIONS
EntityTablePanel.Config.INCLUDE_FILTERS
EntityTablePanel.Config.INCLUDE_SUMMARY
EntityTablePanel.Config.REFRESH_PROGRESS_BAR
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
-
Classes in is.codion.swing.framework.ui used by is.codion.swing.framework.uiClassDescriptionA central application panel class.Handles laying out an EntityApplicationPanel.Builds a
EntityApplicationPanel
and starts the application.A builder for a dialog for inserting entities.Builds a dialog for editing single attributes for one or more entitiesA builder for a dialog for editing entities.A builder for a selection dialog based on anEntityTablePanel
.A base class for entity edit panels, managing the components used for editing entities.Manages the components that should receive the input focus.Manages the component that should receive focus after insert has been performed.Manages the component that should receive focus after an update has been performed.Manages the component that should receive the initial focus when the panel is activated.A factory for list builders for list based attributes.A UI component based on aEntityEditModel
.Contains configuration settings for aEntityEditPanel
which must be set before the panel is initialized.Handles displaying confirmation messages for common actions to the user.Performs delete.Builds an async delete commandPerforms insert.Builds an async insert commandPerforms update.Builds an async update commandA panel representing an Entity via a EntityModel, which facilitates browsing and editing of records.A builder forEntityPanel
instances.Contains configuration settings for aEntityPanel
which must be set before the panel is initialized.Controls the detail panels for a EntityPanel instance.Handles the layout of a EntityPanel with one or more detail panels.Manages the detail panels for aEntityPanel
The navigation directions.The possible states of a detail or edit panel.Specifies the window type.ASwingEntityTableModel
based table cell factory.The EntityTablePanel is a UI class based on the EntityTableModel class.Specifies how auto-resize-mode selection is presented.Specifies how column selection is presented.Contains configuration settings for aEntityTablePanel
which must be set before the panel is initialized.Specifies how attribute selection is presented for editing the selected records.Specifies the refresh button visibility.The possible actions to take on a referential integrity error.AEntityPanel.DetailLayout
implementation based on a JTabbedPane.Builds aTabbedDetailLayout
.A detail layout which displays detail panels in a window, opened via the table popup menu.Builds aWindowDetailLayout
instance. -
Classes in is.codion.swing.framework.ui used by is.codion.swing.framework.ui.component