Uses of Interface
is.codion.swing.common.ui.key.KeyEvents.Builder
Packages that use KeyEvents.Builder
Package
Description
Component builder related classes.
Package configuration values:
ExceptionDialogBuilder.SYSTEM_PROPERTIES
LookAndFeelComboBox.INCLUDE_INSTALLED_LOOK_AND_FEELS
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 KeyEvents.Builder in is.codion.swing.common.ui.component.builder
Methods in is.codion.swing.common.ui.component.builder with parameters of type KeyEvents.BuilderModifier and TypeMethodDescriptionfinal B
AbstractComponentBuilder.keyEvent
(KeyEvents.Builder keyEventBuilder) ComponentBuilder.keyEvent
(KeyEvents.Builder keyEventBuilder) Enables the key event defined by the givenKeyEvents.Builder
on the component. -
Uses of KeyEvents.Builder in is.codion.swing.common.ui.control
Methods in is.codion.swing.common.ui.control that return types with arguments of type KeyEvents.BuilderModifier and TypeMethodDescriptionControlMap.keyEvent
(ControlKey<?> controlKey) Returns aKeyEvents.Builder
instance if a keyStroke and a Control is associated with the givenControlKey
, otherwise an emptyOptional
. -
Uses of KeyEvents.Builder in is.codion.swing.common.ui.dialog
Fields in is.codion.swing.common.ui.dialog with type parameters of type KeyEvents.BuilderModifier and TypeFieldDescriptionprotected final List
<KeyEvents.Builder> AbstractDialogBuilder.keyEventBuilders
Methods in is.codion.swing.common.ui.dialog with parameters of type KeyEvents.BuilderModifier and TypeMethodDescriptionfinal B
AbstractDialogBuilder.keyEvent
(KeyEvents.Builder keyEventBuilder) DialogBuilder.keyEvent
(KeyEvents.Builder keyEventBuilder) Enables the key event defined by the givenKeyEvents.Builder
on the dialog root pane. -
Uses of KeyEvents.Builder in is.codion.swing.common.ui.key
Methods in is.codion.swing.common.ui.key that return KeyEvents.BuilderModifier and TypeMethodDescriptionstatic KeyEvents.Builder
KeyEvents.builder()
Instantiates a newKeyEvents.Builder
instance.static KeyEvents.Builder
KeyEvents.builder
(int keyCode) Instantiates a newKeyEvents.Builder
instance.static KeyEvents.Builder
Instantiates a newKeyEvents.Builder
instance.KeyEvents.Builder.condition
(int condition) Sets the key event condition,JComponent.WHEN_FOCUSED
by default.KeyEvents.Builder.disable
(Collection<JComponent> components) Disables this key event on the given componentsKeyEvents.Builder.disable
(JComponent... components) Disables this key event on the given componentsKeyEvents.Builder.enable
(Collection<JComponent> components) Builds the key event and enables it on the given componentsKeyEvents.Builder.enable
(JComponent... components) Builds the key event and enables it on the given componentsKeyEvents.Builder.keyChar
(char keyChar) KeyEvents.Builder.keyCode
(int keyCode) KeyEvents.Builder.modifiers
(int modifiers) KeyEvents.Builder.onKeyRelease
(boolean onKeyRelease) Default false. -
Uses of KeyEvents.Builder in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with parameters of type KeyEvents.BuilderModifier and TypeMethodDescriptionfinal void
EntityPanel.addKeyEvent
(KeyEvents.Builder keyEventBuilder) Enables the given key event on this panelfinal void
EntityPanel.removeKeyEvent
(KeyEvents.Builder keyEventBuilder) Disables the given key event on this panel