Uses of Interface
is.codion.swing.common.ui.dialog.DialogBuilder
Packages that use DialogBuilder
Package
Description
Package configuration values:
EntityApplication.USER
EntityApplication.SAVE_DEFAULT_USERNAME
EntityApplication.STARTUP_DIALOG
EntityApplication.CONNECTION_INFO_UPPER_CASE
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.CALL_SYSTEM_EXIT
EntityApplicationPanel.SQL_TRACING
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.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
EntityTablePanel.Config.REFRESH_PROGRESS_BAR_DELAY
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
-
Uses of DialogBuilder in is.codion.swing.common.ui.dialog
Classes in is.codion.swing.common.ui.dialog with type parameters of type DialogBuilderModifier and TypeClassDescriptionclassAbstractDialogBuilder<B extends DialogBuilder<B>>A base class for Dialog builders.interfaceDialogBuilder<B extends DialogBuilder<B>>A base interface for JDialog buildersSubinterfaces of DialogBuilder in is.codion.swing.common.ui.dialogModifier and TypeInterfaceDescriptioninterfaceActionDialogBuilder<B extends ActionDialogBuilder<B>>Builds a dialog with a button panel based on actions.interfaceBuilds a dialog for displaying a calendar for date/time input.interfaceA builder for aJComboBoxbased selection dialog.interfaceA builder for JDialog containing a single component.interfaceAn exception dialog builder.interfaceA builder for a file/directory selection dialoginterfaceDisplays the component from a given component value in a dialog and returns the value if the user accepts the input.interfaceA builder for aJListbased selection dialog.interfaceA login dialog builder.interfaceBuilds a modal dialog for displaying the givencomponent, with OK and Cancel buttons based on the given actions.static interfaceA builder forProgressDialog.interfaceA builder for aProgressWorkerimplementation which displays a progress bar in a modal dialog while background work is being performed.interfaceSelectionDialogBuilder<T,B extends SelectionDialogBuilder<T, B>> A builder for a selection dialog.Classes in is.codion.swing.common.ui.dialog that implement DialogBuilderModifier and TypeClassDescriptionclassAbstractDialogBuilder<B extends DialogBuilder<B>>A base class for Dialog builders. -
Uses of DialogBuilder in is.codion.swing.framework.ui
Subinterfaces of DialogBuilder in is.codion.swing.framework.uiModifier and TypeInterfaceDescriptionstatic interfaceA builder for a dialog for inserting entities.static interfaceBuilds a dialog for editing single attributes for one or more entitiesstatic interfaceA builder for a dialog for editing entities.static interfaceA builder for a selection dialog based on anEntityTablePanel.