Uses of Interface
is.codion.swing.framework.ui.EntityApplicationPanel.Builder
Packages that use EntityApplicationPanel.Builder
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
-
Uses of EntityApplicationPanel.Builder in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui that return EntityApplicationPanel.BuilderModifier and TypeMethodDescriptionEntityApplicationPanel.Builder.applicationIcon
(ImageIcon applicationIcon) EntityApplicationPanel.Builder.applicationModel
(Function<EntityConnectionProvider, M> applicationModel) EntityApplicationPanel.Builder.applicationName
(String applicationName) EntityApplicationPanel.Builder.applicationPanel
(Function<M, P> applicationPanel) EntityApplicationPanel.Builder.applicationVersion
(Version applicationVersion) EntityApplicationPanel.Builder.beforeApplicationStarted
(Runnable beforeApplicationStarted) Runs before the application is started, but after Look and Feel initialization.static <M extends SwingEntityApplicationModel,
P extends EntityApplicationPanel<M>>
EntityApplicationPanel.Builder<M, P> EntityApplicationPanel.Builder.connectionProvider
(EntityConnectionProvider connectionProvider) OverridesconnectionProvider(Function)
EntityApplicationPanel.Builder.connectionProvider
(Function<User, EntityConnectionProvider> connectionProvider) EntityApplicationPanel.Builder.defaultFrameSize
(Dimension defaultFrameSize) EntityApplicationPanel.Builder.defaultLookAndFeel
(Class<? extends LookAndFeel> defaultLookAndFeelClass) Sets the default look and feel class, used in case no look and feel settings are found in user preferences.EntityApplicationPanel.Builder.defaultLookAndFeel
(String defaultLookAndFeelClassName) Sets the default look and feel classname, used in case no look and feel settings are found in user preferences.EntityApplicationPanel.Builder.defaultUser
(User defaultUser) EntityApplicationPanel.Builder.displayFrame
(boolean displayFrame) EntityApplicationPanel.Builder.displayStartupDialog
(boolean displayStartupDialog) EntityApplicationPanel.Builder.domainType
(DomainType domainType) EntityApplicationPanel.Builder.frameSupplier
(Supplier<JFrame> frameSupplier) EntityApplicationPanel.Builder.frameTitle
(Observable<String> frameTitle) For a dynamic frame title.EntityApplicationPanel.Builder.frameTitle
(String frameTitle) EntityApplicationPanel.Builder.includeMainMenu
(boolean includeMainMenu) EntityApplicationPanel.Builder.loginPanelSouthComponent
(Supplier<JComponent> loginPanelSouthComponentSupplier) Note that this does not apply when a customuser(Supplier)
has been specified.EntityApplicationPanel.Builder.lookAndFeel
(Class<? extends LookAndFeel> lookAndFeelClass) Sets the look and feel class, overrides any look and feel settings found in user preferences.EntityApplicationPanel.Builder.lookAndFeel
(String lookAndFeelClassName) Sets the look and feel classname, overrides any look and feel settings found in user preferences.EntityApplicationPanel.Builder.maximizeFrame
(boolean maximizeFrame) EntityApplicationPanel.Builder.onApplicationStarted
(Consumer<P> onApplicationStarted) EntityApplicationPanel.Builder.saveDefaultUsername
(boolean saveDefaultUsername) EntityApplicationPanel.Builder.setUncaughtExceptionHandler
(boolean setUncaughtExceptionHandler) Specifies whether to set the default uncaught exception handler when starting the application, true by default.TheUser
to use to connect to the database, this user is propagated toconnectionProvider(Function)
.Supplies theUser
to use to connect to the database, this user is then propagated toconnectionProvider(Function)
.