Uses of Interface
is.codion.swing.common.ui.control.Control
Packages that use Control
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
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
-
Uses of Control in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component with parameters of type ControlModifier and TypeMethodDescriptionstatic <B extends ButtonBuilder<Void,
JButton, B>>
ButtonBuilder<Void, JButton, B> static <C extends JMenuItem,
B extends MenuItemBuilder<C, B>>
MenuItemBuilder<C, B> -
Uses of Control in is.codion.swing.common.ui.component.builder
Method parameters in is.codion.swing.common.ui.component.builder with type arguments of type ControlModifier and TypeMethodDescriptionfinal B
AbstractComponentBuilder.popupMenuControl
(Function<C, Control> popupMenuControl) ComponentBuilder.popupMenuControl
(Function<C, Control> popupMenuControl) -
Uses of Control in is.codion.swing.common.ui.component.button
Methods in is.codion.swing.common.ui.component.button with parameters of type ControlModifier and TypeMethodDescriptionstatic <B extends ButtonBuilder<Void,
JButton, B>>
ButtonBuilder<Void, JButton, B> static <C extends JMenuItem,
B extends MenuItemBuilder<C, B>>
MenuItemBuilder<C, B> -
Uses of Control in is.codion.swing.common.ui.control
Classes in is.codion.swing.common.ui.control with type parameters of type ControlModifier and TypeInterfaceDescriptionstatic interface
Control.Builder<C extends Control,
B extends Control.Builder<C, B>> A builder for Controlinterface
ControlKey<T extends Control>
Identifies aControl
instanceSubinterfaces of Control in is.codion.swing.common.ui.controlModifier and TypeInterfaceDescriptioninterface
AControl
based on aControl.Command
interface
A collection of controls and separators, note that these can be nested controls.interface
A Control for toggling a boolean value.Methods in is.codion.swing.common.ui.control with type parameters of type ControlModifier and TypeMethodDescriptionControlMap.control
(ControlKey<T> controlKey) <C extends Control,
B extends Control.Builder<C, B>>
Control.Builder<C, B> Control.copy()
Returns a newControl.Builder
instance, based on a copy of this control.Methods in is.codion.swing.common.ui.control that return types with arguments of type ControlMethods in is.codion.swing.common.ui.control with parameters of type ControlMethod parameters in is.codion.swing.common.ui.control with type arguments of type ControlModifier and TypeMethodDescriptionControls.ControlsBuilder.controls
(Collection<? extends Control> controls) -
Uses of Control in is.codion.swing.common.ui.dialog
Methods in is.codion.swing.common.ui.dialog that return ControlModifier and TypeMethodDescriptionFontSizeSelectionDialogBuilder.createControl
(Consumer<Integer> selectedFontSize) Creates aControl
for selecting the font size.LookAndFeelSelectionDialogBuilder.createControl()
Creates aControl
for selecting the Look and Feel.LookAndFeelSelectionDialogBuilder.createControl
(Consumer<LookAndFeelEnabler> selectedLookAndFeel) Creates aControl
for selecting the Look and Feel.Methods in is.codion.swing.common.ui.dialog with parameters of type ControlModifier and TypeMethodDescriptionAdds a button based on the given control to theBorderLayout.SOUTH
position -
Uses of Control in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with type parameters of type ControlModifier and TypeMethodDescriptionEntityEditPanel.control
(ControlKey<T> controlKey) EntityPanel.control
(ControlKey<T> controlKey) EntityTablePanel.control
(ControlKey<T> controlKey) Methods in is.codion.swing.framework.ui that return ControlModifier and TypeMethodDescriptionprotected final Control
EntityApplicationPanel.createAboutControl()
protected final Control
EntityApplicationPanel.createExitControl()
protected final Control
EntityApplicationPanel.createHelpControl()
protected final Control
EntityApplicationPanel.createSelectFontSizeControl()
protected final Control
EntityApplicationPanel.createSelectLookAndFeelControl()
Allows the user the select between the available Look and Feels.protected final Control
EntityApplicationPanel.createViewApplicationTreeControl()
protected final Control
EntityApplicationPanel.createViewDependencyTree()
protected final Control
EntityApplicationPanel.createViewKeyboardShortcutsControl()
-
Uses of Control in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component that return Control