Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractBuilder(String) - Constructor for class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
- AbstractComponentBuilder<C,
B> - Class in is.codion.swing.common.ui.component.builder - AbstractComponentBuilder() - Constructor for class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- AbstractComponentValue<C,
T> - Class in is.codion.swing.common.ui.component.value -
An abstract base implementation of
ComponentValue. - AbstractComponentValue(C) - Constructor for class is.codion.swing.common.ui.component.value.AbstractComponentValue
-
Instantiates a new nullable
AbstractComponentValue - AbstractComponentValue(C, T) - Constructor for class is.codion.swing.common.ui.component.value.AbstractComponentValue
-
Instantiates a new
AbstractComponentValue - AbstractComponentValueBuilder<C,
T, - Class in is.codion.swing.common.ui.component.builderB> - AbstractComponentValueBuilder() - Constructor for class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- AbstractConnectionPoolWrapper<T> - Class in is.codion.common.db.pool
-
A default base implementation of the ConnectionPool wrapper, handling the collection of statistics
- AbstractConnectionPoolWrapper(ConnectionFactory, User, DataSource, Function<DataSource, T>) - Constructor for class is.codion.common.db.pool.AbstractConnectionPoolWrapper
-
Instantiates a new AbstractConnectionPool instance.
- AbstractDatabase - Class in is.codion.common.db.database
-
A default abstract implementation of the Database interface.
- AbstractDatabase(String) - Constructor for class is.codion.common.db.database.AbstractDatabase
-
Instantiates a new AbstractDatabase.
- AbstractDialogBuilder<B> - Class in is.codion.swing.common.ui.dialog
-
A base class for Dialog builders.
- AbstractDialogBuilder() - Constructor for class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- AbstractEntityApplicationModelTest<M,
E, - Class in is.codion.framework.model.testT> -
A base class for testing
EntityApplicationModelsubclasses. - AbstractEntityApplicationModelTest() - Constructor for class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- AbstractEntityConnectionProvider - Class in is.codion.framework.db
-
An abstract EntityConnectionProvider implementation.
- AbstractEntityConnectionProvider(AbstractEntityConnectionProvider.AbstractBuilder<?, ?>) - Constructor for class is.codion.framework.db.AbstractEntityConnectionProvider
- AbstractEntityConnectionProvider.AbstractBuilder<T,
B> - Class in is.codion.framework.db -
An abstract
EntityConnectionProvider.Builder. - AbstractEntityEditModel - Class in is.codion.framework.model
-
A default
EntityEditModelimplementation - AbstractEntityEditModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.framework.model.AbstractEntityEditModel
-
Instantiates a new
AbstractEntityEditModelbased on the given entity type. - AbstractEntityModel<M,
E, - Class in is.codion.framework.modelT> -
An abstract
EntityModelimplementation. - AbstractEntityModel(E) - Constructor for class is.codion.framework.model.AbstractEntityModel
-
Instantiates a new
AbstractEntityModel, without a table model - AbstractEntityModel(T) - Constructor for class is.codion.framework.model.AbstractEntityModel
-
Instantiates a new
AbstractEntityModel - AbstractEntityModelTest<M,
E, - Class in is.codion.framework.model.testT> -
A base class for testing
EntityModelsubclasses. - AbstractEntityModelTest() - Constructor for class is.codion.framework.model.test.AbstractEntityModelTest
- AbstractEntityTableEditor(EntityEditModel) - Constructor for class is.codion.framework.model.AbstractEntityTableModel.AbstractEntityTableEditor
- AbstractEntityTableModel<E> - Class in is.codion.framework.model
-
An abstract
EntityTableModelimplementation - AbstractEntityTableModel(E, FilterModel<Entity>) - Constructor for class is.codion.framework.model.AbstractEntityTableModel
- AbstractEntityTableModel(E, EntityQueryModel, FilterModel<Entity>) - Constructor for class is.codion.framework.model.AbstractEntityTableModel
- AbstractEntityTableModel.AbstractEntityTableEditor - Class in is.codion.framework.model
-
An abstract
EntityTableModel.EntityTableEditorimplementation. - AbstractEntityTableModelTest<EditModel,
TableModel> - Class in is.codion.framework.model.test -
A base class for testing
EntityTableModelsubclasses. - AbstractEntityTableModelTest() - Constructor for class is.codion.framework.model.test.AbstractEntityTableModelTest
- AbstractObserver<T> - Class in is.codion.common.reactive.observer
-
Thread-safe implementation of Observer.
- AbstractObserver() - Constructor for class is.codion.common.reactive.observer.AbstractObserver
-
Instantiates a new
AbstractObserver - AbstractRefresher(Supplier<Collection<T>>, boolean) - Constructor for class is.codion.common.model.filter.FilterModel.AbstractRefresher
- AbstractRefreshWorker<T> - Class in is.codion.swing.common.model.component.list
-
A
ProgressWorkerbasedFilterModel.Refresher. - AbstractRefreshWorker(Supplier<Collection<T>>, boolean, Consumer<Exception>) - Constructor for class is.codion.swing.common.model.component.list.AbstractRefreshWorker
- AbstractRemoteEntityConnection - Class in is.codion.framework.server
-
A base class for remote connections served by a
EntityServer. - AbstractRemoteEntityConnection(Domain, Database, RemoteClient, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class is.codion.framework.server.AbstractRemoteEntityConnection
-
Instantiates a new AbstractRemoteEntityConnection and exports it on the given port number
- AbstractReport<T,
R, - Class in is.codion.common.db.reportP> -
A base class for wrapping reports, handles caching.
- AbstractReport(String, boolean) - Constructor for class is.codion.common.db.report.AbstractReport
-
Instantiates a new AbstractReport.
- AbstractServer<T,
A> - Class in is.codion.common.rmi.server -
A default Server implementation.
- AbstractServer(ServerConfiguration) - Constructor for class is.codion.common.rmi.server.AbstractServer
-
Instantiates a new AbstractServer
- AbstractServer.ClientConnection<T> - Class in is.codion.common.rmi.server
-
Represents a remote client connection.
- AbstractTextComponentValue<C,
T> - Class in is.codion.swing.common.ui.component.text -
An abstract
ComponentValueimplementation for a text component. - AbstractTextComponentValue(C) - Constructor for class is.codion.swing.common.ui.component.text.AbstractTextComponentValue
-
Instantiates a new
AbstractTextComponentValue, with theUpdateOn.VALUE_CHANGEupdate on policy and no null value. - AbstractTextComponentValue(C, T) - Constructor for class is.codion.swing.common.ui.component.text.AbstractTextComponentValue
-
Instantiates a new
AbstractTextComponentValue, with theUpdateOn.VALUE_CHANGEupdate on policy. - AbstractTextComponentValue(C, T, UpdateOn) - Constructor for class is.codion.swing.common.ui.component.text.AbstractTextComponentValue
-
Instantiates a new
AbstractComponentValue - AbstractValue<T> - Class in is.codion.common.reactive.value
-
An abstract
Valueimplementation handling everything except the value itself. - AbstractValue() - Constructor for class is.codion.common.reactive.value.AbstractValue
-
Creates a nullable
AbstractValueinstance, which does not notify listeners. - AbstractValue(T) - Constructor for class is.codion.common.reactive.value.AbstractValue
-
Creates an
AbstractValueinstance, which does not notify listeners. - AbstractValue(T, Value.Notify) - Constructor for class is.codion.common.reactive.value.AbstractValue
-
Creates an
AbstractValueinstance. - AbstractValue(Value.Notify) - Constructor for class is.codion.common.reactive.value.AbstractValue
-
Creates a nullable
AbstractValueinstance. - accept(T) - Method in interface is.codion.common.reactive.event.Event
-
Triggers this event.
- accepts(Comparable<T>) - Method in interface is.codion.common.model.condition.ConditionModel
-
Returns true if the given value is accepted by this models condition.
- accepts(Comparable<T>) - Method in interface is.codion.framework.model.AttributeConditionModel
- action() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- action(Control.ActionCommand) - Static method in interface is.codion.swing.common.ui.control.Control
-
Creates a control based on a
Control.ActionCommand - action(Control.ActionCommand) - Method in interface is.codion.swing.common.ui.control.Control.BuilderFactory
- action(Action) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- action(Action) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder.ControlsStep
- action(Action) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder.ControlsStep
- action(Action) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
-
Note that this disables
ComponentBuilder.transferFocusOnEnter(boolean). - action(Action) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
- action(Action) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- action(Action) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- action(Action) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
- actionAt(int, Action) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- ActionDialogBuilder<B> - Interface in is.codion.swing.common.ui.dialog
-
Builds a dialog with a button panel based on actions.
- actionListener(ActionListener) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- actionListener(ActionListener) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
-
Note that this disables
ComponentBuilder.transferFocusOnEnter(boolean). - actionMenuItem(Function<Action, JMenuItem>) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- actions() - Method in interface is.codion.swing.common.ui.control.Controls
- actions(Collection<Action>) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- actions(Action...) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- activate() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Activates this panel, by initializing it, bringing its parent window to front and requesting initial focus.
- activated() - Method in class is.codion.swing.framework.ui.EntityPanel
- activated(EntityPanel) - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.ApplicationLayout
-
Called when the given entity panel is activated, responsible for making sure it becomes visible.
- activated(EntityPanel) - Method in interface is.codion.swing.framework.ui.EntityPanel.DetailController
-
Called when the given detail panel should be displayed, responsible for making sure it becomes visible.
- activated(EntityPanel) - Method in class is.codion.swing.framework.ui.TabbedApplicationLayout
- activateDeactivateDetailModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- active() - Method in class is.codion.common.model.filter.FilterModel.AbstractRefresher
- active() - Method in interface is.codion.common.model.filter.FilterModel.Refresher
-
Changes to this state are always triggered on the UI thread.
- active() - Method in interface is.codion.framework.model.EntityModel.DetailModels
- active() - Method in interface is.codion.framework.model.ModelLink
-
Controls the active status of this link.
- active() - Method in class is.codion.swing.framework.ui.EntityEditPanel
- active() - Method in class is.codion.swing.framework.ui.EntityPanel.DetailPanels
-
Returns the detail panels which models have an active link to this panels model.
- active(boolean) - Method in interface is.codion.framework.model.ModelLink.Builder
- active(M) - Method in interface is.codion.framework.model.EntityModel.DetailModels
- add() - Static method in class is.codion.framework.i18n.FrameworkMessages
- add() - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder.TabBuilder
-
Adds this tab and returns the
TabbedPaneBuilder - add() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- add() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- add(int) - Method in interface is.codion.common.model.selection.MultiSelection.Indexes
-
Adds the given index to the selected indexes
- add(int, Collection<T>) - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
-
Adds the given items at the given index and sorts the included items if sorting is enabled.
- add(int, T) - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
-
Adds the given item at the given index and sorts the included items if sorting is enabled.
- add(T) - Method in interface is.codion.common.reactive.value.ValueCollection
-
Adds a value to this
ValueCollectioninstance. - add(FunctionType<C, T, R>, DatabaseFunction<C, T, R>) - Method in class is.codion.framework.domain.DomainModel
-
Adds the given function to this domain
- add(ProcedureType<C, T>, DatabaseProcedure<C, T>) - Method in class is.codion.framework.domain.DomainModel
-
Adds the given procedure to this domain
- add(ReportType<T, R, P>, Report<T, R, P>) - Method in class is.codion.framework.domain.DomainModel
-
Adds a report to this domain model.
- add(State) - Method in interface is.codion.common.reactive.state.State.Group
-
Adds a state to this
State.Group. - add(Domain) - Method in class is.codion.framework.domain.DomainModel
-
Adds all non-existing entities, procedures, functions and reports from the given domain model.
- add(Entities) - Method in interface is.codion.framework.domain.entity.Entities.Configurable
-
Adds all entity definitions from the given instance.
- add(Entities, Collection<EntityType>) - Method in interface is.codion.framework.domain.entity.Entities.Configurable
-
Adds the given entity definitions, including dependencies, from the given instance.
- add(EntityDefinition) - Method in interface is.codion.framework.domain.entity.Entities.Configurable
-
Adds an entity definition.
- add(EntityDefinition...) - Method in class is.codion.framework.domain.DomainModel
-
Adds a new
EntityDefinitionto this domain model. - add(ModelLink<M, E, T>) - Method in interface is.codion.framework.model.EntityModel.DetailModels
-
Adds the given detail model to this model.
- add(EntityPanel...) - Method in class is.codion.swing.framework.ui.EntityPanel.DetailPanels
-
Adds the given detail panels and sets this panel as their parent panel
- add(Collection<State>) - Method in interface is.codion.common.reactive.state.State.Group
-
Adds the given states to this
State.Group. - add(Collection<Integer>) - Method in interface is.codion.common.model.selection.MultiSelection.Indexes
-
Adds the given indexes to the selection
- add(Collection<R>) - Method in interface is.codion.common.model.selection.MultiSelection.Items
-
Adds the given items to the selection
- add(Collection<T>) - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Adds the given items to this model.
- add(Predicate<R>) - Method in interface is.codion.common.model.selection.MultiSelection.Items
-
Adds the items passing the predicate test to the selection
- add(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- add(Supplier<? extends JComponent>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
- add(Supplier<? extends JComponent>, Object) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- add(Supplier<? extends JComponent>, Object) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
- add(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- add(JComponent, Object) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- add(SortOrder) - Method in interface is.codion.swing.common.model.component.table.FilterTableSort.Order
-
Adds the given column sorting order to the currently sorted columns.
- add(M) - Method in interface is.codion.framework.model.EntityModel.DetailModels
-
Adds the given detail model to this model, based on a fitting foreign key.
- add(M...) - Method in interface is.codion.framework.model.EntityModel.DetailModels
-
Adds the given detail models to this model, based on a fitting foreign key.
- add(M, ForeignKey) - Method in interface is.codion.framework.model.EntityModel.DetailModels
-
Adds the given detail model to this model, based on the given foreign key.
- add(R) - Method in interface is.codion.common.model.selection.MultiSelection.Items
-
Adds the given item to the selection
- add(T) - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Adds the given item to this model.
- ADD - Static variable in class is.codion.swing.framework.ui.component.EntityComboBox.ControlKeys
-
Displays a dialog for adding a new record.
Default key stroke: INSERT - ADD - Static variable in class is.codion.swing.framework.ui.component.EntitySearchField.ControlKeys
-
Displays a dialog for adding a new record.
Default key stroke: INSERT - ADD - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Add a new entity instance.
Default key stroke: INSERT - ADD - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the add icon.
- addAll(Collection<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- addAll(Collection<T>) - Method in interface is.codion.common.reactive.value.ValueCollection
-
Adds the given values to this
ValueCollectioninstance. - addAll(JComponent...) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- addAll(T...) - Method in interface is.codion.common.reactive.value.ValueCollection
-
Adds the given values to this
ValueCollectioninstance. - addAuthenticator(Authenticator) - Method in class is.codion.common.rmi.server.AbstractServer
-
Adds a
Authenticatorinstance to this server. - addBatch() - Method in interface is.codion.tools.loadtest.LoadTest.Applications
-
Adds a batch of applications.
- addChild(MethodTrace) - Method in interface is.codion.common.utilities.logging.MethodTrace
- addConsumer(Consumer<? super Boolean>) - Method in interface is.codion.common.reactive.state.ObservableState
- addConsumer(Consumer<? super T>) - Method in class is.codion.common.reactive.observer.AbstractObserver
- addConsumer(Consumer<? super T>) - Method in interface is.codion.common.reactive.observer.Observable
- addConsumer(Consumer<? super T>) - Method in interface is.codion.common.reactive.observer.Observer
-
Adds
consumerto thisObserver. - addControl() - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- addControl() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- addDeserializer(Class<T>, StdDeserializer<? extends T>) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Adds a deserializer to this EntityObjectMapper instance.
- added() - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
- added() - Method in class is.codion.swing.framework.ui.EntityPanel.DetailPanels
- addEntities(Domain) - Method in class is.codion.framework.domain.DomainModel
-
Adds all non-existing entities from the given domain to this domain.
- addEntities(Domain, EntityType...) - Method in class is.codion.framework.domain.DomainModel
-
Adds the specified entities and their required dependencies from the given domain to this domain.
- addEntities(Domain, Collection<EntityType>) - Method in class is.codion.framework.domain.DomainModel
-
Adds the specified entities and their required dependencies from the given domain to this domain.
- addEntityDialog(EntityEditPanel) - Static method in class is.codion.swing.framework.ui.EntityDialogs
-
Creates a new
EntityDialogs.AddEntityDialogBuilderinstance. - addFocusListener(FocusListener) - Method in class is.codion.swing.common.ui.component.text.HintTextField
- addFocusListener(FocusListener) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- addFunctions(Domain) - Method in class is.codion.framework.domain.DomainModel
-
Adds all non-existing functions from the given domain to this domain.
- addInputPanel(Attribute<?>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Adds a panel for the given attribute to this panel
- addInputPanel(Attribute<?>, Object) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Adds a panel for the given attribute to this panel using the given layout constraints
- additional() - Method in interface is.codion.framework.model.EntityConditionModel
- ADDITIONAL_HAVING - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- ADDITIONAL_POPUP_MENU_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlsinstance containing any additional popup menu controls. - ADDITIONAL_TOOLBAR_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlsinstance containing any additional toolbar controls. - addKeyEvent(KeyEvents.Builder) - Method in class is.codion.swing.framework.ui.EntityPanel
-
Enables the given key event on this panel
- addLayoutComponent(Component, Object) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- addLayoutComponent(String, Component) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- addListener(Runnable) - Method in class is.codion.common.reactive.observer.AbstractObserver
- addListener(Runnable) - Method in interface is.codion.common.reactive.observer.Observable
- addListener(Runnable) - Method in interface is.codion.common.reactive.observer.Observer
-
Adds
listenerto thisObserver. - addListener(Runnable) - Method in interface is.codion.common.reactive.state.ObservableState
- addLookAndFeel(LookAndFeelEnabler) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Adds the given look and feel provider.
- addLookAndFeel(UIManager.LookAndFeelInfo) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Adds a new look and feel provider.
- addLookAndFeel(UIManager.LookAndFeelInfo, Consumer<UIManager.LookAndFeelInfo>) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Adds a new look and feel provider.
- addMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- addModelAsItsOwnDetailModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- addMouseListener(MouseListener) - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
-
Finalize this one since we call it in the constructor
- addPopupMenuControls(Controls) - Method in class is.codion.swing.framework.ui.EntityTablePanel
- addProcedures(Domain) - Method in class is.codion.framework.domain.DomainModel
-
Adds all non-existing procedures from the given domain to this domain.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class is.codion.swing.common.ui.component.text.HintTextField
- addReports(Domain) - Method in class is.codion.framework.domain.DomainModel
-
Adds all non-existing reports from the given domain to this domain.
- addSameDetailModelTwice() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- addSerializer(Class<? extends T>, StdSerializer<T>) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Adds a serializer to this EntityObjectMapper instance.
- addServerShutDownListener(Runnable) - Method in class is.codion.tools.monitor.model.ServerMonitor
- addShutdownListener(Runnable) - Method in class is.codion.common.rmi.server.AbstractServer
- addSingleFileDragAndDropSupport(JTextComponent) - Static method in class is.codion.swing.common.ui.transfer.FileTransferHandler
-
Makes the text component accept files during drag and drop operations and insert the absolute path of the dropped file (the first file in a list if more than one file is dropped)
- addTableModelListener(TableModelListener) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- addTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- addToolBarControls(Controls) - Method in class is.codion.swing.framework.ui.EntityTablePanel
- addValidator(Value.Validator<? super Boolean>) - Method in interface is.codion.common.reactive.state.State
-
Adds a validator to this
State. - addValidator(Value.Validator<? super T>) - Method in class is.codion.common.reactive.value.AbstractValue
- addValidator(Value.Validator<? super T>) - Method in interface is.codion.common.reactive.value.Value
-
Adds a validator to this
Value. - addWeakConsumer(Consumer<? super Boolean>) - Method in interface is.codion.common.reactive.state.ObservableState
- addWeakConsumer(Consumer<? super T>) - Method in class is.codion.common.reactive.observer.AbstractObserver
- addWeakConsumer(Consumer<? super T>) - Method in interface is.codion.common.reactive.observer.Observable
- addWeakConsumer(Consumer<? super T>) - Method in interface is.codion.common.reactive.observer.Observer
-
Uses a
WeakReference, addingconsumerdoes not prevent it from being garbage collected. - addWeakListener(Runnable) - Method in class is.codion.common.reactive.observer.AbstractObserver
- addWeakListener(Runnable) - Method in interface is.codion.common.reactive.observer.Observable
- addWeakListener(Runnable) - Method in interface is.codion.common.reactive.observer.Observer
-
Uses a
WeakReference, addinglistenerdoes not prevent it from being garbage collected. - addWeakListener(Runnable) - Method in interface is.codion.common.reactive.state.ObservableState
- adjusting(boolean) - Method in interface is.codion.common.model.selection.MultiSelection
-
Indicates whether the subsequent selection events should be grouped and not triggered individually
- admin(User) - Method in interface is.codion.common.rmi.server.Server
-
Returns the admin interface used to administer this server
- admin(User) - Method in class is.codion.framework.server.EntityServer
- ADMIN_PORT - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The port on which the server should export the remote admin interface Value type: Integer Default value: 0 (admin not exported)
- ADMIN_USER - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies a username:password combination representing the server admin user
Example: scott:tiger
Default value: none - adminPort() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- adminPort(int) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- adminUser() - Method in interface is.codion.framework.server.EntityServerConfiguration
- adminUser(User) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- ADVANCED - Enum constant in enum class is.codion.swing.common.ui.component.table.ConditionPanel.ConditionView
-
The condition panel is in an advanced state.
- Advanced Features - Search tag in package is.codion.framework.domain.entity.condition
- Section
- afterDelete() - Method in class is.codion.framework.model.AbstractEntityEditModel
- afterDelete() - Method in interface is.codion.framework.model.EntityEditModel
- afterInsert() - Method in class is.codion.framework.model.AbstractEntityEditModel
- afterInsert() - Method in interface is.codion.framework.model.EntityEditModel
- afterInsert() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus
- afterInsert(Entity, Column<T>, Database, Statement) - Method in interface is.codion.framework.domain.entity.attribute.Column.Generator
-
Prepares the given entity after insert, that is, fetches automatically values and populates the column value in the entity.
- afterInsertUpdateOrDelete() - Method in class is.codion.framework.model.AbstractEntityEditModel
- afterInsertUpdateOrDelete() - Method in interface is.codion.framework.model.EntityEditModel
- afterRun(Consumer<T>) - Method in interface is.codion.tools.loadtest.Scenario.Builder
- afterUpdate() - Method in class is.codion.framework.model.AbstractEntityEditModel
- afterUpdate() - Method in interface is.codion.framework.model.EntityEditModel
- afterUpdate() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus
- aggregate() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- aggregate(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies that this column is an aggregate function column.
- AkusanDark - Class in is.codion.plugin.flatlaf.intellij.themes.akusan
-
https://github.com/aKusaNas/aKusaN-no-Yami/blob/main/src/main/resources/theme/aKusaN_dark.theme.json
- AkusanDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.akusan.AkusanDark
- AkusanGray - Class in is.codion.plugin.flatlaf.intellij.themes.akusan
-
https://github.com/aKusaNas/aKusaN-no-Yami/blob/main/src/main/resources/theme/aKusaN_gray.theme.json
- AkusanGray() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.akusan.AkusanGray
- AkusanLight - Class in is.codion.plugin.flatlaf.intellij.themes.akusan
-
https://github.com/aKusaNas/aKusaN-no-Yami/blob/main/src/main/resources/theme/aKusaN_light.theme.json
- AkusanLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.akusan.AkusanLight
- all(EntityType) - Static method in interface is.codion.framework.db.EntityConnection.Count
- all(EntityType) - Static method in interface is.codion.framework.db.EntityConnection.Select
- all(EntityType) - Static method in interface is.codion.framework.db.EntityConnection.Update
- all(EntityType) - Static method in interface is.codion.framework.domain.entity.condition.Condition
- All Condition - Search tag in package is.codion.framework.domain.entity.condition
- Section
- ALLOW_INSTALLED - Static variable in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
-
Specifies whether to allow selecting an installed (platform) Look and Feel when auxiliary ones are available.
- allowEmptySelection(boolean) - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilder
- allowInstalled(boolean) - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
- allowsInvalid(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- allowsInvalid(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- ALTERNATE_ROW_COLORING - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
Specifies whether alternate row coloring is enabled by default.
- alternateRowColoring(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- ALWAYS - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder.PersistMenu
-
Always keep the menu open.
- ALWAYS - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.RefreshButtonVisible
-
Refresh button should always be visible
- alwaysOnTop() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- alwaysOnTop(boolean) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- Ancestor - Class in is.codion.swing.common.ui.ancestor
-
Provides an ancestor of a given component.
- Ancestor.AncestorOfType<T> - Interface in is.codion.swing.common.ui.ancestor
-
Provides an ancestor of a given type
- Ancestor.AncestorSupplier<T> - Class in is.codion.swing.common.ui.ancestor
-
Provides ancestor of a given type of component
- Ancestor.AncestorWindow - Interface in is.codion.swing.common.ui.ancestor
-
Provides an ancestor window
- Ancestor.WindowSupplier - Class in is.codion.swing.common.ui.ancestor
-
Provides the ancestor
Windowof a component - ancestorListener(AncestorListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- ancestorListener(AncestorListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- anchor() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.ColumnSelection
- and(ObservableState...) - Static method in interface is.codion.common.reactive.state.State
-
Creates a new
ObservableStateinstance using AND. - and(ColumnTemplate<T>) - Method in interface is.codion.framework.domain.entity.attribute.ColumnTemplate
-
Returns a composed template that applies this template followed by the given template.
- and(Condition...) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Returns a new
Condition.Combinationinstance, combining the given conditions using the AND conjunction. - and(Collection<? extends ObservableState>) - Static method in interface is.codion.common.reactive.state.State
-
Creates a new
ObservableStateinstance using AND. - and(Collection<Condition>) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Returns a new
Condition.Combinationinstance, combining the given conditions using the AND conjunction. - AND - Enum constant in enum class is.codion.common.utilities.Conjunction
-
The AND conjunction.
- api() - Method in class is.codion.tools.generator.domain.DomainSource
- API_SOURCE_DIRECTORY - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel
-
The api source directory, relative to the user directory, used when saving the domain files when split into api/impl
- apiImplSaveEnabled() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- apiSearchString(EntityDefinition) - Static method in class is.codion.tools.generator.domain.DomainSource
- apiSearchValue() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- apiSourceDirectory() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- append(String) - Method in class is.codion.swing.common.ui.component.logging.LogViewer
- APPEND - Enum constant in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
The entities inserted via the associated edit model are appended to the model rows, the rows are then sorted if sorting is enabled.
- appendTo(StringBuilder) - Method in interface is.codion.common.utilities.logging.MethodTrace
-
Appends this method trace along with any children to the given StringBuilder.
- applicationBatchSize(int) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- applicationLayout() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- applicationModel() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- applications() - Method in interface is.codion.tools.loadtest.LoadTest
- applicationTableModel() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- apply() - Method in class is.codion.plugin.flatlaf.scaler.UIScaler
- apply() - Method in class is.codion.swing.common.ui.scaler.FontSizeScaler
- apply() - Method in interface is.codion.swing.common.ui.scaler.Scaler
-
Applies the scale ratio specified by
Scaler.SCALING - apply(ColumnDefinition.Builder<T, ?>) - Method in interface is.codion.framework.domain.entity.attribute.ColumnTemplate
-
Applies this column template to the given column definition builder
- applyEdit(Collection<Entity>, Attribute<T>, T) - Method in class is.codion.framework.model.AbstractEntityEditModel
- applyEdit(Collection<Entity>, Attribute<T>, T) - Method in interface is.codion.framework.model.EntityEditModel
-
Applies the given value to the given entities.
- applyPreferences(Preferences) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Called on application start, override to apply any custom preferences.
- applyPreferences(Preferences) - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Applies any user preferences previously written via
EntityEditPanel.writePreferences(Preferences)Override to apply application specific preferences. - applyPreferences(Preferences) - Method in class is.codion.swing.framework.ui.EntityPanel
-
Applies any user preferences previously written via
EntityPanel.writePreferences(Preferences)for this panel and its detail panels. - applyPreferences(Preferences) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Applies any user preferences previously written via
EntityTablePanel.writePreferences(Preferences) - Arc - Class in is.codion.plugin.flatlaf.intellij.themes.arc
-
https://gitlab.com/zlamalp/arc-theme-idea/-/blob/master/arc-theme-idea-light/resources/arc-theme.theme.json
- Arc() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.arc.Arc
- ArcDark - Class in is.codion.plugin.flatlaf.intellij.themes.arc
-
https://gitlab.com/zlamalp/arc-theme-idea/-/blob/master/arc-theme-idea-dark/resources/arc_theme_dark.theme.json
- ArcDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.arc.ArcDark
- ArcDarkMaterial - Class in is.codion.plugin.flatlaf.intellij.themes.material
- ArcDarkMaterial() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.ArcDarkMaterial
- ArcDarkOrange - Class in is.codion.plugin.flatlaf.intellij.themes.arc
-
https://gitlab.com/zlamalp/arc-theme-idea/-/blob/master/arc-theme-idea-dark/resources/arc_theme_dark_orange.theme.json
- ArcDarkOrange() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.arc.ArcDarkOrange
- ArcOrange - Class in is.codion.plugin.flatlaf.intellij.themes.arc
-
https://gitlab.com/zlamalp/arc-theme-idea/-/blob/master/arc-theme-idea-light/resources/arc-theme-orange.theme.json
- ArcOrange() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.arc.ArcOrange
- arguments() - Method in interface is.codion.common.utilities.proxy.ProxyBuilder.ProxyMethod.Parameters
- as() - Method in interface is.codion.framework.domain.entity.attribute.Attribute
- as() - Method in interface is.codion.framework.domain.entity.attribute.Column
- as() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey
- as(AttributeDefinition.Builder<?, ?>...) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a
EntityDefinition.Builderinstance based on the given attribute definition builders. - as(String) - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery.Builder.WithAsStep
- as(List<? extends AttributeDefinition.Builder<?, ?>>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a
EntityDefinition.Builderinstance based on the given attribute definition builders. - ascending() - Method in interface is.codion.framework.domain.entity.OrderBy.OrderByColumn
- ascending() - Method in interface is.codion.swing.common.model.component.list.FilterListSort
-
Sorts ascending
- ascending(C...) - Method in interface is.codion.swing.common.model.component.table.FilterTableSort
-
Clears the sorting state and sorts the given columns
SortOrder.ASCENDING - ascending(Column<?>...) - Static method in interface is.codion.framework.domain.entity.OrderBy
-
Creates an ascending OrderBy for the given columns.
- ascending(Column<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds an 'ascending' order by for the given columns
- ascending(OrderBy.NullOrder, Column<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds an 'ascending' order by for the given columns
- ascendingIgnoreCase(Column<String>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds an 'ascending' order by ignoring case for the given columns
- ascendingIgnoreCase(OrderBy.NullOrder, Column<String>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds an 'ascending' order by ignoring case for the given columns
- async() - Method in class is.codion.common.model.filter.FilterModel.AbstractRefresher
- async() - Method in interface is.codion.common.model.filter.FilterModel.Refresher
-
Sometimes we'd like to be able to refresh one or more models and perform some action on the refreshed data, after the refresh has finished, such as selecting a particular item or such.
- async(boolean) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
- async(boolean) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder
- async(boolean) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- ASYNC - Static variable in interface is.codion.common.model.filter.FilterModel
-
Specifies whether data models should refresh data asynchronously or on the UI thread Value type: Boolean Default value: true
- AtomOneDark - Class in is.codion.plugin.flatlaf.intellij.themes.material
- AtomOneDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.AtomOneDark
- AtomOneLight - Class in is.codion.plugin.flatlaf.intellij.themes.material
- AtomOneLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.AtomOneLight
- attribute() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.AttributeDefiner
-
Creates a new
TransientAttributeDefinition.Builderinstance, which does not map to an underlying table column. - attribute() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
The
Attributethis definition is based on, should be unique within an Entity. - attribute() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
- attribute() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- attribute() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
- attribute() - Method in interface is.codion.framework.domain.entity.exception.ValidationException.InvalidAttribute
- attribute() - Method in interface is.codion.framework.model.AttributeConditionModel
- attribute() - Method in interface is.codion.framework.model.ColumnConditionModel
- attribute() - Method in interface is.codion.framework.model.ForeignKeyConditionModel
- attribute() - Method in class is.codion.swing.framework.ui.component.DefaultEditComponent
- attribute(EntityType, String, TypeReference<T>) - Static method in interface is.codion.framework.domain.entity.attribute.Attribute
-
Creates a new
Attribute, associated with the given entityType. - attribute(EntityType, String, Class<T>) - Static method in interface is.codion.framework.domain.entity.attribute.Attribute
-
Creates a new
Attribute, associated with the given entityType. - attribute(String, TypeReference<T>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Attribute, associated with this EntityType. - attribute(String, Class<T>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Attribute, associated with this EntityType. - Attribute<T> - Interface in is.codion.framework.domain.entity.attribute
-
Typed
Attributerepresenting a named, typed property of an entity. - Attribute.AttributeDefiner<T> - Interface in is.codion.framework.domain.entity.attribute
-
Provides
AttributeDefinition.Builderinstances. - Attribute.Type<T> - Interface in is.codion.framework.domain.entity.attribute
-
Defines the data-type of an Attribute
- AttributeConditionModel<T> - Interface in is.codion.framework.model
- AttributeDefinition<T> - Interface in is.codion.framework.domain.entity.attribute
-
Defines an Attribute configuration including validation, formatting, and behavior settings.
- AttributeDefinition.Builder<T,
B> - Interface in is.codion.framework.domain.entity.attribute -
Builds a attribute definition instance
- AttributeDefinition.ValueSupplier<T> - Interface in is.codion.framework.domain.entity.attribute
-
Supplies values, for example default ones.
- attributes() - Method in interface is.codion.framework.db.EntityConnection.Select
-
Returns the explicit attributes specified for this select, if any.
- attributes() - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition
- attributes() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
- attributes() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- attributes() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor.Modified
-
Indicates which editor attributes are modified.
- attributes() - Method in interface is.codion.framework.model.EntityQueryModel
- attributes() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- attributes(ForeignKey) - Method in interface is.codion.framework.model.EntityExport.ExportAttributes
-
Returns an
EntityExport.ExportAttributesinstance for the given foreign key, or an empty optional if this foreign key should not be traversed - attributes(ForeignKey, Consumer<EntityExport.ExportAttributes.Builder>) - Method in interface is.codion.framework.model.EntityExport.ExportAttributes.Builder
-
Configures the
EntityExport.ExportAttributesfor the given foreign key - attributes(Collection<? extends Attribute<?>>) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Sets the attributes to include in the query result.
- attributes(Collection<Attribute<?>>) - Method in interface is.codion.framework.model.EntitySearchModel.Builder
- attributes(Collection<Attribute<?>>) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Specifies the attributes to include when selecting the entities to populate this model with.
- attributes(Consumer<EntityExport.ExportAttributes.Builder>) - Method in interface is.codion.framework.model.EntityExport.Builder.ExportAttributesStep
- attributes(T...) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Sets the attributes to include in the query result.
- AttributeValidator<T> - Interface in is.codion.framework.domain.entity.attribute
-
Validates the value for an
Attribute. - auditColumnNames() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- auditColumnNames(String...) - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
- AuroraBorealis - Class in is.codion.plugin.flatlaf.intellij.themes.naturethemes
-
https://github.com/codigrate/jetbrains-themes/blob/main/nature-themes/aurora-borealis-theme/resources/theme/aurora_borealis.theme.json
- AuroraBorealis() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.naturethemes.AuroraBorealis
- AuthenticationException - Exception Class in is.codion.common.db.exception
-
An exception indication an authentication failure
- AuthenticationException(String) - Constructor for exception class is.codion.common.db.exception.AuthenticationException
- Authenticator - Interface in is.codion.common.rmi.server
-
An authenticator.
- authenticators() - Static method in interface is.codion.common.rmi.server.Authenticator
- AUTO_RESIZE - Static variable in class is.codion.swing.common.ui.component.image.ImagePane
-
Specifies the default auto-resize behaviour for
ImagePanes. - AUTO_RESIZE_MODE - Static variable in class is.codion.swing.common.ui.component.table.FilterTable
-
Specifies the default table column resize mode for tables in the application Value type: Integer (JTable.AUTO_RESIZE_*) Default value:
JTable.AUTO_RESIZE_OFF - AUTO_RESIZE_MODE_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies how column selection is presented to the user.
- AUTOCOMPLETE - Enum constant in enum class is.codion.swing.common.ui.component.combobox.Completion.Mode
-
Identifies the completion mode AutoCompletion
- autoDelay(int) - Method in class is.codion.tools.swing.robot.Controller
- autoEnable() - Method in interface is.codion.common.model.condition.ConditionModel
- autoEnable() - Method in interface is.codion.framework.model.AttributeConditionModel
- autoEnable(boolean) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
-
Default true.
- autoIncrementQuery(String) - Method in interface is.codion.common.db.database.Database
-
Returns a query string for retrieving the last automatically generated id from the given id source
- automatic(String) - Static method in interface is.codion.framework.domain.entity.attribute.Column.Generator
-
Instantiates a primary key generator which fetches automatically incremented column values after insert.
- Automation - Interface in is.codion.tools.swing.robot
-
An application automation harness.
- Automation.Builder - Interface in is.codion.tools.swing.robot
-
Builds an
Automationinstance - autoRefreshApplications() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- autoResize() - Method in class is.codion.swing.common.ui.component.image.ImagePane
-
Returns the
Statecontrolling whether the image automatically re-fits to the pane on resize. - autoResize(boolean) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.Builder
-
Sets whether the image should automatically re-fit to the pane when the pane is resized.
- autoResizeMode(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- autoResizeModeSelection(EntityTablePanel.SelectionMode) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- autoscrolls(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- autoscrolls(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextPaneBuilder
- autoStartsEdit(boolean) - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
A convenience method for setting the client property 'JTable.autoStartsEdit'.
- autoStartsEdit(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- Autumn - Class in is.codion.plugin.flatlaf.intellij.themes.autumn
-
https://github.com/codigrate/jetbrains-themes/blob/main/nature/autumn-theme/resources/theme/autumn.theme.json
- Autumn - Class in is.codion.plugin.flatlaf.intellij.themes.naturethemes
-
https://github.com/codigrate/jetbrains-themes/blob/main/nature-themes/autumn-theme/resources/theme/autumn.theme.json
- Autumn() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.autumn.Autumn
- Autumn() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.naturethemes.Autumn
- AUXILIARY_SERVER_FACTORIES - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
A comma separated list of auxiliary server factories, providing servers to run alongside this Server
Those must extendAuxiliaryServerFactoryValue type: String Default value: none - AuxiliaryServer - Interface in is.codion.common.rmi.server
-
Auxiliary servers to be run in conjunction with a
Servermust implement this interface. - auxiliaryServerFactory() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- auxiliaryServerFactory(Collection<String>) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- AuxiliaryServerFactory<C,
A, - Interface in is.codion.common.rmi.serverT> -
Provides a
AuxiliaryServerimplementation. - auxiliaryServers() - Method in class is.codion.common.rmi.server.AbstractServer
- available() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- available() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- AVERAGE - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
The average of the supplied values
- averageTime() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
B
- background() - Method in interface is.codion.swing.common.ui.control.Control
- background(FilterTableCellRenderer.CellColor<R, C, T>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- background(Color) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- background(Color) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- background(Color) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- BackgroundColorValidIndicatorFactory - Class in is.codion.swing.common.ui.component.indicator
- BackgroundColorValidIndicatorFactory() - Constructor for class is.codion.swing.common.ui.component.indicator.BackgroundColorValidIndicatorFactory
- BACKWARD - Enum constant in enum class is.codion.swing.common.ui.key.TransferFocusOnEnter
-
Transfer the focus backward when Enter is pressed with the
InputEvent.SHIFT_DOWN_MASKmodifier enabled. - Basic Usage - Search tag in class is.codion.tools.jul.classpath.ClasspathConfiguration
- Section
- Basic Usage - Search tag in interface is.codion.framework.db.EntityConnectionProvider
- Section
- Basic Usage - Search tag in package is.codion.framework.domain.entity.condition
- Section
- batchCopy(EntityConnection, EntityConnection) - Static method in interface is.codion.framework.db.EntityConnection
-
Creates a new
EntityConnection.BatchCopy.Builderinstance for copying entities from source to destination, with a default batch size of 100. - batchInsert(EntityConnection, Iterator<Entity>) - Static method in interface is.codion.framework.db.EntityConnection
-
Creates a new
EntityConnection.BatchInsertinstance based on the given iterator, with a default batch size of 100. - batchSize() - Method in interface is.codion.tools.loadtest.LoadTest.Applications
- batchSize(int) - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
- batchSize(int) - Method in interface is.codion.framework.db.EntityConnection.BatchInsert.Builder
- beforeDelete() - Method in class is.codion.framework.model.AbstractEntityEditModel
- beforeDelete() - Method in interface is.codion.framework.model.EntityEditModel
- beforeInsert() - Method in class is.codion.framework.model.AbstractEntityEditModel
- beforeInsert() - Method in interface is.codion.framework.model.EntityEditModel
- beforeInsert(Entity, Column<T>, Database, Connection) - Method in interface is.codion.framework.domain.entity.attribute.Column.Generator
-
Prepares the given entity for insert, that is, generates and fetches any required values and populates the column value in the entity.
- beforeRun(Consumer<T>) - Method in interface is.codion.tools.loadtest.Scenario.Builder
- beforeUpdate() - Method in class is.codion.framework.model.AbstractEntityEditModel
- beforeUpdate() - Method in interface is.codion.framework.model.EntityEditModel
- Benefits - Search tag in class is.codion.tools.jul.classpath.ClasspathConfiguration
- Section
- Best Practices - Search tag in package is.codion.framework.domain.entity.condition
- Section
- between(T, T) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
- between(T, T) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'between'
ColumnCondition. - BETWEEN - Enum constant in enum class is.codion.common.utilities.Operator
-
x ≤ α ≤ y - BETWEEN_EXCLUSIVE - Enum constant in enum class is.codion.common.utilities.Operator
-
x < α < y - betweenExclusive(T, T) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
- betweenExclusive(T, T) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'betweenExclusive'
ColumnConditionif both bound values are non-null, 'greaterThan' if the upper bound is null and 'lessThan' if the lower bound is null. - bigDecimalAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new BigDecimal based attribute, associated with this EntityType.
- bigDecimalColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new BigDecimal based column, associated with this EntityType.
- bigDecimalField() - Static method in class is.codion.swing.common.ui.component.Components
- bigDecimalField(Attribute<BigDecimal>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
NumberFieldbuilder based on the given attribute. - bigIntegerAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new BigInteger based attribute, associated with this EntityType.
- bigIntegerColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new BigInteger based column, associated with this EntityType.
- bigIntegerField() - Static method in class is.codion.swing.common.ui.component.Components
- bigIntegerField(Attribute<BigInteger>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
NumberFieldbuilder based on the given attribute. - bindEvents() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Override to add event bindings after initialization
- BOOLEAN - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- BOOLEAN_HORIZONTAL_ALIGNMENT - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default horizontal alignment for boolean columns.
- BOOLEAN_NULLABLE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- booleanAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Boolean based attribute, associated with this EntityType.
- booleanColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Boolean based column, associated with this EntityType.
- booleanComboBox() - Static method in class is.codion.swing.common.ui.component.Components
- booleanComboBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a boolean ComboBox builder based on the given attribute.
- booleanItems() - Static method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- booleanItems(String) - Static method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- booleanItems(String, String, String) - Static method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- booleanValue(String) - Static method in class is.codion.common.utilities.Configuration
-
Creates a boolean configuration value
- booleanValue(String) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given boolean property
- booleanValue(String, boolean) - Static method in class is.codion.common.utilities.Configuration
-
Creates a boolean configuration value
- booleanValue(String, boolean) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given boolean property
- border() - Static method in interface is.codion.swing.common.ui.component.panel.InputPanelLayout
- border(Border) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- border(Border) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- border(Border) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- border(Border) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- border(Border) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
By default, the main panel uses an empty border, with a top inset of size
Layouts.GAP. - borderLayout() - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder.PanelBuilderFactory
-
Uses the default vertical and horizontal gap value
- borderLayout() - Static method in class is.codion.swing.common.ui.layout.Layouts
-
Creates a BorderLayout using the default vertical and horizontal gap value
- borderLayout(BorderLayout) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder.PanelBuilderFactory
- borderLayoutPanel() - Static method in class is.codion.swing.common.ui.component.Components
-
Creates a new
BorderLayoutPanelBuilderinstance using a newBorderLayoutinstance with the default horizontal and vertical gap. - BorderLayoutPanelBuilder - Interface in is.codion.swing.common.ui.component.panel
-
Builds a
BorderLayoutbased panel. - borderPainted(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- borderPainted(boolean) - Method in interface is.codion.swing.common.ui.component.button.ToolBarBuilder
- borderPainted(boolean) - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- Borders - Class in is.codion.swing.common.ui.border
-
Utility class for working with Borders.
- BOTH - Enum constant in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Centers both the selected column and row, if possible.
- bottomComponent(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- bottomComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- build() - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- build() - Method in interface is.codion.common.model.filter.FilterModel.Items.Builder
- build() - Method in interface is.codion.common.reactive.state.State.Builder
- build() - Method in interface is.codion.common.reactive.value.Value.Builder
- build() - Method in interface is.codion.common.reactive.value.ValueCollection.Builder
- build() - Method in interface is.codion.common.reactive.value.ValueList.Builder
- build() - Method in interface is.codion.common.reactive.value.ValueSet.Builder
- build() - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
- build() - Method in interface is.codion.common.rmi.server.RemoteClient.Builder
- build() - Method in interface is.codion.common.rmi.server.Server.Locator.Builder
- build() - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- build() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern.Builder
- build() - Method in class is.codion.common.utilities.proxy.ProxyBuilder
-
Builds the Proxy instance.
- build() - Method in interface is.codion.common.utilities.scheduler.TaskScheduler.Builder
- build() - Method in interface is.codion.common.utilities.version.Version
- build() - Method in interface is.codion.common.utilities.version.Version.Builder
- build() - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
- build() - Method in interface is.codion.framework.db.EntityConnection.BatchInsert.Builder
- build() - Method in interface is.codion.framework.db.EntityConnection.Count.Builder
- build() - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
- build() - Method in interface is.codion.framework.db.EntityConnection.Update.Builder
- build() - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
-
Builds a
EntityConnectionProviderinstance based on this builder - build() - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- build() - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- build() - Method in class is.codion.framework.db.local.DefaultLocalEntityConnectionProviderBuilder
- build() - Method in class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
- build() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
- build() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Builds a new attribute definition instance
- build() - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition.Builder
- build() - Method in interface is.codion.framework.domain.entity.Entity.Builder
-
Builds the Entity instance
- build() - Method in interface is.codion.framework.domain.entity.Entity.Key.Builder
-
Builds the key instance
- build() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
- build() - Method in interface is.codion.framework.domain.entity.EntityFormatter.Builder
- build() - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
- build() - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery.Builder
- build() - Method in interface is.codion.framework.model.ColumnConditionModel.Builder
- build() - Method in interface is.codion.framework.model.EntityConditionModel.Builder
- build() - Method in interface is.codion.framework.model.EntityExport.ExportAttributes.Builder
- build() - Method in interface is.codion.framework.model.EntitySearchModel.Builder
- build() - Method in interface is.codion.framework.model.ForeignKeyConditionModel.Builder
- build() - Method in interface is.codion.framework.model.ForeignKeyModelLink.Builder
- build() - Method in interface is.codion.framework.model.ModelLink.Builder
- build() - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- build() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
- build() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemComboBoxModelBuilder
- build() - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder
- build() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- build() - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- build() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- build() - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Builds a new component instance.
- build() - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- build() - Method in interface is.codion.swing.common.ui.component.panel.InputPanelLayout.Builder
- build() - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- build() - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.Builder
- build() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor.Builder
- build() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- build() - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- build() - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- build() - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- build() - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- build() - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- build() - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- build() - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- build() - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- build() - Method in interface is.codion.swing.common.ui.laf.LookAndFeelComboBox.Builder
- build() - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Builds a new
FlexibleGridLayoutinstance with the current configuration. - build() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
- build() - Method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel.Builder
- build() - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- build() - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- build() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.DeleteCommand.Builder
- build() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.InsertCommand.Builder
- build() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.UpdateCommand.Builder
- build() - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
- build() - Method in interface is.codion.swing.framework.ui.WindowDetailLayout.Builder
- build() - Method in interface is.codion.tools.generator.domain.DomainSource.Builder
- build() - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- build() - Method in interface is.codion.tools.loadtest.Scenario.Builder
- build() - Method in interface is.codion.tools.swing.robot.Automation.Builder
- build(EntityConnectionProvider) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
-
Builds an
EntityPanelbased on this builder configuration. - build(String) - Method in interface is.codion.common.utilities.version.Version.Builder
- build(Consumer<C>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- build(Consumer<C>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Builds a new component instance.
- builder() - Static method in interface is.codion.common.model.condition.ConditionModel
- builder() - Static method in interface is.codion.common.model.filter.FilterModel.Items
- builder() - Static method in interface is.codion.common.reactive.state.State
- builder() - Static method in interface is.codion.common.reactive.value.Value
- builder() - Static method in interface is.codion.common.reactive.value.ValueList
-
Creates a new
ValueList.Builderinstance. - builder() - Static method in interface is.codion.common.reactive.value.ValueSet
-
Creates a new
ValueSet.Builderinstance. - builder() - Static method in interface is.codion.common.rmi.client.ConnectionRequest
- builder() - Static method in interface is.codion.common.rmi.server.Server.Locator
-
Returns a
Server.Locator.Builderinstance. - builder() - Static method in class is.codion.common.utilities.format.LocaleDateTimePattern
- builder() - Static method in class is.codion.common.utilities.scheduler.TaskScheduler
- builder() - Static method in interface is.codion.common.utilities.version.Version
- builder() - Static method in interface is.codion.framework.db.EntityConnection.Count
- builder() - Static method in interface is.codion.framework.db.EntityConnectionProvider
-
Creates a connection provider builder based on system configuration.
- builder() - Static method in interface is.codion.framework.db.http.HttpEntityConnection
- builder() - Static method in interface is.codion.framework.db.http.HttpEntityConnectionProvider
-
Instantiates a new builder instance.
- builder() - Static method in interface is.codion.framework.db.local.LocalEntityConnectionProvider
-
Instantiates a new builder instance.
- builder() - Static method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider
-
Instantiates a new builder instance.
- builder() - Static method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- builder() - Method in interface is.codion.framework.domain.entity.Entity.Copy
-
Returns a new
Entity.Builderinstance initialized with the values and original values from this entity. - builder() - Static method in class is.codion.framework.domain.entity.EntityFormatter
- builder() - Static method in interface is.codion.framework.domain.entity.OrderBy
-
Creates a
OrderBy.Builderinstance. - builder() - Static method in interface is.codion.framework.domain.entity.query.EntitySelectQuery
-
Creates a
EntitySelectQuery.Builder - builder() - Static method in interface is.codion.framework.model.EntityConditionModel
- builder() - Static method in interface is.codion.framework.model.EntitySearchModel
- builder() - Static method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- builder() - Static method in interface is.codion.swing.common.model.component.list.FilterListModel
- builder() - Static method in interface is.codion.swing.common.model.component.table.FilterTableModel
- builder() - Static method in class is.codion.swing.common.model.worker.ProgressWorker
- builder() - Static method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.ButtonPanelBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.CheckBoxBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.CheckBoxMenuItemBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.MenuItemBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.NullableCheckBoxBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.RadioButtonBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.RadioButtonMenuItemBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.button.ToolBarBuilder
- builder() - Static method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- builder() - Static method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
- builder() - Static method in class is.codion.swing.common.ui.component.combobox.Completion
- builder() - Static method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- builder() - Static method in class is.codion.swing.common.ui.component.image.ImagePane
- builder() - Static method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- builder() - Static method in class is.codion.swing.common.ui.component.list.FilterList
- builder() - Static method in interface is.codion.swing.common.ui.component.listbox.ListBoxBuilder
-
Creates a
JComboBoxbasedComponentValueinstance, represented by the items in the combo box (as opposed to the selected item). - builder() - Static method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
-
Creates a new
BorderLayoutPanelBuilderinstance using a newBorderLayoutinstance with the default horizontal and vertical gap. - builder() - Static method in interface is.codion.swing.common.ui.component.panel.InputPanelBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.spinner.ItemSpinnerBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.spinner.ListSpinnerBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
- builder() - Static method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- builder() - Static method in class is.codion.swing.common.ui.component.table.FilterTable
- builder() - Static method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor
- builder() - Static method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
- builder() - Static method in class is.codion.swing.common.ui.component.text.FileInputPanel
- builder() - Static method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- builder() - Static method in class is.codion.swing.common.ui.component.text.NumberField
- builder() - Static method in interface is.codion.swing.common.ui.component.text.PasswordFieldBuilder
- builder() - Static method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- builder() - Static method in class is.codion.swing.common.ui.component.text.TemporalField
- builder() - Static method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- builder() - Static method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
- builder() - Static method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- builder() - Static method in interface is.codion.swing.common.ui.component.text.TextPaneBuilder
- builder() - Static method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- builder() - Static method in interface is.codion.swing.common.ui.control.Control
- builder() - Static method in interface is.codion.swing.common.ui.control.Controls
- builder() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- builder() - Static method in class is.codion.swing.common.ui.frame.Frames
- builder() - Static method in class is.codion.swing.common.ui.key.KeyEvents
-
Instantiates a new
KeyEvents.Builderinstance. - builder() - Static method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
-
Instantiates a new
LookAndFeelComboBox.Builderdisplaying the available look and feels - builder() - Static method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
-
Returns a new builder instance for FlexibleGridLayout.
- builder() - Static method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
- builder() - Static method in class is.codion.swing.framework.ui.component.EntityComboBox
- builder() - Static method in class is.codion.swing.framework.ui.component.EntityComboBoxPanel
- builder() - Static method in class is.codion.swing.framework.ui.component.EntitySearchField
- builder() - Static method in class is.codion.swing.framework.ui.component.EntitySearchFieldPanel
- builder() - Static method in class is.codion.swing.framework.ui.EntityPanel
- builder() - Static method in class is.codion.swing.framework.ui.TabbedDetailLayout
- builder() - Static method in class is.codion.swing.framework.ui.WindowDetailLayout
- builder() - Static method in class is.codion.tools.generator.domain.DomainSource
- builder() - Static method in interface is.codion.tools.loadtest.LoadTest
- builder() - Static method in interface is.codion.tools.loadtest.Scenario
- builder() - Static method in interface is.codion.tools.swing.robot.Automation
- builder(int) - Static method in interface is.codion.common.rmi.server.ServerConfiguration
- builder(int, int) - Static method in interface is.codion.common.rmi.server.ServerConfiguration
- builder(int, int) - Static method in interface is.codion.framework.server.EntityServerConfiguration
- builder(ConnectionRequest) - Static method in interface is.codion.common.rmi.server.RemoteClient
-
Instantiates a new
RemoteClient.Builder. - builder(EntityConnectionProvider) - Static method in interface is.codion.framework.model.EntityExport
- builder(AttributeDefinition<T>) - Method in class is.codion.swing.framework.ui.EntityTableCellRenderers
- builder(ColumnDefinition<T>) - Static method in interface is.codion.framework.model.ColumnConditionModel
- builder(ForeignKey) - Static method in interface is.codion.framework.model.ForeignKeyConditionModel
- builder(ForeignKey) - Static method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel
- builder(Entity.Key) - Static method in interface is.codion.framework.domain.entity.Entity
- builder(String) - Static method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- builder(Class<M>, Class<P>) - Static method in interface is.codion.swing.framework.ui.EntityApplication
- builder(Collection<T>) - Static method in interface is.codion.common.reactive.value.ValueList
-
Creates a new
ValueList.Builderinstance. - builder(Collection<T>) - Static method in interface is.codion.common.reactive.value.ValueSet
-
Creates a new
ValueSet.Builderinstance. - builder(M) - Static method in interface is.codion.framework.model.ModelLink
-
Returns a new
ModelLink.Builderinstance. - builder(M, ForeignKey) - Static method in interface is.codion.framework.model.ForeignKeyModelLink
-
Returns a new
ForeignKeyModelLink.Builderinstance. - builderFromSystemProperties() - Static method in interface is.codion.common.rmi.server.ServerConfiguration
-
Returns a Builder initialized with values from system properties.
- builderFromSystemProperties() - Static method in interface is.codion.framework.server.EntityServerConfiguration
-
Returns a Builder initialized with values from system properties.
- buildMenuBar() - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- buildPopupMenu() - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- buildValue() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- buildValue() - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Builds and returns the component value.
- buildValue(Consumer<ComponentValue<C, T>>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- buildValue(Consumer<ComponentValue<C, T>>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Builds and returns the component value.
- button() - Static method in class is.codion.swing.common.ui.component.Components
- button() - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- button(Consumer<ButtonBuilder<?, ?, ?>>) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Provides a way to configure the
ButtonBuilderused by thisControlPanelBuilder. - BUTTON - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleButtonType
- ButtonBuilder<C,
T, - Interface in is.codion.swing.common.ui.component.buttonB> -
Builds buttons.
- buttonCaption(String) - Method in interface is.codion.swing.common.ui.component.text.FileInputPanel.Builder
-
Note that the button caption is not used if a
FileInputPanel.Builder.buttonIcon(Icon)is specified - buttonFocusable(boolean) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder
-
Default false.
- buttonFocusable(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
-
Default false.
- buttonGap(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonPanelBuilder
-
Default is
Layouts.GAP. - buttonGroup(ButtonGroup) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- buttonGroup(ButtonGroup) - Method in interface is.codion.swing.common.ui.component.button.ButtonPanelBuilder
- buttonIcon(ImageIcon) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- buttonIcon(Icon) - Method in interface is.codion.swing.common.ui.component.text.FileInputPanel.Builder
- buttonLocation(String) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
-
Must be one of
BorderLayout.WESTorBorderLayout.EAST. - buttonLocation(String) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
-
Must be one of
BorderLayout.WESTorBorderLayout.EAST - buttonPanel() - Static method in class is.codion.swing.common.ui.component.Components
- buttonPanelBorder(Border) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- ButtonPanelBuilder - Interface in is.codion.swing.common.ui.component.button
-
Builds a JPanel with buttons.
- buttonPanelConstraints(int) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
-
Default
FlowLayout.TRAILING - buttonsFocusable(boolean) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
- buttonsFocusable(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
-
Default false
- buttonsFocusable(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
-
Default false
- byteArray() - Method in interface is.codion.swing.common.ui.component.text.FileInputPanel.BuilderFactory
-
Provides builder for a byte[] based file input panel.
- byteArrayAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Attribute, associated with this EntityType. - byteArrayColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Column, associated with this EntityType. - byteArrayInputPanel() - Static method in class is.codion.swing.common.ui.component.Components
-
Provides builder for a byte array based file input panel.
- byteArrayInputPanel(Attribute<byte[]>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a byte array based
FileInputPanelbuilder based on the given attribute.
C
- CACHE_ENTITY_PANELS - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Specifies whether EntityPanels displayed via
EntityApplicationPanel.displayEntityPanelDialog(EntityPanel)orEntityApplicationPanel.displayEntityPanelFrame(EntityPanel)should be cached, instead of being created each time the dialog/frame is shown. - CACHE_REPORTS - Static variable in interface is.codion.common.db.report.Report
-
Specifies whether to cache reports when loaded from disk/network, this prevents "hot deploy" of reports Value type: Boolean Default value: true
- cached() - Method in class is.codion.common.db.report.AbstractReport
- cached() - Method in interface is.codion.common.db.report.Report
- cached() - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition
-
Note that cached attributes are included when an entity is serialized.
- cached() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainReport
- cached(boolean) - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition.DerivedBuilder
-
Default true unless no source attributes are specified or this is a denormalized attribute.
- CACHED - Static variable in class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- cacheQueries() - Method in interface is.codion.framework.db.EntityConnection
- cacheQueries() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
- cacheQueries(boolean) - Method in interface is.codion.framework.db.EntityConnection
-
Controls the enabled state of the query result cache.
- cacheQueries(boolean) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Controls the enabled state of the query result cache.
- cacheToString() - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
True by default.
- cacheToString(boolean) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Default true.
- calendar() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- calendar() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- calendar() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- CALENDAR - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the calendar icon.
- calendarButton() - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- calendarControl() - Method in class is.codion.swing.common.ui.component.text.TemporalField
-
Returns a Control for displaying a calendar, an empty Optional in case a Calendar is not supported for the given temporal type
- CalendarDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
Builds a dialog for displaying a calendar for date/time input.
- calendarIcon(ImageIcon) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- calendarIcon(ImageIcon) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder
- CalendarPanel - Class in is.codion.swing.common.ui.component.calendar
-
A panel presenting a calendar for date/time selection.
- CalendarPanel.Builder - Interface in is.codion.swing.common.ui.component.calendar
-
Builds a
CalendarPanelinstance. - CalendarPanel.CalendarDate - Interface in is.codion.swing.common.ui.component.calendar
-
Provides access to the date.
- CalendarPanel.CalendarDateTime - Interface in is.codion.swing.common.ui.component.calendar
-
Provides access to the date and time.
- CalendarPanel.CalendarZonedDateTime - Interface in is.codion.swing.common.ui.component.calendar
-
Provides access to the zoned date and time.
- CalendarPanel.ControlKeys - Class in is.codion.swing.common.ui.component.calendar
-
The available controls.
- CALL_SYSTEM_EXIT - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Specifies whether the application should call
System.exit(int)when exiting. - cancel() - Static method in class is.codion.common.i18n.Messages
- cancel() - Method in interface is.codion.swing.common.model.action.DelayedAction
-
Cancels the delayed action, preventing it from executing if the delay has not yet elapsed.
- cancel(ObservableState) - Method in interface is.codion.framework.model.EntityExport.Builder
-
EntityExport.Builder.export()throws aCancelExceptionin case this state is activated - cancelAction(Action) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
-
Note that this action is responsible for closing the dialog.
- cancelEnabled(ObservableState) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
-
Note that this is overridden by
OkCancelDialogBuilder.cancelAction(Action). - CancelException - Exception Class in is.codion.common.model
-
Used when actions must be cancelled from deep within a call stack.
- CancelException() - Constructor for exception class is.codion.common.model.CancelException
- cancelled() - Method in class is.codion.tools.generator.model.DomainGeneratorModel.PopulateTask
- cancelMnemonic() - Static method in class is.codion.common.i18n.Messages
- canImport(TransferHandler.TransferSupport) - Method in class is.codion.swing.common.ui.transfer.FileTransferHandler
- caption() - Method in interface is.codion.common.utilities.item.Item
- caption() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- caption() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- caption() - Method in interface is.codion.swing.common.ui.control.Control
- caption() - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- caption() - Method in class is.codion.swing.framework.ui.EntityPanel
- caption(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.TableColumns
-
The default implementation simply returns
identifier.toString() - caption(AttributeDefinition<T>) - Method in interface is.codion.swing.framework.ui.component.EditComponent
-
Provides a way to override the default attribute caption, when presenting the component to the user.
- caption(String) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
-
If specified a titled border with the given caption is added to the input field
- caption(String) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- caption(String) - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder
- caption(String) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- caption(String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Note that this method has a side effect, when setting the caption to a null value this attribute is automatically hidden via
AttributeDefinition.Builder.hidden(boolean), when a non-null value is used it is automatically made visible (as in, not hidden). - caption(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the caption for this entity type
- caption(String) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- captionResource(String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies the key to use when retrieving the caption for this attribute from the entity resource bundle, in case it differs from the attribute name (
Attribute.name()), which is the default value. - captionResource(String, String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies the key to use when retrieving the caption for this attribute from the given resource bundle.
- captionResourceKey(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Specifies the resource bundle key associated with the caption.
- Carbon - Class in is.codion.plugin.flatlaf.intellij.themes.carbon
-
https://github.com/luisfer0793/theme-carbon/blob/master/out/production/CarbonTheme/matte_carbon_basics.theme.json
- Carbon() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.carbon.Carbon
- caretListener(CaretListener) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- caretPosition(TextComponentBuilder.CaretPosition) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
-
Specifies the initial caret position for the component in case an initial value is specified.
- caretUpdatePolicy(int) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- CASE_SENSITIVE - Static variable in interface is.codion.common.model.condition.ConditionModel
-
Specifies whether string based conditions are case-sensitive by default Value type: Boolean Default value: false
- caseSensitive() - Method in interface is.codion.common.model.condition.ConditionModel
- caseSensitive() - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition
- caseSensitive() - Method in interface is.codion.framework.model.AttributeConditionModel
- caseSensitive() - Method in interface is.codion.framework.model.EntitySearchModel.Settings
- caseSensitive() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
- caseSensitive() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- caseSensitive(boolean) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- caseSensitive(boolean) - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- Case Sensitivity - Search tag in package is.codion.framework.domain.entity.condition
- Section
- CATALOG - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns
- CatppuccinFrappe - Class in is.codion.plugin.flatlaf.intellij.themes.catppuccin
-
https://github.com/catppuccin/jetbrains/blob/main/templates/ui.theme.tera
- CatppuccinFrappe() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.catppuccin.CatppuccinFrappe
- CatppuccinLatte - Class in is.codion.plugin.flatlaf.intellij.themes.catppuccin
-
https://github.com/catppuccin/jetbrains/blob/main/templates/ui.theme.tera
- CatppuccinLatte() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.catppuccin.CatppuccinLatte
- CatppuccinMacchiato - Class in is.codion.plugin.flatlaf.intellij.themes.catppuccin
-
https://github.com/catppuccin/jetbrains/blob/main/templates/ui.theme.tera
- CatppuccinMacchiato() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.catppuccin.CatppuccinMacchiato
- CatppuccinMocha - Class in is.codion.plugin.flatlaf.intellij.themes.catppuccin
-
https://github.com/catppuccin/jetbrains/blob/main/templates/ui.theme.tera
- CatppuccinMocha() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.catppuccin.CatppuccinMocha
- cellBorder() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
- cellEditable(BiPredicate<R, C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- cellEditable(Function<EventObject, Boolean>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor.Builder
- cellEditor(A, FilterTableCellEditor<?, T>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Sets the cell editor for the given attribute
- cellEditor(C, FilterTableCellEditor<?, T>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
the cell renderer for the given column, overrides
FilterTable.Builder.cellEditors(FilterTableCellEditor.Factory). - cellEditor(TableCellEditor) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- cellEditors(FilterTableCellEditor.Factory<Entity, Attribute<?>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- cellEditors(FilterTableCellEditor.Factory<R, C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Note that this factory is only used to create cell editors for columns which do not already have a cell editor and is overridden by any editor set via
FilterTable.Builder.cellEditor(Object, FilterTableCellEditor). - cellRenderer(A, Consumer<FilterTableCellRenderer.Builder<Entity, Attribute<?>, T>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Sets the cell renderer for the given attribute
- cellRenderer(C, Class<T>, Consumer<FilterTableCellRenderer.Builder<R, C, T>>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
The cell renderer for the given column, overrides
FilterTable.Builder.cellRenderers(FilterTableCellRenderer.Factory). - cellRenderer(ListCellRenderer<T>) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder
- cellRenderer(TableCellRenderer) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- cellRenderer(TreeCellRenderer) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- cellRenderers(FilterTableCellRenderer.Factory<R, C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Note that this factory is only used to create cell renderers for columns which do not already have a cell renderer and is overridden by any renderer set via
FilterTable.Builder.cellRenderer(Object, Class, Consumer). - cellRenderers(EntityTableCellRenderers) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Overridden by
EntityTablePanel.Config.cellRenderer(Attribute, Consumer). - cellSelection(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- cellVisible(int, int) - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Returns true if the given cell is visible.
- center() - Method in class is.codion.swing.common.ui.component.image.ImagePane
- center(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- center(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- centerFrame(boolean) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
-
This is overridden by
FrameBuilder.location(Point)or by setting theFrameBuilder.locationRelativeTo(Component)component. - centerOnScroll() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- centerOnScroll(FilterTable.CenterOnScroll) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- changeConsumer(Consumer<ValueChange<? super T>>) - Method in interface is.codion.common.reactive.value.Value.Builder
- changeConsumer(Consumer<ValueChange<? super T>>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- changeConsumer(Consumer<ValueChange<? super T>>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- changed() - Method in interface is.codion.common.model.condition.ConditionModel
- changed() - Method in interface is.codion.common.model.condition.TableConditionModel
- changed() - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems.ItemsListener
-
Called when all items may have changed
- changed() - Method in class is.codion.common.reactive.value.AbstractValue
- changed() - Method in interface is.codion.common.reactive.value.Value
- CHANGED - Enum constant in enum class is.codion.common.reactive.value.Value.Notify
-
Notify listeners when the underlying value is changed via
Value.set(Object), that is, only when the new value differs from the previous value, determined byObject.equals(Object). - changedUpdate(DocumentEvent) - Method in interface is.codion.swing.common.model.component.text.DocumentAdapter
- changeListener(Runnable) - Method in interface is.codion.common.reactive.value.Value.Builder
- changeListener(Runnable) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- changeListener(Runnable) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- changeListener(ChangeListener) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
- changing() - Method in interface is.codion.common.model.selection.SingleSelection
-
To prevent a selection change, add a listener throwing a
CancelException. - changing() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
- characterAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Character based attribute, associated with this EntityType.
- characterColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Character based column, associated with this EntityType.
- characterField() - Static method in class is.codion.swing.common.ui.component.Components
- characterValue(String) - Static method in class is.codion.common.utilities.Configuration
-
Creates a character configuration value
- characterValue(String) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given character property
- characterValue(String, char) - Static method in class is.codion.common.utilities.Configuration
-
Creates a character configuration value
- characterValue(String, char) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given character property
- charset(Charset) - Method in interface is.codion.dbms.h2.H2DatabaseFactory.ScriptRunner
- chartStatistics() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- chartUpdateInterval() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- CHECK_OUT_TIMEOUT - Static variable in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies the default maximum connection check out timeout in milliseconds.
- checkBox() - Static method in class is.codion.swing.common.ui.component.Components
- checkBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a CheckBox builder based on the given attribute.
- checkBox(Consumer<CheckBoxBuilder>) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Provides a way to configure the
CheckBoxBuilderused by thisControlPanelBuilder. - CHECKBOX - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleButtonType
- CheckBoxBuilder - Interface in is.codion.swing.common.ui.component.button
-
Builds a JCheckBox that can be linked to non-nullable values.
- checkBoxMenuItem() - Static method in class is.codion.swing.common.ui.component.Components
- CheckBoxMenuItemBuilder<B> - Interface in is.codion.swing.common.ui.component.button
-
Builds a JCheckBoxMenuItem.
- checkOutTimeCollection() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- children() - Method in interface is.codion.common.utilities.logging.MethodTrace
- CLASS - Static variable in class is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- className() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainOperation
- CLASSPATH_KEYSTORE - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The rmi ssl keystore to use on the classpath, this will be resolved to a temporary file and set as the javax.net.ssl.keyStore system property on server start Value type: String Default value: null
- CLASSPATH_KEYSTORE - Static variable in class is.codion.framework.servlet.EntityService
-
The https keystore to use on the classpath, this will be resolved to a temporary file and set as the codion.server.http.keyStore system property on server start Value type: String Default value: null
- ClasspathConfiguration - Class in is.codion.tools.jul.classpath
-
A custom configuration class for java.util.logging that loads configuration files from the classpath.
- ClasspathConfiguration() - Constructor for class is.codion.tools.jul.classpath.ClasspathConfiguration
-
Constructs a new ClasspathConfiguration and immediately loads the configuration file specified by
java.util.logging.config.filefrom the classpath. - classPathReport(Class<?>, String) - Static method in class is.codion.plugin.jasperreports.JasperReports
-
Instantiates a JRReport for a classpath based report.
- clear() - Static method in class is.codion.common.i18n.Messages
- clear() - Method in interface is.codion.common.model.condition.ConditionModel
-
Clears this condition model, that is, disables it, clears all operands and sets the operator to the initial one.
- clear() - Method in interface is.codion.common.model.condition.TableConditionModel
-
Clears the search state of all non-persistant condition models, disables them and resets the operator to
Operator.EQUAL. - clear() - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Clears the items
- clear() - Method in interface is.codion.common.model.selection.SingleSelection
-
Clears the selection
- clear() - Method in class is.codion.common.reactive.value.AbstractValue
- clear() - Method in interface is.codion.common.reactive.value.Value
-
Clears this value, by setting it to null or the null value in case this is a non-null value.
- clear() - Method in interface is.codion.framework.model.AttributeConditionModel
- clear() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Clears all values from the underlying entity, disregarding the
EntityEditModel.EditorValue.persist()directive. - clear() - Method in interface is.codion.framework.model.EntitySearchModel.Selection
-
Clears the selection
- clear() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- clear() - Method in interface is.codion.swing.common.model.component.list.FilterListSort
-
Clears the sort
- clear() - Method in interface is.codion.swing.common.model.component.table.FilterTableSort
-
Clears the sorting states from this sorter
- clear() - Method in class is.codion.swing.common.ui.component.logging.LogViewer
-
Clears the log
- clear() - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Clears all controls from this layout
- clear() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
-
Clears and disables this foreign key filter
- clear() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- clear() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- clear() - Method in class is.codion.tools.swing.robot.Narrator
-
Clears both narration and keystrokes
- clear(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity.Builder
-
Clears the given value from this builder, current as well as original value if any
- CLEAR - Static variable in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.ControlKeys
-
Clears the model.
Default key stroke: CTRL-SHIFT-ENTER - CLEAR - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Clears the input fields.
- CLEAR - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor clearing the data from the table. - CLEAR - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the clear icon.
- CLEAR_CONDITION_ON_EMPTY_SELECTION - Static variable in interface is.codion.framework.model.ForeignKeyModelLink
-
Specifies whether a linked model clears the foreign key search condition when null or no value is selected in a parent model
Value type: Boolean
Default value: true - CLEAR_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor clearing the table selection. - CLEAR_VALUE_ON_EMPTY_SELECTION - Static variable in interface is.codion.framework.model.ForeignKeyModelLink
-
Specifies whether a linked model sets the parent foreign key value to null when null or no value is selected in a parent model
Value type: Boolean
Default value: false - clearAfterInsert(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- clearAndRequestFocus() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Clears the underlying edit model and requests the initial focus.
- clearCache() - Method in class is.codion.common.db.report.AbstractReport
- clearCache() - Method in interface is.codion.common.db.report.Report
-
Clears the report cache, if caching is not enabled calling this method has no effect
- clearCharts() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
-
Clears the accumulated chart data
- clearCharts() - Method in class is.codion.tools.monitor.model.EntityServerMonitor
- clearComboBoxModels() - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Clears all combobox models
- clearConditionOnEmptySelection(boolean) - Method in interface is.codion.framework.model.ForeignKeyModelLink.Builder
- cleared() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ComboBoxItems
- clearEditModelClearTableSelection() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- clearExceptions(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
-
Clears the exceptions collected from running the given scenario
- clearKeyStrokes() - Method in class is.codion.tools.swing.robot.Narrator
-
Clears the keystrokes table.
- clearMnemonic() - Static method in class is.codion.common.i18n.Messages
- clearNarration() - Method in class is.codion.tools.swing.robot.Narrator
-
Clears the narration text.
- clearPassword() - Method in interface is.codion.common.utilities.user.User
-
Clears the password
- clearPrimaryKey() - Method in interface is.codion.framework.domain.entity.Entity.Builder
-
Clears the primary key values from this builder, current as well as original values if any
- clearReportCache() - Method in interface is.codion.framework.server.EntityServerAdmin
-
Clears any cached reports
- clearReportCache() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Clears the server report cache
- clearSelection() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- clearSelection() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- clearStatistics() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
-
Clears all graph data sets
- clearStatistics() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
-
Resets all collected statistics
- clearStatistics() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Clears all collected statistics
- clearTip() - Static method in class is.codion.common.i18n.Messages
- clearValueOnEmptySelection(boolean) - Method in interface is.codion.framework.model.ForeignKeyModelLink.Builder
- CLICK_COUNT_TO_START - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor
-
The default click count to start editing in tables.
- clickCountToStart(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor.Builder
-
Default specified by
FilterTableCellEditor.CLICK_COUNT_TO_START. - CLIENT_CONNECTION_TIMEOUT - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
Specifies the default client connection timeout (ms) in a comma separated list.
- CLIENT_CONNECTION_TYPE - Static variable in interface is.codion.framework.db.EntityConnectionProvider
-
Specifies whether the client should connect locally, via rmi or http, accepted values: local, remote, http Value type: String Default value:
EntityConnectionProvider.CONNECTION_TYPE_LOCAL - CLIENT_DOMAIN_TYPE - Static variable in interface is.codion.framework.db.EntityConnectionProvider
-
Specifies the domain type required for a client connection Value type: is.codion.framework.domain.DomainType Default value: null
- CLIENT_HOST - Static variable in interface is.codion.common.rmi.server.Server
-
Specifies the client host connection parameter
- CLIENT_HOST - Static variable in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- CLIENT_HOST - Static variable in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- CLIENT_ID - Static variable in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- CLIENT_TYPE - Static variable in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- CLIENT_TYPE - Static variable in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- CLIENT_VERSION - Static variable in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- CLIENT_VERSION - Static variable in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- clientHost() - Method in interface is.codion.common.rmi.server.RemoteClient
-
Note that if the client host is not known
RemoteClient.UNKNOWN_CLIENT_HOSTis returned. - clientHost(String) - Method in interface is.codion.common.rmi.server.RemoteClient.Builder
- clientId() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- clientId() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- clientId() - Method in interface is.codion.framework.db.EntityConnectionProvider
- clientId(UUID) - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
- clientId(UUID) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
- clientId(UUID) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
- clientId(UUID) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- ClientInstanceMonitor - Class in is.codion.tools.monitor.model
-
A ClientInstanceMonitor
- ClientInstanceMonitor(EntityServerAdmin, RemoteClient) - Constructor for class is.codion.tools.monitor.model.ClientInstanceMonitor
-
Instantiates a new
ClientInstanceMonitor, monitoring the given client - ClientInstanceMonitorPanel - Class in is.codion.tools.monitor.ui
-
A ClientInstanceMonitorPanel
- ClientInstanceMonitorPanel(ClientInstanceMonitor) - Constructor for class is.codion.tools.monitor.ui.ClientInstanceMonitorPanel
-
Instantiates a new ClientInstanceMonitorPanel
- clientInstanceTableModel() - Method in class is.codion.tools.monitor.model.ClientMonitor
- clientMonitor() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
- clientMonitor() - Method in class is.codion.tools.monitor.model.ServerMonitor
- ClientMonitor - Class in is.codion.tools.monitor.model
-
A ClientMonitor
- ClientMonitor(EntityServerAdmin) - Constructor for class is.codion.tools.monitor.model.ClientMonitor
-
Instantiates a new
ClientMonitor - ClientMonitor.RemoteClientColumns - Class in is.codion.tools.monitor.model
- ClientMonitorPanel - Class in is.codion.tools.monitor.ui
-
A ClientMonitorPanel
- ClientMonitorPanel(ClientMonitor) - Constructor for class is.codion.tools.monitor.ui.ClientMonitorPanel
-
Instantiates a new ClientMonitorPanel
- clientProperty(Object, Object) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- clientProperty(Object, Object) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Adds an arbitrary key/value "client property" to the component
- clients() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- clients() - Method in interface is.codion.common.rmi.server.ServerAdmin
- Clients - Class in is.codion.common.rmi.client
-
Utility methods for remote clients
- clientType() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- clientType() - Method in interface is.codion.common.rmi.server.Authenticator
-
Returns the client type for which to use this authenticator.
- clientType() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- clientType() - Method in interface is.codion.framework.db.EntityConnectionProvider
- clientType(String) - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
- clientType(String) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
- clientType(String) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
-
If no client type is specified,
DomainType.name()is used. - clientType(String) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- clientTypeIdleConnectionTimeouts() - Method in interface is.codion.framework.server.EntityServerConfiguration
- clientTypeIdleConnectionTimeouts(Map<String, Integer>) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- ClientUserMonitor - Class in is.codion.tools.monitor.model
-
A ClientUserMonitor for monitoring connected clients and users connected to a server
- ClientUserMonitor(EntityServerAdmin, int) - Constructor for class is.codion.tools.monitor.model.ClientUserMonitor
-
Instantiates a new
ClientUserMonitor - ClientUserMonitor.UserHistoryColumns - Class in is.codion.tools.monitor.model
- ClientUserMonitorPanel - Class in is.codion.tools.monitor.ui
-
A ClientUserMonitorPanel
- ClientUserMonitorPanel(ClientUserMonitor) - Constructor for class is.codion.tools.monitor.ui.ClientUserMonitorPanel
-
Instantiates a new ClientUserMonitorPanel
- clientVersion() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- clientVersion() - Method in interface is.codion.framework.db.EntityConnectionProvider
- clientVersion(Version) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
- clientVersion(Version) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
- clientVersion(Version) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- close() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Closes this connection pool, connections subsequently checked in are disconnected
- close() - Method in interface is.codion.common.rmi.server.Authenticator
-
Disposes of all resources used by this authenticator, after a call to this method the authenticator should be regarded as unusable.
- close() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- close() - Method in interface is.codion.framework.db.EntityConnection
-
Performs a rollback and disconnects this connection
- close() - Method in interface is.codion.framework.db.EntityConnectionProvider
-
Closes the underlying connection and performs cleanup if required
- close() - Method in interface is.codion.framework.db.EntityResultIterator
- close() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Closes this connection.
- close() - Method in interface is.codion.framework.db.rmi.RemoteEntityResultIterator
- close() - Method in class is.codion.framework.server.AbstractRemoteEntityConnection
-
Disconnects this connection
- close() - Method in interface is.codion.tools.swing.robot.Automation
-
Closes this
Automationand release any resources - close() - Method in class is.codion.tools.swing.robot.Narrator
-
Clears this narrator and closes its frame
- close(EntityConnection) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
-
Closes the given connection
- closeApplication(Consumer<T>) - Method in interface is.codion.tools.loadtest.LoadTest.Builder.CloseApplicationStep
- closeConnectionPool(String) - Method in class is.codion.common.db.database.AbstractDatabase
- closeConnectionPool(String) - Method in interface is.codion.common.db.database.Database
-
Closes and removes the pool associated with the given user
- closeConnectionPools() - Method in class is.codion.common.db.database.AbstractDatabase
- closeConnectionPools() - Method in interface is.codion.common.db.database.Database
-
Closes and removes all available connection pools
- closeDialog(boolean) - Method in interface is.codion.swing.framework.ui.EntityDialogs.AddEntityDialogBuilder
- closeObserver(Observer<?>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
-
Sets the Observer which triggers the closing of the dialog, note that
ComponentDialogBuilder.disposeOnEscape(boolean)has no effect if a closeObserver is specified. - closeStatisticsCollection() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
-
Cleans up statistics collection resources to prevent resource leaks.
- Cobalt2 - Class in is.codion.plugin.flatlaf.intellij.themes.cobalt2
-
https://github.com/ngehlert/cobalt2/blob/master/Cobalt2-UI-Theme/resources/Cobalt_2.theme.json
- Cobalt2() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.cobalt2.Cobalt2
- CODE - Static variable in interface is.codion.framework.model.test.TestDomain.Master
- Codely - Class in is.codion.plugin.flatlaf.intellij.themes.codely
-
https://github.com/CodelyTV/jetbrains-theme/blob/main/src/main/resources/codely.theme.json
- Codely() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.codely.Codely
- CodelyBlue - Class in is.codion.plugin.flatlaf.intellij.themes.codely
-
https://github.com/CodelyTV/jetbrains-theme/blob/main/src/main/resources/codely_blue.theme.json
- CodelyBlue() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.codely.CodelyBlue
- CodelyDark - Class in is.codion.plugin.flatlaf.intellij.themes.codely
-
https://github.com/CodelyTV/jetbrains-theme/blob/main/src/main/resources/codely_dark.theme.json
- CodelyDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.codely.CodelyDark
- CodelyLight - Class in is.codion.plugin.flatlaf.intellij.themes.codely
-
https://github.com/CodelyTV/jetbrains-theme/blob/main/src/main/resources/codely_light.theme.json
- CodelyLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.codely.CodelyLight
- CODION_VERSION - Static variable in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- COLLAPSE - Static variable in class is.codion.swing.framework.ui.TabbedDetailLayout.ControlKeys
-
Collapses the detail panel all the way to the right, hiding it.
Default keyStroke: SHIFT-CTRL-ALT RIGHT ARROW - collate(List<T>) - Static method in class is.codion.common.utilities.Text
-
Sorts the string representations of the list contents, using the space aware collator
- collator() - Static method in class is.codion.common.utilities.Text
-
Returns a Comparator which compares the string representations of the objects using the default Collator, taking spaces into account.
- collator(Locale) - Static method in class is.codion.common.utilities.Text
-
Creates a Comparator which compares the string representations of the objects using the default Collator, taking spaces into account.
- COLLATOR_LANGUAGE - Static variable in class is.codion.common.utilities.Text
-
Specifies the default collator locale language.
- collectCheckOutTimes() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- collectSnapshotStatistics() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- color() - Method in interface is.codion.swing.common.ui.icon.SVGIcons
-
Follows the 'Button.foreground' color of the current Look and feel.
- color(Color) - Method in class is.codion.swing.common.ui.icon.SVGIcon
-
Sets the icon color
- COLOR - Static variable in interface is.codion.swing.common.ui.icon.SVGIcons
-
The default icon color.
- Colors - Class in is.codion.swing.common.ui.color
-
Utilities class for Color.
- column() - Method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
-
Creates a new
ColumnDefinition.Builderinstance. - column() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey.Reference
- column() - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition
- column() - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns this keys column.
- column() - Method in interface is.codion.framework.domain.entity.OrderBy.OrderByColumn
- column() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel.RowColumn
- column(C) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
-
Returns the TableColumn with the given identifier
- column(ColumnTemplate<T>) - Method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
-
Creates a new
ColumnDefinition.Builderinstance. - column(EntityType, String, TypeReference<T>) - Static method in interface is.codion.framework.domain.entity.attribute.Column
-
Creates a new
Column, associated with the given entityType. - column(EntityType, String, Class<T>) - Static method in interface is.codion.framework.domain.entity.attribute.Column
-
Creates a new
Column, associated with the given entityType. - column(String, TypeReference<T>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Column, associated with this EntityType. - column(String, Class<T>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Column, associated with this EntityType. - Column<T> - Interface in is.codion.framework.domain.entity.attribute
-
An
Attributerepresenting a table column. - COLUMN - Enum constant in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Centers the selected column, if possible.
- COLUMN_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlsinstance containing controls for configuring columns. - COLUMN_REORDERING - Static variable in class is.codion.swing.common.ui.component.table.FilterTable
-
Specifies whether columns can be rearranged Value type: Boolean Default value: true
- COLUMN_RESIZING - Static variable in class is.codion.swing.common.ui.component.table.FilterTable
-
Specifies whether columns can be resized Value type: Boolean Default value: true
- COLUMN_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies how column selection is presented to the user.
- COLUMN_TOOL_TIPS - Static variable in class is.codion.swing.common.ui.component.table.FilterTable
-
Specifies whether column tooltips should be enabled Value type: Boolean Default value: true
- Column.ColumnDefiner<T> - Interface in is.codion.framework.domain.entity.attribute
-
Provides
ColumnDefinition.Builderinstances. - Column.Converter<T,
C> - Interface in is.codion.framework.domain.entity.attribute -
Converts to and from SQL values, such as integers being used to represent booleans in a database.
- Column.Generator<T> - Interface in is.codion.framework.domain.entity.attribute
-
Generates column values for entities on insert.
- Column.Generator.Identity<T> - Interface in is.codion.framework.domain.entity.attribute
-
Indicates an identity column based key generator.
- Column.GetValue<C> - Interface in is.codion.framework.domain.entity.attribute
-
Gets a single value from a
ResultSet. - Column.SetParameter<C> - Interface in is.codion.framework.domain.entity.attribute
-
Sets a parameter value in a
PreparedStatement - columnClass() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
- columnClass(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.TableColumns
- columnClass(Class<T>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder.ColumnClassStep
- columnClass(String) - Method in class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns
- columnClass(String) - Method in class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns
- columnClass(String) - Method in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- columnClass(String) - Method in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- columnClass(String) - Method in class is.codion.tools.monitor.model.ServerMonitor.DomainColumns
- columnClass(String) - Method in class is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- columnClass(String) - Method in class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- ColumnCondition<T> - Interface in is.codion.framework.domain.entity.condition
-
A condition based on a single
Column. - Column Condition Examples - Search tag in package is.codion.framework.domain.entity.condition
- Section
- ColumnConditionModel<T> - Interface in is.codion.framework.model
- ColumnConditionModel.Builder<T> - Interface in is.codion.framework.model
-
A builder for a
ColumnConditionModel - ColumnConditionPanel<T> - Class in is.codion.swing.common.ui.component.table
-
A UI implementation for
ConditionModel. - ColumnConditionPanel.Builder<T> - Interface in is.codion.swing.common.ui.component.table
-
Builds a
ColumnConditionPanelinstance - ColumnConditionPanel.Builder.ModelStep - Interface in is.codion.swing.common.ui.component.table
-
Provides a
ColumnConditionPanel.Builder - ColumnConditionPanel.ConditionComponents - Interface in is.codion.swing.common.ui.component.table
-
Provides equal, in, upper and lower bound input components for a
ColumnConditionPanel - ColumnConditionPanel.ControlKeys - Class in is.codion.swing.common.ui.component.table
-
The condition controls.
- ColumnConditionPanel.OperandComponents - Class in is.codion.swing.common.ui.component.table
-
Provides the operand components.
- ColumnConditions<T> - Interface in is.codion.framework.domain.entity.condition
-
Creates
ColumnConditions. - ColumnDefinition<T> - Interface in is.codion.framework.domain.entity.attribute
-
Specifies an attribute definition based on a table column.
- ColumnDefinition.Builder<T,
B> - Interface in is.codion.framework.domain.entity.attribute -
Builds a
ColumnDefinition - columnHidden() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- columnModel() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- columnReordering(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- columnResizing(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- columns() - Method in interface is.codion.framework.domain.entity.condition.Condition
- columns() - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns the columns comprising this key, in an unspecified order.
- columns() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- columns() - Method in interface is.codion.framework.domain.entity.EntityDefinition.PrimaryKey
-
Returns a list containing all primary key columns associated with this entity type.
- columns() - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery
- columns() - Method in interface is.codion.framework.model.EntitySearchModel
- columns() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- columns() - Method in interface is.codion.swing.common.model.component.table.FilterTableSort
- columns() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- columns() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.HiddenColumns
- columns() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.VisibleColumns
- columns() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- columns() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- columns() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- columns(int) - Method in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
- columns(int) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- columns(int) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder
- columns(int) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
- columns(int) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- columns(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Sets the number of columns in the layout.
- columns(int) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- columns(int) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- columns(FilterTableModel.TableColumns<R, C>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder.ColumnsStep
- columns(String) - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery.Builder
-
Specifies the columns clause to use, without the SELECT keyword.
- columns(Consumer<FilterTableColumn.Builder<C>>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- columns(Consumer<FilterTableColumn.Builder<Attribute<?>>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- columns(List<C>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Export
- COLUMNS - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the columns icon.
- columnSelection(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- columnSelection(EntityTablePanel.SelectionMode) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- columnShown() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- ColumnSummary - Enum Class in is.codion.common.model.summary
-
The summary types available to the default summary model
- columnSummaryPanel(SummaryModel, int) - Static method in class is.codion.swing.common.ui.component.table.ColumnSummaryPanel
- ColumnSummaryPanel - Class in is.codion.swing.common.ui.component.table
-
A panel that shows a summary value for a numerical column property.
- ColumnTemplate<T> - Interface in is.codion.framework.domain.entity.attribute
-
Specifies a column template configuration.
- columnToolTips(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Specifies whether the table should display the column tooltips when the mouse hovers over the table header
- combination(Conjunction, Condition...) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Initializes a new
Condition.Combinationinstance - combination(Conjunction, Collection<Condition>) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Initializes a new
Condition.Combinationinstance - combined() - Method in class is.codion.tools.generator.domain.DomainSource
- COMBINED_SOURCE_DIRECTORY - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel
-
The combined source directory, relative to the user directory.
- combinedSaveEnabled() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- combinedSourceDirectory() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- comboBox() - Static method in class is.codion.swing.common.ui.component.Components
- comboBox() - Method in class is.codion.swing.framework.ui.component.EntityComboBoxPanel
- comboBox(Attribute<T>, ComboBoxModel<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a JComboBox builder based on the given attribute.
- comboBox(ForeignKey, EntityDefinition, EntityComboBoxModel) - Method in class is.codion.swing.framework.ui.component.DefaultEditComponent
- comboBox(ForeignKey, EntityComboBoxModel) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
EntityComboBox.Builderbased on the given foreign key. - comboBox(Collection<T>) - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilderFactory
- ComboBoxBuilder<C,
T, - Interface in is.codion.swing.common.ui.component.comboboxB> -
Builds a
JComboBox. - ComboBoxBuilder.ModelStep - Interface in is.codion.swing.common.ui.component.combobox
-
Provides a
ComboBoxBuilder - comboBoxModel - Variable in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- comboBoxModel(Column<T>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Returns the
FilterComboBoxModelassociated with the given column. - comboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Returns the
EntityComboBoxModelassociated with the given foreign key. - comboBoxPanel(ForeignKey, EntityComboBoxModel, Supplier<EntityEditPanel>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
EntityComboBoxPanel.Builderwith optional buttons for adding and editing items. - ComboBoxSelectionDialogBuilder<T> - Interface in is.codion.swing.common.ui.dialog
-
A builder for a
JComboBoxbased selection dialog. - command(Control.Command) - Method in interface is.codion.swing.common.ui.control.Control.BuilderFactory
- command(Control.Command) - Static method in interface is.codion.swing.common.ui.control.Control
-
Creates a control based on a
Control.Command - CommandControl - Interface in is.codion.swing.common.ui.control
-
A
Controlbased on aControl.Command - CommandControl.CommandControlBuilder - Interface in is.codion.swing.common.ui.control
-
Builds a
CommandControl - COMMISSION - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- commitOnValidEdit(boolean) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- commitsOnValidEdit(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- commitsOnValidEdit(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- commitTransaction() - Method in interface is.codion.framework.db.EntityConnection
-
Performs a commit and ends the current transaction
- commitTransaction() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Performs a commit and ends the current transaction
- comparable(R, C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.TableColumns
-
Returns a Comparable instance for the given row and column.
- comparator() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- comparator() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- comparator() - Method in interface is.codion.framework.model.EntityExport.ExportAttributes
- comparator(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.TableColumns
-
Returns the comparator to use when comparing the values of the given column
- comparator(Comparator<Item<T>>) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- comparator(Comparator<Entity>) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Note that this comparator is not used if
EntityComboBoxModel.Builder.orderBy(OrderBy)has been specified. - comparator(Comparator<T>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
- comparator(Comparator<T>) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder
- comparator(Comparator<T>) - Method in interface is.codion.swing.common.ui.dialog.ListSelectionDialogBuilder
- comparator(Comparator<Entity>) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition.Builder
- comparator(Comparator<Entity>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the comparator to use when comparing entities of this type
- comparator(Comparator<T>) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
- compatibleWith(DomainType) - Method in class is.codion.framework.json.domain.DefaultEntityObjectMapperFactory
- compatibleWith(DomainType) - Method in interface is.codion.framework.json.domain.EntityObjectMapperFactory
-
Returns true if this mapper factory is compatible with the given domain type.
- complete(Exception, String) - Method in interface is.codion.common.utilities.logging.MethodTrace
-
Completes this method trace.
- Completion - Class in is.codion.swing.common.ui.component.combobox
-
Selects an item in a JComboBox based on values typed on the keyboard.
- COMPLETION_MODE - Static variable in class is.codion.swing.common.ui.component.combobox.Completion
-
Specifies the default completion model used for comboboxes.
- Completion.Builder - Interface in is.codion.swing.common.ui.component.combobox
-
A builder for combo box completion.
- Completion.Mode - Enum Class in is.codion.swing.common.ui.component.combobox
-
The available completion modes.
- completionMode(Completion.Mode) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
- completionMode(Completion.Mode) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- completionMode(Completion.Mode) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- component() - Method in class is.codion.swing.common.ui.component.value.AbstractComponentValue
- component() - Method in interface is.codion.swing.common.ui.component.value.ComponentValue
- component(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Returns a
ComponentBuilderinstance for a default input component for the given attribute. - component(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
- component(ComponentValueBuilder<?, T, ?>) - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder.ComponentStep
- component(ComponentValue<?, T>) - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder.ComponentStep
- component(ComponentValue<? extends JComponent, T>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
-
Wraps the given component, using it as the base renderer before applying the rendering settings of this renderer.
- component(SwingEntityEditModel) - Method in class is.codion.swing.framework.ui.component.DefaultEditComponent
- component(SwingEntityEditModel) - Method in interface is.codion.swing.framework.ui.component.EditComponent
-
Provides an input
ComponentValuefor editing a single attribute value for one or more entities. - component(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.panel.InputPanelBuilder
- component(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder.TabBuilder
- component(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
-
Note: sets the layout to
BorderLayoutand adds the component at locationBorderLayout.CENTER - component(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
-
Note: sets the layout to
BorderLayoutand adds the component at locationBorderLayout.CENTER - component(Supplier<ComponentValue<C, T>>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor.Builder.ComponentStep
-
Creates a new default
FilterTableCellEditor.Builderinstance. - component(JComponent) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder.TabBuilder
- component(JComponent) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
-
Note: sets the layout to
BorderLayoutand adds the component at locationBorderLayout.CENTER - component(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.InputPanelBuilder
- component(JComponent) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
-
Note: sets the layout to
BorderLayoutand adds the component at locationBorderLayout.CENTER - component(JComponent) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
-
Note: sets the layout to
BorderLayoutand adds the component at locationBorderLayout.CENTER - component(JTextComponent) - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder.ComponentStep
- COMPONENT_VALUE - Static variable in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
The client property key for the associated
ComponentValueJTextField textField = Components.stringField() .build(); ComponentValue<JTextField, String > componentValue = (ComponentValue<JTextField, String>) textField.getClientProperty(COMPONENT_VALUE); - ComponentBuilder<C,
B> - Interface in is.codion.swing.common.ui.component.builder -
Builds a component.
- componentConstraints(String) - Method in interface is.codion.swing.common.ui.component.panel.InputPanelBorderLayoutBuilder
-
Defaults to
BorderLayout.CENTER - ComponentDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
A builder for JDialog containing a single component.
- componentListener(ComponentListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- componentListener(ComponentListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- componentListener(ComponentListener) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- componentOrientation(ComponentOrientation) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- componentOrientation(ComponentOrientation) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- components() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- components() - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
- components() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumnComponentPanel
- components() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
- components(ColumnConditionPanel.ConditionComponents) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.Builder
- Components - Class in is.codion.swing.common.ui.component
-
A factory for
ComponentBuilderinstances. - componentValue() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor
- ComponentValue<C,
T> - Interface in is.codion.swing.common.ui.component.value -
A
Valuerepresented by an input component of some sort. - ComponentValueBuilder<C,
T, - Interface in is.codion.swing.common.ui.component.builderB> -
Use
ComponentBuilder.build()to build a JComponent instance orComponentValueBuilder.buildValue()to build aComponentValueinstance.
The component is available viaComponentValue.component()and the associatedComponentValueinstance is available via theComponentValueBuilder.COMPONENT_VALUEclient property. - condition() - Method in interface is.codion.framework.model.AttributeConditionModel
- condition() - Method in interface is.codion.framework.model.EntityQueryModel
- condition() - Method in interface is.codion.framework.model.EntitySearchModel
-
Controls the additional search condition supplier used when performing the next search data.
- condition() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
-
Controls the condition supplier used when querying data, setting this to null reverts to the condition specifying all underlying entities.
- condition() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- condition(int) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Sets the key event condition,
JComponent.WHEN_FOCUSEDby default. - condition(Column<T>) - Method in class is.codion.framework.model.EntityConditions
-
Only called if
EntityConditions.include(Column)returns true - condition(ForeignKey) - Method in class is.codion.framework.model.EntityConditions
-
Only called if
EntityConditions.include(ForeignKey)returns true - condition(ForeignKey) - Method in class is.codion.swing.framework.model.SwingEntityConditions
- condition(ConditionType) - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
Returns the
ConditionStringassociated with the given type - condition(ConditionType, ConditionString) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Adds a
ConditionStringwhich provides a dynamic query condition string. - condition(Supplier<Condition>) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
If
conditionis null, the default condition, specifying all underlying entities is used. - condition(Supplier<Condition>) - Method in interface is.codion.framework.model.EntitySearchModel.Builder
-
The condition supplier may not return null, doing so will cause an exception when searching.
- Condition - Interface in is.codion.framework.domain.entity.condition
-
Specifies a query condition for filtering entities from the database.
- CONDITION_1_TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- CONDITION_2_TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- CONDITION_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlsinstance containing the condition panel controls. - CONDITION_INDICATOR - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether table columns should indicate enabled conditions Value type: Boolean Default value: true
- CONDITION_VIEW - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies the default initial table condition panel view Value type:
ConditionPanel.ConditionViewDefault value:ConditionPanel.ConditionView.HIDDEN - Condition.All - Interface in is.codion.framework.domain.entity.condition
-
A condition specifying all entities of a given type, a no-condition.
- Condition.Combination - Interface in is.codion.framework.domain.entity.condition
-
An interface encapsulating a combination of Condition instances, that should be either AND'ed or OR'ed together in a query context
- conditionChangedListener() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- Condition Combinations - Search tag in package is.codion.framework.domain.entity.condition
- Section
- conditionComponents(Attribute<?>, ColumnConditionPanel.ConditionComponents) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- conditionEnabled() - Method in interface is.codion.framework.model.EntityQueryModel
-
It can be necessary to prevent the user from selecting too much data, when working with a large dataset.
- conditionIndicator(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- ConditionModel<T> - Interface in is.codion.common.model.condition
-
Specifies a condition with an operator and operands as well as relevant events and states.
- ConditionModel.Builder<T> - Interface in is.codion.common.model.condition
-
Builds a
ConditionModelinstance. - ConditionModel.Builder.ValueClassStep - Interface in is.codion.common.model.condition
-
Provides a
ConditionModel.Builder - ConditionModel.Operands<T> - Interface in is.codion.common.model.condition
-
Provides condition operands.
- ConditionModel.SetCondition<T> - Interface in is.codion.common.model.condition
-
Provides a way to set the condition.
- ConditionModel.Wildcard - Enum Class in is.codion.common.model.condition
-
The possible wildcard types
- conditionPanel(TableConditionPanel.Factory<Attribute<?>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- ConditionPanel<T> - Class in is.codion.swing.common.ui.component.table
-
An abstract base class for a UI component based on a
ConditionModel. - ConditionPanel(ConditionModel<T>) - Constructor for class is.codion.swing.common.ui.component.table.ConditionPanel
-
Instantiates a new
ConditionPanel. - ConditionPanel.ConditionView - Enum Class in is.codion.swing.common.ui.component.table
-
The available condition panel views
- conditionRequired() - Method in interface is.codion.framework.model.EntityQueryModel
-
Returns a
Statecontrolling whether this query model should query all underlying entities when no query condition has been set. - conditions() - Method in interface is.codion.framework.domain.entity.condition.Condition.Combination
- conditions(Column<T>) - Static method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Instantiates a new
ColumnConditionsinstance - conditions(ForeignKey) - Static method in interface is.codion.framework.domain.entity.condition.ForeignKeyConditions
-
Instantiates a new
ForeignKeyConditionsinstance - conditions(Condition...) - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
- conditions(Supplier<Map<Attribute<?>, ConditionModel<?>>>) - Method in interface is.codion.framework.model.EntityConditionModel.Builder
- ConditionString - Interface in is.codion.framework.domain.entity.condition
-
Provides condition strings for custom conditions
- conditionType() - Method in interface is.codion.framework.domain.entity.condition.CustomCondition
- conditionType(EntityType, String) - Static method in interface is.codion.framework.domain.entity.condition.ConditionType
-
Instantiates a new
ConditionTypefor the given entity type - conditionType(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Instantiates a new
ConditionTypefor this entity type - ConditionType - Interface in is.codion.framework.domain.entity.condition
-
Defines a custom condition type that can be used to create complex SQL WHERE clauses that cannot be expressed using the standard
ConditionAPI. - Condition Types - Search tag in package is.codion.framework.domain.entity.condition
- Section
- conditionView(ConditionPanel.ConditionView) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- configurable(DomainType) - Static method in interface is.codion.framework.domain.entity.Entities
-
Creates a new
Entities.Configurableinstance for the given domain type. - Configuration - Class in is.codion.common.utilities
-
A utility class for central configuration values.
- CONFIGURATION_FILE - Static variable in class is.codion.common.utilities.Configuration
-
Specifies the main configuration file.
Prefix with 'classpath:' to indicate that the configuration file is on the classpath. - CONFIGURATION_FILE_REQUIRED - Static variable in class is.codion.common.utilities.Configuration
-
Specifies whether the application requires a configuration file to run.
If this is set to true and the file referenced byConfiguration.CONFIGURATION_FILE
is not found aConfiguration.ConfigurationFileNotFoundExceptionis thrown when this class is loaded. - Configuration.ConfigurationFileNotFoundException - Exception Class in is.codion.common.utilities
-
Indicates that a required configuration file was not found.
- Configuration-based Creation - Search tag in interface is.codion.framework.db.EntityConnectionProvider
- Section
- configure(Database) - Method in interface is.codion.framework.domain.Domain
-
Configures a database, for example run migration scripts.
- configure(Column<T>, FilterComboBoxModel<T>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Called when a
FilterComboBoxModelis created bySwingEntityEditModel.comboBoxModel(Column) - configure(ForeignKey, EntitySearchModel) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Called when a
EntitySearchModelis created inAbstractEntityEditModel.searchModel(ForeignKey). - configure(ForeignKey, EntityComboBoxModel) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Called when a
EntityComboBoxModelis created bySwingEntityEditModel.comboBoxModel(ForeignKey). - configure(Connection) - Method in interface is.codion.framework.domain.Domain
-
Configures a database connection for applications using this domain model, for example adding extensions or properties.
- configure(Consumer<FilterTableCellEditor<C, T>>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor.Builder
-
For custom or composite components, this method can be used to configure the component, for example to stop editing, which may not work properly if the component isn't a direct descendant of the typical Swing components (
JTextField,JComboBox, etc.). - configureComponent(C) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- configureComponent(C) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- configureControls(Consumer<Controls.Layout>) - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Configures the controls.
- configureControls(Consumer<Controls.Layout>) - Method in class is.codion.swing.framework.ui.EntityPanel
-
Configures the controls layout.
Note that theControls.Layoutinstance has pre-configured defaults, which must be cleared in order to start with an empty configuration. - configureDatabase(Database, Domain) - Static method in interface is.codion.framework.db.local.LocalEntityConnection
-
Runs the database configuration for the given domain on the given database.
- configurePopupMenu(Consumer<Controls.Layout>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Configures the popup menu controls layout.
Note that theControls.Layoutinstance has pre-configured defaults, which must be cleared in order to start with an empty configuration. - configureToolBar(Consumer<Controls.Layout>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Configures the toolbar controls layout.
Note that theControls.Layoutinstance has pre-configured defaults, which must be cleared in order to start with an empty configuration. - confirm(boolean) - Method in interface is.codion.swing.framework.ui.EntityDialogs.AddEntityDialogBuilder
- confirm(boolean) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditEntityDialogBuilder
- confirm(boolean) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.DeleteCommand.Builder
- confirm(boolean) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.InsertCommand.Builder
- confirm(boolean) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.UpdateCommand.Builder
- confirm(JComponent) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.Confirmer
-
Returns true if the action is confirmed, presents a confirmation dialog to the user if required.
- confirm(JComponent, String, String) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.Confirmer
-
Shows a confirmation dialog
- CONFIRM_DELETE - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Indicates whether the panel should ask for confirmation before deleting Value type: Boolean Default value: true
- CONFIRM_DELETE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Indicates whether the panel should ask for confirmation before deleting Value type: Boolean Default value: true
- CONFIRM_EXIT - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Indicates whether the application should ask for confirmation when exiting Value type: Boolean Default value: false
- CONFIRM_INSERT - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Indicates whether the panel should ask for confirmation before inserting Value type: Boolean Default value: false
- CONFIRM_UPDATE - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Indicates whether the panel should ask for confirmation before updating Value type: Boolean Default value: true
- confirmAdd(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBox.Builder
- confirmAdd(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- confirmAdd(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- confirmAdd(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- confirmCloseListener(Consumer<State>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- confirmDelete() - Method in class is.codion.swing.framework.ui.EntityEditPanel
- confirmDelete() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- confirmDelete(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- confirmDelete(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- confirmDelete(int) - Static method in class is.codion.framework.i18n.FrameworkMessages
- confirmEdit(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBox.Builder
- confirmEdit(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- confirmEdit(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- confirmEdit(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- confirmExit() - Static method in class is.codion.framework.i18n.FrameworkMessages
- confirmExitTitle() - Static method in class is.codion.framework.i18n.FrameworkMessages
- confirmInsert() - Static method in class is.codion.framework.i18n.FrameworkMessages
- confirmInsert() - Method in class is.codion.swing.framework.ui.EntityEditPanel
- confirmInsert(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- confirmOverwrite(boolean) - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- confirmUpdate() - Static method in class is.codion.framework.i18n.FrameworkMessages
- confirmUpdate() - Method in class is.codion.swing.framework.ui.EntityEditPanel
- confirmUpdate(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- conjunction() - Method in interface is.codion.framework.domain.entity.condition.Condition.Combination
- conjunction() - Method in interface is.codion.framework.model.EntityConditionModel.ConditionValue
-
Default
Conjunction.AND. - conjunction() - Method in interface is.codion.framework.model.EntityConditionModel
-
Default
Conjunction.AND - Conjunction - Enum Class in is.codion.common.utilities
-
AND / OR
- connect() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- connect(ConnectionRequest) - Method in class is.codion.common.rmi.server.AbstractServer
- connect(ConnectionRequest) - Method in interface is.codion.common.rmi.server.Server
-
Establishes a connection to this Server
- connect(RemoteClient) - Method in class is.codion.common.rmi.server.AbstractServer
-
Establishes the actual client connection.
- connect(RemoteClient) - Method in class is.codion.framework.server.EntityServer
- CONNECT_TIMEOUT - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
The connect timeout in milliseconds Value type: Integer Default value: 2000 ms
- connected() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- connected() - Method in interface is.codion.framework.db.EntityConnection
- connected() - Method in interface is.codion.framework.db.EntityConnectionProvider
- connected() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
- connected() - Method in class is.codion.framework.server.AbstractRemoteEntityConnection
- connection() - Method in class is.codion.common.rmi.server.AbstractServer.ClientConnection
- connection() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- connection() - Method in interface is.codion.framework.db.EntityConnectionProvider
-
Provides a EntityConnection object, is responsible for returning a healthy EntityConnection object, that is, it must reconnect an invalid connection whether remotely or locally
- connection() - Method in interface is.codion.framework.db.local.LocalEntityConnection
- connection() - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider
- connection() - Method in class is.codion.framework.domain.test.DefaultEntityFactory
- connection() - Method in class is.codion.framework.domain.test.DomainTest
- connection() - Method in class is.codion.framework.model.AbstractEntityEditModel
- connection() - Method in class is.codion.framework.model.AbstractEntityModel
- connection() - Method in class is.codion.framework.model.AbstractEntityTableModel
- connection() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- connection() - Method in interface is.codion.framework.model.EntityApplicationModel
-
Do not cache or keep the connection returned by this method in a long living field, since it may become invalid and thereby unusable.
- connection() - Method in interface is.codion.framework.model.EntityEditModel
-
Do not cache or keep the connection returned by this method in a long living field, since it may become invalid and thereby unusable.
- connection() - Method in interface is.codion.framework.model.EntityModel
-
Do not cache or keep the connection returned by this method in a long living field, since it may become invalid and thereby unusable.
- connection() - Method in interface is.codion.framework.model.EntityTableModel
-
Do not cache or keep the connection returned by this method in a long living field, since it may become invalid and thereby unusable.
- connection(User) - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- connection(User) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Fetches a connection from the pool.
- connection(User, String) - Method in interface is.codion.common.db.database.ConnectionProvider
-
Returns a JDBC
Connectioninstance based on the given database and user. - connection(String) - Method in interface is.codion.common.db.database.ConnectionProvider
-
Returns a JDBC
Connectioninstance based on the given database. - connection(UUID) - Method in class is.codion.common.rmi.server.AbstractServer
- CONNECTION_COUNT - Static variable in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- CONNECTION_INFO_UPPER_CASE - Static variable in interface is.codion.swing.framework.ui.EntityApplication
-
Specifies whether the connection information displayed in the frame title is automatically converted to upper case.
- CONNECTION_LIMIT - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
Specifies maximum number of concurrent connections the server accepts -1 indicates no limit and 0 indicates a closed server.
- CONNECTION_MAINTENANCE_INTERVAL - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies the interval between server connection maintenance runs, in milliseconds Value type: Integer Default value: 30_000ms (30 seconds)
- CONNECTION_POOL_FACTORY - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
Specifies the class name of the connection pool factory to use.
- CONNECTION_POOL_USERS - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
Specifies a comma separated list of username:password combinations for which to create connection pools on startup Example: scott:tiger,john:foo,paul:bar
- CONNECTION_PROVIDER - Static variable in class is.codion.framework.model.test.AbstractEntityModelTest
- CONNECTION_TYPE_HTTP - Static variable in interface is.codion.framework.db.EntityConnectionProvider
-
Indicates a http database connection
- CONNECTION_TYPE_LOCAL - Static variable in interface is.codion.framework.db.EntityConnectionProvider
-
Indicates a local database connection
- CONNECTION_TYPE_REMOTE - Static variable in interface is.codion.framework.db.EntityConnectionProvider
-
Indicates a remote database connection
- CONNECTION_VALIDITY_CHECK_TIMEOUT - Static variable in interface is.codion.common.db.database.Database
-
Specifies the timeout (in seconds) to use when checking if database connections are valid.
- connectionCount() - Method in class is.codion.common.rmi.server.AbstractServer
- connectionCount() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- connectionCount() - Method in interface is.codion.common.rmi.server.ServerAdmin
- connectionCount() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- connectionCount() - Method in class is.codion.tools.monitor.model.ServerMonitor
- connectionCountDataset() - Method in class is.codion.tools.monitor.model.ServerMonitor
- ConnectionFactory - Interface in is.codion.common.db.database
-
Provides new
Connectioninstances. - connectionInfoUpperCase(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplication
- connectionLimit() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- connectionLimit() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- connectionLimit() - Method in class is.codion.tools.monitor.model.ServerMonitor
- connectionLimit(int) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- connectionMaintenanceInterval() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- connectionMaintenanceInterval(int) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- ConnectionNotAvailableException - Exception Class in is.codion.common.rmi.server.exception
-
An exception indicating that the server is not accepting new connections
- ConnectionNotAvailableException() - Constructor for exception class is.codion.common.rmi.server.exception.ConnectionNotAvailableException
-
Instantiates a new
ConnectionNotAvailableException - connectionPool() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- connectionPool(String) - Method in class is.codion.common.db.database.AbstractDatabase
- connectionPool(String) - Method in interface is.codion.common.db.database.Database
- connectionPoolFactory() - Method in interface is.codion.framework.server.EntityServerConfiguration
- connectionPoolFactory(String) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- ConnectionPoolFactory - Interface in is.codion.common.db.pool
-
Provides connection pool implementations
- connectionPoolInstanceMonitors() - Method in class is.codion.tools.monitor.model.PoolMonitor
- connectionPoolMonitor() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
- ConnectionPoolMonitor - Class in is.codion.tools.monitor.model
-
A ConnectionPoolMonitor
- ConnectionPoolMonitor(ConnectionPoolWrapper, int) - Constructor for class is.codion.tools.monitor.model.ConnectionPoolMonitor
-
Instantiates a new
ConnectionPoolMonitor - ConnectionPoolMonitorPanel - Class in is.codion.tools.monitor.ui
-
A ConnectionPoolMonitorPanel
- ConnectionPoolMonitorPanel(ConnectionPoolMonitor) - Constructor for class is.codion.tools.monitor.ui.ConnectionPoolMonitorPanel
-
Instantiates a new ConnectionPoolMonitorPanel
- ConnectionPoolState - Interface in is.codion.common.db.pool
-
An interface encapsulating the state of a connection pool at a given time.
- connectionPoolStatistics() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- connectionPoolStatistics(String, long) - Method in interface is.codion.framework.server.EntityServerAdmin
- ConnectionPoolStatistics - Interface in is.codion.common.db.pool
-
An interface encapsulating database connection pool statistics
- connectionPoolUsernames() - Method in class is.codion.common.db.database.AbstractDatabase
- connectionPoolUsernames() - Method in interface is.codion.common.db.database.Database
- connectionPoolUsernames() - Method in interface is.codion.framework.server.EntityServerAdmin
- connectionPoolUsers() - Method in interface is.codion.framework.server.EntityServerConfiguration
- connectionPoolUsers(Collection<User>) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- ConnectionPoolWrapper - Interface in is.codion.common.db.pool
-
A connection pool wrapper, providing statistics from the underlying pool and allowing some configuration.
- connectionProvider() - Method in class is.codion.framework.model.AbstractEntityEditModel
- connectionProvider() - Method in class is.codion.framework.model.AbstractEntityModel
- connectionProvider() - Method in class is.codion.framework.model.AbstractEntityTableModel
- connectionProvider() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- connectionProvider() - Method in interface is.codion.framework.model.EntityApplicationModel
- connectionProvider() - Method in interface is.codion.framework.model.EntityConditionModel
- connectionProvider() - Method in class is.codion.framework.model.EntityConditions
- connectionProvider() - Method in interface is.codion.framework.model.EntityEditModel
- connectionProvider() - Method in interface is.codion.framework.model.EntityModel
- connectionProvider() - Method in interface is.codion.framework.model.EntityQueryModel
- connectionProvider() - Method in interface is.codion.framework.model.EntitySearchModel
- connectionProvider() - Method in interface is.codion.framework.model.EntityTableModel
- connectionProvider() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- connectionProvider() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- connectionProvider() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- connectionProvider() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
- connectionProvider(ConnectionProvider) - Method in class is.codion.common.db.database.AbstractDatabase
- connectionProvider(ConnectionProvider) - Method in interface is.codion.common.db.database.Database
-
Sets the
ConnectionProviderinstance to use when creating connections. - connectionProvider(EntityConnectionProvider) - Method in interface is.codion.framework.model.EntityConditionModel.Builder.ConnectionProviderStep
- connectionProvider(EntityConnectionProvider) - Method in interface is.codion.framework.model.EntitySearchModel.Builder.ConnectionProviderStep
- connectionProvider(EntityConnectionProvider) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder.ConnectionProviderStep
- connectionProvider(EntityConnectionProvider) - Method in interface is.codion.swing.framework.ui.EntityApplication
- connectionProvider(Function<User, EntityConnectionProvider>) - Method in interface is.codion.swing.framework.ui.EntityApplication
- ConnectionProvider - Interface in is.codion.common.db.database
-
Responsible for providing JDBC
Connectioninstances. - connectionProxy - Variable in class is.codion.framework.server.AbstractRemoteEntityConnection
-
A Proxy for logging method calls
- connectionRequest() - Method in interface is.codion.common.rmi.server.RemoteClient
- ConnectionRequest - Interface in is.codion.common.rmi.client
-
Encapsulates information about a client required by a server for establishing a connection
- ConnectionRequest.Builder - Interface in is.codion.common.rmi.client
-
A builder for ConnectionRequest
- connectionRequestsDataset() - Method in class is.codion.tools.monitor.model.ServerMonitor
- connections() - Method in class is.codion.common.rmi.server.AbstractServer
- connectionsAvailable() - Method in class is.codion.common.rmi.server.AbstractServer
- connectionsAvailable() - Method in interface is.codion.common.rmi.server.Server
- connectionType() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
- connectionType() - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
-
Returns a String specifying the type of connection provided by this connection provider builder
- connectionType() - Method in interface is.codion.framework.db.EntityConnectionProvider
-
Returns a String specifying the type of connection provided by this connection provider
- Connection Types - Search tag in interface is.codion.framework.db.EntityConnectionProvider
- Section
- connectionValid() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- connectionValid() - Method in interface is.codion.framework.db.EntityConnectionProvider
- connectionValid(Connection) - Method in class is.codion.common.db.database.AbstractDatabase
- connectionValid(Connection) - Method in interface is.codion.common.db.database.ConnectionFactory
-
Validates the given connection.
- connectTimeout(int) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- connectTimeout(int) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- connectTimeout(int) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- constructorNullConnectionProvider() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- consumer(Consumer<? super Boolean>) - Method in interface is.codion.common.reactive.state.State.Builder
- consumer(Consumer<? super T>) - Method in interface is.codion.common.reactive.value.Value.Builder
- consumer(Consumer<? super T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- consumer(Consumer<? super T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- contains(int) - Method in interface is.codion.common.model.selection.MultiSelection.Indexes
- contains(T) - Method in interface is.codion.common.reactive.value.ObservableValueCollection
-
Returns true if this
ValueCollectioninstance contains the specified element - contains(C) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- contains(ValueSet<T>, T) - Static method in interface is.codion.common.reactive.state.State
- contains(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns true if this Entity contains a value for the given attribute, that value can be null.
- contains(Attribute<?>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
- contains(EntityType) - Method in interface is.codion.framework.domain.DomainType
- contains(EntityType) - Method in interface is.codion.framework.domain.entity.Entities
- contains(EntityType) - Method in interface is.codion.framework.model.EntityApplicationModel.EntityModels
- contains(Class<? extends M>) - Method in interface is.codion.framework.model.EntityApplicationModel.EntityModels
- contains(M) - Method in interface is.codion.framework.model.EntityApplicationModel.EntityModels
- contains(M) - Method in interface is.codion.framework.model.EntityModel.DetailModels
- contains(R) - Method in interface is.codion.common.model.selection.MultiSelection.Items
- contains(T) - Method in interface is.codion.common.model.filter.FilterModel.FilteredItems
-
Returns true if the given item is filtered.
- contains(T) - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
-
Returns true if the given item is included
- contains(T) - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Returns true if the model contain the given item, as included or filtered.
- containsAll(Collection<T>) - Method in interface is.codion.common.reactive.value.ObservableValueCollection
-
Returns true if this
ValueCollectioninstance contains all the elements of the specified collection - containsConnectionPool(String) - Method in class is.codion.common.db.database.AbstractDatabase
- containsConnectionPool(String) - Method in interface is.codion.common.db.database.Database
- containsEditPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
- containsEntityModel() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- containsNone(Collection<T>) - Method in interface is.codion.common.reactive.value.ObservableValueCollection
-
Returns true if this
ValueCollectioninstance contains none of the elements of the specified collection - containsOnly(Collection<T>) - Method in interface is.codion.common.reactive.value.ObservableValueCollection
-
Returns true if this
ValueCollectioninstance contains only the elements of the specified collection - containsProperty(String) - Method in class is.codion.common.utilities.property.PropertyStore
-
Returns true if this PropertyStore contains a value for the given property
- containsTableModel() - Method in class is.codion.framework.model.AbstractEntityModel
- containsTableModel() - Method in interface is.codion.framework.model.EntityModel
- containsTablePanel() - Method in class is.codion.swing.framework.ui.EntityPanel
- contentAreaFilled(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- contentsChanged(DocumentEvent) - Method in interface is.codion.swing.common.model.component.text.DocumentAdapter
-
Called when the contents of this document change, either via insertion, update or removal
- continuousLayout(boolean) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- control(Control) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- control(Control) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder.ControlsStep
- control(Control) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder.ControlsStep
- control(Control) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
- control(Control) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- control(Control) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
-
Adds a button based on the given control to the
BorderLayout.SOUTHposition - control(Control) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- control(ControlKey<?>) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds a standard control
- control(ControlKey<T>) - Method in interface is.codion.swing.common.ui.control.ControlMap
- control(ControlKey<T>) - Method in class is.codion.swing.framework.ui.EntityEditPanel
- control(ControlKey<T>) - Method in class is.codion.swing.framework.ui.EntityPanel
- control(ControlKey<T>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
- control(Supplier<? extends Control>) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- control(Supplier<? extends Control>) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder.ControlsStep
- control(Supplier<? extends Control>) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder.ControlsStep
- control(Supplier<? extends Control>) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
- control(Supplier<? extends Control>) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- control(Supplier<? extends Control>) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
-
Adds a button based on the given control to the
BorderLayout.SOUTHposition - control(Supplier<? extends Control>) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- Control - Interface in is.codion.swing.common.ui.control
-
A beefed up Action.
- CONTROL_PANEL_CONSTRAINTS - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies where the control panel should be placed in a BorderLayout Value type: String Default value:
BorderLayout.EAST - CONTROL_TOOLBAR_CONSTRAINTS - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies where the control toolbar should be placed in a BorderLayout Value type: String Default value: BorderLayout.WEST
- Control.ActionCommand - Interface in is.codion.swing.common.ui.control
-
A command interface, allowing Controls based on
ActionEvents. - Control.BuilderFactory - Interface in is.codion.swing.common.ui.control
-
Provides control builders.
- Control.Command - Interface in is.codion.swing.common.ui.control
-
A command interface, allowing Controls based on method references
- controlAt(int, Control) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- controlAt(int, Supplier<? extends Control>) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- ControlBuilder<C,
B> - Interface in is.codion.swing.common.ui.control -
A builder for Control
- controlComponent(Function<Controls, JComponent>) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Creates the component to place next to the edit panel, containing the available controls, such as insert, update, delete, clear and refresh.
- controlComponentConstraints(String) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Sets the layout constraints to use for the control panel.
- controlDeleteWord(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- controlIcon(ImageIcon) - Static method in interface is.codion.swing.common.ui.control.ControlIcon
-
Creates a new
ControlIconusing the same icon for both small and large. - controlIcon(ImageIcon, ImageIcon) - Static method in interface is.codion.swing.common.ui.control.ControlIcon
- ControlIcon - Interface in is.codion.swing.common.ui.control
-
Provides small and large versions of an icon.
- ControlKey<T> - Interface in is.codion.swing.common.ui.control
-
Identifies a
Controlinstance - controller() - Method in interface is.codion.swing.framework.ui.EntityPanel.DetailLayout
- controller() - Method in class is.codion.swing.framework.ui.TabbedDetailLayout
- controller() - Method in class is.codion.swing.framework.ui.WindowDetailLayout
- controller() - Method in interface is.codion.tools.swing.robot.Automation
- controller() - Static method in class is.codion.tools.swing.robot.Controller
- controller(GraphicsDevice) - Static method in class is.codion.tools.swing.robot.Controller
- Controller - Class in is.codion.tools.swing.robot
-
Keyboard controller with high-level operations, based on
Robot - controlMap(Class<?>) - Static method in interface is.codion.swing.common.ui.control.ControlMap
- ControlMap - Interface in is.codion.swing.common.ui.control
-
Manages a set of
Controlinstances. - controlMenuItem(Function<Control, JMenuItem>) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- ControlPanelBuilder<C,
B> - Interface in is.codion.swing.common.ui.component.button -
Builds panels with controls.
- ControlPanelBuilder.ControlsStep<C,
B> - Interface in is.codion.swing.common.ui.component.button -
Provides a
ControlPanelBuilder - controls() - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
- controls() - Method in interface is.codion.swing.common.ui.control.ControlMap
- controls() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Returns a
Controlsinstance containing all the controls configured viaEntityEditPanel.configureControls(Consumer). - controls(Control...) - Static method in interface is.codion.swing.common.ui.control.Controls
-
Constructs a new Controls instance.
- controls(Control...) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- controls(ControlKey<Controls>) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds standard controls
- controls(Controls) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder.ControlsStep
- controls(Controls) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder.ControlsStep
- controls(Controls.ControlsKey, Consumer<Controls.Layout>) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds standard configurable controls
- controls(Collection<? extends Control>) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- controls(Supplier<? extends Control>...) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- controls(Supplier<Controls>) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder.ControlsStep
- controls(Supplier<Controls>) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder.ControlsStep
- controls(Action...) - Static method in interface is.codion.swing.common.ui.control.Controls
-
Constructs a new Controls instance.
- Controls - Interface in is.codion.swing.common.ui.control
-
A collection of controls and separators, note that these can be nested controls.
- Controls.ControlsKey - Interface in is.codion.swing.common.ui.control
-
A
ControlKeyforControlsinstances - Controls.Layout - Interface in is.codion.swing.common.ui.control
-
Specifies a layout for a
Controlsinstance. - ControlsBuilder - Interface in is.codion.swing.common.ui.control
-
A builder for Controls
- CONVERT_GROUPING_TO_DECIMAL_SEPARATOR - Static variable in class is.codion.swing.common.ui.component.text.NumberField
-
Specifies whether NumberFields should convert a grouping separator symbol to a decimal separator symbol when typed.
- converter() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Note: returns null when used in a remote connection context.
- converter(Class<C>, Column.Converter<T, C>) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Sets the actual column type, and the required
Column.Converter. - converter(Class<C>, Column.Converter<T, C>, Column.GetValue<C>) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Sets the actual column type, and the required
Column.Converter. - converter(Class<C>, Column.Converter<T, C>, Column.GetValue<C>, Column.SetParameter<C>) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Sets the actual column type, and the required
Column.Converter. - converter(Class<C>, Column.Converter<T, C>, Column.SetParameter<C>) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Sets the actual column type, and the required
Column.Converter. - convertGroupingToDecimalSeparator(boolean) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
-
Specifies whether the number field should convert a grouping separator symbol to a decimal separator symbol when typed.
- coordinates() - Method in class is.codion.swing.common.ui.component.image.ImagePane
- Copilot - Class in is.codion.plugin.flatlaf.intellij.themes.copilot
-
https://github.com/natebytes/Copilot-Dark-Theme-IntelliJ/blob/main/resources/theme/CopilotTheme.theme.json
- Copilot() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.copilot.Copilot
- copy() - Static method in class is.codion.common.i18n.Messages
- copy() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- copy() - Method in interface is.codion.common.rmi.server.RemoteClient
- copy() - Method in interface is.codion.common.utilities.user.User
- copy() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns a
Entity.Copyinstance providing ways to create copies of this entity. - copy() - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Creates a new
Entity.Key.Builderinstance, initialized with the values in this key. - copy() - Method in interface is.codion.swing.common.ui.control.CommandControl
-
Returns a new
CommandControl.CommandControlBuilderinstance, based on a copy of this control. - copy() - Method in interface is.codion.swing.common.ui.control.Control
-
Returns a new
ControlBuilderinstance, based on a copy of this control. - copy() - Method in interface is.codion.swing.common.ui.control.ControlMap
- copy() - Method in interface is.codion.swing.common.ui.control.Controls
- copy() - Method in interface is.codion.swing.common.ui.control.Controls.Layout
- copy() - Method in interface is.codion.swing.common.ui.control.ToggleControl
-
Returns a
ToggleControlBuilderinstance, based on a copy of this control, using the same value - copy() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- copy() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- copy(State) - Method in interface is.codion.swing.common.ui.control.ToggleControl
-
Returns a new
ToggleControlBuilderinstance, based on a copy of this control, using the given state. - copy(Value<Boolean>) - Method in interface is.codion.swing.common.ui.control.ToggleControl
-
Returns a new
ToggleControlBuilderinstance, based on a copy of this control, using the given value. - copy(Control.ActionCommand) - Method in interface is.codion.swing.common.ui.control.CommandControl
-
Returns a new
CommandControl.CommandControlBuilderinstance, based on a copy of this control, using the given command. - copy(Control.Command) - Method in interface is.codion.swing.common.ui.control.CommandControl
-
Returns a new
CommandControl.CommandControlBuilderinstance, based on a copy of this control, using the given command. - COPY - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the copy icon.
- COPY_CELL - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Copy the selected cell contents to the clipboard.
Default key stroke: CTRL-ALT-C - COPY_CELL - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor copying the selected cell data.
Default key stroke: CTRL-ALT-C - COPY_COLUMN - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Copy the selected column contents to the clipboard.
Default key stroke: CTRL-ALT-SHIFT-C - COPY_COLUMN - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor copying the selected column data.
Default key stroke: CTRL-ALT-SHIFT-C - COPY_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlsinstance containing controls for copying either cell or table data. - COPY_ROWS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor copying the table rows with header. - copyCell() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Copies the contents of the selected cell to the clipboard.
- copyColumn() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Copies the contents of the selected column cells to the clipboard.
- copyRows() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Copies the table data as a TAB delimited string, with header, to the clipboard.
- Core Concepts - Search tag in package is.codion.framework.domain.entity.condition
- Section
- count() - Method in interface is.codion.common.model.selection.MultiSelection
- count() - Method in interface is.codion.tools.loadtest.LoadTest.Applications
- count(EntityConnection.Count) - Method in interface is.codion.framework.db.EntityConnection
-
Counts the number of rows returned based on the given count conditions
- count(EntityConnection.Count) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Counts the number of rows returned based on the given count conditions
- COUNT_QUERIES - Static variable in interface is.codion.common.db.database.Database
-
Specifies whether database queries should be counted for collecting statistics.
- create(C, FilterTable<R, C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor.Factory
- create(C, FilterTable<R, C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Factory
- create(C, FilterTable<R, C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableHeaderRenderer.Factory
- create(Database, Entities) - Method in interface is.codion.framework.db.EntityQueries.Factory
- create(Database, Entities) - Method in class is.codion.framework.db.local.DefaultEntityQueriesFactory
- create(TableConditionModel<C>, Map<C, ConditionPanel<?>>, FilterTableColumnModel<C>, Consumer<TableConditionPanel<C>>) - Method in interface is.codion.swing.common.ui.component.table.TableConditionPanel.Factory
- create(Attribute<?>, FilterTable<Entity, Attribute<?>>) - Method in class is.codion.swing.framework.ui.EntityTableCellRenderers
- create(AttributeDefinition<T>, SwingEntityTableModel) - Method in class is.codion.swing.framework.ui.EntityTableCellRenderers
- create(ControlMap) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
- create(String) - Method in interface is.codion.common.db.database.DatabaseFactory
- create(String) - Method in class is.codion.dbms.db2.Db2DatabaseFactory
- create(String) - Method in class is.codion.dbms.derby.DerbyDatabaseFactory
- create(String) - Method in class is.codion.dbms.h2.H2DatabaseFactory
- create(String) - Method in class is.codion.dbms.hsqldb.HSQLDatabaseFactory
- create(String) - Method in class is.codion.dbms.mariadb.MariaDBDatabaseFactory
- create(String) - Method in class is.codion.dbms.mysql.MySQLDatabaseFactory
- create(String) - Method in class is.codion.dbms.oracle.OracleDatabaseFactory
- create(String) - Method in class is.codion.dbms.postgresql.PostgreSQLDatabaseFactory
- create(String) - Method in class is.codion.dbms.sqlite.SQLiteDatabaseFactory
- create(String) - Method in class is.codion.dbms.sqlserver.SQLServerDatabaseFactory
- createAboutControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createAboutPanel() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createAlwaysOnTopControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createApplication(Function<User, T>) - Method in interface is.codion.tools.loadtest.LoadTest.Builder.CreateApplicationStep
- createBigDecimalField(Attribute<BigDecimal>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for big decimal fields.
- createBigIntegerField(Attribute<BigInteger>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for big integer fields.
- createBooleanComboBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for boolean combo boxes.
- createCheckBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for check boxes for non-nullable attributes.
- createComboBox() - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- createComboBox(Attribute<T>, ComboBoxModel<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for combo boxes.
- createComboBox(Column<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a combo boxe, containing the values of the given column.
- createComboBox(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for foreign key combo boxes.
- createComboBoxModel(Column<T>) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Creates a combo box model containing the current values of the given column.
- createComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Creates a new
EntityComboBoxModelfor the given foreign key, override to provide a customEntityComboBoxModelimplementation. - createComboBoxPanel(ForeignKey, Supplier<EntityEditPanel>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a foreign key combo box panel with optional buttons for adding and editing items.
- createComponent() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
-
Creates the component.
- createComponent() - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- createConnection() - Method in class is.codion.common.db.database.AbstractDatabase
- createConnection() - Method in interface is.codion.common.db.database.ConnectionFactory
-
Creates a connection.
- createConnection(User) - Method in class is.codion.common.db.database.AbstractDatabase
- createConnection(User) - Method in interface is.codion.common.db.database.ConnectionFactory
-
Creates a connection for the given user.
- createConnectionPool(ConnectionFactory, User) - Method in interface is.codion.common.db.pool.ConnectionPoolFactory
-
Creates a connection pool wrapper based on the given database and user.
- createConnectionPool(ConnectionFactory, User) - Method in class is.codion.plugin.hikari.pool.HikariConnectionPoolFactory
-
Creates a HikariCP based connection pool wrapper
- createConnectionPool(ConnectionFactory, User) - Method in class is.codion.plugin.tomcat.pool.TomcatConnectionPoolFactory
-
Creates a Tomcat based connection pool wrapper
- createConnectionPool(ConnectionPoolFactory, User) - Method in class is.codion.common.db.database.AbstractDatabase
- createConnectionPool(ConnectionPoolFactory, User) - Method in interface is.codion.common.db.database.Database
-
Creates a connection pool for the given user in this database.
- createControl() - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
-
Creates a
Controlfor selecting the Look and Feel. - createControl(Consumer<LookAndFeelEnabler>) - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
-
Creates a
Controlfor selecting the Look and Feel. - createCopyCellControl() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createCopyColumnControl() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- created() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- created() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
- created() - Method in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- CREATED - Static variable in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- createDatabase(String, String...) - Static method in class is.codion.dbms.h2.H2DatabaseFactory
-
Creates an H2 Database instance
- createDepartmentModel() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- createDepartmentModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- createDepartmentModelWithoutDetailModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- createDepartmentTableModel() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- createDependencyTreeModel(Entities) - Static method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createDoubleField(Attribute<Double>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for double fields.
- createDoubleSpinner(Attribute<Double>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a spinner
- createEditModel(EntityType, EntityConnectionProvider) - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- createEmployeeModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- createEqualComboBoxModel(ForeignKey) - Method in class is.codion.swing.framework.model.SwingEntityConditions
- createEqualSearchModel(ForeignKey) - Method in class is.codion.framework.model.EntityConditions
- createExitControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createFileMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createHelpControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createHelpMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createInputPanel(Attribute<?>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a panel containing a label and the component associated with the given attribute.
- createInSearchModel(ForeignKey) - Method in class is.codion.framework.model.EntityConditions
- createIntegerField(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for integer fields.
- createIntegerSpinner(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a spinner
- createItemComboBox(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for value item list combo boxes.
- createItemSpinner(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a list spinner
- createLabel(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for labels.
- createLimitOffsetClause(Integer, Integer) - Static method in class is.codion.common.db.database.AbstractDatabase
-
Creates a limit/offset clause of the form
LIMIT {limit} OFFSET {offset}. - createList(FilterListModel<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a list builder factory
- createListSpinner(Attribute<T>, SpinnerListModel) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a list spinner
- createLogControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createLogLevelControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createLongField(Attribute<Long>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for long fields.
- createLookupMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createMainMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createMaskedTextField(Attribute<String>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for formatted text fields.
- createMenuBar() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Creates the JMenuBar to use on the application Frame
- createNullableCheckBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for nullable check boxes.
- createObjectInputFilter() - Method in interface is.codion.common.rmi.server.ObjectInputFilterFactory
- createObjectInputFilter() - Method in class is.codion.common.rmi.server.SerializationFilterFactory
- createObservable() - Method in class is.codion.common.reactive.value.AbstractValue
- createOffsetFetchNextClause(Integer, Integer) - Static method in class is.codion.common.db.database.AbstractDatabase
-
Creates an offset/fetch next clause of the form
OFFSET {offset} ROWS FETCH NEXT {limit} ROWS ONLY. - createRemoteConnection(Database, RemoteClient, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class is.codion.framework.server.EntityServer
-
Creates the remote connection provided by this server
- createResetColumnsControl() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createSearchField() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- createSearchField(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for foreign key search fields.
- createSearchFieldPanel(ForeignKey, Supplier<EntityEditPanel>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a foreign key search field panel with optional buttons for adding and editing items.
- createSearchModel(ForeignKey) - Method in class is.codion.framework.model.AbstractEntityEditModel
- createSearchModel(ForeignKey) - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a
EntitySearchModelfor looking up entities of the type referenced by the given foreign key, using the search attributes defined for that entity type. - createSelectAutoResizeModeControl() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createSelectColumnsControl() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createSelectLookAndFeelControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Allows the user the select between the available Look and Feels.
- createSelector(FilterComboBoxModel.ItemFinder<T, V>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- createSelectorValue(Attribute<T>) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
-
Creates a
Valuelinked to the selected entity via the value of the given attribute. - createSelectScalingControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createServer(Server<C, A>) - Method in interface is.codion.common.rmi.server.AuxiliaryServerFactory
-
Creates a server instance using the given configuration.
- createServer(Server<RemoteEntityConnection, ServerAdmin>) - Method in class is.codion.framework.servlet.EntityServiceFactory
- createSingleSelectionControl() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createSlider(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a slider
- createSummaryValues(C, Format) - Method in interface is.codion.common.model.summary.SummaryModel.SummaryValues.Factory
- createTableModel(EditModel) - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- createTableModel(EntityType, EntityConnectionProvider) - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- createTemporalField(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for temporal fields.
- createTemporalFieldPanel(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for temporal field panels.
- createTestTableModel() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- createTextArea(Attribute<String>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for text areas.
- createTextField(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for text fields.
- createTextField(ForeignKey) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for a read-only, non-focusable foreign key text field.
- createTextFieldPanel(Attribute<String>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Creates a builder for text field panels.
- createToggleAutoResizeModeControls() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createToggleColumnsControls() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- createToolsMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createValue(C) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
-
Creates the component value
- createValue(C) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- createViewApplicationTreeControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createViewDependencyTree() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createViewKeyboardShortcutsControl() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- createViewMenuControls() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- CREATION_TIME - Static variable in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- creationTime() - Method in interface is.codion.common.rmi.server.RemoteClient
- CTRL_DOWN - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder.PersistMenu
-
Keep the menu open if CTRL is down when clicked
- current() - Method in interface is.codion.common.reactive.value.ValueChange
- current() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel.Results
-
Returns the
Observablenotified of the selected search result row/column if available, otherwise one with row: -1 and column: -1 - currentItem() - Method in class is.codion.plugin.jasperreports.JasperReportsDataSource
- CustomCondition - Interface in is.codion.framework.domain.entity.condition
-
A custom
Conditionbased on aConditionString. - Custom Conditions - Search tag in package is.codion.framework.domain.entity.condition
- Section
- customize(FilterTable<R, C>, C, JComponent) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Customizer
- customizer(FilterTableCellRenderer.Customizer<R, C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- customizers() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
- CutePinkDark - Class in is.codion.plugin.flatlaf.intellij.themes.cutepink
-
https://github.com/openmindculture/intellij-cute-pink-dark-theme/blob/main/src/main/resources/cute_pink_dark.theme.json
- CutePinkDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.cutepink.CutePinkDark
- CutePinkLight - Class in is.codion.plugin.flatlaf.intellij.themes.cutepink
-
https://github.com/openmindculture/intellij-cute-pink-light-theme/blob/main/src/main/resources/cute_pink_light.theme.json
- CutePinkLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.cutepink.CutePinkLight
- Cyan - Class in is.codion.plugin.flatlaf.intellij.themes.cyan
-
https://github.com/OlyaB/CyanTheme/blob/master/src/Cyan.theme.json
- Cyan() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.cyan.Cyan
- Cyberpunk - Class in is.codion.plugin.flatlaf.intellij.themes.cyberpunk
-
https://github.com/elliotwaite/jetbrains-cyberpunk-theme/blob/master/resources/cyberpunk_theme.theme.json
- Cyberpunk() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.cyberpunk.Cyberpunk
D
- daemonThreadCount() - Method in interface is.codion.common.rmi.server.ServerAdmin.ThreadStatistics
- DarculaSolid - Class in is.codion.plugin.flatlaf.intellij.themes.darculasolid
-
https://github.com/vecheslav/darcula-solid/blob/master/src/Darcula_Solid.theme.json
- DarculaSolid() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.darculasolid.DarculaSolid
- darker(Color) - Static method in class is.codion.swing.common.ui.color.Colors
-
Returns a darker version of the given color, using 0.8 as the mulitiplication factor.
- darker(Color, double) - Static method in class is.codion.swing.common.ui.color.Colors
-
Returns a darker version of the given color, using the given factor.
- DarkFlat - Class in is.codion.plugin.flatlaf.intellij.themes.darkflat
-
https://github.com/nerzhulart/DarkFlatTheme/blob/master/src/DarkFlatTheme.theme.json
- DarkFlat() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.darkflat.DarkFlat
- DarkHorizon - Class in is.codion.plugin.flatlaf.intellij.themes.darkhorizon
-
https://github.com/ewwwdp/dark-horizon-jetbrains/blob/main/resources/theme/dark_horizon_theme.theme.json
- DarkHorizon() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.darkhorizon.DarkHorizon
- DarkPurple - Class in is.codion.plugin.flatlaf.intellij.themes.darkpurple
-
https://github.com/OlyaB/DarkPurpleTheme/blob/master/src/DarkPurple.theme.json
- DarkPurple() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.darkpurple.DarkPurple
- DarkUbuntu - Class in is.codion.plugin.flatlaf.intellij.themes.darkubuntu
-
https://github.com/gmemcc/DarkUbuntuTheme/blob/master/resources/Dark_Ubuntu.theme.json
- DarkUbuntu() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.darkubuntu.DarkUbuntu
- DATA - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- database() - Method in interface is.codion.framework.db.local.LocalEntityConnection
- database() - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider
- database() - Method in interface is.codion.framework.server.EntityServerConfiguration
- database(Database) - Method in class is.codion.framework.db.local.DefaultLocalEntityConnectionProviderBuilder
- database(Database) - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider.Builder
- database(Database) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- Database - Interface in is.codion.common.db.database
-
Defines DBMS specific functionality as well as basic database configuration settings.
- Database.Operation - Enum Class in is.codion.common.db.database
-
Specifies common database operations.
- Database.QueryCounter - Interface in is.codion.common.db.database
-
Counts queries for statistics.
- Database.Statistics - Interface in is.codion.common.db.database
-
Encapsulates basic database usage statistics.
- DatabaseException - Exception Class in is.codion.common.db.exception
-
An exception coming from a database-layer.
- DatabaseException(String) - Constructor for exception class is.codion.common.db.exception.DatabaseException
-
Constructs a new DatabaseException instance
- DatabaseException(String, String) - Constructor for exception class is.codion.common.db.exception.DatabaseException
-
Constructs a new DatabaseException instance
- DatabaseException(SQLException, String, String) - Constructor for exception class is.codion.common.db.exception.DatabaseException
-
Constructs a new DatabaseException instance
- DatabaseException(SQLException) - Constructor for exception class is.codion.common.db.exception.DatabaseException
-
Constructs a new DatabaseException instance
- DatabaseException(SQLException, String) - Constructor for exception class is.codion.common.db.exception.DatabaseException
-
Constructs a new DatabaseException instance
- DatabaseFactory - Interface in is.codion.common.db.database
-
Provides
Databaseimplementations - DatabaseFunction<C,
T, - Interface in is.codion.common.db.operationR> -
A database function
- databaseMonitor() - Method in class is.codion.tools.monitor.model.ServerMonitor
- DatabaseMonitor - Class in is.codion.tools.monitor.model
-
A DatabaseMonitor
- DatabaseMonitor(EntityServerAdmin, int) - Constructor for class is.codion.tools.monitor.model.DatabaseMonitor
-
Instantiates a new
DatabaseMonitorfor the given server - DatabaseMonitorPanel - Class in is.codion.tools.monitor.ui
-
A DatabaseMonitorPanel
- DatabaseMonitorPanel(DatabaseMonitor) - Constructor for class is.codion.tools.monitor.ui.DatabaseMonitorPanel
-
Instantiates a new DatabaseMonitorPanel
- databaseObjectMapper(EntityObjectMapper) - Static method in class is.codion.framework.json.db.DatabaseObjectMapper
-
Instantiates a new
DatabaseObjectMapper - DatabaseObjectMapper - Class in is.codion.framework.json.db
-
ObjectMapper implementation for
EntityConnection.SelectandEntityConnection.Update. - DatabaseProcedure<C,
T> - Interface in is.codion.common.db.operation -
A database procedure
- databaseStatistics() - Method in interface is.codion.framework.server.EntityServerAdmin
-
Returns the statistics gathered via
Database.queryCounter(). - databaseUrl() - Method in interface is.codion.framework.server.EntityServerAdmin
- databaseUser() - Method in interface is.codion.common.rmi.server.RemoteClient
- databaseUser(User) - Method in interface is.codion.common.rmi.server.RemoteClient.Builder
- datasetContainsData() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- dataSource() - Method in interface is.codion.framework.model.EntityQueryModel
-
A
Valuecontrolling the data source. - date() - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- DATE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- DATE_PATTERN - Static variable in class is.codion.common.utilities.format.LocaleDateTimePattern
-
The default date format pattern Value type: String Default value: dd-MM-yyyy [month/day order is locale specific]
- DATE_TIME_HH_MM - Static variable in interface is.codion.framework.model.test.TestDomain.DateTimeTest
- DATE_TIME_HH_MM_SS - Static variable in interface is.codion.framework.model.test.TestDomain.DateTimeTest
- DATE_TIME_HH_MM_SS_SSS - Static variable in interface is.codion.framework.model.test.TestDomain.DateTimeTest
- DATE_TIME_PATTERN - Static variable in class is.codion.common.utilities.format.LocaleDateTimePattern
-
The default date/time format pattern Value type: String Default value: dd-MM-yyyy HH:mm [month/day order is locale specific]
- datePattern() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern
- datePattern(Locale) - Method in class is.codion.common.utilities.format.LocaleDateTimePattern
- dateTime() - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- dateTimeFormatter() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns the date time formatter used when presenting and inputting values for this attribute.
- dateTimeFormatter(DateTimeFormatter) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
-
Sets the
DateTimeFormatterfor this field, this formatter must be able to parse the date time pattern this field is based on. - dateTimeParser(TemporalField.DateTimeParser<T>) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- dateTimePattern() - Method in interface is.codion.common.model.condition.ConditionModel
- dateTimePattern() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern
- dateTimePattern() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns the date time format pattern used when presenting and inputting values for this attribute.
- dateTimePattern() - Method in interface is.codion.framework.model.AttributeConditionModel
- dateTimePattern(LocaleDateTimePattern) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the locale aware date/time format pattern used when presenting and inputting values
- dateTimePattern(String) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- dateTimePattern(String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the date/time format pattern used when presenting and inputtind values
- dateTimePattern(String) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- dateTimePattern(String) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder
- dateTimePattern(Locale) - Method in class is.codion.common.utilities.format.LocaleDateTimePattern
- Db2DatabaseFactory - Class in is.codion.dbms.db2
-
Provides db2 database implementations
- Db2DatabaseFactory() - Constructor for class is.codion.dbms.db2.Db2DatabaseFactory
- DECIMAL_SEPARATOR - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Specifies the default number decimal separator.
- decimalFormatPattern(String) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- decimalSeparator(char) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
-
Set the decimal separator for this field
- DECREASE_COLUMN_SIZE - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Decreases the size of the selected column.
Default key stroke: CTRL-SUBTRACT - decrement() - Method in interface is.codion.common.model.selection.MultiSelection.Indexes
-
Decrements all selected indexes by one, with wrap-around.
- DECREMENT - Static variable in class is.codion.swing.common.ui.component.text.TemporalField.ControlKeys
-
Decrements the date component under the cursor.
Default key stroke: DOWN ARROW - DECREMENT_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Decrements the selected indexes, moving the selection up.
Default key stroke: CTRL-SHIFT-UP - DEFAULT - Enum constant in enum class is.codion.framework.domain.entity.OrderBy.NullOrder
-
Database default, as in, no null ordering directive.
- DEFAULT_APPLICATION_BATCH_SIZE - Static variable in interface is.codion.tools.loadtest.LoadTest
- DEFAULT_CONNECTION_MAINTENANCE_INTERVAL - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The default connection maintenance interval in milliseconds.
- DEFAULT_FRACTION_DIGITS - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
The default maximum fraction digits for floating point numbers
- DEFAULT_IDLE_CONNECTION_TIMEOUT - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The default idle connection timeout in milliseconds.
- DEFAULT_LIMIT - Static variable in interface is.codion.framework.model.EntitySearchModel
-
Specifies the default search result limit, that is, the maximum number of results, null meaning no limit Value type: Integer Default value: null
- DEFAULT_LOGIN_DELAY_FACTOR - Static variable in interface is.codion.tools.loadtest.LoadTest
- DEFAULT_MAXIMUM - Static variable in class is.codion.swing.common.model.worker.ProgressWorker
- DEFAULT_MAXIMUM_THINKTIME - Static variable in interface is.codion.tools.loadtest.LoadTest
- DEFAULT_MINIMUM_THINKTIME - Static variable in interface is.codion.tools.loadtest.LoadTest
- DEFAULT_TEXT_FIELD_COLUMNS - Static variable in class is.codion.swing.framework.ui.component.DefaultEditComponent
-
Specifies the default number of text field columns Value type: Integer Default value: 20
- DEFAULT_TEXT_FIELD_COLUMNS - Static variable in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Specifies the default number of text field columns Value type: Integer Default value: 12
- DEFAULT_USER - Static variable in class is.codion.tools.generator.ui.DomainGeneratorPanel
-
The default user credentials to present in the login dialog, on the form username:password or just username.
- defaultAction(Action) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
-
A default action is triggered by the Enter key
- defaultCloseOperation(int) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
-
Default
WindowConstants.DISPOSE_ON_CLOSE. - DefaultComboBoxBuilder<C,
T, - Class in is.codion.swing.common.ui.component.comboboxB> - DefaultComboBoxBuilder(ComboBoxModel<T>) - Constructor for class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- DefaultEditComponent<C,
T> - Class in is.codion.swing.framework.ui.component -
A default
EditComponentimplementation. - DefaultEditComponent(Attribute<T>) - Constructor for class is.codion.swing.framework.ui.component.DefaultEditComponent
- DefaultEntityApplicationModel<M,
E, - Class in is.codion.framework.modelT> -
A central application model class.
- DefaultEntityApplicationModel(EntityConnectionProvider, Collection<? extends M>) - Constructor for class is.codion.framework.model.DefaultEntityApplicationModel
-
Instantiates a new DefaultEntityApplicationModel
- DefaultEntityApplicationModel(EntityConnectionProvider, Collection<? extends M>, Version) - Constructor for class is.codion.framework.model.DefaultEntityApplicationModel
-
Instantiates a new DefaultEntityApplicationModel
- DefaultEntityFactory - Class in is.codion.framework.domain.test
-
Handles creating and manipulating Entity instances for testing purposes.
- DefaultEntityFactory(EntityConnection) - Constructor for class is.codion.framework.domain.test.DefaultEntityFactory
-
Instantiates a new
DefaultEntityFactory - DefaultEntityObjectMapperFactory - Class in is.codion.framework.json.domain
-
A default
EntityObjectMapperFactoryimplementation, extend to add custom serialisers/deserializers. - DefaultEntityObjectMapperFactory(DomainType) - Constructor for class is.codion.framework.json.domain.DefaultEntityObjectMapperFactory
-
Instantiates a new instance compatible with the given domain type.
- DefaultEntityQueriesFactory - Class in is.codion.framework.db.local
- DefaultEntityQueriesFactory() - Constructor for class is.codion.framework.db.local.DefaultEntityQueriesFactory
- defaultFrameSize(Dimension) - Method in interface is.codion.swing.framework.ui.EntityApplication
- DefaultFrameworkIcons - Class in is.codion.swing.framework.ui.icon
-
A default
FrameworkIconsimplementation. - DefaultFrameworkIcons() - Constructor for class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- DefaultHttpEntityConnectionProviderBuilder - Class in is.codion.framework.db.http
-
Builds a
HttpEntityConnectionProviderinstance. - DefaultHttpEntityConnectionProviderBuilder() - Constructor for class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
-
Instantiates a new
DefaultHttpEntityConnectionProviderBuilder - defaultKeystroke() - Method in interface is.codion.swing.common.ui.control.ControlKey
-
Note that changing the default keystroke has no effect on already initialized controls.
- defaultLayout() - Method in interface is.codion.swing.common.ui.control.Controls.ControlsKey
- DefaultLocalEntityConnectionProviderBuilder - Class in is.codion.framework.db.local
-
Builds a
LocalEntityConnectionProviderinstance. - DefaultLocalEntityConnectionProviderBuilder() - Constructor for class is.codion.framework.db.local.DefaultLocalEntityConnectionProviderBuilder
-
Instantiates a new
DefaultLocalEntityConnectionProviderBuilder - defaultLookAndFeel(Class<? extends LookAndFeel>) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
Sets the default look and feel class, used in case no look and feel settings are found in user preferences.
- defaultLookAndFeel(String) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
Sets the default look and feel classname, used in case no look and feel settings are found in user preferences.
- defaultPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
- DefaultRemoteEntityConnectionProviderBuilder - Class in is.codion.framework.db.rmi
-
Builds a
RemoteEntityConnectionProviderinstance. - DefaultRemoteEntityConnectionProviderBuilder() - Constructor for class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
-
Instantiates a new
DefaultRemoteEntityConnectionProviderBuilder - defaults() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Populates this edit model with default values for all non-persistent attributes.
- defaults() - Method in interface is.codion.framework.model.EntityQueryModel.SelectAttributes
-
Returns the
ValueSetcontrolling the default attributes to use as the base set when querying entities. - defaults() - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds all remaining default controls
- defaults(ControlKey<?>) - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds all remaining default controls, up until and including
stopAt - defaultSelection(Collection<T>) - Method in interface is.codion.swing.common.ui.dialog.ListSelectionDialogBuilder
- defaultSelection(T) - Method in interface is.codion.swing.common.ui.dialog.ComboBoxSelectionDialogBuilder
- defaultSelection(T) - Method in interface is.codion.swing.common.ui.dialog.ListSelectionDialogBuilder
- DefaultServerAdmin - Class in is.codion.common.rmi.server
-
A base server admin implementation.
- DefaultServerAdmin(AbstractServer<?, ? extends ServerAdmin>, ServerConfiguration) - Constructor for class is.codion.common.rmi.server.DefaultServerAdmin
-
Instantiates a new DefaultServerAdmin instance.
- defaultUser(User) - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder
- defaultUser(User) - Method in interface is.codion.swing.framework.ui.EntityApplication
- defaultValue() - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition
- defaultValue() - Method in interface is.codion.framework.model.EntityEditModel.EditorValue
-
Returns the
Valueinstance controlling the default value supplier for the given attribute. - defaultValue(AttributeDefinition.ValueSupplier<T>) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition.Builder
-
Sets the default value supplier, use in case of dynamic default values.
- defaultValue(Function<Collection<Entity>, T>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditAttributeDialogBuilder
-
Provides the default value presented in the edit component.
- defaultValue(T) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition.Builder
-
Sets the default value for this attribute, overrides the underlying column default value, if any
- defaultWeight() - Method in interface is.codion.tools.loadtest.Scenario
- defaultWeight(int) - Method in interface is.codion.tools.loadtest.Scenario.Builder
- definition() - Method in interface is.codion.framework.domain.entity.Entity
- definition() - Method in interface is.codion.framework.domain.entity.Entity.Key
- definition() - Method in class is.codion.framework.model.EntityConditions
- definition(Attribute<T>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
- definition(Column<T>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Columns
- definition(ForeignKey) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- definition(EntityType) - Method in interface is.codion.framework.domain.entity.Entities
-
Returns the
EntityDefinitionfor the given entityType - definition(EntityType) - Method in class is.codion.framework.model.EntityConditions
- definition(String) - Method in interface is.codion.framework.domain.entity.Entities
-
Returns the
EntityDefinitionfor the given entityType name - definitions() - Method in interface is.codion.framework.domain.entity.Entities
-
Returns all
EntityDefinitions found in this Entities instance - definitions() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
- definitions() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Columns
- definitions() - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- definitions() - Method in interface is.codion.framework.domain.entity.EntityDefinition.PrimaryKey
-
Returns a list containing the definitions of all primary key columns associated with this entity type.
- definitions(Column<T>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- delay(int, int) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
-
Configures dialog delay settings to prevent flicker for fast operations.
- delayedAction(int, Runnable) - Static method in interface is.codion.swing.common.model.action.DelayedAction
-
Creates a new delayed action that executes the given action after the specified delay.
- DelayedAction - Interface in is.codion.swing.common.model.action
-
Represents an action that executes after a specified delay, with the ability to cancel it before execution.
- delegate() - Method in interface is.codion.common.utilities.proxy.ProxyBuilder.ProxyMethod.Parameters
- delegate(T) - Method in class is.codion.common.utilities.proxy.ProxyBuilder
-
Sets the delegate instance to forward non-proxied method calls to.
- delete() - Method in interface is.codion.common.db.database.Database.QueryCounter
-
Count one delete query
- delete() - Static method in class is.codion.framework.i18n.FrameworkMessages
- delete() - Method in class is.codion.framework.model.AbstractEntityEditModel
- delete() - Method in interface is.codion.framework.model.EntityEditModel
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- delete() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Performs delete on the active entity.
- delete() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- delete() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- delete(Condition) - Method in interface is.codion.framework.db.EntityConnection
-
Deletes the entities specified by the given condition.
- delete(Condition) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Deletes the entities specified by the given condition Performs a commit unless a transaction is open.
- delete(Entity.Key) - Method in interface is.codion.framework.db.EntityConnection
-
Deletes the entity with the given primary key.
- delete(Entity.Key) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Deletes an entity according to the given primary key.
- delete(String) - Static method in class is.codion.common.model.preferences.UserPreferences
-
Deletes the preferences file with the given name.
- delete(Collection<Entity.Key>) - Method in interface is.codion.framework.db.EntityConnection
-
Deletes the entities with the given primary keys.
- delete(Collection<Entity.Key>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Deletes the entities with the given primary keys.
- delete(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- delete(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- delete(Collection<Entity>, EntityConnection) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Deletes the given entities from the database using the given connection
- DELETE - Enum constant in enum class is.codion.common.db.database.Database.Operation
-
Delete
- DELETE - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Performs a delete.
- DELETE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Triggers the
EntityTablePanel.ControlKeys.DELETEcontrol.
Default key stroke: DELETE - DELETE - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the delete icon.
- deleteCommand() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Returns an async delete command builder
- deleteConfirmer(EntityEditPanel.Confirmer) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- deleteConfirmer(EntityEditPanel.Confirmer) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- deleteCurrentTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- deleted() - Method in interface is.codion.framework.model.EntityEditModel.EditEvents
-
Returns delete
Event, notified each time entities are deleted. - deleted(int, int) - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems.ItemsListener
-
Called when included items are deleted
- deleted(ForeignKey, Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Called when entities of the type referenced by the given foreign key are deleted.
- deleteEnabled() - Method in interface is.codion.framework.model.EntityEditModel.Settings
-
Disabling delete causes an exception being thrown when deleting.
- DeleteException - Exception Class in is.codion.common.db.exception
-
An exception indicating a failed delete operation
- DeleteException(String) - Constructor for exception class is.codion.common.db.exception.DeleteException
-
Instantiates a new
DeleteException - deleteMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- deleteNotEnabled() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- deleteSelected() - Method in class is.codion.framework.model.AbstractEntityTableModel
- deleteSelected() - Method in interface is.codion.framework.model.EntityTableModel
-
Deletes the selected entities
- deleteSelected() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Deletes the entities selected in the underlying table model without asking for confirmation.
- deleteSelectedTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- deleteSelectedWithConfirmation() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Performs delete on the selected entities.
- deletesPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
- deleteTask() - Method in class is.codion.framework.model.AbstractEntityEditModel
- deleteTask() - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.EditTaskinstance for deleting the active entity. - deleteTask(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- deleteTask(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.EditTaskinstance for deleting the given entities. - delimiter(char) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Export
- delimiter(String) - Method in class is.codion.common.utilities.format.LocaleDateTimePattern.Builder
-
Default "."
- delimiterDash() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern.Builder
- delimiterDot() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern.Builder
- delimiterSlash() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern.Builder
- denormalized() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.AttributeDefiner
-
Instantiates a
DerivedAttributeDefinition.DenormalizedBuilder.DenormalizedFromStepinstance, for displaying a value from a referenced entity attribute. - DEPARTMENT - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- DEPARTMENT_FK - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- DEPARTMENT_LOCATION - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- dependencies() - Static method in class is.codion.framework.i18n.FrameworkMessages
- dependencies() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- dependencies() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- dependencies(Collection<Entity>) - Method in interface is.codion.framework.db.EntityConnection
-
Selects the entities that depend on the given entities via (non-soft) foreign keys, mapped to corresponding entityTypes
- dependencies(Collection<Entity>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects the entities that depend on the given entities via (non-soft) foreign keys, mapped to corresponding entityTypes
- DEPENDENCIES - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the dependencies icon.
- dependenciesTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- DerbyDatabaseFactory - Class in is.codion.dbms.derby
-
Provides derby database implementations
- DerbyDatabaseFactory() - Constructor for class is.codion.dbms.derby.DerbyDatabaseFactory
- derive(int) - Method in class is.codion.swing.common.ui.icon.SVGIcon
-
Creates a derived copy of this icon using given size
- derived() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.AttributeDefiner
-
Instantiates a
DerivedAttributeDefinition.DerivedBuilder.DerivedFromStepinstance, for building an attribute which value is derived from zero or more source attributes. - derived() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
The value of a derived attribute can not be set, as it's value is derived from other values
- DerivedAttributeDefinition<T> - Interface in is.codion.framework.domain.entity.attribute
-
A definition for attributes which value is derived from the values of one or more attributes.
- DerivedAttributeDefinition.DenormalizedBuilder<T,
B> - Interface in is.codion.framework.domain.entity.attribute -
Builds a derived AttributeDefinition instance
- DerivedAttributeDefinition.DenormalizedBuilder.DenormalizedFromStep<T,
B> - Interface in is.codion.framework.domain.entity.attribute -
The first step in building a denormalized attribute
- DerivedAttributeDefinition.DenormalizedBuilder.DenormalizedUsingStep<T,
B> - Interface in is.codion.framework.domain.entity.attribute -
The second step in building a denormalized attribute
- DerivedAttributeDefinition.DerivedBuilder<T,
B> - Interface in is.codion.framework.domain.entity.attribute -
Builds a derived AttributeDefinition instance
- DerivedAttributeDefinition.DerivedBuilder.DerivedFromStep<T,
B> - Interface in is.codion.framework.domain.entity.attribute -
The first step in building a
DerivedAttributeDefinition - DerivedAttributeDefinition.DerivedBuilder.DerivedWithStep<T,
B> - Interface in is.codion.framework.domain.entity.attribute -
The second step in building a
DerivedAttributeDefinition - derivedFrom(Attribute<T>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
-
Returns the attributes which values are derived from the value of the given attribute, an empty collection if no such derived attributes exist
- DerivedValue<T> - Interface in is.codion.framework.domain.entity.attribute
-
Responsible for providing values derived from other attribute values.
- DerivedValue.SourceValues - Interface in is.codion.framework.domain.entity.attribute
-
Provides the source values from which to derive a value.
- descending() - Method in interface is.codion.swing.common.model.component.list.FilterListSort
-
Sorts descending
- descending(C...) - Method in interface is.codion.swing.common.model.component.table.FilterTableSort
-
Clears the sorting state and sorts the given columns
SortOrder.DESCENDING - descending(Column<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds a 'descending' order by for the given columns
- descending(Column<?>...) - Static method in interface is.codion.framework.domain.entity.OrderBy
-
Creates a descending OrderBy for the given columns.
- descending(OrderBy.NullOrder, Column<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds a 'descending' order by for the given columns
- descendingIgnoreCase(Column<?>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds a 'descending' order by ignoring case for the given columns
- descendingIgnoreCase(OrderBy.NullOrder, Column<String>...) - Method in interface is.codion.framework.domain.entity.OrderBy.Builder
-
Adds a 'descending' order by ignoring case for the given columns
- description() - Method in enum class is.codion.common.model.condition.ConditionModel.Wildcard
- description() - Method in enum class is.codion.common.utilities.Operator
- description() - Method in interface is.codion.framework.db.EntityConnectionProvider
- description() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- description() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- description() - Method in interface is.codion.swing.common.ui.control.Control
- description() - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- description() - Method in class is.codion.swing.framework.ui.EntityPanel
- description(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.TableColumns
-
The default implementation returns an empty
Optional. - description(String) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- description(String) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- description(String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the description for this attribute, used for tooltips f.ex.
- description(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Specifies a description for this entity.
- description(String) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- DESCRIPTION - Static variable in interface is.codion.framework.db.EntityConnectionProvider
-
Specifies a connection provider description, overriding the default one which usually provides a hostname or other connection based information.
- DESCRIPTION_RESOURCE_SUFFIX - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
The suffix used for the description resource key.
- descriptionResource(String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies the key to use when retrieving the description for this attribute from the entity resource bundle, in case it differs from
Attribute.name()+AttributeDefinition.DESCRIPTION_RESOURCE_SUFFIX, which is the default value. - descriptionResource(String, String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies the key to use when retrieving the description for this attribute from the entity resource bundle, in case it differs from
Attribute.name()+AttributeDefinition.DESCRIPTION_RESOURCE_SUFFIX, which is the default value. - descriptionResourceKey(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Specifies the resource bundle key associated with the description.
- deserialize(byte[]) - Static method in class is.codion.common.utilities.Serializer
-
Deserializes the given byte array into a T, null or an empty byte array result in a null return value
- deserializeCondition(EntityDefinition, JsonNode) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Deserializes the given condition
- deserializeEntities(InputStream) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Deserializes the given JSON input stream into a list of Entity instances
- deserializeEntities(String) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Deserializes the given JSON string into a list of Entity instances
- deserializeKeys(InputStream) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Deserializes the given JSON input stream into a list of Key instances
- deserializeKeys(String) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Deserializes the given JSON string into a list of Key instances
- destroyed() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- detail() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- detail() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- DETAIL - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the detail icon.
- detailController() - Method in class is.codion.swing.framework.ui.EntityPanel
- detailLayout() - Method in class is.codion.swing.framework.ui.EntityPanel
- detailLayout(Function<EntityPanel, EntityPanel.DetailLayout>) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- detailModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- detailModelNotFound() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- detailModels() - Method in class is.codion.framework.model.AbstractEntityModel
- detailModels() - Method in interface is.codion.framework.model.EntityModel
- detailPanels() - Method in class is.codion.swing.framework.ui.EntityPanel
- device(GraphicsDevice) - Method in interface is.codion.tools.swing.robot.Automation.Builder
- DIALOG - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.WindowType
-
Display panels in a JDialog
- DIALOG - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.SelectionMode
-
Display a dialog.
- DialogBuilder<B> - Interface in is.codion.swing.common.ui.dialog
-
A base interface for JDialog builders
- Dialogs - Class in is.codion.swing.common.ui.dialog
-
A utility class for displaying Dialogs.
- dialogSize(Dimension) - Method in interface is.codion.swing.common.ui.dialog.ListSelectionDialogBuilder
- dialogTitle(String) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- disable(Collection<JComponent>) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Disables this key event on the given components
- disable(JComponent...) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Disables this key event on the given components
- disabledIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- disabledSelectedIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- disabledTextColor(Color) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- disconnect(AbstractRemoteEntityConnection) - Method in class is.codion.framework.server.EntityServer
- disconnect(UUID) - Method in class is.codion.common.rmi.server.AbstractServer
- disconnect(UUID) - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- disconnect(UUID) - Method in interface is.codion.common.rmi.server.Server
-
Disconnects the connection identified by the given id.
- disconnect(UUID) - Method in interface is.codion.common.rmi.server.ServerAdmin
-
Disconnects the given client from the server
- disconnect(T) - Method in class is.codion.common.rmi.server.AbstractServer
-
Disconnects the given connection.
- disconnectAll() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
-
Disconnects all users from the server
- disconnectAll() - Method in class is.codion.tools.monitor.ui.ClientUserMonitorPanel
- disconnectAllClients() - Method in interface is.codion.framework.server.EntityServerAdmin
-
Disconnects all connected clients.
- disconnectTimedOut() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
-
Disconnects all timed out users from the server
- disconnectTimedOutClients() - Method in interface is.codion.framework.server.EntityServerAdmin
-
Disconnects all timed-out clients.
- DISPLAY_CALENDAR - Static variable in class is.codion.swing.common.ui.component.text.TemporalField.ControlKeys
-
Display a calendar for date/time input.
Default key stroke: INSERT - DISPLAY_DEPENDENCIES - Enum constant in enum class is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
-
Display the dependencies causing the error.
- DISPLAY_ENTITY_MENU - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Displays the entity menu, if available.
Default key stroke: CTRL-ALT-V - DISPLAY_ENTITY_MENU - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Displays the entity menu, if one is available.
Default key stroke: CTRL-ALT-V - DISPLAY_ERROR - Enum constant in enum class is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
-
Display the error.
- DISPLAY_POPUP_MENU - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Displays the table popup menu, if one is available.
Default key stroke: CTRL-G - DISPLAY_QUERY_INSPECTOR - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Displays the query inspector, if one is available.
Default key stroke: CTRL-ALT-Q - DISPLAY_QUERY_INSPECTOR - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Displays the query inspector, if one is available.
Default key stroke: CTRL-ALT-Q - DISPLAY_SYSTEM_PROPERTIES - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Specifies whether a button for displaying system properties is included on the about panel.
- DISPLAY_TEXT_AREA - Static variable in class is.codion.swing.common.ui.component.text.TextFieldPanel.ControlKeys
-
Displays a text area for longer text input.
Default key stroke: INSERT - displayAbout() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Shows an about-dialog
- displayedMnemonic(char) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
-
Overrides
LabelBuilder.displayedMnemonic(int). - displayedMnemonic(int) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- displayEntityPanelDialog(EntityPanel) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Displays a non-modal dialog containing the given entity panel
- displayEntityPanelDialog(EntityPanel, boolean) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Shows a dialog containing the given entity panel
- displayEntityPanelFrame(EntityPanel) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Displays a frame containing the given entity panel
- displayEntityPanelWindow(EntityPanel) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Displays the given panel in a frame or dialog, depending on
EntityPanel.Config.WINDOW_TYPE. - displayEntityPanelWindow(EntityPanel.Builder) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Displays the panel provided by the given builder in a frame or dialog, depending on
EntityPanel.Config.WINDOW_TYPE. - displayException(Exception) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Displays the exception in a dialog
- displayException(Exception) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Displays the exception in a dialog
- displayException(Exception) - Method in class is.codion.swing.framework.ui.EntityPanel
-
Displays the exception in a dialog, with the dialog owner as the current focus owner or this panel if none is available.
- displayException(Exception) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Displays the exception in a dialog, with the dialog owner as the current focus owner or this panel if none is available.
- displayException(Throwable, Window) - Static method in class is.codion.swing.common.ui.dialog.Dialogs
-
Displays the given exception in a dialog
- displayFrame(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplication
- displayHelp() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Displays the help.
- displayKeyboardShortcuts() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Displays a keyboard shortcut overview panel.
- dispose() - Method in class is.codion.swing.common.ui.ancestor.Ancestor.WindowSupplier
-
Finds the ancestor
Windowand disposes it if found. - DISPOSE_EDIT_DIALOG_ON_ESCAPE - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Indicates whether entity edit panel dialogs should be closed on escape Value type: Boolean Default value: true
- disposeEditDialogOnEscape(boolean) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- disposeOnEscape(boolean) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- distinct(Attribute<T>, Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns the distinct non-null values of
attributefrom the given entities. - dividerSize(int) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- DO_NOTHING - Enum constant in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
This table model does nothing when entities are inserted via the associated edit model
- document(Document) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- document(StyledDocument) - Method in interface is.codion.swing.common.ui.component.text.TextPaneBuilder
- DocumentAdapter - Interface in is.codion.swing.common.model.component.text
-
A document adapter, with default implementations for the
DocumentAdapter.insertUpdate(DocumentEvent)andDocumentAdapter.removeUpdate(DocumentEvent)callingDocumentAdapter.contentsChanged(DocumentEvent). - doInBackground() - Method in class is.codion.swing.common.model.worker.ProgressWorker
- domain() - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider
- domain() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainEntityDefinition
- domain() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainOperation
- domain() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainReport
- domain(Domain) - Method in class is.codion.framework.db.local.DefaultLocalEntityConnectionProviderBuilder
- domain(Domain) - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider.Builder
- domain(Domain) - Method in interface is.codion.tools.generator.domain.DomainSource.Builder.DomainStep
- domain(DomainType) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
- domain(DomainType) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
- domain(DomainType) - Method in interface is.codion.swing.framework.ui.EntityApplication
- Domain - Interface in is.codion.framework.domain
-
Represents an application domain model, entities, reports and database operations.
- DOMAIN - Static variable in class is.codion.framework.model.test.TestDomain
- DOMAIN_CLASSES - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
Specifies a comma separated list of domain model class names, these classes must be available on the server classpath
- DOMAIN_PACKAGE - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel
-
The default domain package.
- domainApi() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- domainClasses() - Method in interface is.codion.framework.server.EntityServerConfiguration
- domainClasses(Collection<String>) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- DomainColumns() - Constructor for class is.codion.tools.monitor.model.ServerMonitor.DomainColumns
- domainCombined() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- domainEntityDefinitions() - Method in interface is.codion.framework.server.EntityServerAdmin
- domainGeneratorModel(Database) - Static method in class is.codion.tools.generator.model.DomainGeneratorModel
-
Instantiates a new
DomainGeneratorModelinstance, assuming the underlying database does not require a user to connect. - domainGeneratorModel(Database, User) - Static method in class is.codion.tools.generator.model.DomainGeneratorModel
-
Instantiates a new
DomainGeneratorModelinstance. - DomainGeneratorModel - Class in is.codion.tools.generator.model
-
For instances use the factory method
DomainGeneratorModel.domainGeneratorModel(Database, User). - DomainGeneratorModel.EntityColumns - Class in is.codion.tools.generator.model
- DomainGeneratorModel.PopulateTask - Class in is.codion.tools.generator.model
- DomainGeneratorModel.SchemaColumns - Class in is.codion.tools.generator.model
- DomainGeneratorPanel - Class in is.codion.tools.generator.ui
- domainImpl() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- DomainModel - Class in is.codion.framework.domain
-
A default
Domainimplementation. - DomainModel(DomainType) - Constructor for class is.codion.framework.domain.DomainModel
-
Instantiates a new DomainModel identified by the given
DomainType. - domainOperations() - Method in interface is.codion.framework.server.EntityServerAdmin
- domainPackage() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- domainPackage(String) - Method in interface is.codion.tools.generator.domain.DomainSource.Builder
- domainReports() - Method in interface is.codion.framework.server.EntityServerAdmin
- domains() - Static method in interface is.codion.framework.domain.Domain
- DomainSource - Class in is.codion.tools.generator.domain
-
For instances use the builder provided by
DomainSource.builder(). - DomainSource.Builder - Interface in is.codion.tools.generator.domain
-
Builds a
DomainSourceinstance - DomainSource.Builder.DomainStep - Interface in is.codion.tools.generator.domain
-
The first step in building a
DomainSourceinstance - domainTableModel() - Method in class is.codion.tools.monitor.model.ServerMonitor
- DomainTest - Class in is.codion.framework.domain.test
-
A class for unit testing a domain model.
- DomainTest(Domain) - Constructor for class is.codion.framework.domain.test.DomainTest
-
Instantiates a new DomainTest, using the user specified by the 'codion.test.user' system property.
- DomainTest(Domain, User) - Constructor for class is.codion.framework.domain.test.DomainTest
-
Instantiates a new DomainTest.
- DomainTest(Domain, Function<EntityConnection, DomainTest.EntityFactory>) - Constructor for class is.codion.framework.domain.test.DomainTest
-
Instantiates a new DomainTest.
- DomainTest(Domain, Function<EntityConnection, DomainTest.EntityFactory>, User) - Constructor for class is.codion.framework.domain.test.DomainTest
-
Instantiates a new DomainTest.
- DomainTest.EntityFactory - Interface in is.codion.framework.domain.test
-
Handles creating and modifying entities used for testing.
- domainType() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- domainType() - Method in interface is.codion.framework.db.EntityConnectionProvider
- domainType() - Method in interface is.codion.framework.domain.entity.Entities
- domainType() - Method in interface is.codion.framework.domain.entity.EntityType
- domainType(DomainType) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- domainType(Class<?>) - Static method in interface is.codion.framework.domain.DomainType
-
Returns a new
DomainTypeusingdomainClass.getSimpleName()as domain name. - domainType(String) - Static method in interface is.codion.framework.domain.DomainType
-
Returns a
DomainTypeinstance with the given name. - DomainType - Interface in is.codion.framework.domain
-
Identifies a domain model and serves as a factory for
EntityTypeinstances associated with this domain model type. - domainTypeByName(String) - Static method in interface is.codion.framework.domain.DomainType
-
Returns the domain type with the given name.
- done() - Method in class is.codion.swing.common.model.worker.ProgressWorker
- DOUBLE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- doubleAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Double based attribute, associated with this EntityType.
- doubleClick() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
The
Actionis only triggered if enabled. - doubleClick(Action) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- doubleClicked() - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- doubleClicked() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- doubleColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Double based column, associated with this EntityType.
- doubleField() - Static method in class is.codion.swing.common.ui.component.Components
- doubleField(Attribute<Double>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
NumberFieldbuilder based on the given attribute. - doubleSpinner() - Static method in class is.codion.swing.common.ui.component.Components
- doubleSpinner(Attribute<Double>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSpinnerbuilder based on the given attribute. - doubleValue(String) - Static method in class is.codion.common.utilities.Configuration
-
Creates a double configuration value
- doubleValue(String) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given double property
- doubleValue(String, double) - Static method in class is.codion.common.utilities.Configuration
-
Creates a double configuration value
- doubleValue(String, double) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given double property
- down() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- down() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- DOWN - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Navigate down to the currently active detail panel
- DOWN - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the down icon.
- Dracula - Class in is.codion.plugin.flatlaf.intellij.themes.dracula
-
https://github.com/dracula/jetbrains/blob/master/src/main/resources/themes/Dracula.theme.json
- Dracula() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.dracula.Dracula
- DraculaMaterial - Class in is.codion.plugin.flatlaf.intellij.themes.material
- DraculaMaterial() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.DraculaMaterial
- dragEnabled(boolean) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder
- dragEnabled(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- dragEnabled(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- dragEnabled(boolean) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- driverClassName(String) - Static method in interface is.codion.common.db.database.DatabaseFactory
- driverCompatible(String) - Method in interface is.codion.common.db.database.DatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.db2.Db2DatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.derby.DerbyDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.h2.H2DatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.hsqldb.HSQLDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.mariadb.MariaDBDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.mysql.MySQLDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.oracle.OracleDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.postgresql.PostgreSQLDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.sqlite.SQLiteDatabaseFactory
- driverCompatible(String) - Method in class is.codion.dbms.sqlserver.SQLServerDatabaseFactory
- dropMode(DropMode) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder
- dropMode(DropMode) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- dropMode(DropMode) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- DTO - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns
- dtos() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- dtos(Set<EntityType>) - Method in interface is.codion.tools.generator.domain.DomainSource.Builder
- duration() - Method in interface is.codion.common.rmi.server.ServerAdmin.GcEvent
- duration() - Method in interface is.codion.common.utilities.logging.MethodTrace
-
Returns the duration of the method call this entry represents in nanoseconds, this value is 0 or undefined until the trace has been completed.
- duration() - Method in interface is.codion.tools.loadtest.Scenario.Result
- DURATION - Static variable in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
E
- east(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- east(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- eastComponent(JComponent) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- eastComponent(JComponent) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- echoChar(char) - Method in interface is.codion.swing.common.ui.component.text.PasswordFieldBuilder
- edit() - Static method in class is.codion.framework.i18n.FrameworkMessages
- edit() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- edit() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- edit(Entity) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditAttributeDialogBuilder
-
Displays a dialog for editing a single attribute for the given entity
- edit(Collection<Entity>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditAttributeDialogBuilder
-
Displays a dialog for editing a single attribute for the given entities
- EDIT - Static variable in class is.codion.swing.framework.ui.component.EntityComboBox.ControlKeys
-
Displays a dialog for editing the selected record.
Default key stroke: CTRL-INSERT - EDIT - Static variable in class is.codion.swing.framework.ui.component.EntitySearchField.ControlKeys
-
Displays a dialog for editing the selected record.
Default key stroke: CTRL-INSERT - EDIT - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Edit the selected entity instance.
Default key stroke: CTRL-INSERT - EDIT - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the edit icon.
- EDIT_ATTRIBUTE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Select and edit a single attribute value for the selected entity instances.
Default key stroke: SHIFT-INSERT - EDIT_ATTRIBUTE_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlsinstance containing edit controls for all editable attributes. - EDIT_ATTRIBUTE_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies how the edit an attribute action is presented to the user.
- EDIT_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
The edit panel controls.
- EDIT_EVENTS - Static variable in interface is.codion.framework.model.EntityEditModel
-
Specifies whether edit models post their insert, update and delete events to
EntityEditModel.EditEventsValue type: Boolean Default value: true - EDIT_EVENTS - Static variable in interface is.codion.framework.model.EntitySearchModel
-
Specifies whether searcy models handle entity edit events, by replacing updated entities and removing deleted ones Value type: Boolean Default value: true
- EDIT_EVENTS - Static variable in interface is.codion.swing.framework.model.component.EntityComboBoxModel
-
Specifies whether entity combo box models handle entity edit events, by adding new entities, replacing updated and removing deleted ones Value type: Boolean Default value: true
- EDIT_PANEL - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the edit-panel icon.
- EDIT_PANEL_CONSTRAINTS - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies where the edit panel should be placed in a BorderLayout Value type: Boolean Default value: BorderLayout.NORTH
- EDIT_TEXT - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the edit-text icon.
- editable() - Method in class is.codion.framework.model.AbstractEntityTableModel.AbstractEntityTableEditor
- editable() - Method in interface is.codion.framework.model.EntityTableModel.EntityTableEditor
- editable(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
- editable(boolean) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- editable(boolean) - Method in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
- editable(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- editable(boolean) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- editable(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- editable(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- editable(Entity, Attribute<?>) - Method in class is.codion.framework.model.AbstractEntityTableModel.AbstractEntityTableEditor
- editable(Entity, Attribute<?>) - Method in interface is.codion.framework.model.EntityTableModel.EntityTableEditor
- editable(Consumer<ValueSet<Attribute<?>>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
By default, all attributes are editable via the table popup menu or the
EntityTablePanel.ControlKeys.EDIT_ATTRIBUTEcontrol, use this method to exclude one or more attributes from being editable. - editable(R, C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Editor
- editAttributeDialog(SwingEntityEditModel, Attribute<T>) - Static method in class is.codion.swing.framework.ui.EntityDialogs
- editAttributeSelection(EntityTablePanel.SelectionMode) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- editAttributeTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- editBasePanel(Function<EntityEditPanel, JPanel>) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Creates a base panel containing the given edit panel.
- editComponent(A, EditComponent<C, T>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Sets the component factory for the given attribute, used when editing entities via
EntityTablePanel.editSelected(Attribute). - editComponent(EditComponent<?, T>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditAttributeDialogBuilder
- EditComponent<C,
T> - Interface in is.codion.swing.framework.ui.component -
A factory for
ComponentValueinstances. - editControl() - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- editControl() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- editDialogBuilder(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Override to customize the edit dialog used when multiple entities are edited.
- edited() - Method in interface is.codion.framework.model.EntityEditModel.EditorValue
-
Returns an observer notified each time this value is modified via
Value.set(Object). - editEntityDialog(EntityEditPanel) - Static method in class is.codion.swing.framework.ui.EntityDialogs
-
Creates a new
EntityDialogs.EditEntityDialogBuilderinstance. - editEvents() - Method in interface is.codion.framework.model.EntityEditModel.Settings
- editEvents(boolean) - Method in interface is.codion.framework.model.EntitySearchModel.Builder
- editEvents(boolean) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
- editMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- editModel() - Method in class is.codion.framework.model.AbstractEntityModel
- editModel() - Method in class is.codion.framework.model.AbstractEntityTableModel
- editModel() - Method in interface is.codion.framework.model.EntityModel
- editModel() - Method in interface is.codion.framework.model.EntityTableModel
-
Returns the
EntityEditModelassociated with this table model - editModel() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
- editModel() - Method in class is.codion.swing.framework.ui.EntityPanel
- editor() - Method in class is.codion.framework.model.AbstractEntityEditModel
- editor() - Method in interface is.codion.framework.model.EntityEditModel
-
Returns a
EntityEditModel.EntityEditorwrapping the entity being edited. - editor() - Method in interface is.codion.framework.model.EntityTableModel
- editor() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- editor() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- editor(Function<FilterTableModel<R, C>, FilterTableModel.Editor<R, C>>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- editor(ComboBoxEditor) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
- editor(ComboBoxEditor) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- editor(ComboBoxEditor) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- editPanel() - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- editPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
- editPanel() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- editPanel() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- editPanel() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- editPanel(Supplier<EntityEditPanel>) - Method in interface is.codion.swing.framework.ui.component.EntityComboBox.Builder
-
An edit panel is required for the add and edit controls.
- editPanel(Supplier<EntityEditPanel>) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder.EditPanelStep
- editPanel(Supplier<EntityEditPanel>) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
-
An edit panel is required for the add and edit controls.
- editPanel(Supplier<EntityEditPanel>) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder.EditPanelStep
- editPanelConstraints(String) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- editPanelState() - Method in class is.codion.swing.framework.ui.EntityPanel
- editSelected() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Displays a selection dialog for selecting an attribute to edit and retrieves a new value via input dialog and performs an update on the selected entities assigning the value to the attribute
- editSelected(Attribute<?>) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Retrieves a new value via input dialog and performs an update on the selected entities assigning the value to the attribute
- editSelectedTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- editText() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- editText() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- ElegantDark - Class in is.codion.plugin.flatlaf.intellij.themes.elegant
-
https://github.com/yx208/intellij-elegant-theme/blob/main/resources/theme/elegant-dark.theme.json
- ElegantDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.elegant.ElegantDark
- ElegantLight - Class in is.codion.plugin.flatlaf.intellij.themes.elegant
-
https://github.com/yx208/intellij-elegant-theme/blob/main/resources/theme/elegant-light.theme.json
- ElegantLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.elegant.ElegantLight
- EMBEDDED - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.PanelState
-
Embedded in the master panel
- empty() - Method in interface is.codion.common.model.selection.SingleSelection
- empty() - Method in interface is.codion.framework.model.EntitySearchModel.Selection
- empty() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.ColumnSelection
- emptyBorder() - Static method in class is.codion.swing.common.ui.border.Borders
-
Creates en empty border using the value of
Layouts.GAPas the top, bottom, left and right values. - emptyStringToNullValue(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- emptyStringToNullValue(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
-
If set to true then
MaskFormatter.stringToValue(String)returns null when it encounters an empty string, instead of throwing aParseException. - enable() - Method in interface is.codion.swing.common.ui.laf.LookAndFeelEnabler
-
Configures and enables the
LookAndFeelrepresented by this enabler. - enable(Collection<JComponent>) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Builds the key event and enables it on the given components
- enable(JComboBox<?>) - Method in interface is.codion.swing.common.ui.component.combobox.Completion.Builder
- enable(JComponent...) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Builds the key event and enables it on the given components
- enable(JComponent...) - Method in enum class is.codion.swing.common.ui.key.TransferFocusOnEnter
- enable(JComponent, ObservableState) - Method in class is.codion.plugin.flatlaf.indicator.FlatLafValidIndicatorFactory
- enable(JComponent, ObservableState) - Method in class is.codion.swing.common.ui.component.indicator.BackgroundColorValidIndicatorFactory
- enable(JComponent, ObservableState) - Method in interface is.codion.swing.common.ui.component.indicator.ModifiedIndicatorFactory
-
Enables the modified indicator for the given component, based on the given modified state
- enable(JComponent, ObservableState) - Method in class is.codion.swing.common.ui.component.indicator.SwapColorsModifiedIndicatorFactory
- enable(JComponent, ObservableState) - Method in class is.codion.swing.common.ui.component.indicator.UnderlineModifiedIndicatorFactory
- enable(JComponent, ObservableState) - Method in interface is.codion.swing.common.ui.component.indicator.ValidIndicatorFactory
-
Enables the valid indicator for the given component, based on the given valid state
- ENABLE_ON_SELECTION - Static variable in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
-
Specifies whether to enable the Look and Feel dynamically when selected Value type: Boolean Default value: true
- enabled() - Method in interface is.codion.common.model.condition.ConditionModel
- enabled() - Method in interface is.codion.common.model.condition.TableConditionModel
- enabled() - Method in class is.codion.framework.model.AbstractEntityTableModel.AbstractEntityTableEditor
- enabled() - Method in interface is.codion.framework.model.AttributeConditionModel
- enabled() - Method in interface is.codion.framework.model.EntityTableModel.EntityTableEditor
- enabled() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Customizer
- enabled() - Method in interface is.codion.swing.common.ui.control.Control
-
If this method returns an empty Optional this Control is always enabled.
- enabled() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
- enabled(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- enabled(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Sets the enabled state of the component, for a dynamic enabled state use
ComponentBuilder.enabled(ObservableState). - enabled(ObservableState) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- enabled(ObservableState) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- enabled(ObservableState) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- enabled(ObservableState) - Method in interface is.codion.swing.common.ui.laf.LookAndFeelComboBox.Builder
- enabled(ObservableState) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- enabled(ObservableState, Action...) - Static method in class is.codion.swing.common.ui.Utilities
-
Links the given actions to the given
ObservableState, so that the actions are enabled only when the observed state is active - enabled(ObservableState, JComponent...) - Static method in class is.codion.swing.common.ui.Utilities
-
Links the given components to the given
ObservableState, so that each component is enabled only when the observed state is active - enabled(T) - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
- enabledDetailStates(EntityPanel.PanelState...) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
-
Sets the enabled detail panel states.
- enabledEditStates(EntityPanel.PanelState...) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Sets the enabled edit panel states.
- enableLookAndFeel(String) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelEnabler
-
Enables the look and feel specified by the given user preference or the default system look and feel if no preference value is found.
- enableLookAndFeel(String, Class<? extends LookAndFeel>) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelEnabler
-
Enables the look and feel specified by the given user preference or the default one if no preference value is found.
- enableLookAndFeel(String, String) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelEnabler
-
Enables the look and feel specified by the given user preference or the default one if no preference value is found.
- enableModifiedIndicator(ModifiedIndicatorFactory, C, ObservableState) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
-
Enables a modified indicator on the given component, based on the given modified state instance using the given
ModifiedIndicatorFactory, override for composite components or special handling. - enableMouseWheelSelection(JComboBox<?>) - Static method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Enables mouse wheel selection for the given combo box
- enableMouseWheelSelectionWithWrapAround(JComboBox<?>) - Static method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Enables mouse wheel selection for the given combo box with wrap around
- enableOnSelection(boolean) - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
- enableOnSelection(boolean) - Method in interface is.codion.swing.common.ui.laf.LookAndFeelComboBox.Builder
- enableSelected() - Method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
-
Enables the currently selected look and feel, if it is already enabled, this method does nothing
- enableTransferFocusOnEnter(C, TransferFocusOnEnter) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
-
Enables focus transfer on Enter, override for composite components or special handling
- enableValidIndicator(ValidIndicatorFactory, C, ObservableState) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
-
Enables a valid indicator on the given component, based on the given valid state instance using the given
ValidIndicatorFactory, override for composite components or special handling. - ENAME_CLARK - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- END - Enum constant in enum class is.codion.swing.common.ui.component.text.TextComponentBuilder.CaretPosition
-
Caret positioned at the end.
- enter(String) - Method in interface is.codion.framework.db.local.tracer.MethodTracer
- enter(String, Object) - Method in interface is.codion.framework.db.local.tracer.MethodTracer
- enter(String, Object...) - Method in interface is.codion.framework.db.local.tracer.MethodTracer
- enterAction(Action) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- entities() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- entities() - Method in interface is.codion.framework.db.EntityConnection
- entities() - Method in interface is.codion.framework.db.EntityConnectionProvider
-
Returns the domain entities this connection is based on
- entities() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
- entities() - Method in interface is.codion.framework.domain.Domain
- entities() - Method in class is.codion.framework.domain.DomainModel
- entities() - Method in interface is.codion.framework.domain.entity.Entities.Configurable
- entities() - Method in class is.codion.framework.domain.test.DefaultEntityFactory
- entities() - Method in class is.codion.framework.domain.test.DomainTest
- entities() - Method in class is.codion.framework.json.domain.EntityObjectMapper
- entities() - Method in class is.codion.framework.model.AbstractEntityEditModel
- entities() - Method in class is.codion.framework.model.AbstractEntityModel
- entities() - Method in class is.codion.framework.model.AbstractEntityTableModel
- entities() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- entities() - Method in interface is.codion.framework.model.EntityApplicationModel
- entities() - Method in interface is.codion.framework.model.EntityEditModel
- entities() - Method in interface is.codion.framework.model.EntityModel
- entities() - Method in interface is.codion.framework.model.EntitySearchModel.Selection
- entities() - Method in interface is.codion.framework.model.EntityTableModel
- entities(Iterator<Entity>) - Method in interface is.codion.framework.model.EntityExport.Builder.EntitiesStep
- Entities - Interface in is.codion.framework.domain.entity
-
A repository containing the
EntityDefinitions for a given domain. - Entities.Configurable - Interface in is.codion.framework.domain.entity
-
Provides a
Entities.ConfigurableEntitiesinstance - entity() - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
Creates a new
Entityinstance based on this definition - entity() - Method in interface is.codion.framework.model.EntitySearchModel.Selection
- entity() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainEntityDefinition
- entity(ForeignKey) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the Entity instance referenced by the given
ForeignKey. - entity(ForeignKey) - Method in class is.codion.framework.domain.test.DefaultEntityFactory
- entity(ForeignKey) - Method in interface is.codion.framework.domain.test.DomainTest.EntityFactory
-
Initializes an Entity instance to reference via the given foreign key.
- entity(Entity.Key) - Static method in interface is.codion.framework.domain.entity.Entity
- entity(EntityType) - Method in interface is.codion.framework.domain.entity.Entities
-
Creates a new
Entity.Builderinstance for the given entityTypeEntities entities = domain.entities(); // Build an entity with initial values Entity customer = entities.entity(Customer.TYPE) .with(Customer.NAME, "John Doe") .with(Customer.EMAIL, "john@example.com") .with(Customer.ACTIVE, true) .build(); // Build with a foreign key reference Entity order = entities.entity(Order.TYPE) .with(Order.CUSTOMER_FK, customer) .with(Order.DATE, LocalDate.now()) .with(Order.TOTAL, 100.50) .build(); - entity(EntityType) - Method in class is.codion.framework.domain.test.DefaultEntityFactory
- entity(EntityType) - Method in interface is.codion.framework.domain.test.DomainTest.EntityFactory
-
Initializes the Entity instance on which to run the tests, by default this method creates an instance filled with random values.
- entity(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
Creates an empty, immutable entity with a custom string representation.
- entity(Supplier<Entity>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditEntityDialogBuilder
- entity(Map<Attribute<?>, Object>) - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
Creates a new
Entityinstance based on this definition - entity(Map<Attribute<?>, Object>, Map<Attribute<?>, Object>) - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
Creates a new
Entityinstance based on this definition - Entity - Interface in is.codion.framework.domain.entity
-
Represents a row in a table or query result, encapsulating the data and state of a domain entity.
- ENTITY - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns
- ENTITY - Static variable in class is.codion.tools.monitor.model.ServerMonitor.DomainColumns
- ENTITY_LIST_REFERENCE - Static variable in class is.codion.framework.json.domain.EntityObjectMapper
- Entity.Builder - Interface in is.codion.framework.domain.entity
-
A builder for
Entityinstances. - Entity.Copy - Interface in is.codion.framework.domain.entity
-
Provides ways to create copies of an entity instance.
- Entity.Key - Interface in is.codion.framework.domain.entity
-
Represents a unique column combination for a given entity.
- Entity.Key.Builder - Interface in is.codion.framework.domain.entity
-
A builder for
Entity.Keyinstances. - EntityApplication<M,
P> - Interface in is.codion.swing.framework.ui -
Builds a and starts an application.
- EntityApplicationModel<M,
E, - Interface in is.codion.framework.modelT> -
A central application model class.
- EntityApplicationModel.EntityModels<M,
E, - Interface in is.codion.framework.modelT> -
Manages the
EntityModels for aEntityApplicationModel - EntityApplicationPanel<M> - Class in is.codion.swing.framework.ui
-
A central application panel class.
- EntityApplicationPanel(M, List<EntityPanel>, Collection<EntityPanel.Builder>) - Constructor for class is.codion.swing.framework.ui.EntityApplicationPanel
-
Instantiates a new
EntityApplicationPanelbased on the given application model, using the defaultTabbedApplicationLayout. - EntityApplicationPanel(M, List<EntityPanel>, Collection<EntityPanel.Builder>, Function<EntityApplicationPanel<M>, EntityApplicationPanel.ApplicationLayout>) - Constructor for class is.codion.swing.framework.ui.EntityApplicationPanel
-
Instantiates a new
EntityApplicationPanelbased on the given application model, using theEntityApplicationPanel.ApplicationLayoutprovided byapplicationLayout. - EntityApplicationPanel.ApplicationLayout - Interface in is.codion.swing.framework.ui
-
Handles laying out an EntityApplicationPanel.
- entityAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
Attribute, associated with this EntityType. - EntityColumns() - Constructor for class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns
- EntityComboBox - Class in is.codion.swing.framework.ui.component
-
A UI component based on the
EntityComboBoxModel. - EntityComboBox.Builder - Interface in is.codion.swing.framework.ui.component
-
Builds a
EntityComboBoxinstance. - EntityComboBox.Builder.ModelStep - Interface in is.codion.swing.framework.ui.component
-
Provides a
EntityComboBox.Builder - EntityComboBox.ControlKeys - Class in is.codion.swing.framework.ui.component
-
The available controls.
- EntityComboBoxModel - Interface in is.codion.swing.framework.model.component
-
A ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.
- EntityComboBoxModel.Builder - Interface in is.codion.swing.framework.model.component
-
Builds a
EntityComboBoxModel. - EntityComboBoxModel.Builder.ConnectionProviderStep - Interface in is.codion.swing.framework.model.component
-
Provides a
EntityComboBoxModel.Builder - EntityComboBoxModel.Builder.EntityTypeStep - Interface in is.codion.swing.framework.model.component
- EntityComboBoxModel.Filter - Interface in is.codion.swing.framework.model.component
-
Controls the filters for a
EntityComboBoxModel - EntityComboBoxModel.ForeignKeyFilter - Interface in is.codion.swing.framework.model.component
-
Controls a foreign key filter for a
EntityComboBoxModel - EntityComboBoxPanel - Class in is.codion.swing.framework.ui.component
-
A
EntityComboBoxbased panel, with optional buttons for adding and editing items. - EntityComboBoxPanel.Builder - Interface in is.codion.swing.framework.ui.component
-
A builder for a
EntityComboBoxPanel - EntityComboBoxPanel.Builder.EditPanelStep - Interface in is.codion.swing.framework.ui.component
-
Provides a
EntityComboBoxPanel.Builder - EntityComboBoxPanel.Builder.ModelStep - Interface in is.codion.swing.framework.ui.component
-
Provides a
EntityComboBoxPanel.Builder.EditPanelStep - entityComponents(EntityDefinition) - Static method in class is.codion.swing.framework.ui.component.EntityComponents
- EntityComponents - Class in is.codion.swing.framework.ui.component
-
A factory for
ComponentBuilderinstances based on attributes from a given entity definition. - EntityConditionComponents - Class in is.codion.swing.framework.ui
-
A default component factory implementation for attributes.
- EntityConditionComponents(EntityDefinition) - Constructor for class is.codion.swing.framework.ui.EntityConditionComponents
- EntityConditionModel - Interface in is.codion.framework.model
-
Use
EntityConditionModel.builder()for instance. - EntityConditionModel.AdditionalConditions - Interface in is.codion.framework.model
-
Manages the additional WHERE and HAVING conditions.
- EntityConditionModel.Builder - Interface in is.codion.framework.model
-
Builds an
EntityConditionModel - EntityConditionModel.Builder.ConnectionProviderStep - Interface in is.codion.framework.model
-
The second step in building an
EntityConditionModel - EntityConditionModel.Builder.EntityTypeStep - Interface in is.codion.framework.model
-
The first step in building an
EntityConditionModel - EntityConditionModel.ConditionValue - Interface in is.codion.framework.model
-
Manages an additional condition supplier.
- EntityConditionModel.Modified - Interface in is.codion.framework.model
-
Indicates if the condition has changed since the last call to
EntityConditionModel.Modified.reset() - EntityConditions - Class in is.codion.framework.model
-
A default
ConditionModelfactory for Entity based condition models. - EntityConditions(EntityType, EntityConnectionProvider) - Constructor for class is.codion.framework.model.EntityConditions
-
Instantiates a new
EntityConditions. - EntityConnection - Interface in is.codion.framework.db
-
A connection to a database for querying and manipulating
Entityinstances. - EntityConnection.BatchCopy - Interface in is.codion.framework.db
-
Copies a set of entities between a source and destination connection, performing a commit after each
batchSizenumber of inserts, unless the destination connection has an open transaction. - EntityConnection.BatchCopy.Builder - Interface in is.codion.framework.db
-
A builder for a
EntityConnection.BatchCopyoperation. - EntityConnection.BatchInsert - Interface in is.codion.framework.db
-
Inserts entities in batches, performing a commit after each
batchSizenumber of inserts, unless the destination connection has an open transaction. - EntityConnection.BatchInsert.Builder - Interface in is.codion.framework.db
-
A builder for
EntityConnection.BatchInsertoperation. - EntityConnection.Count - Interface in is.codion.framework.db
-
A class encapsulating count query parameters.
- EntityConnection.Count.Builder - Interface in is.codion.framework.db
-
Builds a
EntityConnection.Countinstance. - EntityConnection.Count.Builder.WhereStep - Interface in is.codion.framework.db
-
Provides a
EntityConnection.Count.Builder. - EntityConnection.Select - Interface in is.codion.framework.db
-
A class encapsulating select query parameters.
- EntityConnection.Select.Builder - Interface in is.codion.framework.db
-
Builds a
EntityConnection.Select. - EntityConnection.Transactional - Interface in is.codion.framework.db
-
Specifies an action to be executed within a transaction.
- EntityConnection.TransactionalResult<T> - Interface in is.codion.framework.db
-
Specifies an action to be executed within a transaction producing a result.
- EntityConnection.Update - Interface in is.codion.framework.db
-
A class encapsulating a where clause along with columns and their associated values for update.
- EntityConnection.Update.Builder - Interface in is.codion.framework.db
-
Builds an
EntityConnection.Update. - EntityConnectionProvider - Interface in is.codion.framework.db
-
Provides a managed
EntityConnectioninstance with automatic reconnection handling. - EntityConnectionProvider.Builder<T,
B> - Interface in is.codion.framework.db -
Builds
EntityConnectionProviderinstances. - EntityConnectionTracer - Interface in is.codion.framework.db
-
Provides method tracing for entity connection.
- entityDefinition() - Method in class is.codion.framework.model.AbstractEntityEditModel
- entityDefinition() - Method in class is.codion.framework.model.AbstractEntityModel
- entityDefinition() - Method in class is.codion.framework.model.AbstractEntityTableModel
- entityDefinition() - Method in interface is.codion.framework.model.EntityEditModel
- entityDefinition() - Method in interface is.codion.framework.model.EntityModel
- entityDefinition() - Method in interface is.codion.framework.model.EntitySearchModel
- entityDefinition() - Method in interface is.codion.framework.model.EntityTableModel
- entityDefinition() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
- entityDefinition() - Method in class is.codion.swing.framework.ui.component.EntityComponents
- EntityDefinition - Interface in is.codion.framework.domain.entity
-
Specifies an entity definition, encapsulating the metadata for an entity type.
- EntityDefinition.Attributes - Interface in is.codion.framework.domain.entity
-
Holds the attribute definitions for an entity type
- EntityDefinition.Builder - Interface in is.codion.framework.domain.entity
-
Builds a EntityDefinition
- EntityDefinition.Columns - Interface in is.codion.framework.domain.entity
-
Holds the column definitions for an entity type
- EntityDefinition.ForeignKeys - Interface in is.codion.framework.domain.entity
-
Holds the foreign key definitions for an entity type
- EntityDefinition.PrimaryKey - Interface in is.codion.framework.domain.entity
-
Holds the primary key definition for an entity type
- EntityDialogs - Class in is.codion.swing.framework.ui
-
Provides edit and selection dialogs for entities.
- EntityDialogs.AddEntityDialogBuilder - Interface in is.codion.swing.framework.ui
-
A builder for a dialog for inserting entities.
- EntityDialogs.EditAttributeDialogBuilder<T> - Interface in is.codion.swing.framework.ui
-
Builds a dialog for editing single attributes for one or more entities
- EntityDialogs.EditEntityDialogBuilder - Interface in is.codion.swing.framework.ui
-
A builder for a dialog for editing entities.
- EntityDialogs.EntitySelectionDialogBuilder - Interface in is.codion.swing.framework.ui
-
A builder for a selection dialog based on an
EntityTablePanel. - EntityDialogs.EntitySelectionDialogBuilder.SelectionStep - Interface in is.codion.swing.framework.ui
-
Provides selection for single or multiple entities.
- EntityEditComponentPanel - Class in is.codion.swing.framework.ui
-
A base class for entity edit panels, managing the components used for editing entities.
- EntityEditComponentPanel(SwingEntityEditModel) - Constructor for class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Instantiates a new
EntityEditComponentPanel - EntityEditComponentPanel.EditorComponent<T> - Interface in is.codion.swing.framework.ui
-
Manages the component used to edit an attribute
- EntityEditComponentPanel.FilterListBuilderFactory<T> - Class in is.codion.swing.framework.ui
-
A factory for list builders for list based attributes.
- EntityEditComponentPanel.InputFocus - Class in is.codion.swing.framework.ui
-
Manages the components that should receive the input focus.
- EntityEditComponentPanel.InputFocus.AfterInsert - Class in is.codion.swing.framework.ui
-
Manages the component that should receive focus after insert has been performed.
- EntityEditComponentPanel.InputFocus.AfterUpdate - Class in is.codion.swing.framework.ui
-
Manages the component that should receive focus after an update has been performed.
- EntityEditComponentPanel.InputFocus.Initial - Class in is.codion.swing.framework.ui
-
Manages the component that should receive the initial focus when the panel is activated.
- EntityEditModel - Interface in is.codion.framework.model
-
Specifies a class for editing an
Entityinstance. - EntityEditModel.EditEvents - Interface in is.codion.framework.model
- EntityEditModel.EditorValue<T> - Interface in is.codion.framework.model
-
Provides edit access to an
Attributevalue in the underlying entity being edited. - EntityEditModel.EditTask - Interface in is.codion.framework.model
-
Represents a task for inserting, updating or deleting entities, split up for use with a background thread.
- EntityEditModel.EditTask.Result - Interface in is.codion.framework.model
-
The task result
- EntityEditModel.EditTask.Task - Interface in is.codion.framework.model
-
The task performing the operation
- EntityEditModel.EntityEditor - Interface in is.codion.framework.model
-
Provides edit access to the underlying entity.
- EntityEditModel.EntityEditor.Exists - Interface in is.codion.framework.model
-
Indicates whether the active entity exists in the database.
- EntityEditModel.EntityEditor.Modified - Interface in is.codion.framework.model
-
Indicates whether the active entity is modified, that is, exists and has one or more modified attribute values.
- EntityEditModel.Settings - Interface in is.codion.framework.model
-
The edit model settings.
- EntityEditPanel - Class in is.codion.swing.framework.ui
-
A UI component based on a
EntityEditModel. - EntityEditPanel(SwingEntityEditModel) - Constructor for class is.codion.swing.framework.ui.EntityEditPanel
-
Instantiates a new EntityEditPanel based on the given
EntityEditModel - EntityEditPanel(SwingEntityEditModel, Consumer<EntityEditPanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityEditPanel
-
Instantiates a new EntityEditPanel based on the given
EntityEditModel - EntityEditPanel.Config - Class in is.codion.swing.framework.ui
-
Contains configuration settings for a
EntityEditPanelwhich must be set before the panel is initialized. - EntityEditPanel.Confirmer - Interface in is.codion.swing.framework.ui
-
Handles displaying confirmation messages for common actions to the user.
- EntityEditPanel.ControlKeys - Class in is.codion.swing.framework.ui
-
The controls available for
EntityEditPanels. - EntityEditPanel.DefaultInsertCommand - Class in is.codion.swing.framework.ui
- EntityEditPanel.DeleteCommand - Interface in is.codion.swing.framework.ui
-
Performs delete.
- EntityEditPanel.DeleteCommand.Builder - Interface in is.codion.swing.framework.ui
-
Builds an async delete command
- EntityEditPanel.InsertCommand - Interface in is.codion.swing.framework.ui
-
Performs insert.
- EntityEditPanel.InsertCommand.Builder - Interface in is.codion.swing.framework.ui
-
Builds an async insert command
- EntityEditPanel.UpdateCommand - Interface in is.codion.swing.framework.ui
-
Performs update.
- EntityEditPanel.UpdateCommand.Builder - Interface in is.codion.swing.framework.ui
-
Builds an async update command
- EntityExport - Interface in is.codion.framework.model
- EntityExport.Builder - Interface in is.codion.framework.model
-
Builds a
EntityExport - EntityExport.Builder.EntitiesStep - Interface in is.codion.framework.model
-
Specifies the entities to export
- EntityExport.Builder.EntityTypeStep - Interface in is.codion.framework.model
-
Specifies the entity type
- EntityExport.Builder.ExportAttributesStep - Interface in is.codion.framework.model
-
Specifies the export attributes
- EntityExport.Builder.OutputStep - Interface in is.codion.framework.model
-
Specifies the export output
- EntityExport.ExportAttributes - Interface in is.codion.framework.model
-
Attribute settings for exporting entity data with denormalized foreign key references.
- EntityExport.ExportAttributes.Builder - Interface in is.codion.framework.model
- EntityFormatter - Class in is.codion.framework.domain.entity
-
Factory class for building formatters for
Entityinstances. - EntityFormatter.Builder - Interface in is.codion.framework.domain.entity
-
A Builder for a formatter function, which provides toString() values for entities.
- entityModel() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- EntityModel<M,
E, - Interface in is.codion.framework.modelT> -
Specifies a class responsible for, among other things, coordinating a
EntityEditModeland anEntityTableModel. - EntityModel.DetailModels<M,
E, - Interface in is.codion.framework.modelT> -
Manages the detail models for a
EntityModel - entityModelByClass() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- entityModelByEntityType() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- entityModelByEntityTypeNotFound() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- entityModels() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- entityModels() - Method in interface is.codion.framework.model.EntityApplicationModel
- entityObjectMapper() - Method in class is.codion.framework.json.db.DatabaseObjectMapper
- entityObjectMapper(Entities) - Static method in class is.codion.framework.json.domain.EntityObjectMapper
-
A factory method for
EntityObjectMapperinstances. - entityObjectMapper(Entities) - Method in interface is.codion.framework.json.domain.EntityObjectMapperFactory
-
Creates a new
EntityObjectMapperinstance. - EntityObjectMapper - Class in is.codion.framework.json.domain
-
Entity object mapper for mapping
EntityandEntity.Keyto and from JSON. - EntityObjectMapper.ParameterType<T> - Interface in is.codion.framework.json.domain
- EntityObjectMapperFactory - Interface in is.codion.framework.json.domain
-
Provides
EntityObjectMapperinstances for a given domain. - entityPanel() - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- entityPanel(EntityType) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- EntityPanel - Class in is.codion.swing.framework.ui
-
A panel representing an Entity via a EntityModel, which facilitates browsing and editing of records.
- EntityPanel(SwingEntityModel) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityEditPanel) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityEditPanel, EntityTablePanel) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityEditPanel, EntityTablePanel, Consumer<EntityPanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityEditPanel, Consumer<EntityPanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityTablePanel) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, EntityTablePanel, Consumer<EntityPanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel(SwingEntityModel, Consumer<EntityPanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityPanel
-
Instantiates a new EntityPanel instance.
- EntityPanel.Builder - Interface in is.codion.swing.framework.ui
-
A builder for
EntityPanelinstances. - EntityPanel.Builder.EntityTypeStep - Interface in is.codion.swing.framework.ui
-
Provides a
EntityPanel.Builder.PanelBuilder - EntityPanel.Builder.PanelBuilder - Interface in is.codion.swing.framework.ui
-
Provides a
EntityPanel.Builder - EntityPanel.Config - Class in is.codion.swing.framework.ui
-
Contains configuration settings for a
EntityPanelwhich must be set before the panel is initialized. - EntityPanel.ControlKeys - Class in is.codion.swing.framework.ui
-
The standard controls available in a entity panel
- EntityPanel.DetailController - Interface in is.codion.swing.framework.ui
-
Controls the detail panels for a EntityPanel instance.
- EntityPanel.DetailLayout - Interface in is.codion.swing.framework.ui
-
Handles the layout of a EntityPanel with one or more detail panels.
- EntityPanel.DetailPanels - Class in is.codion.swing.framework.ui
-
Manages the detail panels for a
EntityPanel - EntityPanel.Direction - Enum Class in is.codion.swing.framework.ui
-
The navigation directions.
- EntityPanel.Display - Class in is.codion.swing.framework.ui
-
Manages display requests for an
EntityPanel. - EntityPanel.PanelState - Enum Class in is.codion.swing.framework.ui
-
The possible states of a detail or edit panel.
- EntityPanel.WindowType - Enum Class in is.codion.swing.framework.ui
-
Specifies the window type.
- entityPanels() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- EntityQueries - Interface in is.codion.framework.db
-
Provides String representations of
EntityConnection.Selectinstances, for debugging. - EntityQueries.Factory - Interface in is.codion.framework.db
-
A factory for
EntityQueriesinstances - entityQueryModel(EntityConditionModel) - Static method in interface is.codion.framework.model.EntityQueryModel
- EntityQueryModel - Interface in is.codion.framework.model
-
Provides entities based on query conditions.
- EntityQueryModel.SelectAttributes - Interface in is.codion.framework.model
-
Manages the attributes to include and exclude when querying.
- EntityResultIterator - Interface in is.codion.framework.db
-
Iterates through an
Entitybased query result. - EntityRow - Class in is.codion.tools.generator.model
- EntitySearchField - Class in is.codion.swing.framework.ui.component
-
A UI component based on the EntitySearchModel.
- EntitySearchField.Builder<T,
B> - Interface in is.codion.swing.framework.ui.component -
Builds an entity search field.
- EntitySearchField.Builder.Factory - Interface in is.codion.swing.framework.ui.component
-
Provides multi or single selection
EntitySearchField.Builder.Factoryinstances - EntitySearchField.Builder.ModelStep - Interface in is.codion.swing.framework.ui.component
-
Provides a
EntitySearchField.Builder.Factory - EntitySearchField.ControlKeys - Class in is.codion.swing.framework.ui.component
-
The available controls.
- EntitySearchField.ListSelector - Interface in is.codion.swing.framework.ui.component
-
A
EntitySearchField.Selectorbased on aJList. - EntitySearchField.MultiSelectionBuilder - Interface in is.codion.swing.framework.ui.component
-
Builds a multi selection entity search field.
- EntitySearchField.SearchIndicator - Enum Class in is.codion.swing.framework.ui.component
-
The ways which a search field can indicate that a search is in progress.
- EntitySearchField.Selector - Interface in is.codion.swing.framework.ui.component
-
Provides a way for the user to select one or more of a given set of entities
- EntitySearchField.SingleSelectionBuilder - Interface in is.codion.swing.framework.ui.component
-
Builds a single selection entity search field.
- EntitySearchField.TableSelector - Interface in is.codion.swing.framework.ui.component
-
A
EntitySearchField.Selectorbased on aFilterTable. - EntitySearchFieldPanel - Class in is.codion.swing.framework.ui.component
-
A
EntitySearchFieldbased panel, with optional buttons for searching, adding and editing items. - EntitySearchFieldPanel.Builder<T,
B> - Interface in is.codion.swing.framework.ui.component -
A builder for a
EntitySearchFieldPanel - EntitySearchFieldPanel.Builder.EditPanelStep - Interface in is.codion.swing.framework.ui.component
-
Provides a
EntitySearchFieldPanel.Builder - EntitySearchFieldPanel.Builder.Factory - Interface in is.codion.swing.framework.ui.component
-
Provides multi or single selection
EntitySearchFieldPanel.Builderinstances - EntitySearchFieldPanel.Builder.ModelStep - Interface in is.codion.swing.framework.ui.component
-
Provides a
EntitySearchFieldPanel.Builder.EditPanelStep - EntitySearchFieldPanel.MultiSelectionBuilder - Interface in is.codion.swing.framework.ui.component
-
Builds a multi selection entity search field panel.
- EntitySearchFieldPanel.SingleSelectionBuilder - Interface in is.codion.swing.framework.ui.component
-
Builds a single selection entity search field panel.
- EntitySearchModel - Interface in is.codion.framework.model
-
Searches for entities based on a search text and set of String based condition columns.
- EntitySearchModel.Builder - Interface in is.codion.framework.model
-
A builder for a
EntitySearchModel. - EntitySearchModel.Builder.ConnectionProviderStep - Interface in is.codion.framework.model
-
Provides a
EntitySearchModel.Builder - EntitySearchModel.Builder.EntityTypeStep - Interface in is.codion.framework.model
- EntitySearchModel.Search - Interface in is.codion.framework.model
-
Manages the search strings and provides search results.
- EntitySearchModel.Selection - Interface in is.codion.framework.model
-
Controls the selection
- EntitySearchModel.Settings - Interface in is.codion.framework.model
-
Column search settings
- EntitySelectQuery - Interface in is.codion.framework.domain.entity.query
-
Defines a select query or parts of a select query, that is, from, columns, where, groupBy, having and orderBy clauses.
- EntitySelectQuery.Builder - Interface in is.codion.framework.domain.entity.query
-
Builds a
EntitySelectQuery. - EntitySelectQuery.Builder.WithAsStep - Interface in is.codion.framework.domain.entity.query
-
Adds a common table expression (CTE) to the query.
- EntitySelectQuery.Builder.WithRecursiveStep - Interface in is.codion.framework.domain.entity.query
-
Specifies whether this CTE requires the WITH clause to be marked as RECURSIVE.
- EntityServer - Class in is.codion.framework.server
-
A remote server class, responsible for handling requests for AbstractRemoteEntityConnections.
- EntityServer(EntityServerConfiguration) - Constructor for class is.codion.framework.server.EntityServer
-
Constructs a new EntityServer and binds it to a registry on the port found in the configuration.
- EntityServerAdmin - Interface in is.codion.framework.server
-
Defines the entity server admin service methods.
- EntityServerAdmin.DomainEntityDefinition - Interface in is.codion.framework.server
-
Basic information about an entity definition.
- EntityServerAdmin.DomainOperation - Interface in is.codion.framework.server
-
Basic information about an operation.
- EntityServerAdmin.DomainReport - Interface in is.codion.framework.server
-
Basic information about a report.
- EntityServerConfiguration - Interface in is.codion.framework.server
-
Configuration values for a
EntityServer. - EntityServerConfiguration.Builder - Interface in is.codion.framework.server
-
A Builder for EntityServerConfiguration
- EntityServerMonitor - Class in is.codion.tools.monitor.model
-
A monitor for the EntityServer
- EntityServerMonitor(String, int, User) - Constructor for class is.codion.tools.monitor.model.EntityServerMonitor
-
Instantiates a new
EntityServerMonitor - EntityServerMonitorPanel - Class in is.codion.tools.monitor.ui
-
A UI based on the EntityServerMonitor model
- EntityServerMonitorPanel() - Constructor for class is.codion.tools.monitor.ui.EntityServerMonitorPanel
-
Instantiates a new EntityServerMonitorPanel
- EntityServerMonitorPanel(EntityServerMonitor) - Constructor for class is.codion.tools.monitor.ui.EntityServerMonitorPanel
-
Instantiates a new EntityServerMonitorPanel
- EntityService - Class in is.codion.framework.servlet
-
An
AuxiliaryServerimplementation providing HTTP based entity services. - EntityServiceFactory - Class in is.codion.framework.servlet
-
Provides a
EntityServiceauxiliary server instance. - EntityServiceFactory() - Constructor for class is.codion.framework.servlet.EntityServiceFactory
- EntityTableCellRenderers - Class in is.codion.swing.framework.ui
- EntityTableCellRenderers() - Constructor for class is.codion.swing.framework.ui.EntityTableCellRenderers
- EntityTableModel<E> - Interface in is.codion.framework.model
-
Specifies a table model containing
Entityinstances. - EntityTableModel.EntityTableEditor - Interface in is.codion.framework.model
-
Controls table model editing
- EntityTableModel.EntityTableEditor.Editable - Interface in is.codion.framework.model
-
Specifies whether an attribute is editable for a given entity instance.
- EntityTableModel.OnInsert - Enum Class in is.codion.framework.model
-
Defines the actions a table model can perform when entities are inserted via the associated edit model
- EntityTableModel.RefreshTask - Interface in is.codion.framework.model
-
A task for refreshing a set of entities, split up for use with a background thread
- EntityTableModel.RefreshTask.Result - Interface in is.codion.framework.model
-
The task result
- EntityTablePanel - Class in is.codion.swing.framework.ui
-
The EntityTablePanel is a UI class based on the EntityTableModel class.
- EntityTablePanel(SwingEntityTableModel) - Constructor for class is.codion.swing.framework.ui.EntityTablePanel
-
Instantiates a new EntityTablePanel instance
- EntityTablePanel(SwingEntityTableModel, EntityEditPanel) - Constructor for class is.codion.swing.framework.ui.EntityTablePanel
-
Instantiates a new EntityTablePanel instance
- EntityTablePanel(SwingEntityTableModel, EntityEditPanel, Consumer<EntityTablePanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityTablePanel
-
Instantiates a new EntityTablePanel instance
- EntityTablePanel(SwingEntityTableModel, Consumer<EntityTablePanel.Config>) - Constructor for class is.codion.swing.framework.ui.EntityTablePanel
-
Instantiates a new EntityTablePanel instance
- EntityTablePanel.Config - Class in is.codion.swing.framework.ui
-
Contains configuration settings for a
EntityTablePanelwhich must be set before the panel is initialized. - EntityTablePanel.ControlKeys - Class in is.codion.swing.framework.ui
-
The Controls available in a
EntityTablePanel - EntityTablePanel.RefreshButtonVisible - Enum Class in is.codion.swing.framework.ui
-
Specifies the refresh button visibility.
- EntityTablePanel.SelectionMode - Enum Class in is.codion.swing.framework.ui
-
Specifies how a selection is presented.
- entityType() - Method in interface is.codion.framework.domain.entity.attribute.Attribute
- entityType() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- entityType() - Method in interface is.codion.framework.domain.entity.condition.Condition
- entityType() - Method in interface is.codion.framework.domain.entity.condition.ConditionType
- entityType() - Method in class is.codion.framework.model.AbstractEntityEditModel
- entityType() - Method in class is.codion.framework.model.AbstractEntityModel
- entityType() - Method in class is.codion.framework.model.AbstractEntityTableModel
- entityType() - Method in interface is.codion.framework.model.EntityConditionModel
- entityType() - Method in interface is.codion.framework.model.EntityEditModel
- entityType() - Method in interface is.codion.framework.model.EntityExport.ExportAttributes
- entityType() - Method in interface is.codion.framework.model.EntityModel
- entityType() - Method in interface is.codion.framework.model.EntityQueryModel
- entityType() - Method in interface is.codion.framework.model.EntityTableModel
- entityType() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- entityType() - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- entityType(EntityType) - Method in interface is.codion.framework.model.EntityConditionModel.Builder.EntityTypeStep
- entityType(EntityType) - Method in interface is.codion.framework.model.EntityExport.Builder.EntityTypeStep
- entityType(EntityType) - Method in interface is.codion.framework.model.EntitySearchModel.Builder.EntityTypeStep
- entityType(EntityType) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder.EntityTypeStep
- entityType(EntityType) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder.EntityTypeStep
- entityType(String) - Method in interface is.codion.framework.domain.DomainType
-
Instantiates a
EntityTypeassociated with this domain type. - entityType(String, DomainType) - Static method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new EntityType instance.
- entityType(String, DomainType, String) - Static method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new EntityType instance.
- entityType(String, Class<?>) - Method in interface is.codion.framework.domain.DomainType
-
Instantiates a
EntityTypeassociated with this domain type. - entityType(String, String) - Method in interface is.codion.framework.domain.DomainType
-
Instantiates a
EntityTypeassociated with this domain type. - EntityType - Interface in is.codion.framework.domain.entity
-
Defines an Entity type and serves as a Factory for
Attributeinstances associated with this entity type. - entityTypes(EntityType...) - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
- EntityValidator - Interface in is.codion.framework.domain.entity
-
Responsible for providing validation for entities.
- entries() - Method in interface is.codion.framework.db.local.tracer.MethodTracer
- entrySet() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns an unmodifiable view of the entries in this Entity, note that derived attributes are included if the value has been cached.
- ENUM_TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.EnumEntity
- enumValue(String, Class<T>) - Static method in class is.codion.common.utilities.Configuration
-
Creates an enum configuration value
- enumValue(String, Class<T>) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given enum property
- enumValue(String, Class<T>, T) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given enum property
- enumValue(String, Class<T>, T) - Static method in class is.codion.common.utilities.Configuration
-
Creates an enum configuration value
- environmentInfo() - Method in class is.codion.tools.monitor.model.ServerMonitor
- equal() - Method in interface is.codion.common.model.condition.ConditionModel.Operands
- equal() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.OperandComponents
- equal(ConditionModel<T>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.ConditionComponents
- equal(ConditionModel<T>) - Method in class is.codion.swing.framework.ui.EntityConditionComponents
- EQUAL - Enum constant in enum class is.codion.common.utilities.Operator
-
α = x - equalComboBoxModel() - Method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel
- equalComboBoxModel(EntityComboBoxModel) - Method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel.Builder
-
Note that this combo box model is linked to the EQUAL operand, so no linking is required when constructing a UI component.
- equals(int, int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel.RowColumn
- equals(Object) - Method in class is.codion.common.db.report.AbstractReport
- equals(Object) - Method in class is.codion.common.utilities.TypeReference
- equalSearchModel() - Method in interface is.codion.framework.model.ForeignKeyConditionModel
- equalSearchModel(EntitySearchModel) - Method in interface is.codion.framework.model.ForeignKeyConditionModel.Builder
-
Note that this search model is linked to the EQUAL operand, so no linking is required when constructing a UI component.
- equalSearchModel(EntitySearchModel) - Method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel.Builder
- equalTo(T) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.EQUALand the operand tovalue. - equalTo(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'equalTo'
ColumnConditionor 'isNull' in casevalueis null. - equalTo(Entity) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyConditions
-
Returns a 'equalTo'
Conditionor 'isNull' in casevalueis null. - equalToIgnoreCase(Character) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a case-insensitive 'equalTo'
ColumnConditionor 'isNull' in casevalueis null. - equalToIgnoreCase(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a case-insensitive 'equalTo'
ColumnConditionor 'isNull' in casevalueis null. - equalValues(Entity) - Method in interface is.codion.framework.domain.entity.Entity
-
Compares the values of all attributes in the given entity to the values in this entity instance.
- equalValues(Entity, Collection<? extends Attribute<?>>) - Method in interface is.codion.framework.domain.entity.Entity
-
Compares the values of the given attributes in the given entity to the values in this entity instance.
- equalWithWildcards() - Method in interface is.codion.common.model.condition.ConditionModel.Operands
- error() - Static method in class is.codion.common.i18n.Messages
- errorCode() - Method in exception class is.codion.common.db.exception.DatabaseException
-
Returns the underlying error code, note that this is only available when running with a local database connection.
- errorMessage(SQLException, Database.Operation) - Method in class is.codion.common.db.database.AbstractDatabase
- errorMessage(SQLException, Database.Operation) - Method in interface is.codion.common.db.database.Database
-
Returns a user-friendly error message for the given exception, otherwise simply return the message from
exception - escapeAction(Action) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
-
An escape action is triggered by the Escape key
- EspressoLight - Class in is.codion.plugin.flatlaf.intellij.themes.espresso
-
https://github.com/Hecatoncheir/espresso_light_theme/blob/master/src/main/resources/themes/espresso_light.theme.json
- EspressoLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.espresso.EspressoLight
- event() - Static method in interface is.codion.common.reactive.event.Event
-
Creates a new
Event. - Event<T> - Interface in is.codion.common.reactive.event
-
An event class implementing
Observer. - events(EntityType) - Static method in interface is.codion.framework.model.EntityEditModel
- Everest - Class in is.codion.plugin.flatlaf.intellij.themes.naturethemes
-
https://github.com/codigrate/jetbrains-themes/blob/main/nature-themes/everest-theme/resources/theme/everest.theme.json
- Everest() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.naturethemes.Everest
- EverforestDarkHard - Class in is.codion.plugin.flatlaf.intellij.themes.everforest
-
https://github.com/MenWhoRust/everforest-jetbrains/blob/main/src/main/resources/Everforest_Dark_Hard.theme.json
- EverforestDarkHard() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.everforest.EverforestDarkHard
- EverforestDarkMedium - Class in is.codion.plugin.flatlaf.intellij.themes.everforest
-
https://github.com/MenWhoRust/everforest-jetbrains/blob/main/src/main/resources/Everforest_Dark_Medium.theme.json
- EverforestDarkMedium() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.everforest.EverforestDarkMedium
- EverforestDarkSoft - Class in is.codion.plugin.flatlaf.intellij.themes.everforest
-
https://github.com/MenWhoRust/everforest-jetbrains/blob/main/src/main/resources/Everforest_Dark_Soft.theme.json
- EverforestDarkSoft() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.everforest.EverforestDarkSoft
- EverforestLightHard - Class in is.codion.plugin.flatlaf.intellij.themes.everforest
-
https://github.com/MenWhoRust/everforest-jetbrains/blob/main/src/main/resources/Everforest_Light_Hard.theme.json
- EverforestLightHard() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.everforest.EverforestLightHard
- EverforestLightMedium - Class in is.codion.plugin.flatlaf.intellij.themes.everforest
-
https://github.com/MenWhoRust/everforest-jetbrains/blob/main/src/main/resources/Everforest_Light_Medium.theme.json
- EverforestLightMedium() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.everforest.EverforestLightMedium
- EverforestLightSoft - Class in is.codion.plugin.flatlaf.intellij.themes.everforest
-
https://github.com/MenWhoRust/everforest-jetbrains/blob/main/src/main/resources/Everforest_Light_Soft.theme.json
- EverforestLightSoft() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.everforest.EverforestLightSoft
- Example Configuration File - Search tag in class is.codion.tools.jul.classpath.ClasspathConfiguration
- Section
- exception() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- exception() - Method in interface is.codion.tools.loadtest.model.LoadTestModel.ExceptionTimestamp
- exception() - Method in interface is.codion.tools.loadtest.Scenario.Result
- exception(SQLException, Database.Operation) - Method in class is.codion.common.db.database.AbstractDatabase
- exception(SQLException, Database.Operation) - Method in interface is.codion.common.db.database.Database
-
Maps the given SQLException to a DatabaseException.
- EXCEPTION - Static variable in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- ExceptionDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
An exception dialog builder.
- exceptions(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- Exceptions - Class in is.codion.common.utilities.exceptions
-
Exception handling utilities.
- exclude() - Method in interface is.codion.framework.db.EntityConnection.Select
-
Returns the attributes to exclude from the query result.
- exclude() - Method in interface is.codion.framework.model.EntityQueryModel.SelectAttributes
-
Returns the
ValueSetcontrolling attributes to exclude when querying entities. - exclude(Collection<? extends Attribute<?>>) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Specifies attributes to exclude from the query result.
- exclude(T...) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Specifies attributes to exclude from the query result.
- EXCLUDE_HIDDEN_COLUMNS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether the values of hidden columns should be excluded in the underlying query Value type: Boolean Default value: false
- excluded(Attribute<?>) - Method in interface is.codion.framework.model.EntityQueryModel.SelectAttributes
- excludeFromSelection(Collection<Attribute<?>>) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Specifies the attributes that should be excluded when presenting a component selection list.
- excludeHiddenColumns(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether the values of hidden columns are excluded when querying data
- execute() - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
-
Builds and executes this copy operation
- execute() - Method in interface is.codion.framework.db.EntityConnection.BatchCopy
-
Executes this copy operation
- execute() - Method in interface is.codion.framework.db.EntityConnection.BatchInsert.Builder
-
Builds and executes this insert operation
- execute() - Method in interface is.codion.framework.db.EntityConnection.BatchInsert
-
Executes this batch insert
- execute() - Method in interface is.codion.framework.db.EntityConnection.Transactional
-
Executes the given transactional.
- execute() - Method in interface is.codion.framework.db.EntityConnection.TransactionalResult
-
Executes the given transactional.
- execute() - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
-
Builds and executes a new
ProgressWorkerbased on this builder - execute() - Method in interface is.codion.swing.common.model.worker.ProgressWorker.ResultTask
-
Executes the task.
- execute() - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Task
-
Executes the task.
- execute() - Method in interface is.codion.swing.common.ui.control.Control.Command
-
Executes the command task.
- execute() - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
-
Builds and executes a new
ProgressWorkerbased on this builder - execute() - Method in class is.codion.swing.framework.ui.EntityEditPanel.DefaultInsertCommand
- execute() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.DeleteCommand.Builder
-
Builds and executes this command
- execute() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.DeleteCommand
- execute() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.InsertCommand.Builder
-
Builds and executes this command
- execute() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.InsertCommand
- execute() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.UpdateCommand.Builder
-
Builds and executes this command
- execute() - Method in interface is.codion.swing.framework.ui.EntityEditPanel.UpdateCommand
- execute(C, T) - Method in interface is.codion.common.db.operation.DatabaseFunction
-
Executes this function using the given connection
- execute(C, T) - Method in interface is.codion.common.db.operation.DatabaseProcedure
-
Executes this procedure using the given connection
- execute(FunctionType<C, T, R>) - Method in interface is.codion.framework.db.EntityConnection
-
Executes the function with the given type with no parameter
- execute(FunctionType<C, T, R>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Executes the function with the given type with no parameter
- execute(FunctionType<C, T, R>, T) - Method in interface is.codion.framework.db.EntityConnection
-
Executes the function with the given type
- execute(FunctionType<C, T, R>, T) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Executes the function with the given type
- execute(ProcedureType<C, T>) - Method in interface is.codion.framework.db.EntityConnection
-
Executes the procedure with the given type with no parameter
- execute(ProcedureType<C, T>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Executes the procedure with the given type with no parameter
- execute(ProcedureType<C, T>, T) - Method in interface is.codion.framework.db.EntityConnection
-
Executes the procedure with the given type
- execute(ProcedureType<C, T>, T) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Executes the procedure with the given type
- execute(ProgressWorker.ProgressReporter<String>) - Method in class is.codion.tools.generator.model.DomainGeneratorModel.PopulateTask
- execute(ProgressWorker.ProgressReporter<V>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.ProgressResultTask
-
Executes the task.
- execute(ProgressWorker.ProgressReporter<V>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.ProgressTask
-
Executes the task.
- execute(ActionEvent) - Method in interface is.codion.swing.common.ui.control.Control.ActionCommand
-
Executes the command task.
- exists() - Method in interface is.codion.framework.domain.entity.Entity
- exists() - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
The default exists predicate returns true if the entity has a non-null original primary key, which is a best-guess about an entity existing in a database.
- exists() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
- exists(Predicate<Entity>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the predicate to use when checking if an entity of this type exists in the database.
- exit() - Static method in class is.codion.framework.i18n.FrameworkMessages
- exit() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Exits this application.
- exit(String) - Method in interface is.codion.framework.db.local.tracer.MethodTracer
- exit(String, Exception) - Method in interface is.codion.framework.db.local.tracer.MethodTracer
- exit(String, Exception, String) - Method in interface is.codion.framework.db.local.tracer.MethodTracer
- exiting() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
To cancel the exit add a listener throwing a
CancelException. - exitMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- exitTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- EXPAND - Static variable in class is.codion.swing.framework.ui.TabbedDetailLayout.ControlKeys
-
Expands the detail panel all the way to the left, hiding the parent.
Default key stroke: SHIFT-CTRL-ALT LEFT ARROW - expandsSelectedPaths(boolean) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- export() - Method in interface is.codion.framework.model.EntityExport.Builder
-
Performs the export
- export() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- export() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- export() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- export() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- EXPORT - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor exporting the table data. - EXPORT - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the export icon.
- expression() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Note: returns null when used in a remote connection context.
- expression(String) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
The expression is used when the column is being selected or used in query conditions.
- extendedState(int) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
F
- factory() - Static method in interface is.codion.framework.db.EntityQueries
-
Returns the first
EntityQueries.Factoryimplementation found by theServiceLoader. - factory() - Static method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor
- factory() - Static method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
- factory() - Static method in interface is.codion.swing.common.ui.component.table.FilterTableHeaderRenderer
- FACTORY_CLASS - Static variable in interface is.codion.swing.common.ui.component.indicator.ModifiedIndicatorFactory
-
Specifies the
ValidIndicatorFactoryto use - FACTORY_CLASS - Static variable in interface is.codion.swing.common.ui.component.indicator.ValidIndicatorFactory
-
Specified the
ValidIndicatorFactoryto use. - failedRequests() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- failedRequestsPerSecond() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- failure(String, long, Exception) - Static method in interface is.codion.tools.loadtest.Scenario.Result
- fetchConnection() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
-
Fetches a connection from the underlying pool.
- file() - Static method in class is.codion.framework.i18n.FrameworkMessages
- file(String) - Static method in class is.codion.common.model.preferences.UserPreferences
- fileDataFlavor(TransferHandler.TransferSupport) - Static method in class is.codion.swing.common.ui.transfer.FileTransferHandler
- FileInputPanel - Class in is.codion.swing.common.ui.component.text
-
For instances use the
FileInputPanel.builder()method. - FileInputPanel.Builder<T> - Interface in is.codion.swing.common.ui.component.text
-
Builds a
FileInputPanel - FileInputPanel.BuilderFactory - Interface in is.codion.swing.common.ui.component.text
-
Provides either a
Pathor a byte array basedFileInputPanel.Builder. - fileMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- filePathField(Consumer<TextFieldBuilder<JTextField, String, ?>>) - Method in interface is.codion.swing.common.ui.component.text.FileInputPanel.Builder
-
The field has already been rendered non-editable, use
TextComponentBuilder.editable(boolean)to revert. - fileReport(String) - Static method in class is.codion.plugin.jasperreports.JasperReports
-
Instantiates a JRReport for a file based report, either loaded from a URL or from the filesystem.
- fileReport(String, boolean) - Static method in class is.codion.plugin.jasperreports.JasperReports
-
Instantiates a JRReport for a file based report, either loaded from a URL or from the filesystem.
- files() - Method in interface is.codion.common.utilities.logging.LoggerProxy
- files() - Method in class is.codion.plugin.log4j.Log4jProxy
- files() - Method in class is.codion.plugin.logback.LogbackProxy
- files() - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilderFactory
- FileSelectionDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
A builder for a file/directory selection dialog
- FileTransferHandler - Class in is.codion.swing.common.ui.transfer
-
Handles the importing of files during drag'n drop operations.
- FileTransferHandler() - Constructor for class is.codion.swing.common.ui.transfer.FileTransferHandler
- fill(Connection, P) - Method in interface is.codion.common.db.report.Report
-
Loads and fills the report using the given database connection
- fillReport(JRReport, JRDataSource) - Static method in class is.codion.plugin.jasperreports.JasperReports
-
Fills the report using the data source wrapped by the given data wrapper
- fillReport(JRReport, JRDataSource, Map<String, Object>) - Static method in class is.codion.plugin.jasperreports.JasperReports
-
Fills the report using the given data.
- FILLS_VIEWPORT_HEIGHT - Static variable in class is.codion.swing.common.ui.component.table.FilterTable
-
Specifies whether or not tables are always made large enough to fill the height of an enclosing viewport Value type: Boolean Default value: true
- fillsViewportHeight(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Specifies whether the table fills the viewport height, default true.
- filter() - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Filters the items according to the
FilterModel.IncludedItems.predicate(). - filter() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
- filter() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- filter() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- filter(ForeignKey, EntityComboBoxModel) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Links the given combo box model representing foreign key entities to this combo box model so that selection in the foreign key model filters this model.
- filter(FileFilter) - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- FILTER - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the filter icon.
- FILTER_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlsinstance containing the filter panel controls. - FILTER_VIEW - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies the default initial table filter panel view Value type:
ConditionPanel.ConditionViewDefault value:ConditionPanel.ConditionView.HIDDEN - FilterComboBoxModel<T> - Interface in is.codion.swing.common.model.component.combobox
-
A combo box model based on
FilterModel. - FilterComboBoxModel.Builder<T> - Interface in is.codion.swing.common.model.component.combobox
-
Builds a
FilterComboBoxModel - FilterComboBoxModel.Builder.ItemsStep - Interface in is.codion.swing.common.model.component.combobox
-
Provides a
FilterComboBoxModel.Builder - FilterComboBoxModel.ComboBoxItems<T> - Interface in is.codion.swing.common.model.component.combobox
- FilterComboBoxModel.ItemComboBoxModelBuilder<T> - Interface in is.codion.swing.common.model.component.combobox
-
Builds
FilterComboBoxModelimplementations based on theItemclass. - FilterComboBoxModel.ItemFinder<T,
V> - Interface in is.codion.swing.common.model.component.combobox -
Responsible for finding an item of type
FilterComboBoxModel.ItemFinderby a single value of typeFilterComboBoxModel.ItemFinder. - filterComponents(C, ColumnConditionPanel.ConditionComponents) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- filterComponents(Attribute<?>, ColumnConditionPanel.ConditionComponents) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- filtered() - Method in interface is.codion.common.model.filter.FilterModel.Items
- filterIndicator(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- FilterList<T> - Class in is.codion.swing.common.ui.component.list
-
A
JListbased on aFilterListModel - FilterList.Builder<V,
T, - Interface in is.codion.swing.common.ui.component.listB> -
Builds a
FilterListinstance. - FilterList.Builder.Factory<T> - Interface in is.codion.swing.common.ui.component.list
-
A factory for list builders, depending on what the component value should represent.
- FilterList.Builder.Items<T> - Interface in is.codion.swing.common.ui.component.list
-
Builds a JList, where the value is represented by the list items.
- FilterList.Builder.ModelStep - Interface in is.codion.swing.common.ui.component.list
-
Provides a
FilterList.Builder.Factory - FilterList.Builder.SelectedItem<T> - Interface in is.codion.swing.common.ui.component.list
-
Builds a single-selection JList, where the value is represented by the selected item.
- FilterList.Builder.SelectedItems<T> - Interface in is.codion.swing.common.ui.component.list
-
Builds a multi-selection JList, where the value is represented by the selected items.
- FilterListModel<T> - Interface in is.codion.swing.common.model.component.list
-
A
ListModelbased onFilterModel. - FilterListModel.Builder<T> - Interface in is.codion.swing.common.model.component.list
-
Builds a
FilterListModel - FilterListModel.Builder.ItemsStep - Interface in is.codion.swing.common.model.component.list
-
Provides a
FilterListModel.Builder - filterListSelection(FilterModel.IncludedItems<T>) - Static method in interface is.codion.swing.common.model.component.list.FilterListSelection
-
Instantiates a new
FilterListSelectioninstance based on the given items - FilterListSelection<T> - Interface in is.codion.swing.common.model.component.list
- FilterListSort<T> - Interface in is.codion.swing.common.model.component.list
-
Handles the column sorting states for a
FilterListModel. - filterModel() - Method in class is.codion.framework.model.AbstractEntityTableModel
- filterModel() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- FilterModel<T> - Interface in is.codion.common.model.filter
-
Specifies a data model that can be filtered to exclude some or all of the items it contains.
- FilterModel.AbstractRefresher<T> - Class in is.codion.common.model.filter
-
An abstract base implementation of
FilterModel.Refresher. - FilterModel.FilteredItems<T> - Interface in is.codion.common.model.filter
- FilterModel.IncludedItems<T> - Interface in is.codion.common.model.filter
- FilterModel.IncludedItems.ItemsListener - Interface in is.codion.common.model.filter
-
Provides a way to respond to changes to the included items
- FilterModel.IncludePredicate<T> - Interface in is.codion.common.model.filter
-
Controls which items should be included.
- FilterModel.Items<T> - Interface in is.codion.common.model.filter
-
Manages the items in
FilterModel. - FilterModel.Items.Builder<T> - Interface in is.codion.common.model.filter
-
Builds a
FilterModel.Itemsinstance - FilterModel.Items.Builder.RefresherStep - Interface in is.codion.common.model.filter
-
Provides a
FilterModel.Items.Builder.SelectionStep - FilterModel.Items.Builder.SelectionStep<T> - Interface in is.codion.common.model.filter
- FilterModel.Items.Builder.SortStep<T> - Interface in is.codion.common.model.filter
- FilterModel.Refresher<T> - Interface in is.codion.common.model.filter
-
Handles refreshing data for a
FilterModel. - FilterModel.Sort<T> - Interface in is.codion.common.model.filter
-
Implements the sorting for a
FilterModel - filterNoun() - Static method in class is.codion.framework.i18n.FrameworkMessages
- filterPanel(TableConditionPanel.Factory<C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- filters() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- filters() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- filters() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- filters(Supplier<Map<C, ConditionModel<?>>>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- filterSelected(boolean) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
-
Specifies whether filtering the model affects the currently selected item.
- filterSelected(boolean) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Specifies whether filtering the model affects the currently selected item.
- FilterTable<R,
C> - Class in is.codion.swing.common.ui.component.table -
A JTable implementation for
FilterTableModel. - FilterTable.Builder<R,
C> - Interface in is.codion.swing.common.ui.component.table -
A builder for a
FilterTable - FilterTable.Builder.ModelStep - Interface in is.codion.swing.common.ui.component.table
-
Provides a
FilterTable.Builderinstance based on a given table model - FilterTable.CenterOnScroll - Enum Class in is.codion.swing.common.ui.component.table
-
Specifies whether to center the scrolled to row and or column.
- FilterTable.ControlKeys - Class in is.codion.swing.common.ui.component.table
-
The controls.
- FilterTableCellEditor<C,
T> - Interface in is.codion.swing.common.ui.component.table -
A
TableCellEditorimplementation forFilterTable. - FilterTableCellEditor.Builder<C,
T> - Interface in is.codion.swing.common.ui.component.table - FilterTableCellEditor.Builder.ComponentStep - Interface in is.codion.swing.common.ui.component.table
-
Provides a
FilterTableCellEditor.Builder - FilterTableCellEditor.Factory<R,
C> - Interface in is.codion.swing.common.ui.component.table -
A factory for
FilterTableCellEditorinstances. - FilterTableCellRenderer<R,
C, - Interface in is.codion.swing.common.ui.component.tableT> - FilterTableCellRenderer.Builder<R,
C, - Interface in is.codion.swing.common.ui.component.tableT> -
Builds a
FilterTableCellRenderer - FilterTableCellRenderer.Builder.ColumnClassStep<R,
C> - Interface in is.codion.swing.common.ui.component.table -
Provides a
FilterTableCellRenderer.Builder - FilterTableCellRenderer.CellColor<R,
C, - Interface in is.codion.swing.common.ui.component.tableT> -
Provides a color to override the default color for table cells.
- FilterTableCellRenderer.Customizer<R,
C> - Interface in is.codion.swing.common.ui.component.table -
Customizes a renderer component for a given cell
- FilterTableCellRenderer.Factory<R,
C> - Interface in is.codion.swing.common.ui.component.table -
A factory for
FilterTableCellRendererinstances. - FilterTableColumn<C> - Class in is.codion.swing.common.ui.component.table
-
A
TableColumnwith a typed identifier. - FilterTableColumn.Builder<C> - Interface in is.codion.swing.common.ui.component.table
-
A builder for
FilterTableColumninstances. - filterTableColumnComponentPanel(FilterTableColumnModel<C>, Map<C, ? extends JComponent>) - Static method in class is.codion.swing.common.ui.component.table.FilterTableColumnComponentPanel
-
Instantiates a new
FilterTableColumnComponentPanel. - FilterTableColumnComponentPanel<C> - Class in is.codion.swing.common.ui.component.table
-
A panel that synchronizes child component sizes and positions to table columns.
- FilterTableColumnModel<C> - Interface in is.codion.swing.common.ui.component.table
-
A TableColumnModel handling hidden columns.
- FilterTableColumnModel.ColumnSelection<C> - Interface in is.codion.swing.common.ui.component.table
-
A column selection model
- FilterTableColumnModel.ColumnSelection.ColumnIndex - Interface in is.codion.swing.common.ui.component.table
-
Represents an anchor or lead selection index.
- FilterTableColumnModel.HiddenColumns<C> - Interface in is.codion.swing.common.ui.component.table
-
Observes the hidden columns
- FilterTableColumnModel.VisibleColumns<C> - Interface in is.codion.swing.common.ui.component.table
-
Controls the visible columns
- filterTableConditionPanel(TableConditionModel<C>, Map<C, ConditionPanel<?>>, FilterTableColumnModel<C>, Consumer<TableConditionPanel<C>>) - Static method in class is.codion.swing.common.ui.component.table.FilterTableConditionPanel
- FilterTableConditionPanel<C> - Class in is.codion.swing.common.ui.component.table
-
A default filter table condition panel.
- FilterTableHeaderRenderer - Interface in is.codion.swing.common.ui.component.table
-
A renderer for a
FilterTableheader. - FilterTableHeaderRenderer.Factory<R,
C> - Interface in is.codion.swing.common.ui.component.table -
A factory for
FilterTableHeaderRendererinstances. - FilterTableModel<R,
C> - Interface in is.codion.swing.common.model.component.table -
Specifies a table model supporting selection as well as filtering.
- FilterTableModel.Builder<R,
C> - Interface in is.codion.swing.common.model.component.table -
A builder for a
FilterTableModel. - FilterTableModel.Builder.ColumnsStep - Interface in is.codion.swing.common.model.component.table
-
Provides a
FilterTableModel.Builderinstance - FilterTableModel.ColumnValues<C> - Interface in is.codion.swing.common.model.component.table
-
Provides access to table column values
- FilterTableModel.Editor<R,
C> - Interface in is.codion.swing.common.model.component.table -
Handles the editing of rows
- FilterTableModel.Export<C> - Interface in is.codion.swing.common.model.component.table
-
Exports the table model data as a String.
- FilterTableModel.TableColumns<R,
C> - Interface in is.codion.swing.common.model.component.table -
Specifies the columns for a table model, their identifiers, their class and how to extract their value from a row instance.
- FilterTableSearchModel - Interface in is.codion.swing.common.ui.component.table
-
Handles searching through a
FilterTable - FilterTableSearchModel.Results - Interface in is.codion.swing.common.ui.component.table
-
Manages the search results.
- FilterTableSearchModel.RowColumn - Interface in is.codion.swing.common.ui.component.table
-
Holds a row/column coordinate
- FilterTableSort<R,
C> - Interface in is.codion.swing.common.model.component.table -
Handles the column sorting states for a
FilterTableModel. - FilterTableSort.ColumnSort<C> - Interface in is.codion.swing.common.model.component.table
-
Provides the current column sort order
- FilterTableSort.ColumnSortOrder<C> - Interface in is.codion.swing.common.model.component.table
-
Specifies a sorting state for a column.
- FilterTableSort.Order - Interface in is.codion.swing.common.model.component.table
-
Manages the
SortOrderfor a given column - filterVerb() - Static method in class is.codion.common.i18n.Messages
- filterView(ConditionPanel.ConditionView) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- filterView(ConditionPanel.ConditionView) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- find() - Static method in class is.codion.common.i18n.Messages
- findItem(Collection<T>, V) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemFinder
-
Returns the first item in the given collection containing the given
value. - findLookAndFeel(Class<? extends LookAndFeel>) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Returns a look and feel provider for the given class, if available
- findLookAndFeel(String) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
-
Returns a look and feel provider with the given classname, if found in the available looks and feels
- finish() - Method in class is.codion.tools.generator.model.DomainGeneratorModel.PopulateTask
- fireTableDataChanged() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
-
Notifies all listeners that all cell values in the table's rows may have changed.
- fireTableDataChanged() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- fireTableRowsUpdated(int, int) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
-
Notifies all listeners that the given rows have changed
- fireTableRowsUpdated(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- firstDayOfWeek(DayOfWeek) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
-
Sets the first day of week, in case it should differ from the one specified by
CalendarPanel.Builder.locale(Locale) - fixColumnWidths(boolean) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Enables or disables uniform column widths based on the widest component in each column.
- fixedButtonSize(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonPanelBuilder
-
Specifies whether the button grid sizing should be fixed according to the largest button or flexible.
- fixedCellHeight(int) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder
- fixedCellWidth(int) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder
- fixedColumnWidth(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Sets a specific fixed pixel width for all columns.
- fixedRowHeight(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Sets a specific fixed pixel height for all rows.
- fixedWidth(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
-
Sets both the minimum and maximum widths.
- fixRowHeights(boolean) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Enables or disables uniform row heights based on the tallest component in each row.
- FlatLafValidIndicatorFactory - Class in is.codion.plugin.flatlaf.indicator
- FlatLafValidIndicatorFactory() - Constructor for class is.codion.plugin.flatlaf.indicator.FlatLafValidIndicatorFactory
- FlatLookAndFeelProvider - Class in is.codion.plugin.flatlaf.themes
-
Provides all available Flat Look and Feels
- FlatLookAndFeelProvider() - Constructor for class is.codion.plugin.flatlaf.themes.FlatLookAndFeelProvider
- flexibleGridLayout(int, int) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder.PanelBuilderFactory
-
Uses the default vertical and horizontal gap value
- flexibleGridLayout(int, int) - Static method in class is.codion.swing.common.ui.layout.Layouts
-
Creates a FlexibleGridLayout using the default vertical and horizontal gap value, with neither row heights nor column widths fixed.
- flexibleGridLayout(FlexibleGridLayout) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder.PanelBuilderFactory
- FlexibleGridLayout - Class in is.codion.swing.common.ui.layout
-
A layout manager similar to GridLayout, but allows components to maintain their preferred size.
- FlexibleGridLayout.Builder - Interface in is.codion.swing.common.ui.layout
-
Builds a
FlexibleGridLayoutinstances. - flexibleGridLayoutPanel(int, int) - Static method in class is.codion.swing.common.ui.component.Components
-
Creates a new
PanelBuilderinstance using a newFlexibleGridLayoutwith the default horizontal and vertical gap. - FlexibleGridLayoutPanelBuilder - Interface in is.codion.swing.common.ui.component.panel
-
Builds a
FlexibleGridLayoutbased panel - floatable(boolean) - Method in interface is.codion.swing.common.ui.component.button.ToolBarBuilder
- flowLayout(int) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder.PanelBuilderFactory
-
Uses the default vertical and horizontal gap value
- flowLayout(int) - Static method in class is.codion.swing.common.ui.layout.Layouts
-
Creates a FlowLayout using the default vertical and horizontal gap value
- flowLayout(FlowLayout) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder.PanelBuilderFactory
- flowLayoutPanel(int) - Static method in class is.codion.swing.common.ui.component.Components
-
Creates a new
PanelBuilderinstance using a newFlowLayoutwith the default horizontal and vertical gap. - FlowLayoutPanelBuilder - Interface in is.codion.swing.common.ui.component.panel
-
Builds a
FlowLayoutbased panel - flush() - Static method in class is.codion.common.model.preferences.UserPreferences
-
Flushes the preferences to disk, including all file based preferences initialized via
UserPreferences.file(String). - focus() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
- FOCUS_LOST - Enum constant in enum class is.codion.swing.common.ui.component.text.UpdateOn
-
Update when field loses focus.
- focusable(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- focusable(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Sets the focusable state of the component, for a dynamic focusable state use
ComponentBuilder.focusable(ObservableState). - focusable(ObservableState) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- focusable(ObservableState) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- focusable(ObservableState, JComponent...) - Static method in class is.codion.swing.common.ui.Utilities
-
Links the given components to the given
ObservableState, so that each component is focusable only when the observed state is active - focusableWindowState(boolean) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- focusAccelerator(char) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- focusActivation(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- focusCycleRoot(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- focusCycleRoot(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- FOCUSED_CELL_INDICATOR - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
Specifies whether if a focused cell should be indicated with a cell border.
- FOCUSED_COLUMN_INDICATOR - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableHeaderRenderer
-
Specifies whether the focused column should be indicated with a darkened header.
- focusedCellIndicator(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- focusGained() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- focusGained() - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
-
The default implementation returns an empty Optional.
- focusListener(FocusListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- focusListener(FocusListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- focusLostBehaviour(int) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- focusLostBehaviour(int) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- focusPainted(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- font() - Method in interface is.codion.swing.common.ui.control.Control
- font(Font) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- font(Font) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Overrides
ComponentBuilder.font(UnaryOperator). - font(Font) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- font(UnaryOperator<Font>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- font(UnaryOperator<Font>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Derives the component font from its default font.
- FontSizeScaler - Class in is.codion.swing.common.ui.scaler
- FontSizeScaler() - Constructor for class is.codion.swing.common.ui.scaler.FontSizeScaler
- FOR_UPDATE - Static variable in class is.codion.common.db.database.AbstractDatabase
-
FOR UPDATE - FOR_UPDATE_NOWAIT - Static variable in class is.codion.common.db.database.AbstractDatabase
-
FOR UPDATE NOWAIT - foreground() - Method in interface is.codion.swing.common.ui.control.Control
- foreground(FilterTableCellRenderer.CellColor<R, C, T>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- foreground(Color) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- foreground(Color) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- foreground(Color) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- foreign() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey.Reference
- foreignKey() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey.ForeignKeyDefiner
-
Instantiates a
ForeignKeyDefinition.Builderinstance, using the reference depth specified byForeignKeyDefinition.REFERENCE_DEPTH - foreignKey() - Method in interface is.codion.framework.model.ForeignKeyModelLink
- foreignKey(EntityType, String, List<ForeignKey.Reference<?>>) - Static method in interface is.codion.framework.domain.entity.attribute.ForeignKey
-
Creates a new
ForeignKeybased on the given entityType and references. - foreignKey(String, Column<A>, Column<A>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
ForeignKeybased on the given attributes. - foreignKey(String, Column<A>, Column<A>, Column<B>, Column<B>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
ForeignKeybased on the given columns. - foreignKey(String, Column<A>, Column<A>, Column<B>, Column<B>, Column<C>, Column<C>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
ForeignKeybased on the given columns. - foreignKey(String, List<ForeignKey.Reference<?>>) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new
ForeignKeybased on the given references. - ForeignKey - Interface in is.codion.framework.domain.entity.attribute
-
An
Attributerepresenting a foreign key relation. - ForeignKey.ForeignKeyDefiner - Interface in is.codion.framework.domain.entity.attribute
-
Provides
ForeignKeyDefinition.Builderinstances. - ForeignKey.Reference<T> - Interface in is.codion.framework.domain.entity.attribute
-
Represents a foreign key reference between columns.
- foreignKeyColumn(Column<?>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- Foreign Key Condition Examples - Search tag in package is.codion.framework.domain.entity.condition
- Section
- ForeignKeyConditionModel - Interface in is.codion.framework.model
-
A default foreign key condition model using
EntitySearchModelfor both theOperator.EQUALandOperator.INoperands. - ForeignKeyConditionModel.Builder - Interface in is.codion.framework.model
-
A builder for a
ForeignKeyConditionModel - ForeignKeyConditions - Interface in is.codion.framework.domain.entity.condition
-
A ForeignKey based condition for filtering entities by their relationships.
- ForeignKeyDefinition - Interface in is.codion.framework.domain.entity.attribute
-
Represents a reference to another entity, typically but not necessarily based on a foreign key.
- ForeignKeyDefinition.Builder - Interface in is.codion.framework.domain.entity.attribute
-
Builds a
ForeignKeyDefinition. - ForeignKeyModelLink<M,
E, - Interface in is.codion.framework.modelT> -
Represents a link between two entity models based on a foreign key.
- ForeignKeyModelLink.Builder<M,
E, - Interface in is.codion.framework.modelT, B> -
Builds a
ForeignKeyModelLink - foreignKeyReferenceDepths() - Method in interface is.codion.framework.db.EntityConnection.Select
-
Returns a map containing the number of levels of foreign key values to fetch per foreign key, with 0 meaning no referenced entities should be fetched, -1 no limit.
- foreignKeys() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- format() - Method in interface is.codion.common.model.condition.ConditionModel
- format() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns the Format used when presenting values for this attribute, an empty Optional if none has been specified.
- format() - Method in interface is.codion.framework.model.AttributeConditionModel
- format(T) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns a string representation of the given value formatted with this attributes format.
- format(Object) - Method in interface is.codion.common.model.summary.SummaryModel.SummaryValues
- format(Format) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- format(Format) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
-
Associates the given format with the text field.
- format(Format) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the Format to use when presenting attribute values
- formatted(int, C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.ColumnValues
-
Returns a string representation of the value for the given row and column, an empty string in case of null.
- formatted(Attribute<T>) - Method in interface is.codion.framework.domain.entity.Entity
-
This method returns a String representation of the value associated with the given attribute, if the associated attribute has a format it is used.
- formatted(R, C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.TableColumns
-
Returns a String representation of the value for the given row and column, an empty String in case of null.
- formatter() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern
- formatter() - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
Returns the formatter responsible for providing toString values for this entity type.
- formatter(Attribute<?>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the formatter, based the value of the given attribute.
- formatter(Function<Entity, String>) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the formatter, that is, the function responsible for creating toString() values for this entity type.
- formatter(Function<Entity, String>) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
-
Overrides the default formatter for search elements when displayed in a field based on this field
- formatter(Function<Object, String>) - Method in interface is.codion.swing.common.ui.component.listbox.ListBoxBuilder
- formatter(Function<T, String>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
-
The default formatter returns
value.toString()and an empty string in case of null. - formatValue(String, String) - Method in interface is.codion.common.utilities.property.PropertyStore.PropertyFormatter
-
Formats the given value.
- forUpdate() - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Marks the Select instance as a FOR UPDATE query, this means the resulting rows will be locked by the given connection until unlocked by running another (non-select for update) query on the same connection or performing an update.
- forUpdate() - Method in interface is.codion.framework.db.EntityConnection.Select
- FORWARD - Enum constant in enum class is.codion.swing.common.ui.key.TransferFocusOnEnter
-
Transfer the focus forward when Enter is pressed.
- FORWARD_BACKWARD - Enum constant in enum class is.codion.swing.common.ui.key.TransferFocusOnEnter
-
Transfer the focus forward when Enter is pressed and backward when Enter is pressed with the
InputEvent.SHIFT_DOWN_MASKmodifier enabled. - FRACTION_DIGITS - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Specifies the default maximum number of fraction digits for double property values
Note that values are rounded when set. - fractionDigits() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- fractionDigits(int) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the maximum fraction digits to show for this attribute, only applicable to attributes based on decimal types.
- fractionDigits(int) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- frame(Supplier<JFrame>) - Method in interface is.codion.swing.framework.ui.EntityApplication
- FRAME - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.WindowType
-
Display panels in a JFrame
- FRAME_WIDTH - Static variable in class is.codion.tools.swing.robot.Narrator
-
Species the narrator frame width.
- FrameBuilder - Interface in is.codion.swing.common.ui.frame
-
A builder for a JFrame.
- Frames - Class in is.codion.swing.common.ui.frame
-
A utility class for frames.
- frameSize(Dimension) - Method in interface is.codion.swing.framework.ui.EntityApplication
- frameTitle(Observable<String>) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
For a dynamic frame title.
- frameTitle(String) - Method in interface is.codion.swing.framework.ui.EntityApplication
- FRAMEWORK_ICONS - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Specifies the name of the
FrameworkIconsimplementation class to use. - FRAMEWORK_VERSION - Static variable in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- FrameworkIcons - Interface in is.codion.swing.framework.ui.icon
-
Provides icons for framework ui components.
- FrameworkMessages - Class in is.codion.framework.i18n
-
A class containing shared i18n messages used by the framework.
- frameworkVersion() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- from() - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery
- from(Attribute<?>...) - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition.DerivedBuilder.DerivedFromStep
- from(Attribute<Entity>) - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition.DenormalizedBuilder.DenormalizedFromStep
- from(DerivedValue.SourceValues) - Method in interface is.codion.framework.domain.entity.attribute.DerivedValue
- from(String) - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery.Builder
-
Specifies the from clause to use.
- fromColumn(C) - Method in interface is.codion.framework.domain.entity.attribute.Column.Converter
-
Translates the given sql column value into a column value.
- fullReportPath() - Method in class is.codion.common.db.report.AbstractReport
-
This default implementation uses
Report.fullReportPath(String). - fullReportPath(String) - Static method in interface is.codion.common.db.report.Report
-
Returns a full report path, combined from the report location specified by
Report.REPORT_PATHand the given report path. - function(FunctionType<C, T, R>) - Method in interface is.codion.framework.domain.Domain
-
Retrieves the function of the given type.
- function(FunctionType<C, T, R>) - Method in class is.codion.framework.domain.DomainModel
- functions() - Method in interface is.codion.framework.domain.Domain
- functions() - Method in class is.codion.framework.domain.DomainModel
- functionType(String) - Static method in interface is.codion.common.db.operation.FunctionType
-
Creates a
FunctionTypewith the given name and types. - FunctionType<C,
T, - Interface in is.codion.common.db.operationR>
G
- gap(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Sets both the horizontal and vertical gap between components.
- GAP - Static variable in class is.codion.swing.common.ui.layout.Layouts
-
Specifies the default horizontal and vertical component gap, used by the layout factory methods, by default this is 5
- gcEvents() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- gcEventsDataset() - Method in class is.codion.tools.monitor.model.ServerMonitor
- gcName() - Method in interface is.codion.common.rmi.server.ServerAdmin.GcEvent
- generated() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- generatedKeys() - Method in interface is.codion.framework.domain.entity.attribute.Column.Generator
-
Specifies whether this
Column.Generatorrelies on the insert statement to return the generated column values via the resultingStatement.getGeneratedKeys()resultSet, accessible inColumn.Generator.afterInsert(Entity, Column, Database, Statement). - generator() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- generator(Column.Generator<T>) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies that this column value is generated automatically.
- GerryDarcula - Class in is.codion.plugin.flatlaf.intellij.themes.gerry
-
https://github.com/gerry-themes/gerry-themes/blob/master/resources/gerryDarcula.theme.json
- GerryDarcula() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gerry.GerryDarcula
- GerryDark - Class in is.codion.plugin.flatlaf.intellij.themes.gerry
-
https://github.com/gerry-themes/gerry-themes/blob/master/resources/gerryDark.theme.json
- GerryDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gerry.GerryDark
- GerryLight - Class in is.codion.plugin.flatlaf.intellij.themes.gerry
-
https://github.com/gerry-themes/gerry-themes/blob/master/resources/light/gerryLight.theme.json
- GerryLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gerry.GerryLight
- GerryOceanic - Class in is.codion.plugin.flatlaf.intellij.themes.gerry
-
https://github.com/gerry-themes/gerry-themes/blob/master/resources/gerryOceanic.theme.json
- GerryOceanic() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gerry.GerryOceanic
- GerryStorm - Class in is.codion.plugin.flatlaf.intellij.themes.gerry
-
https://github.com/gerry-themes/gerry-themes/blob/master/resources/gerryStorm.theme.json
- GerryStorm() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gerry.GerryStorm
- GerryViolet - Class in is.codion.plugin.flatlaf.intellij.themes.gerry
-
https://github.com/gerry-themes/gerry-themes/blob/master/resources/gerryViolet.theme.json
- GerryViolet() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gerry.GerryViolet
- get() - Method in interface is.codion.common.model.condition.TableConditionModel
- get() - Method in interface is.codion.common.model.filter.FilterModel.FilteredItems
- get() - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
- get() - Method in interface is.codion.common.model.filter.FilterModel.Items
- get() - Method in interface is.codion.common.model.selection.MultiSelection.Indexes
- get() - Method in interface is.codion.common.model.selection.MultiSelection.Items
- get() - Method in interface is.codion.common.reactive.observer.Observable
- get() - Method in class is.codion.common.reactive.value.AbstractValue
- get() - Method in interface is.codion.common.reactive.value.ObservableValueCollection
- get() - Method in interface is.codion.common.reactive.value.ValueCollection
- get() - Method in interface is.codion.common.utilities.item.Item
- get() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.ValueSupplier
- get() - Method in interface is.codion.framework.domain.entity.condition.ConditionType
- get() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
- get() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Columns
- get() - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- get() - Method in interface is.codion.framework.json.domain.EntityObjectMapper.ParameterType
- get() - Method in interface is.codion.framework.model.EntityApplicationModel.EntityModels
- get() - Method in class is.codion.framework.model.EntityConditions
- get() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
- get() - Method in interface is.codion.framework.model.EntityModel.DetailModels
- get() - Method in class is.codion.plugin.flatlaf.intellij.IntelliJThemeProvider
- get() - Method in class is.codion.plugin.flatlaf.themes.FlatLookAndFeelProvider
- get() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Export
- get() - Method in interface is.codion.swing.common.model.component.table.FilterTableSort.ColumnSort
- get() - Method in class is.codion.swing.common.ui.ancestor.Ancestor.AncestorSupplier
-
Finds the first component of the required type in the ancestor hierarchy.
- get() - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- get() - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
- get() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.HiddenColumns
- get() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.VisibleColumns
- get() - Method in class is.codion.swing.common.ui.component.text.NumberField
- get() - Method in class is.codion.swing.common.ui.component.text.TemporalField
- get() - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- get() - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- get() - Method in class is.codion.swing.common.ui.laf.InstalledLookAndFeelProvider
- get() - Method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
- get() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
- get() - Method in interface is.codion.swing.framework.ui.EntityEditComponentPanel.EditorComponent
- get() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus.Initial
-
Returns the component which should receive the initial focus, which by default is the one specified via
EntityEditComponentPanel.InputFocus.Initial.set(Supplier)orEntityEditComponentPanel.InputFocus.Initial.set(JComponent). - get() - Method in class is.codion.swing.framework.ui.EntityPanel.DetailPanels
-
Returns all detail panels.
- get() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
-
Fetches a random item from this model based on the item weights.
- get(int) - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
- get(C) - Method in interface is.codion.common.model.condition.TableConditionModel
-
The condition model associated with
identifier - get(C) - Method in interface is.codion.common.model.summary.TableSummaryModel
-
Returns the
SummaryModelassociated with the column identified byidentifier - get(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.ColumnValues
- get(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableSort.ColumnSort
- get(SummaryModel.SummaryValues<T>) - Method in interface is.codion.common.model.summary.SummaryModel.Summary
-
Returns a String containing the summary information for the given column
- get(Attribute<T>) - Method in interface is.codion.framework.domain.entity.attribute.DerivedValue.SourceValues
-
Returns the value associated with the given source attribute.
- get(Attribute<T>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the value associated with
attribute. - get(Column<T>) - Method in interface is.codion.framework.domain.entity.Entity.Key
- get(Column<T>) - Method in interface is.codion.framework.model.EntityConditionModel
-
Returns the
ConditionModelassociated with the given column. - get(Column<T>, T) - Method in interface is.codion.framework.domain.entity.condition.ConditionType
- get(Column<T>, List<T>) - Method in interface is.codion.framework.domain.entity.condition.ConditionType
- get(ForeignKey) - Method in interface is.codion.framework.model.EntityConditionModel
-
Returns the
ConditionModelassociated with the given foreignKey. - get(ForeignKey) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Filter
-
Returns a filter based on the given foreign key
- get(EntityType) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
-
Returns the foreign keys referencing entities of the given type
- get(EntityType) - Method in interface is.codion.framework.model.EntityApplicationModel.EntityModels
- get(EntityType) - Method in interface is.codion.framework.model.EntityModel.DetailModels
-
Returns a detail model of the given type
- get(EntityType) - Method in class is.codion.swing.framework.ui.EntityPanel.DetailPanels
-
Returns the first detail panel found based on the given
entityType - get(FilterTable<R, C>, R, C, T) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.CellColor
- get(Class<C>) - Method in interface is.codion.framework.model.EntityApplicationModel.EntityModels
- get(Class<C>) - Method in interface is.codion.framework.model.EntityModel.DetailModels
-
Returns the first detail model of the given type
- get(String) - Static method in class is.codion.common.model.preferences.UserPreferences
- get(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
-
Returns the attribute with the given name, null if none is found.
- get(String) - Method in interface is.codion.swing.common.ui.icon.SVGIcons
-
Retrieves the icon associated with the given ikon from this Icons instance.
- get(String) - Static method in class is.codion.swing.common.ui.SwingMessages
-
Retrieves the locale string associated with the given key
- get(String) - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- get(String) - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Retrieves the
ControlIconassociated with the given identifier. - get(String, String) - Static method in class is.codion.common.model.preferences.UserPreferences
- get(ResultSet) - Method in interface is.codion.common.db.result.ResultPacker
-
Fetches a single instance from the given
ResultSet, assumingResultSet.next()has been called - get(ResultSet) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Fetches a value for this column from a
ResultSetby name - get(ResultSet, int) - Method in interface is.codion.framework.domain.entity.attribute.Column.GetValue
-
Fetches a single value from a ResultSet
- get(ResultSet, int) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Fetches a value for this column from a
ResultSet - get(List<?>) - Method in interface is.codion.framework.domain.entity.condition.ConditionType
- get(List<Column<?>>, List<?>) - Method in interface is.codion.framework.domain.entity.condition.ConditionString
-
Returns a query condition string based on the given columns and values
- get(List<Column<?>>, List<?>) - Method in interface is.codion.framework.domain.entity.condition.ConditionType
- getAdmin() - Method in class is.codion.common.rmi.server.AbstractServer
- getCleanupInterval() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Returns the pool cleanup interval in milliseconds.
- getColumn(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- getColumnClass(int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getColumnClass(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
-
Returns the class of the column with the given identifier
- getColumnClass(Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getColumnCount() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getColumnModel() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- getColumnName(int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getComponentValue() - Method in class is.codion.swing.common.ui.component.value.AbstractComponentValue
-
Returns the value from the underlying component
- getConnection() - Method in interface is.codion.framework.db.local.LocalEntityConnection
-
Returns the underlying connection object.
- getConnectionLimit() - Method in class is.codion.common.rmi.server.AbstractServer
- getConnectionLimit() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- getConnectionLimit() - Method in interface is.codion.common.rmi.server.ServerAdmin
- getConnectionPoolCleanupInterval(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- getFieldValue(JRField) - Method in class is.codion.plugin.jasperreports.JasperReportsDataSource
-
Returns the value associated with the attributed named
field.getName() - getIdentifier() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
- getIdleConnectionTimeout() - Method in interface is.codion.framework.server.EntityServerAdmin
-
Returns the idle connection timeout in ms
- getIdleTimeout() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Returns the connection idle timeout in milliseconds.
- getKeys() - Method in class is.codion.common.utilities.resource.MessageBundle
- getLayoutAlignmentX(Container) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- getLayoutAlignmentY(Container) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- getLogLevel(String) - Method in interface is.codion.common.utilities.logging.LoggerProxy
- getLogLevel(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- getLogLevel(String) - Method in class is.codion.plugin.jul.JulProxy
- getLogLevel(String) - Method in class is.codion.plugin.log4j.Log4jProxy
- getLogLevel(String) - Method in class is.codion.plugin.logback.LogbackProxy
- getMaintenanceInterval() - Method in class is.codion.common.rmi.server.AbstractServer
- getMaintenanceInterval() - Method in interface is.codion.framework.server.EntityServerAdmin
- getMaintenanceInterval() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
- getMaximumCheckOutTime() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Returns the maximum time to wait for a connection checkout in milliseconds.
- getMaximumConnectionPoolSize(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- getMaximumPoolCheckOutTime(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- getMaximumPoolSize() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Returns the maximum number of connections this pool can create.
- getMinimumConnectionPoolSize(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- getMinimumPoolSize() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Returns the minimum number of connections to keep in the pool.
- getModel() - Method in class is.codion.swing.common.ui.component.list.FilterList
- getModel() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- getModel() - Method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
- getModel() - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- getOrThrow() - Method in interface is.codion.common.reactive.observer.Observable
- getOrThrow() - Method in interface is.codion.common.utilities.item.Item
- getOrThrow() - Method in class is.codion.common.utilities.property.PropertyValue
- getOrThrow(String) - Method in interface is.codion.common.reactive.observer.Observable
- getOrThrow(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
-
Returns the attribute with the given name.
- getPooledConnectionIdleTimeout(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- getProperty(String) - Method in class is.codion.common.utilities.property.PropertyStore
-
Retrieves the value for the given property, null if no value is present
- getRowCount() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- getSelectedItem() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- getSelectionModel() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- getString(String, String, String) - Method in interface is.codion.common.utilities.resource.Resources
-
Returns a value for overriding the default resource value or the default string if no override is provided
- getText() - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- getValue() - Method in class is.codion.common.reactive.value.AbstractValue
-
Returns the actual internal value.
- getValue() - Method in class is.codion.common.utilities.property.PropertyValue
- getValue() - Method in class is.codion.swing.common.ui.component.value.AbstractComponentValue
- getValueAt(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- GithubDark - Class in is.codion.plugin.flatlaf.intellij.themes.github
-
https://github.com/iyashpal/intellij-github-themes/blob/main/resources/theme/dark.theme.json
- GithubDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.github.GithubDark
- GithubDarkDefault - Class in is.codion.plugin.flatlaf.intellij.themes.github
-
https://github.com/iyashpal/intellij-github-themes/blob/main/resources/theme/dark-default.theme.json
- GithubDarkDefault() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.github.GithubDarkDefault
- GitHubDarkMaterial - Class in is.codion.plugin.flatlaf.intellij.themes.material
- GitHubDarkMaterial() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.GitHubDarkMaterial
- GithubLight - Class in is.codion.plugin.flatlaf.intellij.themes.github
-
https://github.com/iyashpal/intellij-github-themes/blob/main/resources/theme/light.theme.json
- GithubLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.github.GithubLight
- GitHubMaterial - Class in is.codion.plugin.flatlaf.intellij.themes.material
- GitHubMaterial() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.GitHubMaterial
- GradiantoDarkFuchsia - Class in is.codion.plugin.flatlaf.intellij.themes.gradianto
-
https://github.com/thvardhan/Gradianto/blob/master/src/main/resources/Gradianto_dark_fuchsia.theme.json
- GradiantoDarkFuchsia() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gradianto.GradiantoDarkFuchsia
- GradiantoDeepOcean - Class in is.codion.plugin.flatlaf.intellij.themes.gradianto
-
https://github.com/thvardhan/Gradianto/blob/master/src/main/resources/Gradianto_deep_ocean.theme.json
- GradiantoDeepOcean() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gradianto.GradiantoDeepOcean
- GradiantoMidnightBlue - Class in is.codion.plugin.flatlaf.intellij.themes.gradianto
-
https://github.com/thvardhan/Gradianto/blob/master/src/main/resources/Gradianto_midnight_blue.theme.json
- GradiantoMidnightBlue() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gradianto.GradiantoMidnightBlue
- GradiantoNatureGreen - Class in is.codion.plugin.flatlaf.intellij.themes.gradianto
-
https://github.com/thvardhan/Gradianto/blob/master/src/main/resources/Gradianto_Nature_Green.theme.json
- GradiantoNatureGreen() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gradianto.GradiantoNatureGreen
- Gray - Class in is.codion.plugin.flatlaf.intellij.themes.gray
-
https://github.com/OlyaB/GreyTheme/blob/master/src/Gray.theme.json
- Gray() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gray.Gray
- GREATER_THAN - Enum constant in enum class is.codion.common.utilities.Operator
-
α > x - GREATER_THAN_OR_EQUAL - Enum constant in enum class is.codion.common.utilities.Operator
-
α ≥ x - greaterThan(T) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.GREATER_THANand the operand tovalue. - greaterThan(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'greaterThan'
ColumnCondition. - greaterThanOrEqualTo(T) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.GREATER_THAN_OR_EQUALand the operand tovalue. - greaterThanOrEqualTo(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'greaterThanOrEqualTo'
ColumnCondition. - gridColor(Color) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- gridLayout(int, int) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder.PanelBuilderFactory
-
Uses the default vertical and horizontal gap value
- gridLayout(int, int) - Static method in class is.codion.swing.common.ui.layout.Layouts
-
Creates a GridLayout using the default vertical and horizontal gap value
- gridLayout(GridLayout) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder.PanelBuilderFactory
- gridLayoutPanel(int, int) - Static method in class is.codion.swing.common.ui.component.Components
-
Creates a new
PanelBuilderinstance using a newGridLayoutwith the default horizontal and vertical gap. - GridLayoutPanelBuilder - Interface in is.codion.swing.common.ui.component.panel
-
Builds a
GridLayoutbased panel - group(State...) - Static method in interface is.codion.common.reactive.state.State
-
Creates a new
State.Groupinstance, which guarantees that only a single state within the group is active at a time - group(State.Group) - Method in interface is.codion.common.reactive.state.State.Builder
- group(Collection<State>) - Static method in interface is.codion.common.reactive.state.State
-
Creates a new
State.Groupinstance, which guarantees that only a single state within the group is active at a time - groupBy() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- groupBy() - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery
- groupBy(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies that this column should be grouped by.
- groupBy(String) - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery.Builder
-
Specifies the group by clause to use, without the GROUP BY keywords.
- groupByType(Collection<Entity.Key>) - Static method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns a LinkedHashMap containing the given entity keys mapped to their entityTypes, respecting the iteration order of the given collection
- groupByType(Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns a
LinkedHashMapcontaining the given entities mapped to their entityTypes, respecting the iteration order of the given collection - groupByValue(Attribute<T>, Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns a
LinkedHashMapcontaining the given entities mapped to the value ofattribute, respecting the iteration order of the given collectionList<Entity> orders = connection.select(all(Order.TYPE)); // Group orders by status LinkedHashMap<String, List<Entity>> ordersByStatus = Entity.groupByValue(Order.STATUS, orders); // Process orders by status ordersByStatus.forEach((status, statusOrders) -> { System.out.println("Status: " + status + ", Count: " + statusOrders.size()); }); // Groups can contain entities with null values List<Entity> pendingOrders = ordersByStatus.get("PENDING"); List<Entity> nullStatusOrders = ordersByStatus.get(null); - grouping(boolean) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
-
Note that this is overridden by
TextFieldBuilder.format(java.text.Format). - GROUPING_SEPARATOR - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Specifies the default number grouping separator Value type: Character Default value: The grouping separator for the default locale
- groupingSeparator(char) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- groupingUsed(boolean) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- GruvboxDarkHard - Class in is.codion.plugin.flatlaf.intellij.themes.gruvbox
-
https://github.com/Vincent-P/gruvbox-intellij-theme/blob/master/src/main/resources/gruvbox_dark_hard.theme.json
- GruvboxDarkHard() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gruvbox.GruvboxDarkHard
- GruvboxDarkMedium - Class in is.codion.plugin.flatlaf.intellij.themes.gruvbox
-
https://github.com/Vincent-P/gruvbox-intellij-theme/blob/master/src/main/resources/gruvbox_dark_medium.theme.json
- GruvboxDarkMedium() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gruvbox.GruvboxDarkMedium
- GruvboxDarkSoft - Class in is.codion.plugin.flatlaf.intellij.themes.gruvbox
-
https://github.com/Vincent-P/gruvbox-intellij-theme/blob/master/src/main/resources/gruvbox_dark_soft.theme.json
- GruvboxDarkSoft() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gruvbox.GruvboxDarkSoft
- GruvboxMaterialLightHard - Class in is.codion.plugin.flatlaf.intellij.themes.gruvbox
-
https://github.com/Ebyrdeu/gruvbox-material-light/blob/main/resources/theme/gruvbox-material-light-hard.theme.json
- GruvboxMaterialLightHard() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gruvbox.GruvboxMaterialLightHard
- GruvboxMaterialLightMedium - Class in is.codion.plugin.flatlaf.intellij.themes.gruvbox
-
https://github.com/Ebyrdeu/gruvbox-material-light/blob/main/resources/theme/gruvbox-material-light-medium.theme.json
- GruvboxMaterialLightMedium() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gruvbox.GruvboxMaterialLightMedium
- GruvboxMaterialLightSoft - Class in is.codion.plugin.flatlaf.intellij.themes.gruvbox
-
https://github.com/Ebyrdeu/gruvbox-material-light/blob/main/resources/theme/gruvbox-material-light-soft.theme.json
- GruvboxMaterialLightSoft() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.gruvbox.GruvboxMaterialLightSoft
H
- H2DatabaseFactory - Class in is.codion.dbms.h2
-
Provides h2 database implementations
- H2DatabaseFactory() - Constructor for class is.codion.dbms.h2.H2DatabaseFactory
- H2DatabaseFactory.ScriptRunner - Interface in is.codion.dbms.h2
-
Runs scripts using the H2 RunScript tool.
- Halcyon - Class in is.codion.plugin.flatlaf.intellij.themes.halcyon
-
https://github.com/ADMARIl/halcyon-jetbrains/blob/master/src/main/resources/Halcyon.theme.json
- Halcyon() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.halcyon.Halcyon
- handle() - Method in interface is.codion.framework.model.EntityEditModel.EditTask.Result
-
Notifies listeners that the task has been performed.
- handle() - Method in interface is.codion.framework.model.EntityTableModel.RefreshTask.Result
-
Replaces the refreshed entities.
- handleGetObject(String) - Method in class is.codion.common.utilities.resource.MessageBundle
- handlesNull() - Method in interface is.codion.framework.domain.entity.attribute.Column.Converter
-
Unless a Converter handles null, null values are automatically converted to null column values.
- HardHackerDarker - Class in is.codion.plugin.flatlaf.intellij.themes.hardhacker
-
https://github.com/hardhackerlabs/theme-jetbrains/blob/master/src/main/resources/theme/darker.theme.json
- HardHackerDarker() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.hardhacker.HardHackerDarker
- HardHackerNormal - Class in is.codion.plugin.flatlaf.intellij.themes.hardhacker
-
https://github.com/hardhackerlabs/theme-jetbrains/blob/master/src/main/resources/theme/normal.theme.json
- HardHackerNormal() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.hardhacker.HardHackerNormal
- hasDefaultValue() - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition
- hashCode() - Method in class is.codion.common.db.report.AbstractReport
- hashCode() - Method in class is.codion.common.utilities.TypeReference
- hasNext() - Method in interface is.codion.framework.db.rmi.RemoteEntityResultIterator
- having() - Method in interface is.codion.framework.db.EntityConnection.Count
- having() - Method in interface is.codion.framework.db.EntityConnection.Select
- having() - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery
- having() - Method in interface is.codion.framework.model.EntityConditionModel.AdditionalConditions
-
Controls the additional WHERE condition.
- having() - Method in interface is.codion.framework.model.EntityConditionModel
-
Returns a HAVING condition based on enabled condition models which are based on aggregate function columns.
- having(Condition) - Method in interface is.codion.framework.db.EntityConnection.Count.Builder
- having(Condition) - Static method in interface is.codion.framework.db.EntityConnection.Count
- having(Condition) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
The HAVING condition.
- having(Condition) - Static method in interface is.codion.framework.db.EntityConnection.Select
- having(String) - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery.Builder
-
Specifies the having clause to use, without the HAVING keyword.
- header(boolean) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Export
- headerRenderer(TableCellRenderer) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- headerRenderers(FilterTableHeaderRenderer.Factory<R, C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Note that this factory is only used to create header renderers for columns which do not already have a header renderer
- headerValue(Object) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- HELP_URL - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Specifies the URL to the application help Value type: String Default value: https://codion.is/doc/{version}/help/client.html
- HiberbeeDark - Class in is.codion.plugin.flatlaf.intellij.themes.hiberbee
-
https://github.com/hiberbee/themes/blob/latest/src/intellij/src/main/resources/themes/HiberbeeDark.theme.json
- HiberbeeDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.hiberbee.HiberbeeDark
- hidden() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- hidden() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- hidden(boolean) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies whether this attribute should be hidden in table views
- HIDDEN - Enum constant in enum class is.codion.swing.common.ui.component.table.ConditionPanel.ConditionView
-
The condition panel is hidden.
- HIDDEN - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.PanelState
-
Hidden
- hiddenColumns(C...) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- HIDE_DELAY - Static variable in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
-
Specifies the minimum duration in milliseconds that a progress dialog should remain visible.
- hideAuditColumns() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- hideAuditColumns(boolean) - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
- hierarchyListener(HierarchyListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- hierarchyListener(HierarchyListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- HighContrast - Class in is.codion.plugin.flatlaf.intellij.themes.highcontrast
-
https://github.com/JetBrains/intellij-community/blob/master/platform/platform-resources/src/themes/HighContrast.theme.json
- HighContrast() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.highcontrast.HighContrast
- highlightColor(Color) - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- highlightColor(Color) - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- HikariConnectionPoolFactory - Class in is.codion.plugin.hikari.pool
-
A HikariCP connection pool based
ConnectionPoolFactoryimplementation - HikariConnectionPoolFactory() - Constructor for class is.codion.plugin.hikari.pool.HikariConnectionPoolFactory
- hint() - Method in class is.codion.swing.common.ui.component.text.HintTextField
- hint(String) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
- HintTextField - Class in is.codion.swing.common.ui.component.text
-
A text field which displays a hint when it is not the focus owner and contains no text.
- HintTextField(String) - Constructor for class is.codion.swing.common.ui.component.text.HintTextField
- HintTextField(Document, String) - Constructor for class is.codion.swing.common.ui.component.text.HintTextField
- HintTextField(Document) - Constructor for class is.codion.swing.common.ui.component.text.HintTextField
- HIREDATE - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- HORIZONTAL_ALIGNMENT - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default horizontal alignment.
- horizontalAlignment() - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
- horizontalAlignment(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- horizontalAlignment(int) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
-
Default
SwingConstants.LEADING - horizontalAlignment(int) - Method in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
- horizontalAlignment(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
-
Note that this setting does not apply when using
FilterTableCellRenderer.Builder.renderer(TableCellRenderer)orFilterTableCellRenderer.Builder.component(ComponentValue). - horizontalAlignment(int) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
- horizontalBlockIncrement(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- horizontalGap(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Sets the horizontal gap between components.
- horizontalScrollBarPolicy(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- horizontalTextPosition(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- horizontalUnitIncrement(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- HostMonitor - Class in is.codion.tools.monitor.model
-
A HostMonitor
- HostMonitor(String, int, User, int) - Constructor for class is.codion.tools.monitor.model.HostMonitor
-
Instantiates a new
HostMonitor - HostMonitorPanel - Class in is.codion.tools.monitor.ui
-
A HostMonitorPanel
- HostMonitorPanel(HostMonitor) - Constructor for class is.codion.tools.monitor.ui.HostMonitorPanel
-
Instantiates a new HostMonitorPanel
- hostMonitors() - Method in class is.codion.tools.monitor.model.EntityServerMonitor
- hostname() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider
- hostname() - Method in class is.codion.tools.monitor.model.HostMonitor
- hostname(String) - Method in interface is.codion.common.rmi.server.Server.Locator.Builder
- hostname(String) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- hostname(String) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- hostname(String) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- hostname(String) - Method in class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
- hostname(String) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider.Builder
- HOSTNAME - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
The host on which to locate the http server Value type: String Default value: localhost
- hoursMinutes() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern.Builder
- hoursMinutesSeconds() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern.Builder
- hoursMinutesSecondsMilliseconds() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern.Builder
- HSQLDatabaseFactory - Class in is.codion.dbms.hsqldb
-
Provides hsql database implementations
- HSQLDatabaseFactory() - Constructor for class is.codion.dbms.hsqldb.HSQLDatabaseFactory
- HTTP_PORT - Static variable in class is.codion.tools.swing.mcp.SwingMcpPlugin
-
System property to set the HTTP server port (default: 8080).
- HttpEntityConnection - Interface in is.codion.framework.db.http
-
A factory for http based EntityConnection builder.
- HttpEntityConnection.Builder - Interface in is.codion.framework.db.http
-
Builds a http based EntityConnection
- HttpEntityConnectionProvider - Interface in is.codion.framework.db.http
-
A class responsible for managing a HttpEntityConnection.
- HttpEntityConnectionProvider.Builder - Interface in is.codion.framework.db.http
-
Builds a
HttpEntityConnectionProviderinstance. - https(boolean) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- https(boolean) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- https(boolean) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
I
- i18n() - Method in class is.codion.tools.generator.domain.DomainSource
- i18n() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- i18n(boolean) - Method in interface is.codion.tools.generator.domain.DomainSource.Builder
- i18n(T, String, String) - Static method in interface is.codion.common.utilities.item.Item
-
Creates a new
Item, which gets its caption from a resource bundle. - i18nProperties() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- i18nSearchString(EntityDefinition) - Static method in class is.codion.tools.generator.domain.DomainSource
- i18nSearchValue() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- Iceberg - Class in is.codion.plugin.flatlaf.intellij.themes.iceberg
-
https://github.com/milankinen/intellij-iceberg-theme/blob/main/src/main/resources/Iceberg.theme.json
- Iceberg() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.iceberg.Iceberg
- icon - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- icon() - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- icon() - Method in class is.codion.swing.framework.ui.EntityPanel
- icon(ControlIcon) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
-
Sets both the small and large icons.
- icon(ControlIcon) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder
- icon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- icon(Icon) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- icon(Icon) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder.TabBuilder
- icon(ImageIcon) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- icon(ImageIcon) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
- icon(ImageIcon) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
-
Clears any icon images previously set via
FrameBuilder.iconImage(Image)orFrameBuilder.iconImages(List) - icon(ImageIcon) - Method in interface is.codion.swing.framework.ui.EntityApplication
- icon(ImageIcon) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- iconImage(Image) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
-
Clears any icons previously set via
FrameBuilder.icon(ImageIcon),FrameBuilder.iconImage(Image)orFrameBuilder.iconImages(List) - iconImages(List<Image>) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
-
Clears any icons previously set via
FrameBuilder.icon(ImageIcon),FrameBuilder.iconImage(Image)orFrameBuilder.iconImages(List) - iconTextGap(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- iconTextGap(int) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- id() - Method in interface is.codion.common.rmi.server.ServerInformation
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.DateTimeTest
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.Department
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.EnumEntity
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.Master
- ID - Static variable in interface is.codion.framework.model.test.TestDomain.NonGeneratedPK
- identifier() - Method in interface is.codion.swing.common.model.component.table.FilterTableSort.ColumnSortOrder
- identifier() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- identifier() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
- identifier(int) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.TableColumns
- identifier(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- identifiers() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.TableColumns
-
This method gets called quite often, so it is recommended to return a constant List instance, instead of creating one each time.
- identifiers() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.ColumnSelection
- identifiers() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- identifiers() - Method in class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns
- identifiers() - Method in class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns
- identifiers() - Method in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- identifiers() - Method in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- identifiers() - Method in class is.codion.tools.monitor.model.ServerMonitor.DomainColumns
- identifiers() - Method in class is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- identifiers() - Method in class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- identity() - Static method in interface is.codion.framework.domain.entity.attribute.Column.Generator
-
Returns a column value generator based on an IDENTITY type column.
- IDLE_CONNECTION_TIMEOUT - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies the default idle client connection timeout in milliseconds.
- IDLE_TIMEOUT - Static variable in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies the default idle timeout in milliseconds.
- idleConnectionTimeout() - Method in interface is.codion.framework.server.EntityServerConfiguration
- idleConnectionTimeout() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
- idleConnectionTimeout(int) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- ignoreCase() - Method in interface is.codion.framework.domain.entity.OrderBy.OrderByColumn
- image() - Method in class is.codion.swing.common.ui.component.image.ImagePane
-
Note that setting the image via this value without specifying the format does not populate the associated byte[]
ComponentValue, for that to happen you must useImagePane.ImageValue.set(BufferedImage, String) - image(BufferedImage) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.Builder
-
Clears any value set via
ComponentValueBuilder.value(Object). - image(BufferedImage, String) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.Builder
-
Clears any image set via
ImagePane.Builder.image(BufferedImage). - image(String) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.Builder
-
Clears any image set via
ImagePane.Builder.image(BufferedImage). - ImagePane - Class in is.codion.swing.common.ui.component.image
-
ImagePaneis a lightweight container displaying an image that can be zoomed in and out and panned with ease and simplicity, using adaptive rendering for high quality display and satisfactory performance. - ImagePane.Builder - Interface in is.codion.swing.common.ui.component.image
-
Builds an
ImagePane - ImagePane.CenterImage - Class in is.codion.swing.common.ui.component.image
-
Centers the image
- ImagePane.CoordinateTranslator - Class in is.codion.swing.common.ui.component.image
-
Provides coordinate translations.
- ImagePane.ImageValue - Interface in is.codion.swing.common.ui.component.image
-
Controls the image displayed in an
ImagePane - ImagePane.NavigationCorner - Enum Class in is.codion.swing.common.ui.component.image
-
Specifies the location of the navigation image within the pane.
- ImagePane.ZoomDevice - Enum Class in is.codion.swing.common.ui.component.image
-
Defines zoom devices.
- immutable() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns an immutable version of this entity, all foreign key entities are also immutable.
- IMPL_SOURCE_DIRECTORY - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel
-
The implementation source directory, relative to the user directory, used when saving the domain files when split into api/impl
- implementation() - Method in class is.codion.tools.generator.domain.DomainSource
- implSearchString(EntityDefinition) - Static method in class is.codion.tools.generator.domain.DomainSource
- implSearchValue() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- implSourceDirectory() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- importData(TransferHandler.TransferSupport) - Method in class is.codion.swing.common.ui.transfer.FileTransferHandler
- importFiles(Component, List<File>) - Method in class is.codion.swing.common.ui.transfer.FileTransferHandler
-
Called after a successful import
- in() - Method in interface is.codion.common.model.condition.ConditionModel.Operands
- in() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.OperandComponents
- in(ConditionModel<T>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.ConditionComponents
- in(ConditionModel<T>) - Method in class is.codion.swing.framework.ui.EntityConditionComponents
- in(Entity...) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyConditions
-
Returns an 'in'
Condition. - in(Collection<? extends T>) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns an 'in'
ColumnCondition. - in(Collection<Entity>) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyConditions
-
Returns an 'in'
Condition. - in(Collection<T>) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.INand the operands tovalues. - in(T...) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.INand the operands tovalues. - in(T...) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns an 'in'
ColumnCondition. - IN - Enum constant in enum class is.codion.common.utilities.Operator
-
α ∈ {x,y,z...} - include() - Method in interface is.codion.framework.db.EntityConnection.Select
-
Returns the attributes to include in addition to those specified via
EntityConnection.Select.attributes(). - include() - Method in interface is.codion.framework.model.EntityExport.ExportAttributes
- include() - Method in interface is.codion.framework.model.EntityQueryModel.SelectAttributes
-
Returns the
ValueSetcontrolling additional attributes to include when querying entities, beyond the default selected attributes. - include(FilterModel.IncludePredicate<T>) - Method in interface is.codion.common.model.filter.FilterModel.Items.Builder
- include(Attribute<?>...) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition.Builder
-
By default, all attributes are included when the referenced entity is selected.
- include(Attribute<?>...) - Method in interface is.codion.framework.model.EntityExport.ExportAttributes.Builder
- include(Column<?>) - Method in class is.codion.framework.model.EntityConditions
- include(ForeignKey) - Method in class is.codion.framework.model.EntityConditions
- include(Collection<? extends Attribute<?>>) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Specifies additional attributes to include in the query result beyond those in
EntityConnection.Select.attributes(). - include(Collection<Attribute<?>>) - Method in interface is.codion.framework.model.EntityExport.ExportAttributes.Builder
- include(T...) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Specifies additional attributes to include in the query result beyond those in
EntityConnection.Select.attributes(). - INCLUDE_CLEAR_CONTROL - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a 'Clear' control in the popup menu.
- INCLUDE_CONDITIONS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a condition panel.
- INCLUDE_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies whether entity panels should include controls by default Value type: Boolean Default value: true
- INCLUDE_CONTROLS - Static variable in class is.codion.swing.framework.ui.TabbedDetailLayout
-
Specifies whether actions to hide detail panels or show them in a dialog should be available to the user, for example in a popup menu or on a toolbar.
- INCLUDE_ENTITY_MENU - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Specifies whether to include a
EntityPopupMenuon this edit panel, triggered with CTRL-ALT-V by default. - INCLUDE_ENTITY_MENU - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a
EntityPopupMenuon this table, triggered with CTRL-ALT-V. - INCLUDE_EXPORT - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include an export panel (Copy -> Copy Expanded...).
- INCLUDE_FILTERS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a filter panel.
- INCLUDE_INSTALLED_LOOK_AND_FEELS - Static variable in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
-
Specifies whether to include installed look and feels in the selection combo box by default.
- INCLUDE_LIMIT_MENU - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a popup menu for configuring the table model limit.
- INCLUDE_POPUP_MENU - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include the default popup menu on entity tables Value type: Boolean Default value: true
- INCLUDE_QUERY_INSPECTOR - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Specifies whether to include a Query Inspector on this edit panel, triggered with CTRL-ALT-Q.
- INCLUDE_QUERY_INSPECTOR - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a Query Inspector on this table, triggered with CTRL-ALT-Q.
- INCLUDE_SUMMARY - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to include a summary panel.
- INCLUDE_TOGGLE_EDIT_PANEL_CONTROL - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies whether a control for toggling the edit panel is available to the user Value type: Boolean Default value: true
- includeAddButton(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- includeAddButton(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- includeAddControl(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeButtonText(boolean) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
- includeClearControl(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeConditions(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeControls(boolean) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- includeControls(boolean) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
- included() - Method in interface is.codion.common.model.filter.FilterModel.Items
- included(Attribute<?>) - Method in interface is.codion.framework.model.EntityQueryModel.SelectAttributes
- included(Predicate<R>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- included(Predicate<T>) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder
- includeEditAttributeControl(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeEditButton(boolean) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- includeEditButton(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- includeEditControl(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeEntityMenu(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- includeEntityMenu(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeExport(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeFilters(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeInstalled() - Method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
- includeInstalled(boolean) - Method in interface is.codion.swing.common.ui.laf.LookAndFeelComboBox.Builder
- includeLimitMenu(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeNull(boolean) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
- includeNull(boolean) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
- includePopupMenu(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includePrimaryKeys(boolean) - Method in interface is.codion.framework.db.EntityConnection.BatchCopy.Builder
- includeQueryInspector(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- includeQueryInspector(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeSearchButton(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- includeSearchButton(boolean) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EntitySelectionDialogBuilder
-
Defaults to false if no condition panel is available in the associated
EntityTablePanel - includeSingleSelectionControl(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeSouthPanel(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeSummaries(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeText(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
-
Note that setting this to false overrides the caption text from the action, if one is specified.
- includeTime(boolean) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- includeTimeZone(boolean) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- includeTodayButton(boolean) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- includeToggleEditPanelControl(boolean) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- includeToolBar(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- includeWeekNumbers(boolean) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- INCREASE_COLUMN_SIZE - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Increases the size of the selected column.
Default key stroke: CTRL-ADD - increment() - Method in interface is.codion.common.model.selection.MultiSelection.Indexes
-
Increments all selected indexes by one, with wrap-around.
- INCREMENT - Static variable in class is.codion.swing.common.ui.component.text.TemporalField.ControlKeys
-
Increments the date component under the cursor.
Default key stroke: UP ARROW - INCREMENT_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Increments the selected indexes, moving the selection down.
Default key stroke: CTRL-SHIFT-DOWN - incrementDecrementEnabled(boolean) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- indeterminate(boolean) - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- indeterminate(boolean) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- indeterminate(boolean) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- index() - Method in interface is.codion.common.model.selection.MultiSelection
-
Returns the
Valuecontrolling the selected index. - indexes() - Method in interface is.codion.common.model.selection.MultiSelection
- indexes() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.ColumnSelection
- indexOf(T) - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
- information() - Method in class is.codion.common.rmi.server.AbstractServer
- information() - Method in interface is.codion.common.rmi.server.AuxiliaryServer
- information() - Method in interface is.codion.common.rmi.server.Server
- information() - Method in class is.codion.framework.servlet.EntityService
- inIgnoreCase(String...) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a case-insensitive 'in'
ColumnCondition. - inIgnoreCase(Collection<String>) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a case-insensitive 'in'
ColumnCondition. - INIT_SCRIPTS - Static variable in interface is.codion.common.db.database.Database
-
A comma separated list of paths to scripts to run when initializing the database, implementation specific
- initial() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus
- initialDelay(int) - Method in interface is.codion.common.utilities.scheduler.TaskScheduler.Builder
- initialDetailState(EntityPanel.PanelState) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
-
Default
EntityPanel.PanelState.EMBEDDED - initialEditState(EntityPanel.PanelState) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Default
EntityPanel.PanelState.EMBEDDED - initialize() - Static method in class is.codion.swing.common.ui.UIManagerDefaults
-
A convenience method for triggering a loading of this class, which sets the UIManager defaults
- initialize() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Initializes this panel and marks is as initialized, subsequent calls have no effect.
- initialize() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Initializes this EntityEditPanel.
- initialize() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Initializes this EntityPanel, in case of some specific initialization code you can override the
EntityPanel.initializeUI()method and add your code there. - initialize() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Initializes the UI, while presenting a wait cursor to the user.
- initializeActiveDetailModel() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- initializeComboBoxModels(Attribute<?>...) - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Creates and refreshes combo box models for the given attributes.
- initialized() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
- initialized() - Method in class is.codion.swing.framework.ui.EntityEditPanel
- initializeEditPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Initializes the edit panel, if one is available.
- initializeMainComponent() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Initializes the main component, which is
EntityPanel.defaultPanel()in case of no detail panels or the result ofEntityPanel.DetailLayout.layout()in case of one or more detail panels. - initializeSouthPanel() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Initializes the south panel, override and return null for no south panel.
- initializeTablePanel() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Initializes the table panel, if one is available.
- initializeUI() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Initializes this EntityEditPanel UI, that is, creates and lays out the components required for editing the underlying entity type.
- initializeUI() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Initializes this EntityPanels UI.
- inPoolDataset() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- input() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- InputDialogBuilder<T> - Interface in is.codion.swing.common.ui.dialog
-
Displays the component from a given component value in a dialog and returns the value if the user accepts the input.
- InputDialogBuilder.ComponentStep - Interface in is.codion.swing.common.ui.dialog
-
Provides an
InputDialogBuilderinstance - inputFieldColumns(int) - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder
- inputPanel() - Static method in class is.codion.swing.common.ui.component.Components
- InputPanelBorderLayoutBuilder - Interface in is.codion.swing.common.ui.component.panel
-
Builds a
BorderLayoutbased input panel - InputPanelBuilder - Interface in is.codion.swing.common.ui.component.panel
-
Builds an input panel with a label and input component.
- InputPanelLayout - Interface in is.codion.swing.common.ui.component.panel
-
Creates and lays out an input panel
- InputPanelLayout.Builder - Interface in is.codion.swing.common.ui.component.panel
-
Builds a
InputPanelLayout - inSearchModel() - Method in interface is.codion.framework.model.ForeignKeyConditionModel
- inSearchModel(EntitySearchModel) - Method in interface is.codion.framework.model.ForeignKeyConditionModel.Builder
-
Note that this search model is linked to the IN operand, so no linking is required when constructing a UI component.
- inSearchModel(EntitySearchModel) - Method in interface is.codion.swing.framework.model.SwingForeignKeyConditionModel.Builder
-
Note that this search model is linked to the IN operand, so no linking is required when constructing a UI component.
- insert() - Method in interface is.codion.common.db.database.Database.QueryCounter
-
Count one insert query
- insert() - Static method in class is.codion.framework.i18n.FrameworkMessages
- insert() - Method in class is.codion.framework.model.AbstractEntityEditModel
- insert() - Method in interface is.codion.framework.model.EntityEditModel
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- insert() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Performs insert on the active entity.
- insert(Entity) - Method in interface is.codion.framework.db.EntityConnection
-
Inserts the given entity, returning the primary key.
- insert(Entity) - Method in interface is.codion.framework.db.EntityQueries
- insert(Entity) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Inserts the given entity, returning the primary key.
- insert(Collection<Entity>) - Method in interface is.codion.framework.db.EntityConnection
-
Inserts the given entities, returning the primary keys.
- insert(Collection<Entity>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Inserts the given entities, returning the primary keys in the same order as they were received.
- insert(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- insert(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- insert(Collection<Entity>, EntityConnection) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Inserts the given entities into the database using the given connection
- INSERT - Enum constant in enum class is.codion.common.db.database.Database.Operation
-
Insert
- INSERT - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Performs an insert.
- insertable() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Specifies whether this column is insertable
- insertable(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
- insertCommand() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Returns an async insert command builder
- insertConfirmer(EntityEditPanel.Confirmer) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- insertDifferentTypes() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- inserted() - Method in interface is.codion.framework.domain.entity.attribute.Column.Generator
-
The default implementation returns true.
- inserted() - Method in interface is.codion.framework.model.EntityEditModel.EditEvents
-
Returns an insert
Event, notified each time entities are inserted. - inserted(int, int) - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems.ItemsListener
-
Called when included items are inserted
- inserted(ForeignKey, Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Called when entities of the type referenced by the given foreign key are inserted.
- insertEnabled() - Method in interface is.codion.framework.model.EntityEditModel.Settings
-
Disabling insert causes an exception being thrown when inserting.
- insertMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- insertSelect(Entity) - Method in interface is.codion.framework.db.EntityConnection
-
Inserts the given entity, returning the inserted entity.
- insertSelect(Entity) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Inserts the given entity, returning the inserted entity.
- insertSelect(Collection<Entity>) - Method in interface is.codion.framework.db.EntityConnection
-
Inserts the given entities, returning the inserted entities.
- insertSelect(Collection<Entity>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Inserts the given entities, returning the inserted entities.
- insertsPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
- insertTask() - Method in class is.codion.framework.model.AbstractEntityEditModel
- insertTask() - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.EditTaskinstance for inserting the active entity. - insertTask(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- insertTask(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.EditTaskinstance for inserting the given entities. - insertTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- insertUpdate(DocumentEvent) - Method in interface is.codion.swing.common.model.component.text.DocumentAdapter
- installed() - Method in interface is.codion.swing.common.ui.laf.LookAndFeelEnabler
- InstalledLookAndFeelProvider - Class in is.codion.swing.common.ui.laf
-
Provides the installed look and feels.
- InstalledLookAndFeelProvider() - Constructor for class is.codion.swing.common.ui.laf.InstalledLookAndFeelProvider
- instance() - Static method in interface is.codion.common.db.database.Database
-
Returns a
Databaseinstance based on the currently configured JDBC URL (Database.URL). - instance() - Static method in interface is.codion.common.db.database.DatabaseFactory
- instance() - Static method in interface is.codion.common.db.pool.ConnectionPoolFactory
-
Returns the first
ConnectionPoolFactoryimplementation found by theServiceLoader. - instance() - Static method in interface is.codion.common.utilities.logging.LoggerProxy
- instance() - Static method in interface is.codion.swing.common.ui.component.indicator.ModifiedIndicatorFactory
-
Returns an instance from the
ServiceLoader, of the type specified byModifiedIndicatorFactory.FACTORY_CLASS - instance() - Static method in interface is.codion.swing.common.ui.component.indicator.ValidIndicatorFactory
-
Returns an instance from the
ServiceLoader, of the type specified byValidIndicatorFactory.FACTORY_CLASS - instance() - Static method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- instance(DomainType) - Static method in interface is.codion.framework.json.domain.EntityObjectMapperFactory
-
Returns the first available
EntityObjectMapperFactoryinstance compatible with the given domain type, if no such mapper factory is available a default one, compatible with all domain models, is returned. - instance(String) - Static method in interface is.codion.common.db.database.DatabaseFactory
- instance(String) - Static method in interface is.codion.common.db.pool.ConnectionPoolFactory
-
Returns the
ConnectionPoolFactoryimplementation found by theServiceLoaderof the given type. - instance(String) - Static method in interface is.codion.common.rmi.server.AuxiliaryServerFactory
-
Returns the
AuxiliaryServerFactoryimplementation found by theServiceLoaderof the given type. - instance(String) - Static method in interface is.codion.common.rmi.server.ObjectInputFilterFactory
-
Returns the
ObjectInputFilterFactoryimplementation found by theServiceLoaderof the given type. - instance(String) - Static method in interface is.codion.swing.common.ui.component.indicator.ModifiedIndicatorFactory
-
Returns an instance from the
ServiceLoader, of the type specified byfactoryClassName - instance(String) - Static method in interface is.codion.swing.common.ui.component.indicator.ValidIndicatorFactory
-
Returns an instance from the
ServiceLoader, of the type specified byfactoryClassName - instance(String) - Static method in interface is.codion.swing.common.ui.scaler.Scaler
- instances() - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
- INT - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- INT_DERIVED - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- INT_VALUE_LIST - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- INT1 - Static variable in interface is.codion.framework.model.test.TestDomain.Derived
- INT2 - Static variable in interface is.codion.framework.model.test.TestDomain.Derived
- INT3 - Static variable in interface is.codion.framework.model.test.TestDomain.Derived
- INT4 - Static variable in interface is.codion.framework.model.test.TestDomain.Derived
- integerAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Integer based attribute, associated with this EntityType.
- integerColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Integer based column, associated with this EntityType.
- integerField() - Static method in class is.codion.swing.common.ui.component.Components
- integerField(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
NumberFieldbuilder based on the given attribute. - integerSelectorField(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Creates a
TextFieldBuilderreturning aNumberFieldwhich value is bound to the selected value in this combo box - integerSelectorField(FilterComboBoxModel.ItemFinder<Entity, Integer>) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Creates a
TextFieldBuilderreturning aNumberFieldwhich value is bound to the selected value in this combo box - integerSpinner() - Static method in class is.codion.swing.common.ui.component.Components
- integerSpinner(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSpinnerbuilder based on the given attribute. - integerValue(String) - Static method in class is.codion.common.utilities.Configuration
-
Creates an integer configuration value
- integerValue(String) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given integer property
- integerValue(String, int) - Static method in class is.codion.common.utilities.Configuration
-
Creates an integer configuration value
- integerValue(String, int) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given integer property
- IntelliJThemeProvider - Class in is.codion.plugin.flatlaf.intellij
-
Provides Look And Feels based on IntelliJ themes.
- IntelliJThemeProvider() - Constructor for class is.codion.plugin.flatlaf.intellij.IntelliJThemeProvider
- intercellSpacing(Dimension) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- interval() - Method in class is.codion.common.utilities.scheduler.TaskScheduler
-
Controls the task interval and when set, in case this scheduler was running, re-schedules the task.
- interval(int, TimeUnit) - Method in interface is.codion.common.utilities.scheduler.TaskScheduler.Builder.IntervalStep
- inUse() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- inUse() - Method in interface is.codion.common.db.pool.ConnectionPoolState
- inUse() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- invalid() - Method in exception class is.codion.framework.domain.entity.exception.ValidationException
- invalidateLayout(Container) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- invalidAttribute(Attribute<?>, Object, String) - Static method in interface is.codion.framework.domain.entity.exception.ValidationException.InvalidAttribute
- invalidCharacters(String) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- invalidCharacters(String) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- invalidStringToNullValue(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- invalidStringToNullValue(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
-
If set to true then
MaskFormatter.stringToValue(String)returns null when it encounters an unparsable string, instead of throwing aParseException. - inverted(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- invoke(ProxyBuilder.ProxyMethod.Parameters<T>) - Method in interface is.codion.common.utilities.proxy.ProxyBuilder.ProxyMethod
-
Invokes this proxy method.
- invokesStopCellEditing(boolean) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- is() - Method in interface is.codion.common.reactive.state.ObservableState
- is() - Method in interface is.codion.common.reactive.value.Value.Locked
- is(T) - Method in interface is.codion.common.reactive.observer.Observable
-
Returns true if the underlying value is equal to the given one.
- is(Entity, Attribute<?>) - Method in interface is.codion.framework.model.EntityTableModel.EntityTableEditor.Editable
- is.codion.common.db - module is.codion.common.db
-
Core classes concerned with JDBC connectivity.
- is.codion.common.db.database - package is.codion.common.db.database
-
Database related classes.
- is.codion.common.db.exception - package is.codion.common.db.exception
-
Database related Exceptions.
- is.codion.common.db.operation - package is.codion.common.db.operation
-
Database operations and functions.
- is.codion.common.db.pool - package is.codion.common.db.pool
-
Connection pool related classes.
- is.codion.common.db.report - package is.codion.common.db.report
-
Report related classes.
- is.codion.common.db.result - package is.codion.common.db.result
-
ResultSet handling related classes.
- is.codion.common.i18n - module is.codion.common.i18n
-
Shared i18n messages.
- is.codion.common.i18n - package is.codion.common.i18n
-
i18n related classes.
- is.codion.common.model - module is.codion.common.model
-
Shared model classes.
- is.codion.common.model - package is.codion.common.model
-
Application model related classes.
- is.codion.common.model.condition - package is.codion.common.model.condition
-
Condition related classes.
- is.codion.common.model.filter - package is.codion.common.model.filter
- is.codion.common.model.preferences - package is.codion.common.model.preferences
-
Preferences related classes.
- is.codion.common.model.selection - package is.codion.common.model.selection
-
Selection related classes.
- is.codion.common.model.summary - package is.codion.common.model.summary
-
Summary related classes.
- is.codion.common.reactive - module is.codion.common.reactive
-
Reactive classes used throughout.
- is.codion.common.reactive.event - package is.codion.common.reactive.event
-
Event related classes.
- is.codion.common.reactive.observer - package is.codion.common.reactive.observer
-
ObserverandObservable. - is.codion.common.reactive.state - package is.codion.common.reactive.state
-
See
StateandObservableState. - is.codion.common.reactive.value - package is.codion.common.reactive.value
-
Valueand related classes. - is.codion.common.rmi - module is.codion.common.rmi
-
RMI client/server classes.
- is.codion.common.rmi.client - package is.codion.common.rmi.client
-
RMI client related classes.
- is.codion.common.rmi.server - package is.codion.common.rmi.server
-
RMI server related classes.
- is.codion.common.rmi.server.exception - package is.codion.common.rmi.server.exception
-
RMI server related exceptions.
- is.codion.common.utilities - module is.codion.common.utilities
-
Configuration values:
Text.COLLATOR_LANGUAGE - is.codion.common.utilities - package is.codion.common.utilities
-
Common utilities.
- is.codion.common.utilities.exceptions - package is.codion.common.utilities.exceptions
-
Exception related classes.
- is.codion.common.utilities.format - package is.codion.common.utilities.format
-
Formatting related classes.
- is.codion.common.utilities.item - package is.codion.common.utilities.item
-
See
Item. - is.codion.common.utilities.logging - package is.codion.common.utilities.logging
-
Logging related classes.
- is.codion.common.utilities.property - package is.codion.common.utilities.property
-
Propery related classes.
- is.codion.common.utilities.proxy - package is.codion.common.utilities.proxy
-
Dynamic proxy related classes.
- is.codion.common.utilities.resource - package is.codion.common.utilities.resource
-
Resource bundle related classes.
- is.codion.common.utilities.scheduler - package is.codion.common.utilities.scheduler
-
Task scheduling related classes.
- is.codion.common.utilities.user - package is.codion.common.utilities.user
-
See
User. - is.codion.common.utilities.version - package is.codion.common.utilities.version
-
See
Version. - is.codion.dbms.db2 - module is.codion.dbms.db2
-
DatabaseFactoryimplementation for Db2. - is.codion.dbms.db2 - package is.codion.dbms.db2
- is.codion.dbms.derby - module is.codion.dbms.derby
-
DatabaseFactoryimplementation for Derby. - is.codion.dbms.derby - package is.codion.dbms.derby
- is.codion.dbms.h2 - module is.codion.dbms.h2
-
DatabaseFactoryimplementation for H2. - is.codion.dbms.h2 - package is.codion.dbms.h2
- is.codion.dbms.hsqldb - module is.codion.dbms.hsqldb
-
DatabaseFactoryimplementation for HSQLDB. - is.codion.dbms.hsqldb - package is.codion.dbms.hsqldb
- is.codion.dbms.mariadb - module is.codion.dbms.mariadb
-
DatabaseFactoryimplementation for MariaDb. - is.codion.dbms.mariadb - package is.codion.dbms.mariadb
- is.codion.dbms.mysql - module is.codion.dbms.mysql
-
DatabaseFactoryimplementation for MySQL. - is.codion.dbms.mysql - package is.codion.dbms.mysql
- is.codion.dbms.oracle - module is.codion.dbms.oracle
-
DatabaseFactoryimplementation for Oracle. - is.codion.dbms.oracle - package is.codion.dbms.oracle
- is.codion.dbms.postgresql - module is.codion.dbms.postgresql
-
DatabaseFactoryimplementation for PostgreSQL. - is.codion.dbms.postgresql - package is.codion.dbms.postgresql
- is.codion.dbms.sqlite - module is.codion.dbms.sqlite
-
DatabaseFactoryimplementation for SQLite. - is.codion.dbms.sqlite - package is.codion.dbms.sqlite
- is.codion.dbms.sqlserver - module is.codion.dbms.sqlserver
-
DatabaseFactoryimplementation for SQL Server. - is.codion.dbms.sqlserver - package is.codion.dbms.sqlserver
- is.codion.framework.db - package is.codion.framework.db
-
Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPEEntityConnectionProvider.CLIENT_CONNECTION_TYPEEntityConnectionProvider.DESCRIPTION - is.codion.framework.db.core - module is.codion.framework.db.core
-
Core framework database connection classes, such as:
EntityConnectionEntityConnectionProvider - is.codion.framework.db.http - module is.codion.framework.db.http
-
HTTP based database connection classes.
- is.codion.framework.db.http - package is.codion.framework.db.http
- is.codion.framework.db.local - module is.codion.framework.db.local
-
Local JDBC based database connection classes.
- is.codion.framework.db.local - package is.codion.framework.db.local
- is.codion.framework.db.local.tracer - package is.codion.framework.db.local.tracer
- is.codion.framework.db.rmi - module is.codion.framework.db.rmi
-
RMI based database connection classes.
- is.codion.framework.db.rmi - package is.codion.framework.db.rmi
- is.codion.framework.domain - module is.codion.framework.domain
-
Framework domain model classes, such as:
DomainEntityEntityDefinitionAttributeAttributeDefinitionValueAttributeDefinitionColumnColumnDefinitionForeignKeyForeignKeyDefinitionConditionColumnConditionColumnConditionsForeignKeyConditions - is.codion.framework.domain - package is.codion.framework.domain
-
Domain model related classes.
- is.codion.framework.domain.db - module is.codion.framework.domain.db
-
Framework database domain model classes, such as:
SchemaDomain - is.codion.framework.domain.db - package is.codion.framework.domain.db
- is.codion.framework.domain.entity - package is.codion.framework.domain.entity
-
Package configuration values:
EntityValidator.STRICT_VALIDATIONEntities.VALIDATE_FOREIGN_KEYSEntities.STRICT_DESERIALIZATIONAttributeDefinition.FRACTION_DIGITS
AttributeDefinition.NUMBER_GROUPING
AttributeDefinition.GROUPING_SEPARATOR
AttributeDefinition.DECIMAL_SEPARATOR
AttributeDefinition.USE_LEXICAL_STRING_COMPARATOR
AttributeDefinition.ROUNDING_MODE
ForeignKeyDefinition.REFERENCE_DEPTH - is.codion.framework.domain.entity.attribute - package is.codion.framework.domain.entity.attribute
-
Attribute related classes.
- is.codion.framework.domain.entity.condition - package is.codion.framework.domain.entity.condition
-
Provides a type-safe condition API for building SQL WHERE clauses programmatically.
- is.codion.framework.domain.entity.exception - package is.codion.framework.domain.entity.exception
-
Domain model exception related classes.
- is.codion.framework.domain.entity.query - package is.codion.framework.domain.entity.query
-
Query related classes.
- is.codion.framework.domain.test - module is.codion.framework.domain.test
-
Domain model unit test classes.
- is.codion.framework.domain.test - package is.codion.framework.domain.test
- is.codion.framework.i18n - module is.codion.framework.i18n
-
Shared framework i18n messages.
- is.codion.framework.i18n - package is.codion.framework.i18n
- is.codion.framework.json.db - module is.codion.framework.json.db
-
JSON serialization for db related classes.
- is.codion.framework.json.db - package is.codion.framework.json.db
- is.codion.framework.json.domain - module is.codion.framework.json.domain
-
JSON serialization for domain related classes.
- is.codion.framework.json.domain - package is.codion.framework.json.domain
- is.codion.framework.model - module is.codion.framework.model
-
Framework application model classes, such as:
EntityModelEntityEditModelEntityTableModelEntityConditionModelEntityQueryModelEntityApplicationModel - is.codion.framework.model - package is.codion.framework.model
-
Package configuration values:
EntityApplicationModel.USER_PREFERENCESEntityApplicationModel.RESTORE_DEFAULT_PREFERENCESEntityApplicationModel.PREFERENCES_KEYEntityEditModel.EDIT_EVENTSEntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYSEntityQueryModel.LIMITEntityTableModel.ON_INSERTEntityTableModel.ORDER_QUERYForeignKeyModelLink.SET_CONDITION_ON_INSERTForeignKeyModelLink.SET_VALUE_ON_INSERTForeignKeyModelLink.REFRESH_ON_SELECTIONForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTIONForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTIONEntitySearchModel.DEFAULT_LIMIT - is.codion.framework.model.test - module is.codion.framework.model.test
-
Base classes for unit testing framework application model classes:
AbstractEntityModelTestAbstractEntityTableModelTestAbstractEntityApplicationModelTest - is.codion.framework.model.test - package is.codion.framework.model.test
- is.codion.framework.server - module is.codion.framework.server
-
RMI application server.
- is.codion.framework.server - package is.codion.framework.server
-
Package configuration values:
EntityServerConfiguration.CONNECTION_POOL_FACTORYEntityServerConfiguration.CONNECTION_LIMITEntityServerConfiguration.CLIENT_CONNECTION_TIMEOUTEntityServerConfiguration.METHOD_TRACINGEntityServerConfiguration.CONNECTION_POOL_USERSEntityServerConfiguration.DOMAIN_CLASSES - is.codion.framework.servlet - module is.codion.framework.servlet
-
Servlet AuxiliaryServer implementation for EntityServer, based on Javalin.
- is.codion.framework.servlet - package is.codion.framework.servlet
- is.codion.plugin.flatlaf - module is.codion.plugin.flatlaf
-
Flat Look and Feel service utilities, valid indicator and scaler
- is.codion.plugin.flatlaf.indicator - package is.codion.plugin.flatlaf.indicator
- is.codion.plugin.flatlaf.intellij - package is.codion.plugin.flatlaf.intellij
- is.codion.plugin.flatlaf.intellij.themes - module is.codion.plugin.flatlaf.intellij.themes
-
Flat Look and Feel IntelliJ themes
- is.codion.plugin.flatlaf.intellij.themes - package is.codion.plugin.flatlaf.intellij.themes
- is.codion.plugin.flatlaf.intellij.themes.akusan - package is.codion.plugin.flatlaf.intellij.themes.akusan
- is.codion.plugin.flatlaf.intellij.themes.arc - package is.codion.plugin.flatlaf.intellij.themes.arc
- is.codion.plugin.flatlaf.intellij.themes.autumn - package is.codion.plugin.flatlaf.intellij.themes.autumn
- is.codion.plugin.flatlaf.intellij.themes.carbon - package is.codion.plugin.flatlaf.intellij.themes.carbon
- is.codion.plugin.flatlaf.intellij.themes.catppuccin - package is.codion.plugin.flatlaf.intellij.themes.catppuccin
- is.codion.plugin.flatlaf.intellij.themes.cobalt2 - package is.codion.plugin.flatlaf.intellij.themes.cobalt2
- is.codion.plugin.flatlaf.intellij.themes.codely - package is.codion.plugin.flatlaf.intellij.themes.codely
- is.codion.plugin.flatlaf.intellij.themes.copilot - package is.codion.plugin.flatlaf.intellij.themes.copilot
- is.codion.plugin.flatlaf.intellij.themes.cutepink - package is.codion.plugin.flatlaf.intellij.themes.cutepink
- is.codion.plugin.flatlaf.intellij.themes.cyan - package is.codion.plugin.flatlaf.intellij.themes.cyan
- is.codion.plugin.flatlaf.intellij.themes.cyberpunk - package is.codion.plugin.flatlaf.intellij.themes.cyberpunk
- is.codion.plugin.flatlaf.intellij.themes.darculasolid - package is.codion.plugin.flatlaf.intellij.themes.darculasolid
- is.codion.plugin.flatlaf.intellij.themes.darkflat - package is.codion.plugin.flatlaf.intellij.themes.darkflat
- is.codion.plugin.flatlaf.intellij.themes.darkhorizon - package is.codion.plugin.flatlaf.intellij.themes.darkhorizon
- is.codion.plugin.flatlaf.intellij.themes.darkpurple - package is.codion.plugin.flatlaf.intellij.themes.darkpurple
- is.codion.plugin.flatlaf.intellij.themes.darkubuntu - package is.codion.plugin.flatlaf.intellij.themes.darkubuntu
- is.codion.plugin.flatlaf.intellij.themes.dracula - package is.codion.plugin.flatlaf.intellij.themes.dracula
- is.codion.plugin.flatlaf.intellij.themes.elegant - package is.codion.plugin.flatlaf.intellij.themes.elegant
- is.codion.plugin.flatlaf.intellij.themes.espresso - package is.codion.plugin.flatlaf.intellij.themes.espresso
- is.codion.plugin.flatlaf.intellij.themes.everforest - package is.codion.plugin.flatlaf.intellij.themes.everforest
- is.codion.plugin.flatlaf.intellij.themes.gerry - package is.codion.plugin.flatlaf.intellij.themes.gerry
- is.codion.plugin.flatlaf.intellij.themes.github - package is.codion.plugin.flatlaf.intellij.themes.github
- is.codion.plugin.flatlaf.intellij.themes.gradianto - package is.codion.plugin.flatlaf.intellij.themes.gradianto
- is.codion.plugin.flatlaf.intellij.themes.gray - package is.codion.plugin.flatlaf.intellij.themes.gray
- is.codion.plugin.flatlaf.intellij.themes.gruvbox - package is.codion.plugin.flatlaf.intellij.themes.gruvbox
- is.codion.plugin.flatlaf.intellij.themes.halcyon - package is.codion.plugin.flatlaf.intellij.themes.halcyon
- is.codion.plugin.flatlaf.intellij.themes.hardhacker - package is.codion.plugin.flatlaf.intellij.themes.hardhacker
- is.codion.plugin.flatlaf.intellij.themes.hiberbee - package is.codion.plugin.flatlaf.intellij.themes.hiberbee
- is.codion.plugin.flatlaf.intellij.themes.highcontrast - package is.codion.plugin.flatlaf.intellij.themes.highcontrast
- is.codion.plugin.flatlaf.intellij.themes.iceberg - package is.codion.plugin.flatlaf.intellij.themes.iceberg
- is.codion.plugin.flatlaf.intellij.themes.lightflat - package is.codion.plugin.flatlaf.intellij.themes.lightflat
- is.codion.plugin.flatlaf.intellij.themes.lotus - package is.codion.plugin.flatlaf.intellij.themes.lotus
- is.codion.plugin.flatlaf.intellij.themes.material - package is.codion.plugin.flatlaf.intellij.themes.material
- is.codion.plugin.flatlaf.intellij.themes.materialtheme - package is.codion.plugin.flatlaf.intellij.themes.materialtheme
- is.codion.plugin.flatlaf.intellij.themes.monocai - package is.codion.plugin.flatlaf.intellij.themes.monocai
- is.codion.plugin.flatlaf.intellij.themes.monokaipro - package is.codion.plugin.flatlaf.intellij.themes.monokaipro
- is.codion.plugin.flatlaf.intellij.themes.naturethemes - package is.codion.plugin.flatlaf.intellij.themes.naturethemes
- is.codion.plugin.flatlaf.intellij.themes.nightfall - package is.codion.plugin.flatlaf.intellij.themes.nightfall
- is.codion.plugin.flatlaf.intellij.themes.nord - package is.codion.plugin.flatlaf.intellij.themes.nord
- is.codion.plugin.flatlaf.intellij.themes.obsidiansunset - package is.codion.plugin.flatlaf.intellij.themes.obsidiansunset
- is.codion.plugin.flatlaf.intellij.themes.onedark - package is.codion.plugin.flatlaf.intellij.themes.onedark
- is.codion.plugin.flatlaf.intellij.themes.onepauintxi - package is.codion.plugin.flatlaf.intellij.themes.onepauintxi
- is.codion.plugin.flatlaf.intellij.themes.pinkasheck - package is.codion.plugin.flatlaf.intellij.themes.pinkasheck
- is.codion.plugin.flatlaf.intellij.themes.rider - package is.codion.plugin.flatlaf.intellij.themes.rider
- is.codion.plugin.flatlaf.intellij.themes.solarized - package is.codion.plugin.flatlaf.intellij.themes.solarized
- is.codion.plugin.flatlaf.intellij.themes.solidcherry - package is.codion.plugin.flatlaf.intellij.themes.solidcherry
- is.codion.plugin.flatlaf.intellij.themes.spacegray - package is.codion.plugin.flatlaf.intellij.themes.spacegray
- is.codion.plugin.flatlaf.intellij.themes.srcery - package is.codion.plugin.flatlaf.intellij.themes.srcery
- is.codion.plugin.flatlaf.intellij.themes.tayviscon - package is.codion.plugin.flatlaf.intellij.themes.tayviscon
- is.codion.plugin.flatlaf.intellij.themes.trashpanda - package is.codion.plugin.flatlaf.intellij.themes.trashpanda
- is.codion.plugin.flatlaf.intellij.themes.vscode - package is.codion.plugin.flatlaf.intellij.themes.vscode
- is.codion.plugin.flatlaf.intellij.themes.vuesion - package is.codion.plugin.flatlaf.intellij.themes.vuesion
- is.codion.plugin.flatlaf.intellij.themes.xcodedark - package is.codion.plugin.flatlaf.intellij.themes.xcodedark
- is.codion.plugin.flatlaf.scaler - package is.codion.plugin.flatlaf.scaler
- is.codion.plugin.flatlaf.themes - module is.codion.plugin.flatlaf.themes
-
Flat Look and Feels
- is.codion.plugin.flatlaf.themes - package is.codion.plugin.flatlaf.themes
- is.codion.plugin.hikari.pool - module is.codion.plugin.hikari.pool
-
Hikari implementation of
ConnectionPoolFactory. - is.codion.plugin.hikari.pool - package is.codion.plugin.hikari.pool
- is.codion.plugin.jasperreports - module is.codion.plugin.jasperreports
-
JasperReports implementation of
Report. - is.codion.plugin.jasperreports - package is.codion.plugin.jasperreports
- is.codion.plugin.jul - package is.codion.plugin.jul
- is.codion.plugin.jul.proxy - module is.codion.plugin.jul.proxy
-
Java Util Logging implementation of
LoggerProxy. - is.codion.plugin.log4j - package is.codion.plugin.log4j
- is.codion.plugin.log4j.proxy - module is.codion.plugin.log4j.proxy
-
Log4J implementation of
LoggerProxy. - is.codion.plugin.logback - package is.codion.plugin.logback
- is.codion.plugin.logback.proxy - module is.codion.plugin.logback.proxy
-
Logback implementation of
LoggerProxy. - is.codion.plugin.tomcat.pool - module is.codion.plugin.tomcat.pool
-
Tomcat implementation of
ConnectionPoolFactory. - is.codion.plugin.tomcat.pool - package is.codion.plugin.tomcat.pool
- is.codion.swing.common.model - module is.codion.swing.common.model
-
Common Swing model classes, such as:
FilterComboBoxModelFilterListSelectionFilterTableModelProgressWorker - is.codion.swing.common.model.action - package is.codion.swing.common.model.action
- is.codion.swing.common.model.component.combobox - package is.codion.swing.common.model.component.combobox
-
ComboBox model implementations with filtering support and null handling.
- is.codion.swing.common.model.component.list - package is.codion.swing.common.model.component.list
-
List model implementations with filtering and selection management.
- is.codion.swing.common.model.component.table - package is.codion.swing.common.model.component.table
-
Table model implementations with built-in filtering, sorting and selection management.
- is.codion.swing.common.model.component.text - package is.codion.swing.common.model.component.text
-
Document models and filters for text components.
- is.codion.swing.common.model.worker - package is.codion.swing.common.model.worker
-
SwingWorker-based implementations for executing background tasks with progress reporting.
- is.codion.swing.common.ui - module is.codion.swing.common.ui
- is.codion.swing.common.ui - package is.codion.swing.common.ui
-
Common Swing UI utilities and components.
- is.codion.swing.common.ui.ancestor - package is.codion.swing.common.ui.ancestor
-
Ancestor related utilities.
- is.codion.swing.common.ui.border - package is.codion.swing.common.ui.border
-
Border factory utilities.
- is.codion.swing.common.ui.color - package is.codion.swing.common.ui.color
-
Color manipulation and utilities.
- is.codion.swing.common.ui.component - package is.codion.swing.common.ui.component
-
Base component utilities and builders.
- is.codion.swing.common.ui.component.builder - package is.codion.swing.common.ui.component.builder
-
Component builder related classes.
- is.codion.swing.common.ui.component.button - package is.codion.swing.common.ui.component.button
-
Button and toggle button builders.
- is.codion.swing.common.ui.component.calendar - package is.codion.swing.common.ui.component.calendar
-
Calendar panel component.
- is.codion.swing.common.ui.component.combobox - package is.codion.swing.common.ui.component.combobox
-
Package configuration values:
Completion.COMPLETION_MODECompletion.NORMALIZE - is.codion.swing.common.ui.component.image - package is.codion.swing.common.ui.component.image
-
Image related components.
- is.codion.swing.common.ui.component.indicator - package is.codion.swing.common.ui.component.indicator
-
Package configuration values:
UnderlineModifiedIndicatorFactory.UNDERLINE_STYLE - is.codion.swing.common.ui.component.label - package is.codion.swing.common.ui.component.label
-
JLabel related classes.
- is.codion.swing.common.ui.component.list - package is.codion.swing.common.ui.component.list
-
List builders and selection utilities.
- is.codion.swing.common.ui.component.listbox - package is.codion.swing.common.ui.component.listbox
-
List box component implementations.
- is.codion.swing.common.ui.component.logging - package is.codion.swing.common.ui.component.logging
- is.codion.swing.common.ui.component.panel - package is.codion.swing.common.ui.component.panel
-
Panel builders and layouts.
- is.codion.swing.common.ui.component.progressbar - package is.codion.swing.common.ui.component.progressbar
-
Progress bar builders.
- is.codion.swing.common.ui.component.scrollpane - package is.codion.swing.common.ui.component.scrollpane
-
Scroll pane builders.
- is.codion.swing.common.ui.component.slider - package is.codion.swing.common.ui.component.slider
-
Slider builders.
- is.codion.swing.common.ui.component.spinner - package is.codion.swing.common.ui.component.spinner
-
Spinner builders for various types.
- is.codion.swing.common.ui.component.splitpane - package is.codion.swing.common.ui.component.splitpane
-
Split pane builders.
- is.codion.swing.common.ui.component.tabbedpane - package is.codion.swing.common.ui.component.tabbedpane
-
Tabbed pane builders.
- is.codion.swing.common.ui.component.table - package is.codion.swing.common.ui.component.table
-
Package configuration values:
FilterTableCellEditor.CLICK_COUNT_TO_STARTFilterTableCellRenderer.TABLE_CELL_LEFT_PADDINGFilterTableCellRenderer.TABLE_CELL_RIGHT_PADDINGFilterTableCellRenderer.NUMERICAL_HORIZONTAL_ALIGNMENTFilterTableCellRenderer.TEMPORAL_HORIZONTAL_ALIGNMENTFilterTableCellRenderer.BOOLEAN_HORIZONTAL_ALIGNMENTFilterTableCellRenderer.HORIZONTAL_ALIGNMENTFilterTableCellRenderer.ALTERNATE_ROW_COLORINGFilterTableCellRenderer.FOCUSED_CELL_INDICATORFilterTableCellRenderer.SET_BORDERFilterTableHeaderRenderer.FOCUSED_COLUMN_INDICATORFilterTable.COLUMN_REORDERINGFilterTable.AUTO_RESIZE_MODEFilterTable.COLUMN_RESIZINGFilterTable.PAINT_REMAINING_ROWSFilterTable.COLUMN_TOOL_TIPSFilterTable.FILLS_VIEWPORT_HEIGHTFilterTable.RESIZE_ROW_TO_FIT_EDITORFilterTable.STOP_EDIT_ON_FOCUS_LOST - is.codion.swing.common.ui.component.text - package is.codion.swing.common.ui.component.text
-
Package configuration values:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATORTextFieldBuilder.SELECT_ALL_ON_FOCUS_GAINED - is.codion.swing.common.ui.component.tree - package is.codion.swing.common.ui.component.tree
-
Tree builder.
- is.codion.swing.common.ui.component.value - package is.codion.swing.common.ui.component.value
-
Component value binding implementations.
- is.codion.swing.common.ui.control - package is.codion.swing.common.ui.control
-
Action control framework for UI components.
- is.codion.swing.common.ui.dialog - package is.codion.swing.common.ui.dialog
- is.codion.swing.common.ui.frame - package is.codion.swing.common.ui.frame
-
Frame builder for JFrame construction.
- is.codion.swing.common.ui.icon - package is.codion.swing.common.ui.icon
-
Package configuration values:
SVGIcons.COLOR - is.codion.swing.common.ui.key - package is.codion.swing.common.ui.key
-
Keyboard event handling utilities.
- is.codion.swing.common.ui.laf - package is.codion.swing.common.ui.laf
-
Look and feel related classes
- is.codion.swing.common.ui.layout - package is.codion.swing.common.ui.layout
-
Layout manager implementations.
- is.codion.swing.common.ui.scaler - package is.codion.swing.common.ui.scaler
-
UI scaling utilities for high DPI support.
- is.codion.swing.common.ui.transfer - package is.codion.swing.common.ui.transfer
-
Data transfer handlers for drag and drop support.
- is.codion.swing.common.ui.window - package is.codion.swing.common.ui.window
-
Window management and location utilities.
- is.codion.swing.framework.model - module is.codion.swing.framework.model
-
Framework Swing model classes, such as:
SwingEntityModelSwingEntityEditModelSwingEntityTableModelSwingEntityApplicationModelEntityComboBoxModel - is.codion.swing.framework.model - package is.codion.swing.framework.model
-
Swing model classes
- is.codion.swing.framework.model.component - package is.codion.swing.framework.model.component
-
Package configuration values:
EntityComboBoxModel.EDIT_EVENTS - is.codion.swing.framework.ui - module is.codion.swing.framework.ui
-
Framework Swing UI classes, such as:
EntityPanelEntityEditPanelEntityTablePanelEntityApplicationPanelEntityComboBoxEntityComponentsFrameworkIcons - is.codion.swing.framework.ui - package is.codion.swing.framework.ui
-
Package configuration values:
EntityApplication.USEREntityApplication.SAVE_DEFAULT_USERNAMEEntityApplication.STARTUP_DIALOGEntityApplication.CONNECTION_INFO_UPPER_CASEEntityApplicationPanel.HELP_URLEntityApplicationPanel.CONFIRM_EXITEntityApplicationPanel.CACHE_ENTITY_PANELSEntityApplicationPanel.CALL_SYSTEM_EXITEntityApplicationPanel.SQL_TRACINGEntityEditComponentPanel.VALID_INDICATOREntityEditComponentPanel.MODIFIED_INDICATOREntityEditComponentPanel.DEFAULT_TEXT_FIELD_COLUMNSEntityEditPanel.Config.USE_SAVE_CAPTIONEntityEditPanel.Config.USE_FOCUS_ACTIVATIONEntityEditPanel.Config.INCLUDE_ENTITY_MENUEntityEditPanel.Config.MODIFIED_WARNINGEntityPanel.Config.KEYBOARD_NAVIGATIONEntityPanel.Config.DISPOSE_EDIT_DIALOG_ON_ESCAPEEntityPanel.Config.INCLUDE_TOGGLE_EDIT_PANEL_CONTROLEntityPanel.Config.TOOLBAR_CONTROLSEntityPanel.Config.CONTROL_PANEL_CONSTRAINTSEntityPanel.Config.CONTROL_TOOLBAR_CONSTRAINTSEntityPanel.Config.WINDOW_TYPEEntityPanel.Config.EDIT_PANEL_CONSTRAINTSEntityTablePanel.Config.EXCLUDE_HIDDEN_COLUMNSEntityTablePanel.Config.CONDITION_VIEWEntityTablePanel.Config.FILTER_VIEWEntityTablePanel.Config.SUMMARY_PANEL_VISIBLEEntityTablePanel.Config.INCLUDE_POPUP_MENUEntityTablePanel.Config.INCLUDE_ENTITY_MENUEntityTablePanel.Config.INCLUDE_QUERY_INSPECTOREntityTablePanel.Config.INCLUDE_CLEAR_CONTROLEntityTablePanel.Config.INCLUDE_LIMIT_MENUEntityTablePanel.Config.REFRESH_BUTTON_VISIBLEEntityTablePanel.Config.COLUMN_SELECTIONEntityTablePanel.Config.INCLUDE_CONDITIONSEntityTablePanel.Config.INCLUDE_FILTERSEntityTablePanel.Config.INCLUDE_SUMMARYEntityTablePanel.Config.REFRESH_PROGRESS_BAREntityTablePanel.Config.REFRESH_PROGRESS_BAR_DELAYReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLINGTabbedApplicationLayout.TAB_PLACEMENTTabbedDetailLayout.INCLUDE_CONTROLS - is.codion.swing.framework.ui.component - package is.codion.swing.framework.ui.component
-
Package configuration values:
EntitySearchField.SEARCH_INDICATOREntitySearchField.SEARCH_PROGRESS_BAR_DELAYDefaultEditComponent.DEFAULT_TEXT_FIELD_COLUMNS - is.codion.swing.framework.ui.icon - package is.codion.swing.framework.ui.icon
-
Package configuration values:
FrameworkIcons.SMALL_SIZEFrameworkIcons.LARGE_SIZEFrameworkIcons.FRAMEWORK_ICONS - is.codion.tools.generator.domain - module is.codion.tools.generator.domain
-
Framework domain source generator model classes, such as:
DomainSource - is.codion.tools.generator.domain - package is.codion.tools.generator.domain
- is.codion.tools.generator.model - module is.codion.tools.generator.model
-
Framework Swing generator model classes, such as:
DomainGeneratorModel - is.codion.tools.generator.model - package is.codion.tools.generator.model
- is.codion.tools.generator.ui - module is.codion.tools.generator.ui
-
Framework Swing generator UI.
- is.codion.tools.generator.ui - package is.codion.tools.generator.ui
-
Package configuration values:
DomainGeneratorPanel.DEFAULT_USER - is.codion.tools.jul.classpath - module is.codion.tools.jul.classpath
-
Java Util Logging Classpath Configuration.
- is.codion.tools.jul.classpath - package is.codion.tools.jul.classpath
-
java.util.logging classpath configuration.
- is.codion.tools.loadtest - package is.codion.tools.loadtest
- is.codion.tools.loadtest.core - module is.codion.tools.loadtest.core
- is.codion.tools.loadtest.model - module is.codion.tools.loadtest.model
-
Common Swing loadtest model.
- is.codion.tools.loadtest.model - package is.codion.tools.loadtest.model
- is.codion.tools.loadtest.randomizer - package is.codion.tools.loadtest.randomizer
- is.codion.tools.loadtest.ui - module is.codion.tools.loadtest.ui
-
Common Swing loadtest UI.
- is.codion.tools.loadtest.ui - package is.codion.tools.loadtest.ui
- is.codion.tools.monitor.model - module is.codion.tools.monitor.model
-
Framework EntityServer monitor.
- is.codion.tools.monitor.model - package is.codion.tools.monitor.model
-
Package configuration values:
EntityServerMonitor.SERVER_MONITOR_UPDATE_RATE - is.codion.tools.monitor.ui - module is.codion.tools.monitor.ui
-
Framework EntityServer monitor.
- is.codion.tools.monitor.ui - package is.codion.tools.monitor.ui
- is.codion.tools.swing.mcp - module is.codion.tools.swing.mcp
-
MCP
- is.codion.tools.swing.mcp - package is.codion.tools.swing.mcp
- is.codion.tools.swing.robot - module is.codion.tools.swing.robot
-
Swing Robot
- is.codion.tools.swing.robot - package is.codion.tools.swing.robot
- isAuthenticationException(SQLException) - Method in class is.codion.common.db.database.AbstractDatabase
- isAuthenticationException(SQLException) - Method in interface is.codion.common.db.database.Database
-
Returns true if this exception represents a login credentials failure
- isBigDecimal() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isBigInteger() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isBoolean() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isByteArray() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isCellEditable(int, int) - Method in class is.codion.swing.common.ui.component.table.FilterTable
- isCellEditable(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
-
Returns true if the cell at
rowIndexandmodelColumnIndexis editable. - isCharacter() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isCollectCheckOutTimes() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- isCollectCheckOutTimes() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Returns true if connection check out times are being collected.
- isCollectPoolCheckOutTimes(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- isCollectPoolSnapshotStatistics(String) - Method in interface is.codion.framework.server.EntityServerAdmin
- isCollectSnapshotStatistics() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- isCollectSnapshotStatistics() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Returns true if snapshot statistics are being collected.
- isDecimal() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isDouble() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isEmpty() - Method in interface is.codion.common.reactive.value.ObservableValueCollection
- isEntity() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isEnum() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isInteger() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isLocalDate() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isLocalDateTime() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isLocalTime() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isLong() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isNot(T) - Method in interface is.codion.common.reactive.observer.Observable
-
Returns true if the underlying value is NOT equal to the given one.
- isNotNull() - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.NOT_EQUAL, the operand tonulland enables this condition. - isNotNull() - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'isNotNull'
ColumnCondition. - isNotNull() - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyConditions
-
Returns a 'isNotNull'
Condition. - isNull() - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.EQUAL, the operand tonulland enables this condition. - isNull() - Method in interface is.codion.common.reactive.observer.Observable
- isNull() - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'isNull'
ColumnCondition. - isNull() - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyConditions
-
Returns a 'isNull'
Condition. - isNull() - Method in interface is.codion.framework.domain.entity.Entity.Key
- isNull(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns true if a null value is mapped to the given attribute or if no mapping is found.
- isNull(Column<?>) - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns true if a null value is mapped to the given column or no mapping exists.
- isNullable() - Method in interface is.codion.common.reactive.observer.Observable
-
If false then get() is guaranteed to never return null.
- isNullable() - Method in class is.codion.common.reactive.value.AbstractValue
- isNullable() - Method in interface is.codion.common.reactive.value.ValueCollection
- isNumeric() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isOffsetDateTime() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isReferentialIntegrityException(SQLException) - Method in class is.codion.common.db.database.AbstractDatabase
- isReferentialIntegrityException(SQLException) - Method in interface is.codion.common.db.database.Database
-
Returns true if this exception is a referential integrity exception
- isShort() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isString() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isTemporal() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- isTimeoutException(SQLException) - Method in class is.codion.common.db.database.AbstractDatabase
- isTimeoutException(SQLException) - Method in interface is.codion.common.db.database.Database
-
Returns true if this exception is a timeout exception
- isTraceToFile(UUID) - Method in interface is.codion.framework.server.EntityServerAdmin
- isTracingEnabled(UUID) - Method in interface is.codion.framework.server.EntityServerAdmin
-
Returns true if logging is enabled for the given connection
- isUniqueConstraintException(SQLException) - Method in class is.codion.common.db.database.AbstractDatabase
- isUniqueConstraintException(SQLException) - Method in interface is.codion.common.db.database.Database
-
Returns true if this exception is a unique key exception
- isUserInterfaceThread() - Method in class is.codion.common.model.filter.FilterModel.AbstractRefresher
- isUserInterfaceThread() - Method in class is.codion.swing.common.model.component.list.AbstractRefreshWorker
- item() - Method in interface is.codion.common.model.selection.SingleSelection
- item() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
- item(T) - Static method in interface is.codion.common.utilities.item.Item
-
Returns an
Item, with the caption as item.toString() or an empty string in case of a null value - item(T, String) - Static method in interface is.codion.common.utilities.item.Item
-
Creates a new
Item. - Item<T> - Interface in is.codion.common.utilities.item
-
A class encapsulating a constant value and a caption representing the value.
- itemComboBox() - Static method in class is.codion.swing.common.ui.component.Components
- itemComboBox(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a JComboBox builder based on the given attribute.
- ItemComboBoxBuilder<T> - Interface in is.codion.swing.common.ui.component.combobox
-
Builds a item combo box.
- ItemComboBoxBuilder.BuilderFactory - Interface in is.codion.swing.common.ui.component.combobox
-
Provides a
ItemComboBoxBuilder - itemListener(ItemListener) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
- itemListener(ItemListener) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- itemListener(ItemListener) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- ItemRandomizer<T> - Interface in is.codion.tools.loadtest.randomizer
-
ItemRandomizer provides a way to randomly choose an item based on a weight value.
- ItemRandomizer.RandomItem<T> - Interface in is.codion.tools.loadtest.randomizer
-
Wraps an item for usage in the ItemRandomizer.
- items() - Method in class is.codion.common.model.filter.FilterModel.AbstractRefresher
- items() - Method in interface is.codion.common.model.filter.FilterModel
- items() - Method in interface is.codion.common.model.selection.MultiSelection
- items() - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition
-
Returns the valid items for this attribute or an empty list in case this is not an item based attribute
- items() - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
- items() - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder.ItemsStep
- items() - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder.Factory
-
A JList builder, where the value is represented by the list items.
- items() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- items() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
- items(Attribute<List<T>>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.FilterListBuilderFactory
-
A JList builder, where the value is represented by the list items.
- items(Collection<T>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder.ItemsStep
- items(Collection<T>) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder.ItemsStep
- items(Supplier<? extends Collection<R>>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- items(Supplier<Collection<T>>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder.ItemsStep
- items(Supplier<Collection<T>>) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder.ItemsStep
- items(List<Item<T>>) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition.Builder
-
Note that by default items are sorted by to their caption, not their value.
- items(List<Item<T>>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder.ItemsStep
-
Returns a
FilterComboBoxModel.ItemComboBoxModelBuilder, by default unsorted. - items(List<Item<T>>) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder.BuilderFactory
- itemSpinner() - Static method in class is.codion.swing.common.ui.component.Components
- itemSpinner(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSpinnerbuilder based on the given attribute. - ItemSpinnerBuilder<T> - Interface in is.codion.swing.common.ui.component.spinner
-
A builder for JSpinner based on a list of
Items. - itemValue(ComponentValue<? extends JComponent, T>) - Method in interface is.codion.swing.common.ui.component.listbox.ListBoxBuilder.ItemValueStep
- iterator() - Method in interface is.codion.framework.db.EntityResultIterator
- iterator(EntityConnection.Select) - Method in interface is.codion.framework.db.EntityConnection
-
Returns a result set iterator based on the given select.
- iterator(EntityConnection.Select) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Returns a result set iterator based on the given select.
- iterator(Condition) - Method in interface is.codion.framework.db.EntityConnection
-
Returns a result set iterator based on the given query condition.
- iterator(Condition) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Returns a result set iterator based on the given query condition.
- ITERATOR_BUFFER_SIZE - Static variable in interface is.codion.framework.db.local.LocalEntityConnection
-
Specifies the buffer size to use when iterating over entities.
- iteratorBufferSize() - Method in interface is.codion.framework.db.local.LocalEntityConnection
-
Returns the buffer size used when iterating over entities with foreign keys to populate.
- iteratorBufferSize(int) - Method in interface is.codion.framework.db.local.LocalEntityConnection
-
Sets the buffer size to use when iterating over entities with foreign keys to populate.
J
- JasperReports - Class in is.codion.plugin.jasperreports
-
Factory for
Reportbased on JasperReports. - JasperReportsDataSource<T> - Class in is.codion.plugin.jasperreports
-
A default JRDataSource implementation which iterates through the iterator received via the constructor.
- JasperReportsDataSource(Iterator<T>, BiFunction<T, JRField, Object>) - Constructor for class is.codion.plugin.jasperreports.JasperReportsDataSource
-
Instantiates a new JasperReportsDataSource.
- JasperReportsDataSource(Iterator<T>, BiFunction<T, JRField, Object>, Consumer<T>) - Constructor for class is.codion.plugin.jasperreports.JasperReportsDataSource
-
Instantiates a new JasperReportsDataSource.
- JAVAX_NET_KEYSTORE - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The system property key for specifying a ssl keystore
- JAVAX_NET_KEYSTORE_PASSWORD - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The system property key for specifying a ssl keystore password
- JAVAX_NET_TRUSTSTORE - Static variable in class is.codion.common.rmi.client.Clients
-
The system property key for specifying a ssl truststore
- JAVAX_NET_TRUSTSTORE_PASSWORD - Static variable in class is.codion.common.rmi.client.Clients
-
The system property key for specifying a ssl truststore password
- JOB - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- JOB - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- JRReport - Interface in is.codion.plugin.jasperreports
-
A JasperReport.
- JRReportType - Interface in is.codion.plugin.jasperreports
-
A Jasper Reports report.
- json(boolean) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- json(boolean) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- json(boolean) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- JSON - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
Specifies whether json serialization should be used instead of standard Java serialization Value types: Boolean Default value: true
- JSON - Static variable in class is.codion.framework.servlet.EntityService
-
Specifies whether json based services should be enabled.
- JulProxy - Class in is.codion.plugin.jul
-
A java.util.logging LoggerProxy implementation
- JulProxy() - Constructor for class is.codion.plugin.jul.JulProxy
K
- key(ForeignKey) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the key referenced by the given
ForeignKey, if the reference is null this method returns null. - key(Entity.Key) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Creates a
Conditionbased on the given key - key(EntityType) - Method in interface is.codion.framework.domain.entity.Entities
-
Entity.Key customerKey = entities.key(Customer.TYPE) .with(Customer.ID, 42) .build(); - key(String) - Static method in interface is.codion.swing.common.ui.control.CommandControl
- key(String) - Static method in interface is.codion.swing.common.ui.control.Controls
- key(String) - Static method in interface is.codion.swing.common.ui.control.ToggleControl
- key(String) - Method in class is.codion.tools.swing.robot.Controller
-
Processes the given keystroke.
- key(String, int) - Method in class is.codion.tools.swing.robot.Controller
-
Processes the given keystroke.
- key(String, int, String) - Method in class is.codion.tools.swing.robot.Controller
-
Processes the given keystroke.
- key(String, Controls.Layout) - Static method in interface is.codion.swing.common.ui.control.Controls
- key(String, String) - Method in class is.codion.tools.swing.robot.Controller
-
Processes the given keystroke.
- key(String, KeyStroke) - Static method in interface is.codion.swing.common.ui.control.CommandControl
- key(String, KeyStroke) - Static method in interface is.codion.swing.common.ui.control.ToggleControl
- KEY_LIST_REFERENCE - Static variable in class is.codion.framework.json.domain.EntityObjectMapper
- KEYBOARD_NAVIGATION - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Indicates whether keyboard navigation will be enabled Value type: Boolean Default value: true
- keyboardNavigation(boolean) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- keyChar(char) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
- keyCode(int) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
- keyEvent(ControlKey<?>) - Method in interface is.codion.swing.common.ui.control.ControlMap
-
Returns a
KeyEvents.Builderinstance if a keyStroke and a Control is associated with the givenControlKey, otherwise an emptyOptional. - keyEvent(KeyEvents.Builder) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- keyEvent(KeyEvents.Builder) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Enables the key event defined by the given
KeyEvents.Builderon the component. - keyEvent(KeyEvents.Builder) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- keyEvent(KeyEvents.Builder) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
-
Enables the key event defined by the given
KeyEvents.Builderon the dialog root pane. - keyEventBuilders - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- KeyEvents - Class in is.codion.swing.common.ui.key
-
A factory for key event builders.
- KeyEvents.Builder - Interface in is.codion.swing.common.ui.key
-
A Builder for adding a key event to a component, with a default onKeyRelease trigger and condition
JComponent.WHEN_FOCUSED. - keyIndex() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- keyListener(KeyListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- keyListener(KeyListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- keys() - Method in interface is.codion.swing.common.ui.control.Control
- keys(ForeignKey, Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns the non-null keys referenced by the given
ForeignKey - keys(Collection<Entity.Key>) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Creates a
Conditionbased on the given keys. - keys(Iterator<Entity.Key>) - Method in interface is.codion.framework.model.EntityExport.Builder.EntitiesStep
- KEYSTORE - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The rmi ssl keystore to use Value type: String Default value: null
- KEYSTORE_PASSWORD - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The rmi ssl keystore password to use Value type: String Default value: null
- KEYSTORE_PASSWORD - Static variable in class is.codion.framework.servlet.EntityService
-
Specifies the password for the keystore used for securing http connections.
- KEYSTORE_PATH - Static variable in class is.codion.framework.servlet.EntityService
-
Specifies the keystore to use for securing http connections.
- keyStroke() - Method in interface is.codion.swing.common.ui.control.Control
- keyStroke(int) - Static method in class is.codion.swing.common.ui.key.KeyEvents
-
Returns a
KeyStrokewith the given keyCode and no modifiers. - keyStroke(int, int) - Static method in class is.codion.swing.common.ui.key.KeyEvents
-
Returns a
KeyStrokewith the given keyCode and modifiers. - keyStroke(ControlKey<?>) - Method in interface is.codion.swing.common.ui.control.ControlMap
- keyStroke(ControlKey<?>, Consumer<Value<KeyStroke>>) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- keyStroke(ControlKey<?>, Consumer<Value<KeyStroke>>) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- keyStroke(ControlKey<?>, Consumer<Value<KeyStroke>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.framework.ui.component.EntityComboBox.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- keyStroke(ControlKey<?>, KeyStroke) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
- keyStroke(String) - Static method in class is.codion.swing.common.ui.key.KeyEvents
-
Returns a
KeyStrokeparsed from the given string. - keyStroke(KeyStroke) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- keyStroke(KeyStroke) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
L
- label() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- label() - Static method in class is.codion.swing.common.ui.component.Components
- label() - Method in interface is.codion.swing.framework.ui.EntityEditComponentPanel.EditorComponent
- label(String) - Static method in class is.codion.swing.common.ui.component.Components
- label(Consumer<LabelBuilder<String>>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- label(Consumer<LabelBuilder<String>>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Is overridden by subsequent calls to
ComponentBuilder.label(JLabel). - label(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.panel.InputPanelBuilder
- label(JLabel) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- label(JLabel) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Is overridden by subsequent calls to
ComponentBuilder.label(Consumer). - label(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.InputPanelBuilder
- LabelBuilder<T> - Interface in is.codion.swing.common.ui.component.label
-
A builder for JLabel.
- labelConstraints(String) - Method in interface is.codion.swing.common.ui.component.panel.InputPanelBorderLayoutBuilder
-
Defaults to
BorderLayout.NORTH - labelFor(JComponent) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- large() - Method in interface is.codion.swing.common.ui.control.ControlIcon
- LARGE_SIZE - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
The default large icon size, note that this will affect the size of buttons Value type: Integer Default value: 20
- largeIcon() - Method in interface is.codion.swing.common.ui.control.Control
- largeIcon(Icon) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- largeModel(boolean) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- LAST_SEEN - Static variable in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- layout() - Method in interface is.codion.swing.framework.ui.EntityApplicationPanel.ApplicationLayout
-
Lays out the main component for a given application panel.
- layout() - Method in interface is.codion.swing.framework.ui.EntityPanel.DetailLayout
-
Lays out a given EntityPanel along with its detail panels.
- layout() - Method in class is.codion.swing.framework.ui.TabbedApplicationLayout
- layout() - Method in class is.codion.swing.framework.ui.TabbedDetailLayout
- layout() - Method in class is.codion.swing.framework.ui.WindowDetailLayout
- layout(L) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- layout(InputPanelLayout) - Method in interface is.codion.swing.common.ui.component.panel.InputPanelBuilder
- layout(LayoutManager) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- layout(List<ControlKey<?>>) - Static method in interface is.codion.swing.common.ui.control.Controls
- layout(JComponent, JComponent) - Method in interface is.codion.swing.common.ui.component.panel.InputPanelLayout
- layout(L) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder.PanelBuilderFactory
- layoutContainer(Container) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- layoutOrientation(int) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder
- layoutPanel(JComponent, JPanel) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
This method simply adds
tablePanelat location BorderLayout.CENTER and, if non-null, the givensouthPanelto theBorderLayout.SOUTHlocation. - Layouts - Class in is.codion.swing.common.ui.layout
-
A utility class for layouts.
- lead() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.ColumnSelection
- LEFT - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Navigate to the previous panel
- leftComponent(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- leftComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- leftPad(String, int, char) - Static method in class is.codion.common.utilities.Text
-
Left pads the given string with the given pad character until a length of
lengthhas been reached - leftPadding(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- LEGACY_PREFERENCES - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Deprecated, for removal: This API element is subject to removal in a future version.replaced with file based user preferences, will be removed
- LESS_THAN - Enum constant in enum class is.codion.common.utilities.Operator
-
α < x - LESS_THAN_OR_EQUAL - Enum constant in enum class is.codion.common.utilities.Operator
-
α ≤ x - lessThan(T) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.LESS_THANand the operand tovalue. - lessThan(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'lessThan'
ColumnCondition. - lessThanOrEqualTo(T) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.LESS_THAN_OR_EQUALand the operand tovalue. - lessThanOrEqualTo(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'lessThanOrEqualTo'
ColumnCondition. - levels() - Method in interface is.codion.common.utilities.logging.LoggerProxy
- levels() - Method in class is.codion.plugin.jul.JulProxy
- levels() - Method in class is.codion.plugin.log4j.Log4jProxy
- levels() - Method in class is.codion.plugin.logback.LogbackProxy
- LightFlat - Class in is.codion.plugin.flatlaf.intellij.themes.lightflat
- LightFlat() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.lightflat.LightFlat
- LightOwl - Class in is.codion.plugin.flatlaf.intellij.themes.material
- LightOwl() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.LightOwl
- like(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'like'
ColumnConditionor 'isNull' in casevalueis null. - likeIgnoreCase(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a case-insensitive 'like'
ColumnConditionor 'isNull' in casevalueis null. - limit() - Method in interface is.codion.framework.db.EntityConnection.Select
- limit() - Method in interface is.codion.framework.model.EntityQueryModel
-
Returns the
Valuecontrolling the maximum number of rows to fetch, a null value means all rows should be fetched - limit() - Method in interface is.codion.framework.model.EntitySearchModel
- limit() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- limit(int) - Method in interface is.codion.framework.model.EntitySearchModel.Builder
- limit(int) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- limit(int) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- limit(Integer) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
- LIMIT - Static variable in interface is.codion.framework.model.EntityQueryModel
-
Specifes a default
EntityQueryModel.limit()to set for query models. - LIMIT_REFERENCE_DEPTH - Static variable in interface is.codion.framework.db.local.LocalEntityConnection
-
Specifies whether the foreign key value graph depth should be limited by the foreign key reference depth setting instead of being fully populated.
- limitOffsetClause(Integer, Integer) - Method in interface is.codion.common.db.database.Database
-
Returns a limit/offset clause variation for this database, based on the given limit and offset values.
- limitReferenceDepth() - Method in interface is.codion.framework.db.local.LocalEntityConnection
- limitReferenceDepth(boolean) - Method in interface is.codion.framework.db.local.LocalEntityConnection
- lineWrap(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- link(Observable<T>) - Method in class is.codion.common.reactive.value.AbstractValue
- link(Observable<T>) - Method in interface is.codion.common.reactive.value.Value.Builder
-
Links the given observable to the resulting value
- link(Observable<T>) - Method in interface is.codion.common.reactive.value.Value
-
Creates a unidirectional link between this value and the given observable, so that changes in the observable are reflected in this one.
- link(Observable<T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- link(Observable<T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Creates a read-only link to the given
Observable. - link(ObservableState) - Method in interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
-
Creates a read-only link to the given
ObservableState. - link(ObservableState) - Method in interface is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder
-
Creates a read-only link to the given
ObservableState. - link(State) - Method in interface is.codion.common.reactive.state.State.Builder
-
Links the given state to the resulting state
- link(State) - Method in interface is.codion.common.reactive.state.State
-
Creates a bidirectional link between this and the given original state, so that changes in one are reflected in the other.
- link(State) - Method in interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
-
Creates a bidirectional link to the given state.
- link(State) - Method in interface is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder
-
Creates a bidirectional link to the given state.
- link(Value<T>) - Method in class is.codion.common.reactive.value.AbstractValue
- link(Value<T>) - Method in interface is.codion.common.reactive.value.Value.Builder
-
Links the given value to the resulting value
- link(Value<T>) - Method in interface is.codion.common.reactive.value.Value
-
Creates a bidirectional link between this and the given original value, so that changes in one are reflected in the other.
- link(Value<T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- link(Value<T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Creates a bidirectional link to the given value.
- link(EntityComboBoxModel) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
-
Links the given combo box model representing foreign key entities to this combo box model so that selection in the foreign key model filters this model.
- link(M) - Method in class is.codion.framework.model.AbstractEntityModel
- link(M) - Method in interface is.codion.framework.model.EntityModel
- linkedValue(ValueSet<T>) - Method in interface is.codion.swing.common.ui.component.listbox.ListBoxBuilder.LinkedValueBuilder
- list() - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.ListSelector
- list(Collection<T>) - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilderFactory
- listBox() - Static method in class is.codion.swing.common.ui.component.Components
-
Creates a
JComboBoxbasedComponentValueinstance, represented by the items in the combo box (as opposed to the selected item). - ListBoxBuilder<T> - Interface in is.codion.swing.common.ui.component.listbox
-
Creates a
JComboBoxbasedComponentValueinstance, represented by the items in the combo box (as opposed to the selected item) - ListBoxBuilder.ItemValueStep - Interface in is.codion.swing.common.ui.component.listbox
-
Provides a
ListBoxBuilder.LinkedValueBuilder - ListBoxBuilder.LinkedValueBuilder<T> - Interface in is.codion.swing.common.ui.component.listbox
-
Provides a
ListBoxBuilder - listener(FilterModel.IncludedItems.ItemsListener) - Method in interface is.codion.common.model.filter.FilterModel.Items.Builder
- listener(Runnable) - Method in interface is.codion.common.reactive.state.State.Builder
- listener(Runnable) - Method in interface is.codion.common.reactive.value.Value.Builder
- listener(Runnable) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- listener(Runnable) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- ListSelectionDialogBuilder<T> - Interface in is.codion.swing.common.ui.dialog
-
A builder for a
JListbased selection dialog. - ListSelectionDialogBuilder.SelectionStep<T> - Interface in is.codion.swing.common.ui.dialog
-
Provides selection for single or multiple items.
- listSelectionListener(ListSelectionListener) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder
- listSelector(EntitySearchField) - Static method in class is.codion.swing.framework.ui.component.EntitySearchField
- listSpinner() - Static method in class is.codion.swing.common.ui.component.Components
- listSpinner(Attribute<T>, SpinnerListModel) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSpinnerbuilder based on the given attribute. - ListSpinnerBuilder<T> - Interface in is.codion.swing.common.ui.component.spinner
-
A builder for JSpinner based on a list of values.
- listValue(String, Function<String, T>) - Static method in class is.codion.common.utilities.Configuration
-
Creates a list configuration value
- listValue(String, Function<String, T>, Function<T, String>) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given list property.
- listValue(String, Function<String, T>, Function<T, String>, List<T>) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given list property.
- listValue(String, Function<String, T>, List<T>) - Static method in class is.codion.common.utilities.Configuration
-
Creates a list configuration value
- load() - Method in interface is.codion.common.db.report.Report
-
Loads the report this report wrapper is based on.
- load(InputStream) - Static method in class is.codion.plugin.flatlaf.intellij.themes.ThemeLoader
- loadAndCacheReport() - Method in class is.codion.common.db.report.AbstractReport
-
Returns the underlying report, either from the cache, if enabled or via
Report.load(). - loadIcon(Class<?>, String) - Static method in class is.codion.swing.common.ui.Utilities
-
Loads an icon as a resource
- loadTest() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- LoadTest<T> - Interface in is.codion.tools.loadtest
-
Specifies a class for running multiple application instances for load testing purposes.
- LoadTest.ApplicationRunner - Interface in is.codion.tools.loadtest
-
Handles running a load test application
- LoadTest.Applications - Interface in is.codion.tools.loadtest
-
Controls the load test applications
- LoadTest.Builder<T> - Interface in is.codion.tools.loadtest
-
Builds a
LoadTest. - LoadTest.Builder.CloseApplicationStep<T> - Interface in is.codion.tools.loadtest
- LoadTest.Builder.CreateApplicationStep - Interface in is.codion.tools.loadtest
-
Provides an
LoadTest.Builder.CloseApplicationStep - LoadTest.ThinkTime - Interface in is.codion.tools.loadtest
-
Controls the load test think time
- loadTestModel(LoadTest<T>) - Static method in interface is.codion.tools.loadtest.model.LoadTestModel
- LoadTestModel<T> - Interface in is.codion.tools.loadtest.model
-
Collects chart data for a load test.
- LoadTestModel.ApplicationRow - Interface in is.codion.tools.loadtest.model
-
Table model row describing a load test application.
- LoadTestModel.ExceptionTimestamp - Interface in is.codion.tools.loadtest.model
-
A scenario exception
- loadTestPanel(LoadTestModel<T>) - Static method in class is.codion.tools.loadtest.ui.LoadTestPanel
-
Instantiates a new
LoadTestPanelinstance. - LoadTestPanel<T> - Class in is.codion.tools.loadtest.ui
-
A default UI component for the LoadTestModel class.
- localDateAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalDate based attribute, associated with this EntityType.
- localDateColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalDate based column, associated with this EntityType.
- localDateField() - Static method in class is.codion.swing.common.ui.component.Components
- localDateFieldPanel() - Static method in class is.codion.swing.common.ui.component.Components
- localDateTimeAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalDateTime based attribute, associated with this EntityType.
- localDateTimeColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalDateTime based column, associated with this EntityType.
- localDateTimeField() - Static method in class is.codion.swing.common.ui.component.Components
- localDateTimeFieldPanel() - Static method in class is.codion.swing.common.ui.component.Components
- locale() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- locale() - Method in interface is.codion.common.rmi.server.ServerInformation
- locale(Locale) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
-
Specifies the locale, controlling the start of week day and the full date display format.
- LOCALE - Static variable in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- LocaleDateTimePattern - Class in is.codion.common.utilities.format
-
Specifies a locale sensitive numerical date format pattern.
- LocaleDateTimePattern.Builder - Class in is.codion.common.utilities.format
-
A Builder for
LocaleDateTimePattern. - localEntityConnection(Database, Domain, User) - Static method in interface is.codion.framework.db.local.LocalEntityConnection
-
Constructs a new
LocalEntityConnectioninstance - localEntityConnection(Database, Domain, Connection) - Static method in interface is.codion.framework.db.local.LocalEntityConnection
-
Constructs a new
LocalEntityConnectioninstance. - LocalEntityConnection - Interface in is.codion.framework.db.local
-
EntityConnection implementation based on a local JDBC connection.
- LocalEntityConnectionProvider - Interface in is.codion.framework.db.local
-
A class responsible for managing a local EntityConnection.
- LocalEntityConnectionProvider.Builder - Interface in is.codion.framework.db.local
-
Builds a
LocalEntityConnectionProvider. - LOCALHOST - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Localhost
- localTimeAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalTime based attribute, associated with this EntityType.
- localTimeColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new LocalTime based column, associated with this EntityType.
- localTimeField() - Static method in class is.codion.swing.common.ui.component.Components
- localTimeFieldPanel() - Static method in class is.codion.swing.common.ui.component.Components
- locateServer() - Method in interface is.codion.common.rmi.server.Server.Locator
-
Retrieves a Server from a registry running on the given host, using the given server name prefix as a condition.
- location - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- location(Point) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- location(Point) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
-
Overrides
DialogBuilder.locationRelativeTo(Component). - location(Point) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- LOCATION - Static variable in interface is.codion.framework.model.test.TestDomain.Department
- locationRelativeTo - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- locationRelativeTo(Component) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- locationRelativeTo(Component) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
- locationRelativeTo(Component) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- locked() - Method in interface is.codion.common.model.condition.ConditionModel
- locked() - Method in interface is.codion.common.model.summary.SummaryModel
- locked() - Method in class is.codion.common.reactive.value.AbstractValue
- locked() - Method in interface is.codion.common.reactive.value.Value
-
Locking a value prevents it from being changed, it does not prevent it from being set.
- locked() - Method in interface is.codion.framework.model.AttributeConditionModel
- locked() - Method in interface is.codion.swing.common.model.component.table.FilterTableSort.Order
-
Locking the sorting for a column will cause an
IllegalStateExceptionto be thrown when trying to modify its sorting state. - locked() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
-
Returns a
Stateinstance controlling whether this model is locked or not. - locked(boolean) - Method in interface is.codion.common.reactive.state.State.Builder
- locked(boolean) - Method in interface is.codion.common.reactive.value.Value.Builder
- Log4jProxy - Class in is.codion.plugin.log4j
-
A Log4j LoggerProxy implementation
- Log4jProxy() - Constructor for class is.codion.plugin.log4j.Log4jProxy
- LogbackProxy - Class in is.codion.plugin.logback
-
A Logback LoggerProxy implementation
- LogbackProxy() - Constructor for class is.codion.plugin.logback.LogbackProxy
- loggerProxy() - Method in class is.codion.tools.monitor.model.ServerMonitor
- LoggerProxy - Interface in is.codion.common.utilities.logging
-
A logging proxy facilitating the setting of log levels
- loggers() - Method in interface is.codion.common.utilities.logging.LoggerProxy
- loggers() - Method in interface is.codion.framework.server.EntityServerAdmin
- loggers() - Method in class is.codion.plugin.jul.JulProxy
- loggers() - Method in class is.codion.plugin.log4j.Log4jProxy
- loggers() - Method in class is.codion.plugin.logback.LogbackProxy
- login() - Static method in class is.codion.common.i18n.Messages
- login() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- login(RemoteClient) - Method in interface is.codion.common.rmi.server.Authenticator
-
Performs login validation for the user specified by the remote client and returns a remote client with the same clientId and user but possibly a different databaseUser to propagate to further login procedures
- LOGIN_TIMEOUT - Static variable in interface is.codion.common.db.database.Database
-
Specifies the default login timeout (in seconds).
- loginDelayFactor() - Method in interface is.codion.tools.loadtest.LoadTest.Applications
-
This value controls the factor with which to multiply the think time when logging in, this helps spread the application logins when creating a batch of application.
- loginDelayFactor(int) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- LoginDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
A login dialog builder.
- LoginDialogBuilder.LoginValidator - Interface in is.codion.swing.common.ui.dialog
-
Validates a login attempt.
- LoginException - Exception Class in is.codion.common.rmi.server.exception
-
An exception indicating that a login has failed
- LoginException(String) - Constructor for exception class is.codion.common.rmi.server.exception.LoginException
-
Instantiates a new
LoginException - loginPanelSouthComponent(Supplier<JComponent>) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
Note that this does not apply when a custom
EntityApplication.user(Supplier)has been specified. - logLevelPanel() - Static method in class is.codion.swing.common.ui.component.logging.LogLevelPanel
-
Creates a new
LogLevelPanelconfigured to use the localLoggerProxyinstance. - logLevelPanel(LoggerProxy) - Static method in class is.codion.swing.common.ui.component.logging.LogLevelPanel
-
Creates a new
LogLevelPanelconfigured to use the givenLoggerProxyinstance. - LogLevelPanel - Class in is.codion.swing.common.ui.component.logging
-
A UI panel for configuring logging levels for a set of loggers.
- logLevels() - Method in interface is.codion.framework.server.EntityServerAdmin
- logo() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- logo() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- LOGO - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the logo icon.
- logout(RemoteClient) - Method in interface is.codion.common.rmi.server.Authenticator
-
Called after the given client has been disconnected
- logShutdownAndReturn(T) - Method in class is.codion.common.rmi.server.AbstractServer
-
Logs the given exception and shuts down this server
- logViewer() - Static method in class is.codion.swing.common.ui.component.logging.LogViewer
- logViewer(Supplier<String>) - Static method in class is.codion.swing.common.ui.component.logging.LogViewer
- LogViewer - Class in is.codion.swing.common.ui.component.logging
-
A simple log viewer with search functionality.
- longAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Long based attribute, associated with this EntityType.
- longColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Long based column, associated with this EntityType.
- longField() - Static method in class is.codion.swing.common.ui.component.Components
- longField(Attribute<Long>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
NumberFieldbuilder based on the given attribute. - longValue(String) - Static method in class is.codion.common.utilities.Configuration
-
Creates a long configuration value
- longValue(String) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given long property
- longValue(String, long) - Static method in class is.codion.common.utilities.Configuration
-
Creates a long configuration value
- longValue(String, long) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given long property
- lookAndFeel() - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilderFactory
- lookAndFeel() - Method in interface is.codion.swing.common.ui.laf.LookAndFeelEnabler
- lookAndFeel(Class<? extends LookAndFeel>) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
Sets the look and feel class, overrides any look and feel settings found in user preferences.
- lookAndFeel(String) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
Sets the look and feel classname, overrides any look and feel settings found in user preferences.
- LookAndFeelComboBox - Class in is.codion.swing.common.ui.laf
-
A combo box for selecting a LookAndFeel.
- LookAndFeelComboBox.Builder - Interface in is.codion.swing.common.ui.laf
-
Builds a
LookAndFeelComboBox - lookAndFeelEnabler(UIManager.LookAndFeelInfo) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelEnabler
-
Instantiates a new
LookAndFeelEnabler, usingUIManager.setLookAndFeel(String)to enable. - lookAndFeelEnabler(UIManager.LookAndFeelInfo, Consumer<UIManager.LookAndFeelInfo>) - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelEnabler
-
Instantiates a new
LookAndFeelEnabler. - LookAndFeelEnabler - Interface in is.codion.swing.common.ui.laf
-
Provides and enables a
LookAndFeelimplementation. - lookAndFeelInfo() - Method in interface is.codion.swing.common.ui.laf.LookAndFeelEnabler
- LookAndFeelProvider - Interface in is.codion.swing.common.ui.laf
-
Provides one or more look and feel enablers.
- lookAndFeels() - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelProvider
- LookAndFeelSelectionDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
Builds a dialog for selecting a look and feel.
- lookup() - Static method in class is.codion.framework.i18n.FrameworkMessages
- lookupMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- LotusDark - Class in is.codion.plugin.flatlaf.intellij.themes.lotus
-
https://github.com/blai30/Lotus-Theme/blob/main/src/main/resources/themes/Lotus_Dark.theme.json
- LotusDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.lotus.LotusDark
- LotusLight - Class in is.codion.plugin.flatlaf.intellij.themes.lotus
-
https://github.com/blai30/Lotus-Theme/blob/main/src/main/resources/themes/Lotus_Light.theme.json
- LotusLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.lotus.LotusLight
- lower() - Method in interface is.codion.common.model.condition.ConditionModel.Operands
- lower() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.OperandComponents
- lower(ConditionModel<T>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.ConditionComponents
- lower(ConditionModel<T>) - Method in class is.codion.swing.framework.ui.EntityConditionComponents
- LOWER_LEFT - Enum constant in enum class is.codion.swing.common.ui.component.image.ImagePane.NavigationCorner
-
Navigation image in the lower left corner.
- LOWER_RIGHT - Enum constant in enum class is.codion.swing.common.ui.component.image.ImagePane.NavigationCorner
-
Navigation image in the lower right corner.
- lowerCase(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- lowerCase(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- lowerCase(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
-
Makes the field convert all upper case input to lower case
- lowerCase(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
-
Makes the field convert all upper case input to lower case
- lowerCase(Document) - Static method in class is.codion.swing.common.ui.component.text.TextComponents
-
Makes the given document convert all upper case input to lower case, supports
SizedDocumentandAbstractDocument - lowerCaseIdentifiers() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- lowerCaseIdentifiers(boolean) - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
M
- main(String[]) - Static method in class is.codion.framework.server.EntityServer
-
If no arguments are supplied a new EntityServer is started.
- main(String[]) - Static method in class is.codion.tools.generator.ui.DomainGeneratorPanel
-
Runs a DomainGeneratorPanel instance in a frame
- main(String[]) - Static method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- mainMenu(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplication
- maintainConnections(Collection<AbstractServer.ClientConnection<AbstractRemoteEntityConnection>>) - Method in class is.codion.framework.server.EntityServer
- maintainConnections(Collection<AbstractServer.ClientConnection<T>>) - Method in class is.codion.common.rmi.server.AbstractServer
-
Maintains the given connections, that is, disconnects inactive or invalid connections, if required.
- major() - Method in interface is.codion.common.utilities.version.Version
- major(int) - Method in interface is.codion.common.utilities.version.Version.Builder
- majorTickSpacing(int) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- margin(Insets) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- margin(Insets) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- MariaDBDatabaseFactory - Class in is.codion.dbms.mariadb
-
Provides mariadb database implementations
- MariaDBDatabaseFactory() - Constructor for class is.codion.dbms.mariadb.MariaDBDatabaseFactory
- mask(String) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- mask(String) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- maskedTextField() - Static method in class is.codion.swing.common.ui.component.Components
- maskedTextField(Attribute<String>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a masked text field builder based on the given attribute.
- MaskedTextFieldBuilder - Interface in is.codion.swing.common.ui.component.text
-
Builds a formatted text field.
- MaskFormatterBuilder - Interface in is.codion.swing.common.ui.component.text
-
Builds a
MaskFormatterinstance. - MASTER_CODE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- MASTER_FK - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- MASTER_ID - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- MASTER_NAME - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- MaterialDarker - Class in is.codion.plugin.flatlaf.intellij.themes.material
- MaterialDarker() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.MaterialDarker
- MaterialDeepOcean - Class in is.codion.plugin.flatlaf.intellij.themes.material
- MaterialDeepOcean() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.MaterialDeepOcean
- MaterialLighter - Class in is.codion.plugin.flatlaf.intellij.themes.material
- MaterialLighter() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.MaterialLighter
- MaterialOceanic - Class in is.codion.plugin.flatlaf.intellij.themes.material
- MaterialOceanic() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.MaterialOceanic
- MaterialPalenight - Class in is.codion.plugin.flatlaf.intellij.themes.material
- MaterialPalenight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.MaterialPalenight
- MaterialTheme - Class in is.codion.plugin.flatlaf.intellij.themes.materialtheme
- MaterialTheme() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.materialtheme.MaterialTheme
- MAX_COMMISSION - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- MAX_SALARY - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- maximizeFrame(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplication
- maximum() - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition
- maximum() - Method in interface is.codion.swing.common.model.worker.ProgressWorker.ProgressResultTask
-
Default
ProgressWorker.DEFAULT_MAXIMUM(100) - maximum() - Method in interface is.codion.swing.common.model.worker.ProgressWorker.ProgressTask
-
Default
ProgressWorker.DEFAULT_MAXIMUM(100) - maximum() - Method in class is.codion.tools.generator.model.DomainGeneratorModel.PopulateTask
- maximum() - Method in interface is.codion.tools.loadtest.LoadTest.ThinkTime
- maximum(int) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
-
Overrides any maximum progress specified by the task itself.
- maximum(int) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
-
Note that calling this method renders the progress bar determinate
- maximum(int) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
-
Note that calling this method renders the progress bar determinate
- maximum(T) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- maximum(Number) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- maximum(Number) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition.Builder
-
Only applicable to numerical attributes
- MAXIMUM - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
The maximum of the supplied values
- MAXIMUM_BATCH_SIZE - Static variable in interface is.codion.framework.db.EntityConnection
-
Specifies the maximum batch operation size for insert and copy operations.
- MAXIMUM_MATCH - Enum constant in enum class is.codion.swing.common.ui.component.combobox.Completion.Mode
-
Identifies the completion mode MaximumMatch
- MAXIMUM_PASSWORD_LENGTH - Static variable in interface is.codion.common.utilities.user.User
-
Specifies the maximum allowed password length.
- MAXIMUM_POOL_SIZE - Static variable in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies the default maximum connection pool size.
- MAXIMUM_USERNAME_LENGTH - Static variable in interface is.codion.common.utilities.user.User
-
Specifies the maximum allowed username length.
- maximumCheckOutTime() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- maximumHeight(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- maximumHeight(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- maximumHeight(T, int) - Static method in class is.codion.swing.common.ui.component.Sizes
-
Sets the maximum size of the given component to its current width and the given
maximumHeight - maximumLayoutSize(Container) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- maximumLength() - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition
- maximumLength(int) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition.Builder
-
Sets the maximum length of this attribute value, this applies to String (varchar) based attributes
- maximumLength(int) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
-
Note that length restriction is only supported for String based text components.
- maximumLength(int) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- maximumLength(Document, int) - Static method in class is.codion.swing.common.ui.component.text.TextComponents
-
Sets the maximum length for the given document, supports
SizedDocumentandAbstractDocument - maximumMemory() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- maximumParameters() - Method in class is.codion.common.db.database.AbstractDatabase
- maximumParameters() - Method in interface is.codion.common.db.database.Database
-
Returns the maximum number of prepared statement parameters, supported by this database.
- maximumPoolSize() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- maximumRowCount(int) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
- maximumRowCount(int) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- maximumRowCount(int) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- maximumSize(Dimension) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- maximumSize(Dimension) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- maximumThinkTime(int) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- maximumTime() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- maximumWidth(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- maximumWidth(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- maximumWidth(T, int) - Static method in class is.codion.swing.common.ui.component.Sizes
-
Sets the maximum size of the given component to its current height and the given
maximumWidth - maxWidth(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- mcpServer(JComponent, boolean) - Static method in class is.codion.tools.swing.mcp.SwingMcpPlugin
-
Create an MCP server for the given application component.
- memoryUsage() - Method in class is.codion.tools.monitor.model.ServerMonitor
- memoryUsageDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- memoryUsageDataset() - Method in class is.codion.tools.monitor.model.ServerMonitor
- menu() - Static method in class is.codion.swing.common.ui.component.Components
- MENU - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.SelectionMode
-
Display a menu.
- MENU_SHORTCUT_MASK - Static variable in class is.codion.swing.common.ui.key.KeyEvents
-
The platform-appropriate modifier mask for menu shortcuts.
- menuBar(JMenuBar) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- MenuBuilder - Interface in is.codion.swing.common.ui.component.button
-
A builder for menus.
- MenuBuilder.ControlsStep - Interface in is.codion.swing.common.ui.component.button
-
Provides a
MenuBuilder - menuItem() - Static method in class is.codion.swing.common.ui.component.Components
- MenuItemBuilder<C,
B> - Interface in is.codion.swing.common.ui.component.button -
Builds a JMenuItem.
- menuListener(MenuListener) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- message() - Method in interface is.codion.common.utilities.logging.MethodTrace
- message() - Method in interface is.codion.framework.domain.entity.exception.ValidationException.InvalidAttribute
- message() - Method in interface is.codion.framework.model.EntityEditModel.EditorValue
- message(String) - Method in interface is.codion.swing.common.ui.dialog.ExceptionDialogBuilder
- MESSAGE - Static variable in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- messageBundle(Class<?>, ResourceBundle) - Static method in class is.codion.common.utilities.resource.MessageBundle
- MessageBundle - Class in is.codion.common.utilities.resource
-
An overridable resource bundle.
- Messages - Class in is.codion.common.i18n
-
A class providing shared internationalization messages for common UI elements and actions throughout the Codion framework.
- metadata() - Method in interface is.codion.common.utilities.version.Version
- metadata(String) - Method in interface is.codion.common.utilities.version.Version.Builder
- method() - Method in interface is.codion.common.utilities.logging.MethodTrace
- method(String, ProxyBuilder.ProxyMethod<T>) - Method in class is.codion.common.utilities.proxy.ProxyBuilder
-
Proxy the given no-argument method with the given proxy method.
- method(String, Class<?>, ProxyBuilder.ProxyMethod<T>) - Method in class is.codion.common.utilities.proxy.ProxyBuilder
-
Proxy the given method with the given proxy method.
- method(String, List<Class<?>>, ProxyBuilder.ProxyMethod<T>) - Method in class is.codion.common.utilities.proxy.ProxyBuilder
-
Proxy the given method with the given proxy method.
- METHOD_TRACING - Static variable in interface is.codion.framework.server.EntityServerConfiguration
-
The initial connection method tracing status on the server, either true (on) or false (off) Value type: Boolean Default value: false
- methodTrace(String, String) - Static method in interface is.codion.common.utilities.logging.MethodTrace
- MethodTrace - Interface in is.codion.common.utilities.logging
-
A method trace.
- methodTracer(int) - Static method in interface is.codion.framework.db.local.tracer.MethodTracer
- MethodTracer - Interface in is.codion.framework.db.local.tracer
-
This is an internal class not for general usage.
- MethodTracer.Traceable - Interface in is.codion.framework.db.local.tracer
- methodTraces() - Method in class is.codion.tools.monitor.model.ClientInstanceMonitor
- methodTraces(UUID) - Method in interface is.codion.framework.server.EntityServerAdmin
- methodTracing() - Method in interface is.codion.framework.server.EntityServerConfiguration
- methodTracing(boolean) - Method in interface is.codion.framework.server.EntityServerConfiguration.Builder
- MGR - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- MGR_FK - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- MIN_COMMISSION - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- MIN_SALARY - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- minimalDaysInFirstWeek(int) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
- minimum() - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition
- minimum() - Method in interface is.codion.tools.loadtest.LoadTest.ThinkTime
- minimum(T) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- minimum(Number) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- minimum(Number) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition.Builder
-
Only applicable to numerical attributes
- MINIMUM - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
The minimum of the supplied values
- MINIMUM_MAXIMUM - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
The minimum and maximum of the supplied values
- MINIMUM_POOL_SIZE - Static variable in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies the default minimum connection pool size.
- minimumHeight(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- minimumHeight(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- minimumHeight(T, int) - Static method in class is.codion.swing.common.ui.component.Sizes
-
Sets the minimum size of the given component to its current width and the given
minimumHeight - minimumLayoutSize(Container) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- minimumPoolSize() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- minimumSize(Dimension) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- minimumSize(Dimension) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- minimumThinkTime(int) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- minimumTime() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- minimumWidth(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- minimumWidth(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- minimumWidth(T, int) - Static method in class is.codion.swing.common.ui.component.Sizes
-
Sets the minimum size of the given component to its current height and the given
minimumWidth - minor() - Method in interface is.codion.common.utilities.version.Version
- minor(int) - Method in interface is.codion.common.utilities.version.Version.Builder
- minorTickSpacing(int) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- minWidth(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- mnemonic() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Returns the mnemonic associated with this attribute.
- mnemonic() - Method in interface is.codion.swing.common.ui.control.Control
- mnemonic(char) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the mnemonic to use when creating a label for this attribute
- mnemonic(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- mnemonic(int) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder.TabBuilder
- mnemonic(int) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- MNEMONIC_RESOURCE_SUFFIX - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
The suffix used for the mnemonic resource key.
- mnemonicResource(String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies the key to use when retrieving the mnemonic for this attribute from the entity resource bundle, in case it differs from
Attribute.name()+AttributeDefinition.MNEMONIC_RESOURCE_SUFFIX, which is the default value. - mnemonicResource(String, String) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies the key to use when retrieving the mnemonic for this attribute from the given resource bundle.
- modal(boolean) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- modal(boolean) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- mode(Completion.Mode) - Method in interface is.codion.swing.common.ui.component.combobox.Completion.Builder
- model() - Method in interface is.codion.framework.model.ModelLink
- model() - Method in class is.codion.swing.common.ui.component.list.FilterList
- model() - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
- model() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- model() - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- model() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- model() - Method in class is.codion.swing.framework.ui.EntityPanel
- model() - Method in class is.codion.tools.loadtest.ui.LoadTestPanel
- model() - Method in class is.codion.tools.monitor.ui.ClientMonitorPanel
- model() - Method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- model() - Method in class is.codion.tools.monitor.ui.ServerMonitorPanel
- model(ConditionModel<T>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.Builder.ModelStep
- model(EntitySearchModel) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder.ModelStep
-
Instantiates a new
EntitySearchField.Builder.Factory - model(EntitySearchModel) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder.ModelStep
- model(FilterComboBoxModel<Item<T>>) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder.BuilderFactory
- model(FilterListModel<T>) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder.ModelStep
- model(FilterTableModel<R, C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder.ModelStep
- model(EntityComboBoxModel) - Method in interface is.codion.swing.framework.ui.component.EntityComboBox.Builder.ModelStep
-
Instantiates a new
EntityComboBox.Builder - model(EntityComboBoxModel) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder.ModelStep
- model(Function<EntityConnectionProvider, M>) - Method in interface is.codion.swing.framework.ui.EntityApplication
- model(BoundedRangeModel) - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
-
Note: setting the model also sets
ProgressBarBuilder.indeterminate(boolean)to false - model(BoundedRangeModel) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder.ModelStep
- model(ComboBoxModel<T>) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder.ModelStep
- model(SpinnerModel) - Method in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
- model(TreeModel) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder.ModelStep
- ModelLink<M,
E, - Interface in is.codion.framework.modelT> -
Represents a link between two entity models.
- ModelLink.Builder<M,
E, - Interface in is.codion.framework.modelT, B> -
Builds a
ModelLink - modified() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns true if one or more writable attributes have been modified from their initial value, non-insertable and non-updatable attributes are excluded unless they are transient and modify the entity.
- modified() - Method in interface is.codion.framework.model.EntityConditionModel
- modified() - Method in interface is.codion.framework.model.EntityEditModel.EditorValue
-
Returns an
ObservableStateinstance indicating whether the value of the given attribute has been modified. - modified() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Returns an
ObservableStateindicating whether any values have been modified. - modified(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns true if the value associated with the given attribute has been modified since first set, note that this does not apply to attributes based on derived values.
- MODIFIED_INDICATOR - Static variable in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Specifies whether components should indicate that the value is modified Value type: Boolean Default value: true
- MODIFIED_WARNING - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Indicates whether the panel should ask for confirmation before discarding unsaved modifications Value type: Boolean Default value: false
- modifiedIndicator() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
If set to true then component labels will indicate that the value is modified.
- modifiedIndicator(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- modifiedIndicator(ObservableState) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- modifiedIndicator(ObservableState) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Enables a modified indicator based on the given modified state.
- modifiedIndicator(ModifiedIndicatorFactory) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- modifiedIndicator(ModifiedIndicatorFactory) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- ModifiedIndicatorFactory - Interface in is.codion.swing.common.ui.component.indicator
-
Provides a modified indicator for a component.
- modifiedRow() - Method in exception class is.codion.common.db.exception.RecordModifiedException
- modifiedWarning() - Static method in class is.codion.framework.i18n.FrameworkMessages
- modifiedWarning(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- modifiedWarningTitle() - Static method in class is.codion.framework.i18n.FrameworkMessages
- modifiers(int) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
- modifies() - Method in interface is.codion.framework.domain.entity.attribute.TransientAttributeDefinition
- modifies(boolean) - Method in interface is.codion.framework.domain.entity.attribute.TransientAttributeDefinition.Builder
-
Default true.
- modify(Entity) - Method in class is.codion.framework.domain.test.DefaultEntityFactory
- modify(Entity) - Method in interface is.codion.framework.domain.test.DomainTest.EntityFactory
-
Modifies one or more values in
entity, for the update test. - module() - Method in class is.codion.framework.json.domain.EntityObjectMapper
- Module Path Requirements - Search tag in class is.codion.tools.jul.classpath.ClasspathConfiguration
- Section
- Monocai - Class in is.codion.plugin.flatlaf.intellij.themes.monocai
- Monocai() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.monocai.Monocai
- MonokaiPro - Class in is.codion.plugin.flatlaf.intellij.themes.monokaipro
-
https://github.com/subtheme-dev/monokai-pro
- MonokaiPro() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.monokaipro.MonokaiPro
- MonokaiProMaterial - Class in is.codion.plugin.flatlaf.intellij.themes.material
- MonokaiProMaterial() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.MonokaiProMaterial
- Moonlight - Class in is.codion.plugin.flatlaf.intellij.themes.material
- Moonlight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.Moonlight
- MOUSE_BUTTON - Enum constant in enum class is.codion.swing.common.ui.component.image.ImagePane.ZoomDevice
-
Identifies the left and right mouse buttons as the zooming device.
- MOUSE_WHEEL - Enum constant in enum class is.codion.swing.common.ui.component.image.ImagePane.ZoomDevice
-
Identifies the mouse scroll wheel as the zooming device.
- MOUSE_WHEEL_SCROLLING - Static variable in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Specifies whether mouse wheel scrolling is enabled in combo boxes by default.
- MOUSE_WHEEL_SCROLLING - Static variable in interface is.codion.swing.common.ui.component.slider.SliderBuilder
-
Specifies whether mouse wheel scrolling in sliders is enabled by default.
- MOUSE_WHEEL_SCROLLING - Static variable in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
-
Specifies whether mouse wheel scrolling is enabled in spinners by default.
- mouseListener(MouseListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- mouseListener(MouseListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- mouseMotionListener(MouseMotionListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- mouseMotionListener(MouseMotionListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- mouseWheelListener(MouseWheelListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- mouseWheelListener(MouseWheelListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- mouseWheelScrolling(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Enable mouse wheel scrolling on the combo box
- mouseWheelScrolling(boolean) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- mouseWheelScrolling(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
-
Enable mouse wheel scrolling on the combo box
- mouseWheelScrolling(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
-
Enable mouse wheel scrolling on the slider
- mouseWheelScrolling(boolean) - Method in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
-
Enable mouse wheel scrolling on the spinner
- mouseWheelScrollingReversed(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
-
Enable reversed mouse wheel scrolling on the slider
- mouseWheelScrollingReversed(boolean) - Method in interface is.codion.swing.common.ui.component.spinner.SpinnerBuilder
-
Enable reversed mouse wheel scrolling on the spinner
- mouseWheelScrollingWithWrapAround(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Enable mouse wheel scrolling on the combo box, with wrap around
- mouseWheelScrollingWithWrapAround(boolean) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- mouseWheelScrollingWithWrapAround(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
-
Enable mouse wheel scrolling on the combo box, with wrap around
- movable() - Method in class is.codion.swing.common.ui.component.image.ImagePane
- movable(boolean) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.Builder
-
Default false
- MOVE_COLUMN_LEFT - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Moves the selected column to the left.
Default key stroke: CTRL-SHIFT-LEFT - MOVE_COLUMN_RIGHT - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Moves the selected column to the right.
Default key stroke: CTRL-SHIFT-RIGHT - moveCaretToEndOnFocusGained(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- moveCaretToFrontOnSelection(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
When a JComboBox is editable, and a long item is selected, the caret is moved to the end, hiding the start of the selected item.
- moveCaretToFrontOnSelection(boolean) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- moveCaretToStartOnFocusGained(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- multiClickThreshold(long) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- multiple() - Method in interface is.codion.common.model.selection.MultiSelection
- multiple() - Method in interface is.codion.swing.common.ui.dialog.ListSelectionDialogBuilder.SelectionStep
- multiple() - Method in interface is.codion.swing.framework.ui.EntityDialogs.EntitySelectionDialogBuilder.SelectionStep
-
Displays the
EntityTablePanelfor selecting one or more entities - MultipleRecordsFoundException - Exception Class in is.codion.common.db.exception
-
Exception used when one record was expected but many were found.
- MultipleRecordsFoundException(String) - Constructor for exception class is.codion.common.db.exception.MultipleRecordsFoundException
-
Instantiates a new MultipleRecordsFoundException
- multiSelection() - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder.Factory
-
Instantiates a new
EntitySearchField.MultiSelectionBuilder - multiSelection() - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder.Factory
-
Instantiates a new
EntitySearchFieldPanel.MultiSelectionBuilder - MultiSelection<T> - Interface in is.codion.common.model.selection
-
A selection model managing multiple selected items.
- MultiSelection.Indexes - Interface in is.codion.common.model.selection
-
Manages the selected indexes.
- MultiSelection.Items<R> - Interface in is.codion.common.model.selection
-
Manages the selected items.
- mutable() - Method in interface is.codion.framework.domain.entity.Entity.Copy
-
Returns a mutable copy of this entity.
- mutable() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns whether this entity instance is mutable (can be modified).
- MySQLDatabaseFactory - Class in is.codion.dbms.mysql
-
Provides mysql database implementations
- MySQLDatabaseFactory() - Constructor for class is.codion.dbms.mysql.MySQLDatabaseFactory
N
- name() - Method in interface is.codion.common.db.database.Database
- name() - Method in interface is.codion.common.db.operation.FunctionType
- name() - Method in interface is.codion.common.db.operation.ProcedureType
- name() - Method in interface is.codion.common.db.report.ReportType
- name() - Method in interface is.codion.common.rmi.server.ServerInformation
- name() - Method in class is.codion.common.utilities.property.PropertyValue
- name() - Method in interface is.codion.framework.domain.DomainType
- name() - Method in interface is.codion.framework.domain.entity.attribute.Attribute
- name() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Note: returns null when used in a remote connection context.
- name() - Method in interface is.codion.framework.domain.entity.condition.ConditionType
- name() - Method in interface is.codion.framework.domain.entity.EntityType
- name() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainOperation
- name() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainReport
- name() - Method in interface is.codion.swing.common.ui.control.ControlKey
- name() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
- name() - Method in interface is.codion.tools.loadtest.LoadTest
- name() - Method in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- name() - Method in interface is.codion.tools.loadtest.Scenario
- name(String) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- name(String) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- name(String) - Method in interface is.codion.common.utilities.scheduler.TaskScheduler.Builder
-
Note that this is overridden by
TaskScheduler.Builder.threadFactory(ThreadFactory) - name(String) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Sets the actual string used as column name when inserting and updating.
- name(String) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
Sets the application name, used as frame title and client type identifier when using remote connnections.
- name(String) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- name(String) - Method in interface is.codion.tools.loadtest.Scenario.Builder
- NAME - Static variable in interface is.codion.framework.model.test.TestDomain.Department
- NAME - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- NAME - Static variable in interface is.codion.framework.model.test.TestDomain.Master
- NAME - Static variable in interface is.codion.framework.model.test.TestDomain.NonGeneratedPK
- NAME - Static variable in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
-
Identifies the application table columns
- namePrefix(String) - Method in interface is.codion.common.rmi.server.Server.Locator.Builder
- namePrefix(String) - Method in class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
- namePrefix(String) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider.Builder
- narrate(String) - Method in class is.codion.tools.swing.robot.Narrator
- narrator() - Method in interface is.codion.tools.swing.robot.Automation
- narrator(Controller, Window) - Static method in class is.codion.tools.swing.robot.Narrator
- narrator(Window) - Method in interface is.codion.tools.swing.robot.Automation.Builder
-
Include a narrator
- Narrator - Class in is.codion.tools.swing.robot
-
An automation narrator to use alongside
Controller. - navigable() - Method in class is.codion.swing.common.ui.component.image.ImagePane
- navigable(boolean) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.Builder
-
Default false
- NAVIGATE_DOWN - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Navigates to the selected child panel, if one is available.
Default key stroke: CTRL-ALT-DOWN ARROW - NAVIGATE_LEFT - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Navigates to the sibling panel on the left, if one is available.
Default key stroke: CTRL-ALT-LEFT ARROW - NAVIGATE_RIGHT - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Navigates to the sibling panel on the right, if one is available.
Default key stroke: CTRL-ALT-RIGHT ARROW - NAVIGATE_UP - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Navigates to the parent panel, if one is available.
Default key stroke: CTRL-ALT-UP ARROW - NAVIGATION_CORNER - Static variable in class is.codion.swing.common.ui.component.image.ImagePane
-
Specifies the default
ImagePane.NavigationCornerforImagePanes. - navigationCorner(ImagePane.NavigationCorner) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.Builder
- NEITHER - Enum constant in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Centers neither the selected column nor row.
- NEVER - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder.PersistMenu
-
Always close the menu when clicked.
- next() - Method in interface is.codion.framework.db.rmi.RemoteEntityResultIterator
- next() - Method in class is.codion.plugin.jasperreports.JasperReportsDataSource
- next() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel.Results
-
Finds the next value and selects the row, if none is found the selection is cleared
- NEXT_DAY - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next day.
Default key stroke: RIGHT ARROW - NEXT_HOUR - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next hour.
Default key stroke: SHIFT-ALT-UP ARROW - NEXT_MINUTE - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next minute.
Default key stroke: CTRL-ALT-UP ARROW - NEXT_MONTH - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next month.
Default key stroke: SHIFT-UP ARROW - NEXT_OPERATOR - Static variable in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.ControlKeys
-
Select the next condition operator.
Default key stroke: CTRL-DOWN ARROW - NEXT_WEEK - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next week.
Default key stroke: DOWN ARROW - NEXT_YEAR - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the next year.
Default key stroke: CTRL-UP ARROW - nextSearchPosition() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
-
Moves to the next search position, if available, with wrap-around.
- Nightfall - Class in is.codion.plugin.flatlaf.intellij.themes.nightfall
-
https://github.com/coeiico/jetbrains-nightfall-theme/blob/main/src/main/resources/nightfall.theme.json
- Nightfall() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.nightfall.Nightfall
- NightOwl - Class in is.codion.plugin.flatlaf.intellij.themes.material
- NightOwl() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.NightOwl
- no() - Static method in class is.codion.common.i18n.Messages
- NO_OP - Static variable in interface is.codion.framework.db.local.tracer.MethodTracer
-
A
MethodTracerwhich does nothing,MethodTracer.entries()always returns an empty list andMethodTracer.exit(String)returnsMethodTracer.NO_OP_TRACE. - NO_OP_TRACE - Static variable in interface is.codion.framework.db.local.tracer.MethodTracer
-
The
MethodTracereturned from allMethodTracer.exit(String)methods of theMethodTracer.NO_OPtracer. - NONE - Enum constant in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
No wildcard
- NONE - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
No summary
- NONE - Enum constant in enum class is.codion.swing.common.ui.component.combobox.Completion.Mode
-
Identifies the no completion mode
- NONE - Enum constant in enum class is.codion.swing.common.ui.component.image.ImagePane.ZoomDevice
-
Identifies that the pane does not implement zooming, but the component using the pane does (programmatic zooming method).
- NONE - Static variable in interface is.codion.common.utilities.logging.LoggerProxy
-
The no-op logger proxy instance, zero functionality.
- NONE - Static variable in interface is.codion.swing.framework.ui.EntityPanel.DetailLayout
-
A convenience instance for indicating no detail layout.
- nonNull(Object) - Static method in class is.codion.common.utilities.Nulls
-
Included to skip the array creation in the varargs version
- nonNull(Object...) - Static method in class is.codion.common.utilities.Nulls
- nonNull(T) - Method in interface is.codion.common.reactive.value.Value.BuilderFactory
- nonNull(T) - Static method in interface is.codion.common.reactive.value.Value
-
Creates a new non-null
Valueinstance, using the given value as a null-substitute, usingValue.Notify.CHANGED. - Nord - Class in is.codion.plugin.flatlaf.intellij.themes.nord
-
https://github.com/nordtheme/jetbrains/blob/main/src/nord.theme.json
- Nord() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.nord.Nord
- normalize(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Specifies whether to normalize strings during auto-completion
- normalize(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.Completion.Builder
- normalize(boolean) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- normalize(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
-
Specifies whether to normalize strings during auto-completion
- NORMALIZE - Static variable in class is.codion.swing.common.ui.component.combobox.Completion
-
Specifies whether strings are normalized during completion by default.
- north(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- north(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- northComponent(JComponent) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- northComponent(JComponent) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- noSearchResults() - Static method in class is.codion.framework.i18n.FrameworkMessages
- not() - Method in interface is.codion.common.reactive.state.ObservableState
- NOT_BETWEEN - Enum constant in enum class is.codion.common.utilities.Operator
-
x ≥ α ≥ y - NOT_BETWEEN_EXCLUSIVE - Enum constant in enum class is.codion.common.utilities.Operator
-
x > α > y - NOT_EQUAL - Enum constant in enum class is.codion.common.utilities.Operator
-
α ≠x - NOT_IN - Enum constant in enum class is.codion.common.utilities.Operator
-
α ∉ {x,y,z...} - notBetween(T, T) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
- notBetween(T, T) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'notBetween'
ColumnCondition. - notBetweenExclusive(T, T) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
- notBetweenExclusive(T, T) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'notBetweenExclusive'
ColumnCondition. - notEqualTo(T) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.NOT_EQUALand the operand tovalue. - notEqualTo(T) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'equalTo'
ColumnConditionor 'isNotNull' in casevalueis null. - notEqualTo(Entity) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyConditions
-
Returns a 'notEqualTo'
Conditionor 'isNotNull' in casevalueis null. - notEqualToIgnoreCase(Character) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a case-insensitive 'notEqualTo'
ColumnConditionor 'isNotNull' in casevalueis null. - notEqualToIgnoreCase(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a case-insensitive 'notEqualTo'
ColumnConditionor 'isNotNull' in casevalueis null. - notify(Value.Notify) - Method in interface is.codion.common.reactive.state.State.Builder
- notify(Value.Notify) - Method in interface is.codion.common.reactive.value.Value.Builder
- notifyAfterDelete(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that delete has been performed
- notifyAfterInsert(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that insert has been performed
- notifyAfterUpdate(Map<Entity, Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that update has been performed
- notifyBeforeDelete(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that delete is about to be performed
- notifyBeforeInsert(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that insert is about to be performed
- notifyBeforeUpdate(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Notifies that update is about to be performed
- notifyListeners(T) - Method in class is.codion.common.reactive.observer.AbstractObserver
-
Notifies all consumers and listeners
- notifyObserver() - Method in class is.codion.common.reactive.value.AbstractValue
-
Notifies the underlying observer that the underlying value has changed or at least that it may have changed
- notifyResult(Collection<T>) - Method in class is.codion.common.model.filter.FilterModel.AbstractRefresher
-
Triggers the successful refresh event with the given result items
- notIn(Entity...) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyConditions
-
Returns a 'notIn'
Condition. - notIn(Collection<? extends T>) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'notIn'
ColumnCondition. - notIn(Collection<Entity>) - Method in interface is.codion.framework.domain.entity.condition.ForeignKeyConditions
-
Returns a 'notIn' condition.
- notIn(Collection<T>) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.NOT_INand the operands tovalues. - notIn(T...) - Method in interface is.codion.common.model.condition.ConditionModel.SetCondition
-
Sets the operator to
Operator.INand the operands tovalues. - notIn(T...) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'notIn'
ColumnCondition. - notInIgnoreCase(String...) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a case-insensitive 'notIn'
ColumnCondition. - notInIgnoreCase(Collection<String>) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a case-insensitive 'notIn'
ColumnCondition. - notLike(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a 'like'
ColumnConditionor 'isNotNull' in casevalueis null. - notLikeIgnoreCase(String) - Method in interface is.codion.framework.domain.entity.condition.ColumnConditions
-
Returns a case-insensitive 'notLike'
ColumnConditionor 'isNotNull' in casevalueis null. - NULL - Static variable in class is.codion.swing.common.ui.component.button.NullableCheckBox
-
The item state NULL.
- NULL_CAPTION - Static variable in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel
-
Specifies the caption used by default to represent the null item in combo box models.
- nullable() - Method in interface is.codion.common.reactive.value.Value.BuilderFactory
- nullable() - Static method in interface is.codion.common.reactive.value.Value
-
Creates a new nullable
Valueinstance, wrapping a null initial value, usingValue.Notify.CHANGED. - nullable() - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition
- nullable(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition.Builder
-
Specifies whether this attribute is nullable.
- nullable(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- nullable(boolean) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.Builder
-
Default true.
- nullable(boolean) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder.Items
-
Default false.
- nullable(boolean) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder.SelectedItems
-
Default false.
- nullable(boolean) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
-
Specifies whether the
ComponentValuecreated by this builder is nullable, default true. - nullable(T) - Method in interface is.codion.common.reactive.value.Value.BuilderFactory
- nullable(T) - Static method in interface is.codion.common.reactive.value.Value
-
Creates a new nullable
Valueinstance, wrapping the given initial value, usingValue.Notify.CHANGED. - nullable(Attribute<?>) - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
- nullable(Entity, Attribute<?>) - Method in interface is.codion.framework.domain.entity.EntityValidator
-
Returns true if the value based on the given attribute accepts a null value for the given entity, by default this method simply returns the nullable state of the underlying attribute.
- nullableCheckBox() - Static method in class is.codion.swing.common.ui.component.button.NullableCheckBox
-
Instantiates a new NullableCheckBox with no caption.
- nullableCheckBox() - Static method in class is.codion.swing.common.ui.component.Components
- nullableCheckBox(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a NullableCheckBox builder based on the given attribute.
- nullableCheckBox(String) - Static method in class is.codion.swing.common.ui.component.button.NullableCheckBox
-
Instantiates a new NullableCheckBox.
- nullableCheckBox(String, Icon) - Static method in class is.codion.swing.common.ui.component.button.NullableCheckBox
-
Instantiates a new NullableCheckBox.
- NullableCheckBox - Class in is.codion.swing.common.ui.component.button
- NullableCheckBox(String, Icon) - Constructor for class is.codion.swing.common.ui.component.button.NullableCheckBox
- NullableCheckBoxBuilder - Interface in is.codion.swing.common.ui.component.button
-
Builds a NullableCheckBox for nullable boolean values.
- nullCaption(String) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Enables the null item and sets the null item caption.
- nullItem(T) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
-
Sets
FilterComboBoxModel.Builder.includeNull(boolean)to true ifnullItemis non-null, false otherwise. - nullOrder() - Method in interface is.codion.framework.domain.entity.OrderBy.OrderByColumn
- nullOrEmpty(String) - Static method in class is.codion.common.utilities.Text
-
Returns true if the given string is null or empty.
- nullOrEmpty(String...) - Static method in class is.codion.common.utilities.Text
-
Returns true if any of the given strings is null or empty.
- Nulls - Class in is.codion.common.utilities
-
Utility class for working with nulls.
- NULLS_FIRST - Enum constant in enum class is.codion.framework.domain.entity.OrderBy.NullOrder
-
Nulls first.
- NULLS_LAST - Enum constant in enum class is.codion.framework.domain.entity.OrderBy.NullOrder
-
Nulls last.
- NUMBER_GROUPING - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Specifies whether number grouping is used by default Value type: Boolean Default value: false
- numberClass(Class<T>) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder.NumberClassStep
- numberClass(Class<T>) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder.NumberClassStep
- NumberField<T> - Class in is.codion.swing.common.ui.component.text
-
A text field for numbers.
- NumberField.Builder<T> - Interface in is.codion.swing.common.ui.component.text
-
Builds a NumberField
- NumberField.Builder.NumberClassStep - Interface in is.codion.swing.common.ui.component.text
-
Provides a
NumberField.Builder - numberGrouping(boolean) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Specifies whether to use number grouping when presenting the value associated with this attribute.
- numberOfApplicationsDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- NumberSpinnerBuilder<T> - Interface in is.codion.swing.common.ui.component.spinner
-
A builder for number based JSpinner
- NumberSpinnerBuilder.NumberClassStep - Interface in is.codion.swing.common.ui.component.spinner
-
Provides a
NumberSpinnerBuilder - NUMERICAL_HORIZONTAL_ALIGNMENT - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default horizontal alignment for numerical columns.
O
- OBJECT_INPUT_FILTER_FACTORY - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies the
ObjectInputFilterFactoryclass to use Value type: String Default value: none - OBJECT_INPUT_FILTER_FACTORY_REQUIRED - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies whether an
ObjectInputFilterFactoryis required for the server to run. - objectInputFilterFactory() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- objectInputFilterFactory(String) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- ObjectInputFilterFactory - Interface in is.codion.common.rmi.server
-
Creates an
ObjectInputFilterinstance. - objectInputFilterFactoryRequired() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- objectInputFilterFactoryRequired(boolean) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
-
Specifies whether an
ObjectInputFilterFactoryis required for the server to run. - observable() - Method in interface is.codion.common.reactive.state.State
-
Returns an
ObservableStatenotified when the state changes (default) or is set, depending on theValue.Notifypolicy - observable() - Method in class is.codion.common.reactive.value.AbstractValue
- observable() - Method in interface is.codion.common.reactive.value.Value
- observable() - Method in interface is.codion.common.reactive.value.ValueCollection
-
Returns an
ObservableValueCollectionnotified each time this value changes. - observable() - Method in interface is.codion.common.reactive.value.ValueList
- observable() - Method in interface is.codion.common.reactive.value.ValueSet
- observable() - Method in class is.codion.swing.common.ui.component.text.NumberField
- observable() - Method in class is.codion.swing.common.ui.component.text.TemporalField
- Observable<T> - Interface in is.codion.common.reactive.observer
-
A wrapper for a value, providing a change observer.
- ObservableState - Interface in is.codion.common.reactive.state
-
Specifies an observable for a
Stateinstance. - ObservableValueCollection<T,
C> - Interface in is.codion.common.reactive.value -
A read only values observable
- ObservableValueList<T> - Interface in is.codion.common.reactive.value
-
A read only value list observable
- ObservableValueSet<T> - Interface in is.codion.common.reactive.value
-
A read only value set observable
- observer() - Method in interface is.codion.common.model.filter.FilterModel.Sort
- observer() - Method in interface is.codion.common.reactive.event.Event
- observer() - Method in interface is.codion.common.reactive.observer.Observable
- observer() - Method in interface is.codion.common.reactive.state.ObservableState
- observer() - Method in class is.codion.common.reactive.value.AbstractValue
- observer(JComponent, String) - Static method in class is.codion.swing.common.ui.Utilities
-
Returns a
Observernotified each time the value of the given property changes in the given component. - Observer<T> - Interface in is.codion.common.reactive.observer
-
Manages event listeners.
- ObsidianSunsetBlue - Class in is.codion.plugin.flatlaf.intellij.themes.obsidiansunset
-
https://github.com/lczerniawski/ObsidianSunset-JetBrains/blob/main/resources/theme/ObsidianSunsetBlue.theme.json
- ObsidianSunsetBlue() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.obsidiansunset.ObsidianSunsetBlue
- ObsidianSunsetOrange - Class in is.codion.plugin.flatlaf.intellij.themes.obsidiansunset
-
https://github.com/lczerniawski/ObsidianSunset-JetBrains/blob/main/resources/theme/ObsidianSunsetOrange.theme.json
- ObsidianSunsetOrange() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.obsidiansunset.ObsidianSunsetOrange
- of(TypeReference<T>) - Static method in class is.codion.common.utilities.proxy.ProxyBuilder
-
Returns a new
ProxyBuilderinstance. - of(Component) - Method in interface is.codion.swing.common.ui.ancestor.Ancestor.AncestorOfType
- of(Component) - Method in interface is.codion.swing.common.ui.ancestor.Ancestor.AncestorWindow
- of(Class<T>) - Static method in class is.codion.common.utilities.proxy.ProxyBuilder
-
Returns a new
ProxyBuilderinstance. - offset() - Method in interface is.codion.framework.db.EntityConnection.Select
- offset(Integer) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
- offsetDateTime() - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- offsetDateTimeAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new OffsetDateTime based attribute, associated with this EntityType.
- offsetDateTimeColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new OffsetDateTime based column, associated with this EntityType.
- offsetDateTimeField() - Static method in class is.codion.swing.common.ui.component.Components
- ofType(Class<T>) - Static method in class is.codion.swing.common.ui.ancestor.Ancestor
- ok() - Static method in class is.codion.common.i18n.Messages
- okAction(Action) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
-
Note that this action is responsible for closing the dialog.
- okCancel() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- OkCancelDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
Builds a modal dialog for displaying the given
component, with OK and Cancel buttons based on the given actions. - okEnabled(ObservableState) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
-
Note that this is overridden by
OkCancelDialogBuilder.okAction(Action). - okMnemonic() - Static method in class is.codion.common.i18n.Messages
- ON_INSERT - Static variable in interface is.codion.framework.model.EntityTableModel
-
Specifies the default action a table model takes when entities are inserted via its edit model.
- onBuild(Consumer<C>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- onBuild(Consumer<C>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- onBuild(Consumer<JDialog>) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- onBuild(Consumer<JDialog>) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
- onBuild(Consumer<JFrame>) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- onBuildConsumers - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- onBuildValue(Consumer<ComponentValue<C, T>>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- onBuildValue(Consumer<ComponentValue<C, T>>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- onCancel(Runnable) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
- onCancelled(Runnable) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
-
Called in case the background task is cancelled via
SwingWorker.cancel(boolean)or if it throws aCancelException - onClose(Consumer<EntityConnectionProvider>) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
- onClose(Consumer<EntityConnectionProvider>) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
- onClosed(Consumer<WindowEvent>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- onClosed(Consumer<WindowEvent>) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- onClosing(Consumer<WindowEvent>) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- onDelete(Runnable) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.DeleteCommand.Builder
- onDelete(Collection<Entity>) - Method in interface is.codion.framework.model.ModelLink
-
Called when delete is performed in the parent model, regardless of entity type.
- onDelete(Consumer<Collection<Entity>>) - Method in interface is.codion.framework.model.ModelLink.Builder
- onDelete(Consumer<Collection<Entity>>) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.DeleteCommand.Builder
- onDone(Runnable) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- ONE - Enum constant in enum class is.codion.framework.model.test.TestDomain.EnumEntity.EnumType
- OneDark - Class in is.codion.plugin.flatlaf.intellij.themes.onedark
-
https://github.com/perlun/jetbrains-one-dark-theme/blob/master/src/main/resources/themes/one_dark.theme.json
- OneDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.onedark.OneDark
- OnePauintxiAllBlue - Class in is.codion.plugin.flatlaf.intellij.themes.onepauintxi
-
https://github.com/marcosramos87/one-pauintxi-theme/blob/main/vscode/themes/one-pauintxi-all-blue.json
- OnePauintxiAllBlue() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.onepauintxi.OnePauintxiAllBlue
- OnePauintxiAllOrange - Class in is.codion.plugin.flatlaf.intellij.themes.onepauintxi
-
https://github.com/marcosramos87/one-pauintxi-theme/blob/main/vscode/themes/one-pauintxi-all-orange.json
- OnePauintxiAllOrange() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.onepauintxi.OnePauintxiAllOrange
- OnePauintxiBlue - Class in is.codion.plugin.flatlaf.intellij.themes.onepauintxi
-
https://github.com/marcosramos87/one-pauintxi-theme/blob/main/vscode/themes/one-pauintxi-blue.json
- OnePauintxiBlue() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.onepauintxi.OnePauintxiBlue
- OnePauintxiOrange - Class in is.codion.plugin.flatlaf.intellij.themes.onepauintxi
-
https://github.com/marcosramos87/one-pauintxi-theme/blob/main/vscode/themes/one-pauintxi-orange.json
- OnePauintxiOrange() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.onepauintxi.OnePauintxiOrange
- oneTouchExpandable(boolean) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- onException(Exception) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Handles the given exception, simply displays the error message to the user by default.
- onException(Exception) - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Propagates the exception to
EntityEditPanel.onValidationException(ValidationException)orEntityEditPanel.onReferentialIntegrityException(ReferentialIntegrityException)depending on type, otherwise forwards to the super implementation. - onException(Exception) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Propagates a
ReferentialIntegrityExceptiontoEntityTablePanel.onReferentialIntegrityException(ReferentialIntegrityException), otherwise displays the exception. - onException(String) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- onException(Consumer<Exception>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onException(Consumer<Exception>) - Method in interface is.codion.swing.common.ui.control.CommandControl.CommandControlBuilder
- onException(Consumer<Exception>) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- onImage(Point2D.Double) - Method in class is.codion.swing.common.ui.component.image.ImagePane.CenterImage
-
Centers the image on the given image coordinate
- onIndexesSelected(Consumer<List<Integer>>) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder
- onIndexesSelected(Consumer<List<Integer>>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- onIndexSelected(Consumer<Integer>) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder
- onIndexSelected(Consumer<Integer>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- onInsert() - Method in class is.codion.framework.model.AbstractEntityTableModel
- onInsert() - Method in interface is.codion.framework.model.EntityTableModel
- onInsert() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- onInsert(Runnable) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.InsertCommand.Builder
- onInsert(Collection<Entity>) - Method in interface is.codion.framework.model.ModelLink
-
Called when insert is performed in the parent model, regardless of entity type.
- onInsert(Consumer<Entity>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.AddEntityDialogBuilder
- onInsert(Consumer<Collection<Entity.Key>>) - Method in interface is.codion.framework.db.EntityConnection.BatchInsert.Builder
- onInsert(Consumer<Collection<Entity>>) - Method in interface is.codion.framework.model.ForeignKeyModelLink.Builder
-
Note that this overrides
ForeignKeyModelLink.Builder.setValueOnInsert(boolean)
- onInsert(Consumer<Collection<Entity>>) - Method in interface is.codion.framework.model.ModelLink.Builder
- onInsert(Consumer<Collection<Entity>>) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.InsertCommand.Builder
- onInterrupted(Runnable) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onItemSelected(Consumer<T>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
- onItemSelected(Consumer<Entity>) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
- onItemSelected(Consumer<R>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- onItemSelected(Consumer<T>) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder
- onItemsSelected(Consumer<List<R>>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- onItemsSelected(Consumer<List<T>>) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder
- onKeyRelease(boolean) - Method in interface is.codion.swing.common.ui.key.KeyEvents.Builder
-
Default false.
- onOk(Runnable) - Method in interface is.codion.swing.common.ui.dialog.OkCancelDialogBuilder
- onOpened(Consumer<WindowEvent>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- onOpened(Consumer<WindowEvent>) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- onPane(Point) - Method in class is.codion.swing.common.ui.component.image.ImagePane.CenterImage
-
Centers the image on the given coordinate on the pane, if it is within the image boundaries.
- onProgress(Consumer<Integer>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onPublish(Consumer<List<V>>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onPublish(Consumer<List<V>>) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- onReferentialIntegrityException(ReferentialIntegrityException) - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Called when a
ReferentialIntegrityExceptionoccurs. - onReferentialIntegrityException(ReferentialIntegrityException) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Called when a
ReferentialIntegrityExceptionoccurs during a delete operation on the selected entities. - onRefreshException(Consumer<Exception>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
-
By default, exceptions during refresh are rethrown, use this method to handle async exceptions differently
- onRefreshException(Consumer<Exception>) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder
-
By default, exceptions during refresh are rethrown, use this method to handle async exceptions differently
- onRefreshException(Consumer<Exception>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
-
By default, exceptions during refresh are rethrown, use this method to handle async exceptions differently
- onResult(Runnable) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onResult(Runnable) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- onResult(String, String) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- onResult(Consumer<T>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onResult(Consumer<T>) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- onRowsUpdated(int, int) - Method in class is.codion.framework.model.AbstractEntityTableModel
-
Notifies all listeners that the given rows have changed
- onRowsUpdated(int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- onSelection(Collection<Entity>) - Method in interface is.codion.framework.model.ModelLink
-
Called when the selection changes in the parent model or when this link is activated.
- onSelection(Consumer<LookAndFeelEnabler>) - Method in interface is.codion.swing.common.ui.laf.LookAndFeelComboBox.Builder
- onSelection(Consumer<Collection<Entity>>) - Method in interface is.codion.framework.model.ForeignKeyModelLink.Builder
-
Note that this overrides
ForeignKeyModelLink.Builder.refreshOnSelection(boolean),ForeignKeyModelLink.Builder.clearConditionOnEmptySelection(boolean)andForeignKeyModelLink.Builder.clearValueOnEmptySelection(boolean)
Note that only active model links respond to parent model selection by default. - onSelection(Consumer<Collection<Entity>>) - Method in interface is.codion.framework.model.ModelLink.Builder
-
Note that only active model links respond to parent model selection by default.
- onSelectionChanged(Runnable) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder
- onSelectionChanged(Runnable) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- onSetVisible(Consumer<C>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- onSetVisible(Consumer<C>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- onShown(Consumer<EntityEditPanel>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.AddEntityDialogBuilder
- onShown(Consumer<EntityEditPanel>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditEntityDialogBuilder
- onShown(Consumer<JDialog>) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- onShown(Consumer<JDialog>) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- onStarted(Runnable) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.Builder
- onStarted(Consumer<P>) - Method in interface is.codion.swing.framework.ui.EntityApplication
- onStarting(Runnable) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
Runs as the application is starting, but after Look and Feel initialization.
- onTextChanged(Consumer<String>) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- onTrace(Consumer<MethodTrace>) - Method in interface is.codion.framework.db.local.tracer.MethodTracer
- onUpdate(Runnable) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.UpdateCommand.Builder
- onUpdate(Consumer<Entity>) - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditEntityDialogBuilder
- onUpdate(Consumer<Collection<Entity>>) - Method in interface is.codion.swing.framework.ui.EntityEditPanel.UpdateCommand.Builder
- onUpdate(Consumer<Map<Entity, Entity>>) - Method in interface is.codion.framework.model.ModelLink.Builder
- onUpdate(Map<Entity, Entity>) - Method in interface is.codion.framework.model.ModelLink
-
Called when an update is performed in the parent model, regardless of entity type.
- onValidationException(ValidationException) - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Displays the exception message after which the first component involved receives the focus.
- onViewChanged(ConditionPanel.ConditionView) - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- onViewChanged(ConditionPanel.ConditionView) - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
- onViewChanged(ConditionPanel.ConditionView) - Method in class is.codion.swing.common.ui.component.table.FilterTableConditionPanel
- onViewChanged(ConditionPanel.ConditionView) - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
-
Called each time the condition view changes, override to update this panel according to the state
- opaque(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- opaque(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- open() - Static method in class is.codion.common.i18n.Messages
- openMnemonic() - Static method in class is.codion.common.i18n.Messages
- operands() - Method in interface is.codion.common.model.condition.ConditionModel
- operands() - Method in interface is.codion.framework.model.AttributeConditionModel
- operands() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- operands(ConditionModel.Operands<T>) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- operation() - Method in exception class is.codion.common.db.exception.ReferentialIntegrityException
- OPERATION - Static variable in class is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- OperationColumns() - Constructor for class is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- operationTableModel() - Method in class is.codion.tools.monitor.model.ServerMonitor
- operator() - Method in interface is.codion.common.model.condition.ConditionModel
- operator() - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition
- operator() - Method in interface is.codion.framework.model.AttributeConditionModel
- operator(Operator) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- Operator - Enum Class in is.codion.common.utilities
-
Enumerating all the available operator types.
- operatorCaptions(Function<Operator, String>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.Builder
-
Provides captions for operators, displayed in the operator combo box
- operators() - Method in interface is.codion.common.model.condition.ConditionModel
- operators() - Method in interface is.codion.framework.model.AttributeConditionModel
- operators(List<Operator>) - Method in interface is.codion.common.model.condition.ConditionModel.Builder
- OPTIMISTIC_LOCKING - Static variable in interface is.codion.framework.db.local.LocalEntityConnection
-
Specifies whether optimistic locking should be performed, that is, if entities should be selected for update and checked for modification before being updated Value type: Boolean Default value: true
- OPTIMISTIC_LOCKING - Static variable in interface is.codion.framework.domain.entity.EntityDefinition
-
Specifies whether optimistic locking should be enabled by default for entities Value type: Boolean Default value: true
- optimisticLocking() - Method in interface is.codion.framework.db.local.LocalEntityConnection
- optimisticLocking() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- optimisticLocking(boolean) - Method in interface is.codion.framework.db.local.LocalEntityConnection
- optimisticLocking(boolean) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Use this to disable optimistic locking for this entity type
- Option 1: Module Dependency (Recommended) - Search tag in class is.codion.tools.jul.classpath.ClasspathConfiguration
- Section
- Option 2: Runtime Module Addition - Search tag in class is.codion.tools.jul.classpath.ClasspathConfiguration
- Section
- optional() - Method in interface is.codion.common.reactive.observer.Observable
- optional() - Method in interface is.codion.common.reactive.value.ObservableValueCollection
- optional() - Method in interface is.codion.common.reactive.value.ValueCollection
- optional() - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns the value of this key, wrapped in an
Optional. - optional() - Method in class is.codion.swing.common.ui.ancestor.Ancestor.AncestorSupplier
-
Finds the first component of the required type in the ancestor hierarchy.
- optional() - Method in class is.codion.swing.common.ui.component.text.NumberField
- optional() - Method in class is.codion.swing.common.ui.component.text.TemporalField
- optional() - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- optional() - Method in interface is.codion.swing.framework.ui.EntityEditComponentPanel.EditorComponent
- optional(Attribute<T>) - Method in interface is.codion.framework.domain.entity.attribute.DerivedValue.SourceValues
-
Returns the source value associated with the given attribute or an empty
Optionalif the associated value is null or if the given attribute is not a source attribute - optional(Attribute<T>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the value associated with
attribute, wrapped in anOptional. - optional(Column<T>) - Method in interface is.codion.framework.domain.entity.Entity.Key
- or(ObservableState...) - Static method in interface is.codion.common.reactive.state.State
-
Creates a new
ObservableStateinstance using OR. - or(Condition...) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Returns a new
Condition.Combinationinstance, combining the given conditions using the OR conjunction. - or(Collection<? extends ObservableState>) - Static method in interface is.codion.common.reactive.state.State
-
Creates a new
ObservableStateinstance using OR. - or(Collection<Condition>) - Static method in interface is.codion.framework.domain.entity.condition.Condition
-
Returns a new
Condition.Combinationinstance, combining the given conditions using the OR conjunction. - OR - Enum constant in enum class is.codion.common.utilities.Conjunction
-
The OR conjunction.
- OracleDatabaseFactory - Class in is.codion.dbms.oracle
-
Provides oracle database implementations
- OracleDatabaseFactory() - Constructor for class is.codion.dbms.oracle.OracleDatabaseFactory
- order(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableSort
- order(Attribute<?>...) - Method in interface is.codion.framework.model.EntityExport.ExportAttributes.Builder
-
Any attributes not in this list appear last, in alphabetical order by caption
- order(Comparator<Attribute<?>>) - Method in interface is.codion.framework.model.EntityExport.ExportAttributes.Builder
- order(List<Attribute<?>>) - Method in interface is.codion.framework.model.EntityExport.ExportAttributes.Builder
-
Any attributes not in this list appear last, in alphabetical order by caption
- ORDER_QUERY - Static variable in interface is.codion.framework.model.EntityTableModel
-
Specifies whether the
FilterModel.sort()model order is used as a basis for theEntityQueryModelorder by clause. - orderBy() - Method in interface is.codion.framework.db.EntityConnection.Select
- orderBy() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- orderBy() - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery
- orderBy() - Method in class is.codion.framework.model.AbstractEntityTableModel
- orderBy() - Method in interface is.codion.framework.model.EntityQueryModel
-
Controls the order by clause to use when selecting the data for this model.
- orderBy() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- orderBy(OrderBy) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Sets the
OrderByfor this condition - orderBy(OrderBy) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Specifies the
OrderByto use when selecting entities for this model. - orderBy(OrderBy) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the order by clause for this entity type.
- orderBy(OrderBy) - Method in interface is.codion.framework.model.EntitySearchModel.Builder
-
Defaults to
EntityDefinition.orderBy(). - orderBy(String) - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery.Builder
-
Specifies the order by clause to use, without the ORDER BY keywords.
- OrderBy - Interface in is.codion.framework.domain.entity
-
Specifies an order by clause for entity queries.
- OrderBy.Builder - Interface in is.codion.framework.domain.entity
-
Builds a
OrderByinstance. - OrderBy.NullOrder - Enum Class in is.codion.framework.domain.entity
-
Specifies how to handle null values during order by.
- OrderBy.OrderByColumn - Interface in is.codion.framework.domain.entity
-
Specifies an order by column and whether it's ascending or descending
- orderByColumns() - Method in interface is.codion.framework.domain.entity.OrderBy
- orderQuery() - Method in class is.codion.framework.model.AbstractEntityTableModel
- orderQuery() - Method in interface is.codion.framework.model.EntityTableModel
-
Specifies whether the current
FilterModel.sort()order is used as a basis for theEntityQueryModelorder by clause. - orientation(int) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
- orientation(int) - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- orientation(int) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- orientation(int) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- origin() - Method in class is.codion.swing.common.ui.component.image.ImagePane
-
Returns the
Valuecontrolling the image origin (the position of the image's top-left corner in pane coordinates). - original() - Method in interface is.codion.framework.model.EntityEditModel.EditorValue
- original(Attribute<T>) - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the original value associated with
attribute, or the current one if it is unmodified. - originalEntrySet() - Method in interface is.codion.framework.domain.entity.Entity
- originalPrimaryKey() - Method in interface is.codion.framework.domain.entity.Entity.Builder
-
Resets the primary to its original state, in case the original value is available
- originalPrimaryKey() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the primary key of this entity, in its original state.
- originalPrimaryKeys(Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns the primary keys of the given entities with their original values.
- other() - Method in interface is.codion.common.db.database.Database.QueryCounter
-
Count one query which does not fall under select, insert, delete or update
- OTHER - Enum constant in enum class is.codion.common.db.database.Database.Operation
-
Other
- otherPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
- output(Consumer<String>) - Method in interface is.codion.framework.model.EntityExport.Builder.OutputStep
- overlay(BiConsumer<Graphics2D, ImagePane>) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.Builder
-
Sets the overlay painter that will be called after the image is painted but before the navigation image.
- Overview - Search tag in package is.codion.framework.domain.entity.condition
- Section
- overwriteMode(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- overwriteMode(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- owner - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- owner(Component) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- owner(Component) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
-
Sets the dialog owner as the parent window of the given component.
- owner(Window) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- owner(Window) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
-
Sets the dialog owner as the given window.
- owner(JComponent) - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
- owner(JComponent) - Method in interface is.codion.swing.common.ui.dialog.ScalingSelectionDialogBuilder
P
- pack(ResultSet) - Method in interface is.codion.common.db.result.ResultPacker
-
Iterates through the given
ResultSet, packing its contents into aListusingResultPacker.get(ResultSet)in the order they appear. - paint(Graphics) - Method in class is.codion.swing.common.ui.component.text.HintTextField
- PAINT_REMAINING_ROWS - Static variable in class is.codion.swing.common.ui.component.table.FilterTable
-
Specifies whether alternating row backgrounds are painted below the table data to fill the viewport.
- paintComponent(Graphics) - Method in class is.codion.swing.common.ui.component.image.ImagePane
-
Paints the pane and its image at the current zoom level, location, and interpolation method dependent on the image scale.
- paintComponent(Graphics) - Method in class is.codion.swing.common.ui.component.table.FilterTable
- paintLabels(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- paintRemainingRows(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Specifies whether the remaining rows below the ones available in the table model are painted.
- paintTicks(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- paintTrack(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- panel() - Static method in class is.codion.swing.common.ui.component.Components
- panel(C) - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
- panel(EntityPanel) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder.PanelStep
- panel(EntityPanel) - Method in interface is.codion.swing.framework.ui.WindowDetailLayout.Builder.PanelStep
- panel(Function<EntityConnectionProvider, EntityPanel>) - Method in interface is.codion.swing.framework.ui.EntityPanel.Builder.PanelBuilder
- panel(Function<M, P>) - Method in interface is.codion.swing.framework.ui.EntityApplication
- panel(JPanel) - Method in interface is.codion.swing.common.ui.component.panel.PanelBuilder
- PanelBuilder<L,
B> - Interface in is.codion.swing.common.ui.component.panel -
Builds a JPanel instance.
- PanelBuilder.PanelBuilderFactory - Interface in is.codion.swing.common.ui.component.panel
-
Provides panel builders.
- panels() - Method in class is.codion.swing.common.ui.component.table.FilterTableConditionPanel
- panels() - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
- panelState(EntityPanel) - Method in interface is.codion.swing.framework.ui.EntityPanel.DetailController
-
Note that the detail panel state may be shared between detail panels, as they may be displayed in a shared window.
- parameter(FunctionType<?, T, ?>) - Method in class is.codion.framework.json.domain.EntityObjectMapper
- parameter(ProcedureType<?, T>) - Method in class is.codion.framework.json.domain.EntityObjectMapper
- parameter(ReportType<?, T, ?>) - Method in class is.codion.framework.json.domain.EntityObjectMapper
- parameter(String, Object) - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
- parameters() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- parentPanel() - Method in class is.codion.swing.framework.ui.EntityPanel
- parse(CharSequence, DateTimeFormatter) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.DateTimeParser
-
Parses the given text with the given formatter
- parse(Class<?>, String) - Static method in interface is.codion.common.utilities.version.Version
-
Reads a properties file from the classpath and parses the value associated with the 'version' key.
- parse(String) - Static method in interface is.codion.common.utilities.user.User
-
Parses a User from a string, containing a username and password with a single ':' as delimiter, i.e.
- parse(String) - Static method in interface is.codion.common.utilities.version.Version
-
Parses a string on the form x.y.z-metadata+build
- parse(String) - Method in interface is.codion.swing.common.ui.component.text.Parser
-
Parses a value from the given text
- parseCSV(String) - Static method in class is.codion.common.utilities.Text
-
Splits and trims the given comma separated string.
- Parser<T> - Interface in is.codion.swing.common.ui.component.text
-
Parses a value from a string
- Parser.ParseResult<T> - Interface in is.codion.swing.common.ui.component.text
-
The result of parsing a value from a String
- password() - Static method in class is.codion.common.i18n.Messages
- password() - Method in interface is.codion.common.utilities.user.User
- PASSWORD_PROPERTY - Static variable in interface is.codion.common.db.database.Database
-
The constant used to denote the password value in the connection properties
- passwordField() - Static method in class is.codion.swing.common.ui.component.Components
- PasswordFieldBuilder - Interface in is.codion.swing.common.ui.component.text
-
Builds a JPasswordField.
- patch() - Method in interface is.codion.common.utilities.version.Version
- patch(int) - Method in interface is.codion.common.utilities.version.Version.Builder
- path() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainReport
- path() - Method in interface is.codion.swing.common.ui.component.text.FileInputPanel.BuilderFactory
-
Provides builder for a
Pathbased file input panel. - PATH - Static variable in class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- pathInputPanel() - Static method in class is.codion.swing.common.ui.component.Components
-
Provides builder for a
Pathbased file input panel. - pause(int) - Method in class is.codion.tools.swing.robot.Controller
- pause(Exception) - Method in interface is.codion.tools.loadtest.Scenario
- pause(Predicate<Exception>) - Method in interface is.codion.tools.loadtest.Scenario.Builder
-
By default, all exceptions cause a test to be paused.
- paused() - Method in interface is.codion.tools.loadtest.LoadTest
- pauseOnException() - Method in interface is.codion.tools.loadtest.LoadTest
- perform() - Method in interface is.codion.framework.model.EntityEditModel.EditTask.Task
-
May be called in a background thread.
- perform() - Method in interface is.codion.framework.model.EntityTableModel.RefreshTask
-
Fetches the entities, can be called on a background thread
- perform(T) - Method in interface is.codion.tools.loadtest.Scenario.Performer
-
Performs the scenario using the given application
- performer(Scenario.Performer<T>) - Method in interface is.codion.tools.loadtest.Scenario.Builder.PerformerStep
-
The default scenario name is
performer.getClass().getSimpleName(). - persist() - Method in interface is.codion.common.model.condition.TableConditionModel
- persist() - Method in interface is.codion.framework.model.EntityEditModel.EditorValue
-
Returns a
Statecontrolling whether the last used value for this attribute should persist when defaults are set. - PERSIST_FOREIGN_KEYS - Static variable in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Specifies whether foreign key values should persist by default when defaults are set Value type: Boolean Default value: true
- PERSIST_MENU - Static variable in interface is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder
-
Specifies whether a menu persists after a toggle menu item has been toggled Value type:
ToggleMenuItemBuilder.PersistMenuDefault value:ToggleMenuItemBuilder.PersistMenu.ALWAYS - persistMenu(ToggleMenuItemBuilder.PersistMenu) - Method in interface is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder
- PinkAsHeck - Class in is.codion.plugin.flatlaf.intellij.themes.pinkasheck
-
Unknown source
- PinkAsHeck() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.pinkasheck.PinkAsHeck
- placeholder(String) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- placeholder(String) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- placeholderCharacter(char) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- placeholderCharacter(char) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- poolCleanupInterval() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- pooledConnectionTimeout() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- PoolMonitor - Class in is.codion.tools.monitor.model
-
A class responsible for monitoring the connection pools of a given EntityServer.
- PoolMonitor(EntityServerAdmin, int) - Constructor for class is.codion.tools.monitor.model.PoolMonitor
-
Instantiates a new
PoolMonitor - PoolMonitorPanel - Class in is.codion.tools.monitor.ui
-
A PoolMonitorPanel
- PoolMonitorPanel(PoolMonitor) - Constructor for class is.codion.tools.monitor.ui.PoolMonitorPanel
-
Instantiates a new PoolMonitorPanel
- populate() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- POPULATED - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns
- PopulateTask() - Constructor for class is.codion.tools.generator.model.DomainGeneratorModel.PopulateTask
- POPUP_MENU_LAYOUT - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies the default popup menu layout.
- popupControl(Function<C, Control>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- popupControl(Function<C, Control>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- popupControls(BiConsumer<C, ControlsBuilder>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- popupControls(BiConsumer<C, ControlsBuilder>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Use
ControlsBuilder.removeAll()in order to clear any previously added controls. - popupControls(Function<C, Controls>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- popupControls(Function<C, Controls>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- popupMenu(Function<C, JPopupMenu>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- popupMenu(Function<C, JPopupMenu>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- popupMenuListener(PopupMenuListener) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
-
Has no effect if a popup menu is not created.
- popupWidth(int) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
-
Only applicable for the system and cross-platform Look and Feels.
- popupWidth(int) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- popupWidth(int) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
-
Only used for the system and cross-platform Look and Feels.
- port() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- port() - Method in interface is.codion.common.rmi.server.ServerInformation
- port(int) - Method in interface is.codion.common.rmi.server.Server.Locator.Builder
- port(int) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- port(int) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- port(int) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- port(int) - Method in class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
- port(int) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider.Builder
- PORT - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
The port which the http client should use.
Value type: Integer
Default value: 8080 - PORT - Static variable in class is.codion.framework.servlet.EntityService
-
The port on which the http server is made available to clients.
- POSTFIX - Enum constant in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
Wildcard added at end
- PostgreSQLDatabaseFactory - Class in is.codion.dbms.postgresql
-
Provides postgresql database implementations
- PostgreSQLDatabaseFactory() - Constructor for class is.codion.dbms.postgresql.PostgreSQLDatabaseFactory
- predicate() - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
- predicate() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor.Exists
-
Controls the 'exists' predicate for this
EntityEditModel.EntityEditor.Existsinstance, which is responsible for providing the exists state of the underlying entity. - predicate() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor.Modified
-
Controls the 'modified' predicate for this
EntityEditModel.EntityEditor.Modifiedinstance, which is responsible for providing the modified state of the underlying entity. - predicate() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
- predicate() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Filter
-
Controls the additional filter predicate, which is tested for items that pass all foreign key filters
- predicate(V) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemFinder
-
Returns the
Predicateto use when searching for an item represented by the given value - preferences() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- preferences() - Method in interface is.codion.framework.model.EntityApplicationModel
- PREFERENCES_KEY - Static variable in interface is.codion.framework.model.EntityApplicationModel
-
Specifies the key to use when creating file based application preferences.
- PREFERENCES_LOCATION - Static variable in class is.codion.common.model.preferences.UserPreferences
-
Provides a way to override the default (OS dependent) directory used to store the user preferences file.
- preferencesKey() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Returns the key used to identify user preferences for this edit panel The default implementation is:Override in case this key is not unique within the application.
return editModel().getClass().getSimpleName() + "-" + editModel().entityType(); - preferencesKey() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Returns the key used to identify user preferences for this panel The default implementation is:Override in case this key is not unique within the application.
return model().getClass().getSimpleName() + "-" + model().entityType(); - preferencesKey() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Returns the key used to identify user preferences for this table panel, that is column positions, widths and such.
- preferredButtonSize(Dimension) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
- preferredComboBoxWidth(int) - Method in interface is.codion.swing.framework.ui.component.EntityComboBoxPanel.Builder
- preferredHeight(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- preferredHeight(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- preferredHeight(T, int) - Static method in class is.codion.swing.common.ui.component.Sizes
-
Sets the preferred size of the given component to its current width and the given
preferredHeight - preferredLayoutSize(Container) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- preferredSearchFieldWidth(int) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- preferredSize(Dimension) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- preferredSize(Dimension) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- preferredSize(Dimension) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Selector
-
Sets the preferred size of the selection component.
- preferredWidth(int) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- preferredWidth(int) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- preferredWidth(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- preferredWidth(T, int) - Static method in class is.codion.swing.common.ui.component.Sizes
-
Sets the preferred size of the given component to its current height and the given
preferredWidth - PREFIX - Enum constant in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
Wildard added at front
- PREFIX_AND_POSTFIX - Enum constant in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
Wildcard added at front and at end
- prepare() - Method in interface is.codion.framework.model.EntityEditModel.EditTask
-
Notifies listeners that an operation is about to be performed.
- PREPEND - Enum constant in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
The entities inserted via the associated edit model are prepended to the model rows, the rows are then sorted if sorting is enabled.
- present() - Method in interface is.codion.framework.model.EntityEditModel.EditorValue
- present() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.ColumnSelection.ColumnIndex
- present(Observable<T>) - Static method in interface is.codion.common.reactive.state.State
- pressedIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- previous() - Method in interface is.codion.common.reactive.value.ValueChange
- previous() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel.Results
-
Finds the previous value and selects the row, if none is found the selection is cleared
- PREVIOUS_DAY - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous day.
Default key stroke: LEFT ARROW - PREVIOUS_HOUR - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous hour.
Default key stroke: SHIFT-ALT-DOWN ARROW - PREVIOUS_MINUTE - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous minute.
Default key stroke: CTRL-ALT-DOWN ARROW - PREVIOUS_MONTH - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous month.
Default key stroke: SHIFT-DOWN ARROW - PREVIOUS_OPERATOR - Static variable in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.ControlKeys
-
Select the previous condition operator.
Default key stroke: CTRL-UP ARROW - PREVIOUS_WEEK - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous week.
Default key stroke: UP ARROW - PREVIOUS_YEAR - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
-
Select the previous year.
Default key stroke: CTRL-DOWN ARROW - previousSearchPosition() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
-
Moves to the previous search position, if available, with wrap-around.
- primary() - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Indicates whether this key represents an actual primary key or a pseudo primary key.
- primaryKey() - Method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
-
Returns a new
ColumnDefinition.Builderinstance, with the primary key index 0. - primaryKey() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- primaryKey() - Method in interface is.codion.framework.domain.entity.Entity
-
Returns the primary key of this entity.
- primaryKey() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- primaryKey(int) - Method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
-
Returns a new
ColumnDefinition.Builderinstance, with the given primary key index. - primaryKey(EntityType, T) - Method in interface is.codion.framework.domain.entity.Entities
-
Creates a new
Entity.Keyinstance of the given entityType, initialised with the given valueEntities entities = domain.entities(); // Create a single-value primary key Entity.Key customerKey = entities.primaryKey(Customer.TYPE, 42); // Use the key to fetch an entity Entity customer = connection.selectSingle(customerKey); // Keys can be compared Entity.Key anotherKey = entities.primaryKey(Customer.TYPE, 42); customerKey.equals(anotherKey); // true // Null values are allowed Entity.Key nullKey = entities.primaryKey(Customer.TYPE, null); - primaryKey(T) - Method in interface is.codion.framework.domain.entity.EntityDefinition
-
Creates a new
Entity.Keyinstance based on this definition, initialised with the given value - primaryKeyColumnSuffix() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- primaryKeyColumnSuffix(String) - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
- primaryKeyMap(Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Maps the given entities to their primary key, assuming each entity appears only once in the given collection.
- primaryKeyNull() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
- primaryKeys(EntityType, Collection<T>) - Method in interface is.codion.framework.domain.entity.Entities
-
Creates new
Entity.Keyinstances of the given entityType, initialised with the given valuesEntities entities = domain.entities(); // Create multiple keys at once List<Entity.Key> customerKeys = entities.primaryKeys(Customer.TYPE, List.of(1, 2, 3, 4, 5)); - primaryKeys(EntityType, T...) - Method in interface is.codion.framework.domain.entity.Entities
-
Creates new
Entity.Keyinstances of the given entityType, initialised with the given valuesEntities entities = domain.entities(); // Create multiple keys at once List<Entity.Key> customerKeys = entities.primaryKeys(Customer.TYPE, 1, 2, 3, 4, 5); // Fetch multiple entities List<Entity> customers = connection.select(customerKeys); // Varargs syntax allows flexible usage List<Entity.Key> keys = entities.primaryKeys(Order.TYPE, "ORD-001", "ORD-002", "ORD-003"); - primaryKeys(Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns the primary keys of the given entities.
- print() - Static method in class is.codion.common.i18n.Messages
- print() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- print() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- PRINT - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
The main print action
Default key stroke: CTRL-P - PRINT - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the print icon.
- PRINT_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlsinstance containing controls for printing. - printFocusOwner(Function<JComponent, String>) - Static method in class is.codion.swing.common.ui.Utilities
-
For focus debug purposes, prints the new and old values to the standard output when the 'focusOwner' value changes in the current keyboard focus manager.
- printMnemonic() - Static method in class is.codion.common.i18n.Messages
- priority() - Method in interface is.codion.swing.common.model.component.table.FilterTableSort.ColumnSortOrder
- procedure(ProcedureType<C, T>) - Method in interface is.codion.framework.domain.Domain
-
Retrieves the procedure of the given type.
- procedure(ProcedureType<C, T>) - Method in class is.codion.framework.domain.DomainModel
- procedures() - Method in interface is.codion.framework.domain.Domain
- procedures() - Method in class is.codion.framework.domain.DomainModel
- procedureType(String) - Static method in interface is.codion.common.db.operation.ProcedureType
-
Creates a
ProcedureTypewith the given name and types. - ProcedureType<C,
T> - Interface in is.codion.common.db.operation - processCpuLoad() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- processed(Consumer<Entity>) - Method in interface is.codion.framework.model.EntityExport.Builder
- processResult(Collection<T>) - Method in class is.codion.common.model.filter.FilterModel.AbstractRefresher
-
Processes the refresh result, by replacing the current model items by the result items.
- progress() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- PROGRESS_BAR - Enum constant in enum class is.codion.swing.framework.ui.component.EntitySearchField.SearchIndicator
-
Display an indeterminate progress bar while searching
- progressBar() - Static method in class is.codion.swing.common.ui.component.Components
- ProgressBarBuilder - Interface in is.codion.swing.common.ui.component.progressbar
-
Builds a JProgressBar.
- progressBarSize(Dimension) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- progressBarSize(Dimension) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- ProgressDialog - Class in is.codion.swing.common.ui.dialog
-
A dialog containing a progress bar.
- ProgressDialog.Builder - Interface in is.codion.swing.common.ui.dialog
-
A builder for
ProgressDialog. - progressReporter(Consumer<Integer>) - Method in interface is.codion.framework.db.EntityConnection.BatchInsert.Builder
- progressWorker() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- ProgressWorker<T,
V> - Class in is.codion.swing.common.model.worker -
A
SwingWorkerimplementation. - ProgressWorker.Builder<T,
V> - Interface in is.codion.swing.common.model.worker -
Builds a
ProgressWorkerinstance. - ProgressWorker.BuilderFactory - Interface in is.codion.swing.common.model.worker
-
Provides builders for a given task type.
- ProgressWorker.ProgressReporter<V> - Interface in is.codion.swing.common.model.worker
-
Reports progress and publishes intermediate results for a ProgressWorker
- ProgressWorker.ProgressResultTask<T,
V> - Interface in is.codion.swing.common.model.worker -
A progress aware background task producing a result.
- ProgressWorker.ProgressTask<V> - Interface in is.codion.swing.common.model.worker
-
A progress aware background task.
- ProgressWorker.ResultTask<T> - Interface in is.codion.swing.common.model.worker
-
A background task producing a result.
- ProgressWorker.Task - Interface in is.codion.swing.common.model.worker
-
A background task.
- ProgressWorkerDialogBuilder<T,
V> - Interface in is.codion.swing.common.ui.dialog -
A builder for a
ProgressWorkerimplementation which displays a progress bar in a modal dialog while background work is being performed. - ProgressWorkerDialogBuilder.BuilderFactory - Interface in is.codion.swing.common.ui.dialog
-
Provides builders for a given task type.
- properties(Predicate<String>) - Method in class is.codion.common.utilities.property.PropertyStore
-
Returns the values associated with property names fulfilling the given predicate
- propertyChangeListener(PropertyChangeListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- propertyChangeListener(PropertyChangeListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- propertyChangeListener(String, PropertyChangeListener) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- propertyChangeListener(String, PropertyChangeListener) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- propertyNames(Predicate<String>) - Method in class is.codion.common.utilities.property.PropertyStore
-
Returns all property names fulfilling the given predicate
- propertyStore() - Static method in class is.codion.common.utilities.property.PropertyStore
-
Creates a new empy PropertyStore.
- propertyStore(InputStream) - Static method in class is.codion.common.utilities.property.PropertyStore
-
Creates a new PropertyStore initialized with the properties found in the given file.
- propertyStore(Path) - Static method in class is.codion.common.utilities.property.PropertyStore
-
Creates a new PropertyStore initialized with the properties found in the given file.
- propertyStore(Properties) - Static method in class is.codion.common.utilities.property.PropertyStore
-
Creates a new PropertyStore initialized with the given properties.
- PropertyStore - Class in is.codion.common.utilities.property
-
Provides configuration values which sync with system properties when set.
- PropertyStore.PropertyFormatter - Interface in is.codion.common.utilities.property
-
Formats a property value, can f.ex.
- propertyValue(String) - Method in class is.codion.common.utilities.property.PropertyStore
-
Returns the Value associated with the given property, an empty Optional if no such Value has been created.
- PropertyValue<T> - Class in is.codion.common.utilities.property
-
A Value associated with a named property.
- proxy() - Method in interface is.codion.common.utilities.proxy.ProxyBuilder.ProxyMethod.Parameters
- ProxyBuilder<T> - Class in is.codion.common.utilities.proxy
-
Builds a dynamic proxy for a single interface.
- ProxyBuilder.ProxyMethod<T> - Interface in is.codion.common.utilities.proxy
-
A proxy method.
- ProxyBuilder.ProxyMethod.Parameters<T> - Interface in is.codion.common.utilities.proxy
-
Parameters available to the invocation handler when calling a proxy method.
- publish(V...) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.ProgressReporter
- put(String, SVGIcon) - Method in interface is.codion.swing.common.ui.icon.SVGIcons
-
Adds the given icon to this SVGIcons instance.
- put(String, URL) - Method in interface is.codion.swing.common.ui.icon.SVGIcons
-
Adds the given icon to this Icons instance, using
SVGIcons.size()andSVGIcons.color(). - put(String, URL) - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- put(String, URL) - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Adds the given icon.
Q
- queried(String) - Static method in interface is.codion.framework.domain.entity.attribute.Column.Generator
-
Instantiates a primary key generator which fetches primary key values using the given query prior to insert.
- queriesPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
- queriesPerSecondCollection() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
- query() - Method in class is.codion.framework.model.AbstractEntityTableModel
- query() - Method in interface is.codion.framework.model.EntityQueryModel
-
Performs a query and returns the result.
- query() - Method in interface is.codion.framework.model.EntityTableModel
- QUERY_TIMEOUT - Static variable in interface is.codion.framework.db.local.LocalEntityConnection
-
Specifies the query timeout in seconds Value type: Integer Default value: 120
- queryCounter() - Method in class is.codion.common.db.database.AbstractDatabase
- queryCounter() - Method in interface is.codion.common.db.database.Database
- queryTimeout() - Method in interface is.codion.framework.db.local.LocalEntityConnection
- queryTimeout(int) - Method in class is.codion.framework.db.local.DefaultLocalEntityConnectionProviderBuilder
- queryTimeout(int) - Method in interface is.codion.framework.db.local.LocalEntityConnection
- queryTimeout(int) - Method in interface is.codion.framework.db.local.LocalEntityConnectionProvider.Builder
- QueryTimeoutException - Exception Class in is.codion.common.db.exception
-
Exception thrown when a statement has timed out or been cancelled.
- QueryTimeoutException(SQLException, String) - Constructor for exception class is.codion.common.db.exception.QueryTimeoutException
-
Instantiates a new
QueryTimeoutException
R
- RADIO_BUTTON - Enum constant in enum class is.codion.swing.common.ui.component.button.ToggleButtonType
- radioButton() - Static method in class is.codion.swing.common.ui.component.Components
- radioButton(Consumer<RadioButtonBuilder>) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Provides a way to configure the
RadioButtonBuilderused by thisControlPanelBuilder. - RadioButtonBuilder - Interface in is.codion.swing.common.ui.component.button
-
Builds a JRadioButton.
- radioButtonMenuItem() - Static method in class is.codion.swing.common.ui.component.Components
- RadioButtonMenuItemBuilder<B> - Interface in is.codion.swing.common.ui.component.button
-
Builds a JRadioButtonMenuItem.
- randomItem(T, int) - Static method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
-
Instantiates a new
ItemRandomizer.RandomIteminstance. - randomizer() - Method in interface is.codion.tools.loadtest.LoadTest
- randomizer(Collection<ItemRandomizer.RandomItem<T>>) - Static method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
-
Instantiates a new
ItemRandomizer. - range(Number, Number) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- range(Number, Number) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition.Builder
-
Only applicable to numerical attributes
- rawType() - Method in class is.codion.common.utilities.TypeReference
- readImage(String) - Static method in class is.codion.swing.common.ui.component.image.ImagePane
-
Reads an image from the given path
- readOnly() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- readOnly() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- readOnly() - Method in interface is.codion.framework.model.EntityEditModel.Settings
-
Making this edit model read-only prevents any changes from being persisted to the database, trying to insert, update or delete will cause an exception being thrown, it does not prevent editing.
- readOnly(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies whether this column should be included during insert and update operations
- readOnly(boolean) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Specifies whether this entity should be read-only, that it should not be possible to insert, update or delete entities of this type
- readOnly(Column<?>) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition.Builder
-
Marks the given foreign key reference column as read-only, which causes an exception being thrown when the given column value is modified via this foreign key.
- readOnly(Column<?>) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
-
Returns true if the given foreign key reference column is read-only, as in, not updated when the foreign key value is set.
- RecordModifiedException - Exception Class in is.codion.common.db.exception
-
An exception indicating that the row in question has been modified or deleted since it was loaded.
- RecordModifiedException(Object, Object, String) - Constructor for exception class is.codion.common.db.exception.RecordModifiedException
-
Instantiates a new RecordModifiedException
- RecordNotFoundException - Exception Class in is.codion.common.db.exception
-
Exception used when an expected record was not found.
- RecordNotFoundException(String) - Constructor for exception class is.codion.common.db.exception.RecordNotFoundException
-
Instantiates a new RecordNotFoundException
- recursive() - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery.Builder.WithRecursiveStep
-
Specifies that this CTE requires the WITH clause to be marked as RECURSIVE
- reference(Column<T>) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey
- reference(Column<T>, Column<T>) - Static method in interface is.codion.framework.domain.entity.attribute.ForeignKey
-
Returns a new
ForeignKey.Referencebased on the given columns. - REFERENCE_DEPTH - Static variable in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
-
Specifies the default foreign key reference depth Value type: Integer Default value: 1
- referencedBy(ForeignKey) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
-
Returns the
EntityDefinitionof the entity referenced by the given foreign key. - referenceDepth() - Method in interface is.codion.framework.db.EntityConnection.Select
- referenceDepth() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
- referenceDepth(int) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Limit the levels of foreign keys to fetch
- referenceDepth(int) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition.Builder
-
Specifies the default query reference depth for this foreign key.
- referenceDepth(ForeignKey) - Method in interface is.codion.framework.db.EntityConnection.Select
-
Returns the number of levels of foreign key values to fetch, with 0 meaning the referenced entity should not be fetched, -1 no limit and an empty Optional if the global limit should be used (
EntityConnection.Select.referenceDepth()). - referenceDepth(ForeignKey, int) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Returns the depth limit for a specific foreign key traversal.
- referencedType() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey
- references() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKey
- references() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
- REFERENTIAL_INTEGRITY_ERROR_HANDLING - Static variable in enum class is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
-
Specifies whether to display the error message or the dependent entities in case of a referential integrity error on delete Value type:
ReferentialIntegrityErrorHandlingDefault value:ReferentialIntegrityErrorHandling.DISPLAY_ERROR - referentialIntegrityErrorHandling(ReferentialIntegrityErrorHandling) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- referentialIntegrityErrorHandling(ReferentialIntegrityErrorHandling) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- ReferentialIntegrityErrorHandling - Enum Class in is.codion.swing.framework.ui
-
The possible actions to take on a referential integrity error.
- ReferentialIntegrityException - Exception Class in is.codion.common.db.exception
-
An exception indication a referential integrity failure
- ReferentialIntegrityException(SQLException, String, Database.Operation) - Constructor for exception class is.codion.common.db.exception.ReferentialIntegrityException
-
Instantiates a new
ReferentialIntegrityException - refresh() - Static method in class is.codion.common.i18n.Messages
- refresh() - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Refreshes the data in this model using its
FilterModel.Refresher. - refresh() - Method in class is.codion.framework.model.AbstractEntityEditModel
- refresh() - Method in interface is.codion.framework.model.EntityEditModel
-
Refreshes the active Entity from the database, discarding all changes.
- refresh() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- refresh() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- refresh() - Method in class is.codion.tools.monitor.model.ClientMonitor
-
Refreshes the client info from the server
- refresh() - Method in class is.codion.tools.monitor.model.EntityServerMonitor
-
Refreshes the servers
- refresh() - Method in class is.codion.tools.monitor.model.HostMonitor
-
Refreshes the servers on this host
- refresh() - Method in class is.codion.tools.monitor.ui.ClientMonitorPanel
- refresh() - Method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- refresh(boolean) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
-
Default false.
- refresh(boolean) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
-
Default false.
- refresh(boolean) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
-
Default false.
- refresh(Collection<Entity.Key>) - Method in interface is.codion.framework.model.EntityTableModel
-
Refreshes the entities with the given keys by re-selecting them from the underlying database.
- refresh(Collection<Entity.Key>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- refresh(Consumer<Collection<T>>) - Method in class is.codion.common.model.filter.FilterModel.AbstractRefresher
- refresh(Consumer<Collection<T>>) - Method in interface is.codion.common.model.filter.FilterModel.Refresher
-
Refreshes the data.
- refresh(Consumer<Collection<T>>) - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Refreshes the data in this model using its
FilterModel.Refresher. - REFRESH - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Refreshes the table.
- REFRESH - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor refreshing the table items.
Default key stroke: ALT-R - REFRESH - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the refresh icon.
- REFRESH_BUTTON_VISIBLE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether the refresh button should always be visible or only when the condition panel is visible Value type: Boolean Default value:
EntityTablePanel.RefreshButtonVisible.WHEN_CONDITION_PANEL_IS_VISIBLE - REFRESH_ON_SELECTION - Static variable in interface is.codion.framework.model.ForeignKeyModelLink
-
Specifies whether a linked model should be automatically refreshed when the selection in the parent model changes.
- REFRESH_PROGRESS_BAR - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether to show an indeterminate progress bar while the model is refreshing.
- REFRESH_PROGRESS_BAR_DELAY - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies the number of milliseconds to delay showing the refresh progress bar, if enabled.
- refreshAsync(Consumer<Collection<T>>) - Method in class is.codion.common.model.filter.FilterModel.AbstractRefresher
-
Performes an async refresh
- refreshAsync(Consumer<Collection<T>>) - Method in class is.codion.swing.common.model.component.list.AbstractRefreshWorker
- refreshButtonVisible(EntityTablePanel.RefreshButtonVisible) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- refreshComboBoxModels() - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Refreshes all combobox models
- refreshDomainList() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Refreshes the domain model list
- refresher() - Method in interface is.codion.common.model.filter.FilterModel.Items
- refresher(Function<FilterModel.Items<T>, FilterModel.Refresher<T>>) - Method in interface is.codion.common.model.filter.FilterModel.Items.Builder.RefresherStep
- refreshForeignKeyComboBoxModels() - Method in class is.codion.swing.framework.model.SwingEntityEditModel
-
Refreshes all foreign key combobox models
- refreshMnemonic() - Static method in class is.codion.common.i18n.Messages
- refreshOnSelection(boolean) - Method in interface is.codion.framework.model.ForeignKeyModelLink.Builder
-
Note that only active model links respond to parent model selection by default.
- refreshOperationList() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Refreshes the report model list
- refreshProgressBar(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- refreshProgressBarDelay(int) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- refreshReportList() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Refreshes the report model list
- refreshSync(Consumer<Collection<T>>) - Method in class is.codion.common.model.filter.FilterModel.AbstractRefresher
-
Performs a sync refresh
- refreshSync(Consumer<Collection<T>>) - Method in class is.codion.swing.common.model.component.list.AbstractRefreshWorker
- refreshTask(Collection<Entity.Key>) - Method in class is.codion.framework.model.AbstractEntityTableModel
- refreshTask(Collection<Entity.Key>) - Method in interface is.codion.framework.model.EntityTableModel
- refreshTip() - Static method in class is.codion.common.i18n.Messages
- registry() - Method in class is.codion.common.rmi.server.AbstractServer
- registry() - Static method in interface is.codion.common.rmi.server.Server.Locator
-
Initializes a Registry if one is not running on the port defined by
ServerConfiguration.REGISTRY_PORT - registry(int) - Static method in interface is.codion.common.rmi.server.Server.Locator
-
Initializes a Registry if one is not running
- REGISTRY_PORT - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The port on which to locate the server registry Value type: Integer Default value:
Registry.REGISTRY_PORT(1099) - registryPort() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- registryPort() - Method in class is.codion.tools.monitor.model.HostMonitor
- registryPort(int) - Method in interface is.codion.common.rmi.server.Server.Locator.Builder
- registryPort(int) - Method in class is.codion.framework.db.rmi.DefaultRemoteEntityConnectionProviderBuilder
- registryPort(int) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider.Builder
- regularExpression() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
- REMOTE_CLIENT_DOMAIN_TYPE - Static variable in interface is.codion.framework.db.rmi.RemoteEntityConnectionProvider
-
A key for specifying the domain type required by a remote client
- remoteClient() - Method in class is.codion.common.rmi.server.AbstractServer.ClientConnection
- remoteClient() - Method in class is.codion.tools.monitor.model.ClientInstanceMonitor
- RemoteClient - Interface in is.codion.common.rmi.server
-
Contains basic information about a remote client
- RemoteClient.Builder - Interface in is.codion.common.rmi.server
-
Builds a
RemoteClient - RemoteClientColumns() - Constructor for class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- RemoteEntityConnection - Interface in is.codion.framework.db.rmi
-
A remote EntityConnection.
- RemoteEntityConnectionProvider - Interface in is.codion.framework.db.rmi
-
A class responsible for managing a remote entity connection.
- RemoteEntityConnectionProvider.Builder - Interface in is.codion.framework.db.rmi
-
Builds a
RemoteEntityConnectionProvider. - RemoteEntityResultIterator - Interface in is.codion.framework.db.rmi
-
RMI-specific iterator interface for remote entity result iteration.
- remove() - Method in class is.codion.common.utilities.property.PropertyValue
-
Sets this value to null as well as removing it from the underlying store and clearing the system property.
- remove(int) - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
-
Removes from this model the included element at the given index
- remove(int) - Method in interface is.codion.common.model.selection.MultiSelection.Indexes
-
Removes the given index from the selection
- remove(int, int) - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
-
Removes from this model all included elements whose index is between
fromIndex, inclusive andtoIndex, exclusive - remove(T) - Method in interface is.codion.common.reactive.value.ValueCollection
-
Removes a single instance of the given value from this
ValueCollectioninstance. - remove(Attribute<T>) - Method in interface is.codion.framework.domain.entity.Entity
-
Removes the given value from this Entity along with the original value if any.
- remove(String) - Static method in class is.codion.common.model.preferences.UserPreferences
-
Removes the preference associated with the given key
- remove(Collection<Integer>) - Method in interface is.codion.common.model.selection.MultiSelection.Indexes
-
Removes the given indexes from the selection
- remove(Collection<R>) - Method in interface is.codion.common.model.selection.MultiSelection.Items
-
Remove the given items from the selection
- remove(Collection<T>) - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Removes the given items from this model.
- remove(Predicate<T>) - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Removes the items fulfilling the given predicate from this model.
- remove(Action) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
- remove(R) - Method in interface is.codion.common.model.selection.MultiSelection.Items
-
Remove the given item from the selection
- remove(T) - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Removes the given item from this model.
- removeAll() - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
-
Removes all actions from this controls builder instance
- removeAll(Collection<T>) - Method in interface is.codion.common.reactive.value.ValueCollection
-
Removes the given values from this
ValueCollectioninstance. - removeAll(Predicate<String>) - Method in class is.codion.common.utilities.property.PropertyStore
-
Removes all properties which names fulfill the given predicate.
- removeAll(T...) - Method in interface is.codion.common.reactive.value.ValueCollection
-
Removes the given values from this
ValueCollectioninstance. - removeBatch() - Method in interface is.codion.tools.loadtest.LoadTest.Applications
-
Removes a random batch of applications.
- removeConsumer(Consumer<? super Boolean>) - Method in interface is.codion.common.reactive.state.ObservableState
- removeConsumer(Consumer<? super T>) - Method in class is.codion.common.reactive.observer.AbstractObserver
- removeConsumer(Consumer<? super T>) - Method in interface is.codion.common.reactive.observer.Observable
- removeConsumer(Consumer<? super T>) - Method in interface is.codion.common.reactive.observer.Observer
-
Removes
consumerfrom thisObserver - removeDeleted() - Method in class is.codion.framework.model.AbstractEntityTableModel
- removeDeleted() - Method in interface is.codion.framework.model.EntityTableModel
- removeDeletedEntities() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- removeFocusListener(FocusListener) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
- removeKeyEvent(KeyEvents.Builder) - Method in class is.codion.swing.framework.ui.EntityPanel
-
Disables the given key event on this panel
- removeLayoutComponent(Component) - Method in class is.codion.swing.common.ui.layout.FlexibleGridLayout
- removeListener(Runnable) - Method in class is.codion.common.reactive.observer.AbstractObserver
- removeListener(Runnable) - Method in interface is.codion.common.reactive.observer.Observable
- removeListener(Runnable) - Method in interface is.codion.common.reactive.observer.Observer
-
Removes
listenerfrom thisObserver - removeListener(Runnable) - Method in interface is.codion.common.reactive.state.ObservableState
- removeSelectedApplications() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
-
Removes the selected applications
- removeTableModelListener(TableModelListener) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- removeUpdate(DocumentEvent) - Method in interface is.codion.swing.common.model.component.text.DocumentAdapter
- removeUrlPrefixOptionsAndParameters(String, String...) - Static method in class is.codion.common.db.database.AbstractDatabase
-
Removes the given prefixes along with any options and parameters from the given jdbc url.
- removeValidator(Value.Validator<? super Boolean>) - Method in interface is.codion.common.reactive.state.State
-
Removes the given validator from this value
- removeValidator(Value.Validator<? super T>) - Method in class is.codion.common.reactive.value.AbstractValue
- removeValidator(Value.Validator<? super T>) - Method in interface is.codion.common.reactive.value.Value
-
Removes the given validator from this value
- removeWeakConsumer(Consumer<? super Boolean>) - Method in interface is.codion.common.reactive.state.ObservableState
- removeWeakConsumer(Consumer<? super T>) - Method in class is.codion.common.reactive.observer.AbstractObserver
- removeWeakConsumer(Consumer<? super T>) - Method in interface is.codion.common.reactive.observer.Observable
- removeWeakConsumer(Consumer<? super T>) - Method in interface is.codion.common.reactive.observer.Observer
-
Removes
consumerfrom thisObserver. - removeWeakListener(Runnable) - Method in class is.codion.common.reactive.observer.AbstractObserver
- removeWeakListener(Runnable) - Method in interface is.codion.common.reactive.observer.Observable
- removeWeakListener(Runnable) - Method in interface is.codion.common.reactive.observer.Observer
-
Removes
listenerfrom thisObserver - removeWeakListener(Runnable) - Method in interface is.codion.common.reactive.state.ObservableState
- renderer(ListCellRenderer<Item<T>>) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
- renderer(ListCellRenderer<T>) - Method in interface is.codion.swing.common.ui.component.combobox.ComboBoxBuilder
- renderer(ListCellRenderer<T>) - Method in class is.codion.swing.common.ui.component.combobox.DefaultComboBoxBuilder
- renderer(TableCellRenderer) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
-
Wraps the given renderer, using it as the base renderer before applying the rendering settings of this renderer.
- replace(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityTableModel
- replace(Collection<Entity>) - Method in interface is.codion.framework.model.EntityTableModel
-
Replaces the given entities in this table model
- replace(Map<T, T>) - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Replaces the given map keys with their respective values.
- replace(JComponent) - Method in interface is.codion.swing.framework.ui.EntityEditComponentPanel.EditorComponent
-
Replaces an already set component.
- replace(T, T) - Method in interface is.codion.common.model.filter.FilterModel.Items
-
Replaces the first occurrence of the given item.
- replaceNewline(String) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Export
-
Replaces newlines inside strings.
- report(int) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.ProgressReporter
- report(ReportType<T, R, P>) - Method in interface is.codion.framework.domain.Domain
-
Retrieves the report of the given type.
- report(ReportType<T, R, P>) - Method in class is.codion.framework.domain.DomainModel
- report(ReportType<T, R, P>, P) - Method in interface is.codion.framework.db.EntityConnection
-
Takes a ReportType object using a JDBC datasource and returns an initialized report result object
- report(ReportType<T, R, P>, P) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Takes a ReportType object using a JDBC datasource and returns an initialized ReportResult object
- Report<T,
R, - Interface in is.codion.common.db.reportP> -
A wrapper for a report
- REPORT - Static variable in class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- REPORT_PATH - Static variable in interface is.codion.common.db.report.Report
-
The report path used for file based report generation.
- ReportColumns() - Constructor for class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- ReportException - Exception Class in is.codion.common.db.report
-
An exception occurring during report generation.
- ReportException(String) - Constructor for exception class is.codion.common.db.report.ReportException
-
Instantiates a new ReportException
- ReportException(String, Throwable) - Constructor for exception class is.codion.common.db.report.ReportException
-
Instantiates a new ReportException
- ReportException(Throwable) - Constructor for exception class is.codion.common.db.report.ReportException
-
Instantiates a new ReportException
- reportPath - Variable in class is.codion.common.db.report.AbstractReport
-
The path of this report, relative to any defined #
Report.REPORT_PATH. - reportPath() - Static method in interface is.codion.common.db.report.Report
- reports() - Method in interface is.codion.framework.domain.Domain
- reports() - Method in class is.codion.framework.domain.DomainModel
- reportTableModel() - Method in class is.codion.tools.monitor.model.ServerMonitor
- reportType(String) - Static method in interface is.codion.common.db.report.ReportType
-
Instantiates a new Report instance with the given name.
- reportType(String) - Static method in class is.codion.plugin.jasperreports.JasperReports
- ReportType<T,
R, - Interface in is.codion.common.db.reportP> -
Identifies a report.
- request() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus.AfterInsert
-
Request focus after an insert operation
- request() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus.AfterUpdate
-
Request focus after an update operation
- request() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus.Initial
-
Requests the initial focus, using the component returned by
EntityEditComponentPanel.InputFocus.Initial.get(). - request() - Method in class is.codion.swing.framework.ui.EntityPanel.Display
-
Requests that this panel be displayed on its parent panel and brings its parent window to the front, if one is available.
- request(Attribute<?>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus
-
Request focus for the component associated with the given attribute.
- REQUEST_EDIT_PANEL_FOCUS - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Requests focus for the edit panel (intial focus component).
Default key stroke: CTRL-E - REQUEST_SEARCH_FIELD_FOCUS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Requests focus for the table search field.
Default key stroke: CTRL-F - REQUEST_TABLE_FOCUS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Requests focus for the table.
Default key stroke: CTRL-T - requested() - Method in class is.codion.swing.framework.ui.EntityPanel.Display
- requestFocus() - Method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Overridden as a workaround for editable combo boxes as initial focus components on detail panels stealing the focus from the parent panel on initialization
- requestFocusAfterInsert(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- requestInitialFocus() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Requests the initial application focus by calling
EntityPanel.requestInitialFocus()on the main entity panel. - requestInitialFocus() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Requests focus for this panel.
- requestInputFocus() - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
-
Requests input focus for this calendar panel
- requestInputFocus() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- requestInputFocus() - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
-
Requests keyboard focus for this panel
- requests() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- requestsPerSecond() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- requestsPerSecond() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- requestsPerSecond() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- requestsPerSecondDataset() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- reset() - Method in interface is.codion.framework.model.EntityConditionModel.Modified
-
Resets the modified state according to the current condition state.
- reset() - Method in class is.codion.swing.common.ui.component.image.ImagePane
-
Resets the view so the image is centered and fits the pane
- reset() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
-
Resets the columns to their original location and visibility
- RESET_COLUMNS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor resetting the columns to their original visibility and location. - resetConnectionPoolStatistics(String) - Method in interface is.codion.framework.server.EntityServerAdmin
-
Resets the statistics that have been collected so far
- resetHistory() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
-
Resets the user connection history
- resetStatistics() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- resetStatistics() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Resets the collected usage statistics
- resetStatistics() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
-
Resets the statistics
- resetStatistics() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
-
Resets all collected pool statistics
- resetTime() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- resizable(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- resizable(boolean) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- resizable(boolean) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- resizable(boolean) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- resize(Window, double) - Static method in class is.codion.swing.common.ui.window.Windows
-
Resizes the given window so that it is
screenSizeRatiopercent of the current screen size - resize(Window, double, Dimension, Dimension) - Static method in class is.codion.swing.common.ui.window.Windows
-
Resizes the given window so that it is
screenSizeRatiopercent of the current screen size, within the given minimum and maximum sizes - RESIZE_LEFT - Static variable in class is.codion.swing.framework.ui.TabbedDetailLayout.ControlKeys
-
Resizes the detail panel to the left.
Default key stroke: SHIFT-ALT-LEFT ARROW - RESIZE_RIGHT - Static variable in class is.codion.swing.framework.ui.TabbedDetailLayout.ControlKeys
-
Resizes the detail panel to the right.
Default key stroke: SHIFT-ALT-RIGHT ARROW - RESIZE_ROW_TO_FIT_EDITOR - Static variable in class is.codion.swing.common.ui.component.table.FilterTable
-
Specifies whether the table resizes the row being edited to fit the editor component.
- resizeRow(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor.Builder
-
Configures whether this editor should request the row to be resized to accommodate the editor compoent size.
- resizeRowToFitEditor(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Only applicable to
FilterTableCellEditor - resizeToFitScreen(Window) - Static method in class is.codion.swing.common.ui.window.Windows
-
Resizes the given window so that if fits within its screen bounds.
- resizeWeight(double) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- resolveTrustStore() - Static method in class is.codion.common.rmi.client.Clients
-
Reads the trust store and password specified by the 'codion.client.trustStore' and 'codion.client.trustStorePassword' system properties and if a truststore is specified, either in the filesystem or on the classpath, combines it with the default system truststore, writes the combined truststore to a temporary file and sets 'javax.net.ssl.trustStore' so that it points to that file and 'javax.net.ssl.trustStorePassword' to the given password.
- resourceBundleName() - Method in interface is.codion.framework.domain.entity.EntityType
- Resources - Interface in is.codion.common.utilities.resource
-
Provides overidden resource messages.
- RESTORE_DEFAULT_PREFERENCES - Static variable in interface is.codion.framework.model.EntityApplicationModel
-
Specifies whether the application should restore default preferences, that is, not load any saved user preferences.
- result() - Method in class is.codion.common.model.filter.FilterModel.AbstractRefresher
- result() - Method in interface is.codion.common.model.filter.FilterModel.Refresher
-
This event is always triggered on the UI thread.
- result() - Method in interface is.codion.framework.model.EntitySearchModel.Search
-
Performs a query based on the current search configuration and returns the result.
- result() - Method in interface is.codion.tools.loadtest.LoadTest
- ResultPacker<T> - Interface in is.codion.common.db.result
- results() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
- results() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
- results() - Method in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- revert() - Method in interface is.codion.framework.domain.entity.Entity
-
Reverts all value modifications that have been made.
- revert() - Method in interface is.codion.framework.model.EntityEditModel.EditorValue
-
Reverts to the original value if modified
- revert() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Reverts all attribute value changes.
- revert() - Method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
-
Reverts the look and feel to the look and feel active when this look and feel combobox was created, if it is already enabled, this method does nothing
- revert(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity
-
Reverts the value associated with the given attribute to its original value.
- RiderDark - Class in is.codion.plugin.flatlaf.intellij.themes.rider
-
https://github.com/JetBrains/rider-theme-pack/blob/master/src/main/resources/RiderDark.theme.json
- RiderDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.rider.RiderDark
- RiderDay - Class in is.codion.plugin.flatlaf.intellij.themes.rider
-
https://github.com/JetBrains/rider-theme-pack/blob/master/src/main/resources/RiderDay.theme.json
- RiderDay() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.rider.RiderDay
- RiderLight - Class in is.codion.plugin.flatlaf.intellij.themes.rider
-
https://github.com/JetBrains/rider-theme-pack/blob/master/src/main/resources/RiderLight.theme.json
- RiderLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.rider.RiderLight
- RiderMelonDark - Class in is.codion.plugin.flatlaf.intellij.themes.rider
-
https://github.com/JetBrains/rider-theme-pack/blob/master/src/main/resources/RiderMelonDark.theme.json
- RiderMelonDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.rider.RiderMelonDark
- RiderMelonDay - Class in is.codion.plugin.flatlaf.intellij.themes.rider
-
https://github.com/JetBrains/rider-theme-pack/blob/master/src/main/resources/RiderMelonDay.theme.json
- RiderMelonDay() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.rider.RiderMelonDay
- RiderMelonLight - Class in is.codion.plugin.flatlaf.intellij.themes.rider
-
https://github.com/JetBrains/rider-theme-pack/blob/master/src/main/resources/RiderMelonLight.theme.json
- RiderMelonLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.rider.RiderMelonLight
- RiderMelonNight - Class in is.codion.plugin.flatlaf.intellij.themes.rider
-
https://github.com/JetBrains/rider-theme-pack/blob/master/src/main/resources/RiderMelonNight.theme.json
- RiderMelonNight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.rider.RiderMelonNight
- RiderNight - Class in is.codion.plugin.flatlaf.intellij.themes.rider
-
https://github.com/JetBrains/rider-theme-pack/blob/master/src/main/resources/RiderNight.theme.json
- RiderNight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.rider.RiderNight
- RIGHT - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Navigate to the next panel
- rightComponent(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- rightComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- rightPad(String, int, char) - Static method in class is.codion.common.utilities.Text
-
Right pads the given string with the given pad character until a length of
lengthhas been reached - rightPadding(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- RMI_SERVER_HOSTNAME - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies the rmi server hostname
Note that this is the standard Java property 'java.rmi.server.hostname Value type: String Default value: localhost - rmiClientSocketFactory() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- rmiServerSocketFactory() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- rollbackTransaction() - Method in interface is.codion.framework.db.EntityConnection
-
Performs a rollback and ends the current transaction
- rollbackTransaction() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Performs a rollback and ends the current transaction
- rollover(boolean) - Method in interface is.codion.swing.common.ui.component.button.ToolBarBuilder
- rolloverEnabled(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- rolloverIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- rolloverSelectedIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- rootLogger() - Method in interface is.codion.common.utilities.logging.LoggerProxy
- rootLogger() - Method in interface is.codion.framework.server.EntityServerAdmin
- rootLogger() - Method in class is.codion.plugin.jul.JulProxy
- rootLogger() - Method in class is.codion.plugin.log4j.Log4jProxy
- rootLogger() - Method in class is.codion.plugin.logback.LogbackProxy
- rootVisible(boolean) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- Roraima - Class in is.codion.plugin.flatlaf.intellij.themes.naturethemes
-
https://github.com/codigrate/jetbrains-themes/blob/main/nature-themes/roraima-theme/resources/theme/roraima.theme.json
- Roraima() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.naturethemes.Roraima
- ROUNDING_MODE - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Specifies the default rounding mode used for decimal property values Value type:
RoundingModeDefault value:RoundingMode.HALF_EVEN - roundingMode() - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
- roundingMode(RoundingMode) - Method in interface is.codion.framework.domain.entity.attribute.AttributeDefinition.Builder
-
Sets the rounding mode to use when working with decimals
- row() - Method in exception class is.codion.common.db.exception.RecordModifiedException
- row() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel.RowColumn
- ROW - Enum constant in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Centers the selected row, if possible.
- rowHeight(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- rowHeight(int) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- rowMargin(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- rows(int) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- rows(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Sets the number of rows in the layout.
- rowsColumns(int, int) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- rowsColumns(int, int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Sets both the number of rows and columns.
- rowSelection(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- run() - Method in interface is.codion.common.reactive.event.Event
-
Triggers this event.
- run() - Method in class is.codion.tools.loadtest.ui.LoadTestPanel
-
Displays this LoadTestPanel in a frame on the Event Dispatch Thread.
- run(String) - Method in interface is.codion.dbms.h2.H2DatabaseFactory.ScriptRunner
- run(Consumer<Automation>) - Method in interface is.codion.tools.swing.robot.Automation.Builder
-
Builds and runs the given script
- run(Consumer<Automation>) - Method in interface is.codion.tools.swing.robot.Automation
- run(T) - Method in interface is.codion.tools.loadtest.Scenario
-
Runs this scenario with the given application
- runJConsole() - Method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- runners() - Method in interface is.codion.tools.loadtest.LoadTest.Applications
- running() - Method in class is.codion.common.utilities.scheduler.TaskScheduler
- runtime(Throwable) - Static method in class is.codion.common.utilities.exceptions.Exceptions
-
Returns the given
Throwablein case it is a RuntimeException or else a RuntimeException wrapping it. - runtime(Throwable, Class<? extends Throwable>...) - Static method in class is.codion.common.utilities.exceptions.Exceptions
-
Returns the given
Throwablein case it is a RuntimeException or else a RuntimeException wrapping it.
S
- Sakura - Class in is.codion.plugin.flatlaf.intellij.themes.naturethemes
-
https://github.com/codigrate/jetbrains-themes/blob/main/nature-themes/sakura-theme/resources/theme/sakura.theme.json
- Sakura() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.naturethemes.Sakura
- SALARY - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- save() - Static method in class is.codion.common.i18n.Messages
- save() - Method in interface is.codion.framework.domain.entity.Entity
-
Saves all the value modifications that have been made, that is, removes all original values.
- save() - Static method in class is.codion.framework.i18n.FrameworkMessages
- save(Attribute<?>) - Method in interface is.codion.framework.domain.entity.Entity
-
Saves the value associated with the given attribute, that is, removes the original value.
- SAVE_DEFAULT_USERNAME - Static variable in interface is.codion.swing.framework.ui.EntityApplication
-
Specifies whether the client saves the last successful login username, which is then displayed as the default username the next time the application is started Value type: Boolean Default value: true
- saveApiImpl(BooleanSupplier) - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- saveCombined(BooleanSupplier) - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- saveDefaultUsername(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplication
- saveMnemonic() - Static method in class is.codion.common.i18n.Messages
- saveMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- scale() - Method in class is.codion.swing.common.ui.component.image.ImagePane
- scale(int) - Static method in interface is.codion.swing.common.ui.scaler.Scaler
- Scaler - Interface in is.codion.swing.common.ui.scaler
-
Provides a way to scale UIs.
- scaling() - Method in interface is.codion.swing.common.ui.dialog.SelectionDialogBuilderFactory
- SCALING - Static variable in interface is.codion.swing.common.ui.scaler.Scaler
-
Specifies the global UI scaling ratio in percentages, with 100 meaning no scaling.
85 = decrease the default size by 15%
100 = use the default size
125 = increase the default size by 25% - ScalingSelectionDialogBuilder - Interface in is.codion.swing.common.ui.dialog
-
Builds a dialog for selecting the scaling.
- scenario() - Method in interface is.codion.tools.loadtest.Scenario.Result
- scenario(Scenario.Performer<T>) - Static method in interface is.codion.tools.loadtest.Scenario
- scenario(Scenario.Performer<T>, int) - Static method in interface is.codion.tools.loadtest.Scenario
- Scenario<T> - Interface in is.codion.tools.loadtest
-
Specifies a load test usage scenario.
- SCENARIO - Static variable in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- Scenario.Builder<T> - Interface in is.codion.tools.loadtest
-
A
Scenariobuilder. - Scenario.Builder.PerformerStep - Interface in is.codion.tools.loadtest
-
Specifies the scenario performer
- Scenario.Performer<T> - Interface in is.codion.tools.loadtest
-
Performs a load test scenario.
- Scenario.Result - Interface in is.codion.tools.loadtest
-
Describes the results of a load test scenario run
- scenarioDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- scenarioDurationDataset(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- scenarioFailureDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- scenarios() - Method in interface is.codion.tools.loadtest.LoadTest
- scenarios(Collection<? extends Scenario<T>>) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- SCHEMA - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns
- SchemaColumns() - Constructor for class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns
- schemaDomain(DatabaseMetaData, String) - Static method in class is.codion.framework.domain.db.SchemaDomain
-
Factory method for creating a new
SchemaDomaininstance. - schemaDomain(DatabaseMetaData, String, SchemaDomain.SchemaSettings) - Static method in class is.codion.framework.domain.db.SchemaDomain
-
Factory method for creating a new
SchemaDomaininstance. - SchemaDomain - Class in is.codion.framework.domain.db
-
For instances use the available factory methods.
- SchemaDomain.SchemaSettings - Interface in is.codion.framework.domain.db
-
Specifies the settings used when deriving a domain model from a database schema.
- SchemaDomain.SchemaSettings.Builder - Interface in is.codion.framework.domain.db
-
Builds a
SchemaDomain.SchemaSettingsinstance. - schemaModel() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- SchemaRow - Class in is.codion.tools.generator.model
- schemaSettings() - Method in class is.codion.tools.generator.model.SchemaRow
- screenSizeRatio(double) - Static method in class is.codion.swing.common.ui.window.Windows
- scriptRunner(String) - Static method in class is.codion.dbms.h2.H2DatabaseFactory
-
Creates a new ScriptRunner instance, using by default the sysadmin username (sa) and the default system charset.
- scrollPane() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- scrollPane() - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- scrollPane() - Static method in class is.codion.swing.common.ui.component.Components
- ScrollPaneBuilder - Interface in is.codion.swing.common.ui.component.scrollpane
-
A builder for JScrollPane
- scrollsOnExpand(boolean) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- scrollToAddedItem(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Specifies whether the table should scroll when items are added, so that the topmost added item appears at the top of the table view.
- scrollToColumn(C) - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Scrolls horizontally so that the column identified by the given identifier becomes visible.
- scrollToRowColumn(int, int, FilterTable.CenterOnScroll) - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Scrolls to the given coordinate.
- scrollToSelectedItem() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- scrollToSelectedItem(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- scrollXRatio(double) - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- scrollYRatio(double) - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- search() - Static method in class is.codion.common.i18n.Messages
- search() - Method in interface is.codion.framework.model.EntitySearchModel
- search() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- search() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- search() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- SEARCH - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the search icon.
- SEARCH_INDICATOR - Static variable in class is.codion.swing.framework.ui.component.EntitySearchField
-
Specifies the way a
EntitySearchFieldindicates that a search is in progress. - SEARCH_PROGRESS_BAR_DELAY - Static variable in class is.codion.swing.framework.ui.component.EntitySearchField
-
Specifies the number of milliseconds to delay showing the refresh progress bar, if enabled.
- searchable() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- searchable() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Columns
-
Returns the columns to search by when searching for entities of this type by a string value
- searchable(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies whether this column should be included when searching for an entity by a string value.
- searchColumns(Collection<Column<String>>) - Method in interface is.codion.framework.model.EntitySearchModel.Builder
- searchControl() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- searchField() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- searchField() - Method in class is.codion.swing.framework.ui.component.EntitySearchFieldPanel
- searchField(ForeignKey, EntityDefinition, EntitySearchModel) - Method in class is.codion.swing.framework.ui.component.DefaultEditComponent
- searchField(ForeignKey, EntitySearchModel) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
EntitySearchField.Builder.Factory. - searchFieldPanel(ForeignKey, EntitySearchModel, Supplier<EntityEditPanel>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
EntitySearchFieldPanel.Builder.Factory. - SearchHighlighter - Class in is.codion.swing.common.ui.component.text
-
Highlights search results in a JTextComponent.
- SearchHighlighter.Builder - Interface in is.codion.swing.common.ui.component.text
-
Builds a
SearchHighlighter. - SearchHighlighter.Builder.ComponentStep - Interface in is.codion.swing.common.ui.component.text
-
Provides a
SearchHighlighter.Builder - searchHintEnabled(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- searchHintEnabled(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- searchIndicator(EntitySearchField.SearchIndicator) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- searchIndicator(EntitySearchField.SearchIndicator) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- searchMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- searchModel(ForeignKey) - Method in class is.codion.framework.model.AbstractEntityEditModel
- searchModel(ForeignKey) - Method in interface is.codion.framework.model.EntityEditModel
-
Returns the
EntitySearchModelassociated with the given foreign key. - searchNoun() - Static method in class is.codion.framework.i18n.FrameworkMessages
- searchOnFocusLost(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
-
Specifies whether a search should be performed when the field loses focus.
- searchOnFocusLost(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- searchProgressBarDelay(int) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- searchString() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel
- searchString() - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- searchVerb() - Static method in class is.codion.framework.i18n.FrameworkMessages
- SECURE - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
Specifies whether https should be used Value type: boolean Default value: true
- SECURE - Static variable in class is.codion.framework.servlet.EntityService
-
Specifies whether https should be used.
- SECURE_PORT - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
The port which the https client should use Value type: Integer Default value: 4443
- SECURE_PORT - Static variable in class is.codion.framework.servlet.EntityService
-
The port on which the http server is made available to clients.
- securePort(int) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- securePort(int) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- securePort(int) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- select() - Method in interface is.codion.common.db.database.Database.QueryCounter
-
Count one select query
- select() - Method in interface is.codion.framework.model.EntityQueryModel
- select() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- select() - Method in interface is.codion.swing.common.ui.dialog.ComboBoxSelectionDialogBuilder
- select() - Static method in class is.codion.swing.common.ui.dialog.Dialogs
- select() - Method in interface is.codion.swing.common.ui.dialog.ListSelectionDialogBuilder
- select() - Method in interface is.codion.swing.framework.ui.EntityDialogs.EntitySelectionDialogBuilder
- select(T) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
- select(EntityConnection.Select) - Method in interface is.codion.framework.db.EntityConnection
-
Selects entities based on the given select
// Select with ordering and limit List<Entity> recentInvoices = connection.select( Select.where(Invoice.CUSTOMER_FK.equalTo(customer)) .orderBy(OrderBy.descending(Invoice.DATE)) .limit(10) .build() ); // Select specific attributes only List<Entity> trackInfo = connection.select( Select.where(Track.ALBUM_FK.equalTo(album)) .attributes(Track.NAME, Track.MILLISECONDS) .build() ); // Control foreign key fetching depth List<Entity> tracks = connection.select( Select.where(Track.GENRE_FK.equalTo(genre)) .referenceDepth(0) // Don't fetch foreign keys .build() ); - select(EntityConnection.Select) - Method in interface is.codion.framework.db.EntityQueries
- select(EntityConnection.Select) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects entities based on the given select
- select(Entity) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.Builder
- select(Column<T>) - Method in interface is.codion.framework.db.EntityConnection
-
Selects ordered and distinct non-null values of the given column.
- select(Column<T>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects ordered and distinct non-null values of the given column
- select(Column<T>, EntityConnection.Select) - Method in interface is.codion.framework.db.EntityConnection
-
Selects distinct non-null values of the given column.
- select(Column<T>, EntityConnection.Select) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects distinct non-null values of the given column.
- select(Column<T>, Condition) - Method in interface is.codion.framework.db.EntityConnection
-
Selects distinct non-null values of the given column.
- select(Column<T>, Condition) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects distinct non-null values of the given column.
- select(Condition) - Method in interface is.codion.framework.db.EntityConnection
-
Selects entities based on the given condition
// Select all jazz albums Entity jazz = connection.selectSingle(Genre.NAME.equalTo("Jazz")); List<Entity> jazzTracks = connection.select(Track.GENRE_FK.equalTo(jazz)); // Select with composite condition List<Entity> longExpensiveTracks = connection.select(and( Track.UNITPRICE.greaterThan(0.99), Track.MILLISECONDS.greaterThan(300_000) )); - select(Condition) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects entities based on the given condition
- select(Entity.Key) - Method in interface is.codion.framework.db.EntityConnection
-
Selects an entity by key
- select(Entity.Key) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects an entity by key
- select(Entity.Key) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel
-
Selects the entity with the given primary key, whether included or filtered.
- select(Collection<Entity.Key>) - Method in interface is.codion.framework.db.EntityConnection
-
Selects entities based on the given
keys - select(Collection<Entity.Key>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects entities based on the given
keys - select(Collection<Entity.Key>) - Method in class is.codion.framework.model.AbstractEntityTableModel
- select(Collection<Entity.Key>) - Method in interface is.codion.framework.model.EntityTableModel
-
Selects entities according to the primary keys in
primaryKeys - select(List<Entity>) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Selector
-
Displays a dialog for selecting from the given entities.
- select(JComponent) - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
-
Selects one of the selectable condition panels to receive the input focus.
- SELECT - Enum constant in enum class is.codion.common.db.database.Database.Operation
-
Select
- SELECT_ALL_ON_FOCUS_GAINED - Static variable in interface is.codion.swing.common.ui.component.text.TextFieldBuilder
-
Specifies whether text fields should select all on focus gained by default.
- SELECT_AUTO_RESIZE_MODE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor displaying a dialog for configuring the column auto-resize-mode. - SELECT_COLUMNS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor displaying a dialog for selecting the visible table columns. - SELECT_CONDITION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Displays a dialog for selecting a column condition panel.
Default key stroke: CTRL-S - SELECT_FILTER - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Displays a dialog for selecting a column filter panel.
Default key stroke: CTRL-SHIFT-F - SELECT_FOR_UPDATE_NOWAIT - Static variable in interface is.codion.common.db.database.Database
-
Specifies whether 'select for update' should be NOWAIT, if supported by the database.
A database implementation may disregard this. - SELECT_INPUT_FIELD - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Displays a dialog for selecting an input field.
Default key stroke: CTRL-I - selectable() - Method in class is.codion.swing.common.ui.component.table.FilterTableConditionPanel
- selectable() - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
-
By default, this returns all condition panels, override to customize.
- selectAll() - Method in interface is.codion.common.model.selection.MultiSelection
-
Selects all items
- selectAllOnFocusGained(boolean) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder
- selectAllOnFocusGained(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
-
Makes the text component select all when it gains focus
- selectAllOnFocusGained(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
-
Makes the text field select all when it gains focus
- selectAutoResizeMode() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Displays a dialog for selecting the column auto-resize mode
- selectColumns() - Method in class is.codion.swing.common.ui.component.table.FilterTable
-
Shows a dialog for selecting which columns to display
- selectDirectories() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectDirectory() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selected() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- selected() - Method in interface is.codion.framework.domain.entity.EntityDefinition.Attributes
-
Returns the attributes selected by default for this entity type.
- selected(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies whether this column should be inlucluded by default when selecting.
- selected(boolean) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Export
- selected(boolean) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
-
Sets the inital selected status of the button, overridden by initial value.
- selected(T) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemComboBoxModelBuilder
-
Sets the initally selected item
- selected(C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.ColumnValues
- selected(Item<T>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemComboBoxModelBuilder
-
Sets the initally selected item
- selectedEntitiesIterator() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- selectedHighlightColor(Color) - Method in interface is.codion.swing.common.ui.component.text.SearchHighlighter.Builder
- selectedHighlightColor(Color) - Method in class is.codion.swing.common.ui.component.text.SearchHighlighter
- selectedIcon(Icon) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- selectedItem() - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder.Factory
-
A single-selection JList builder, where the value is represented by the selected item.
- selectedItem(Attribute<T>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.FilterListBuilderFactory
-
A single selection JList builder, where the value is represented by the selected item.
- selectedItems() - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder.Factory
-
A multi selection JList builder, where the value is represented by the selected items.
- selectedItems(Attribute<List<T>>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.FilterListBuilderFactory
-
A multi selection JList builder, where the value is represented by the selected items.
- selectedLookAndFeel() - Method in class is.codion.swing.common.ui.laf.LookAndFeelComboBox
- selectedTextColor(Color) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- selectFile() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectFileOrDirectory() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectFiles() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectFilesOrDirectories() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectFileToSave() - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectFileToSave(String) - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- selectForUpdateClause() - Method in interface is.codion.common.db.database.Database
-
Returns a select for update clause, an empty string if not supported.
- selectInputComponent() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Displays a dialog allowing the user the select an input component which should receive the keyboard focus.
- selectInputField() - Static method in class is.codion.framework.i18n.FrameworkMessages
- selection() - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
- selection() - Method in interface is.codion.common.model.filter.FilterModel
- selection() - Method in interface is.codion.framework.model.EntitySearchModel
- selection() - Method in interface is.codion.framework.model.EntityTableModel
- selection() - Method in interface is.codion.swing.common.model.component.list.FilterListModel
- selection() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- selection() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- selection() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- selection(Consumer<FilterListSelection<R>>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
- selection(Consumer<FilterListSelection<T>>) - Method in interface is.codion.swing.common.model.component.list.FilterListModel.Builder
- selection(Function<FilterModel.IncludedItems<T>, MultiSelection<T>>) - Method in interface is.codion.common.model.filter.FilterModel.Items.Builder.SelectionStep
- selectionColor(Color) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- selectionDialog(EntityTablePanel) - Static method in class is.codion.swing.framework.ui.EntityDialogs
-
Creates a new
EntityDialogs.EntitySelectionDialogBuilderinstance for searching for and selecting one or more entities via aEntityTablePanel. - SelectionDialogBuilder<T,
B> - Interface in is.codion.swing.common.ui.dialog -
A builder for a selection dialog.
- SelectionDialogBuilderFactory - Interface in is.codion.swing.common.ui.dialog
-
A factory for selection builders.
- selectionMode(int) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder.Items
- selectionMode(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- selectionToolTip(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
-
Specifies whether the selection should be available in a multi-line tool tip.
- selectLocalDate() - Method in interface is.codion.swing.common.ui.dialog.CalendarDialogBuilder
-
Retrieves a LocalDate from the user.
- selectLocalDateTime() - Method in interface is.codion.swing.common.ui.dialog.CalendarDialogBuilder
-
Retrieves a LocalTimeDate from the user.
- selectLookAndFeel(Consumer<LookAndFeelEnabler>) - Method in interface is.codion.swing.common.ui.dialog.LookAndFeelSelectionDialogBuilder
-
Displays a dialog allowing the user the select between all available Look and Feels.
- selectNext() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel.Results
-
Finds the next value and adds the row to the selection
- selector(Function<EntitySearchField, EntitySearchField.Selector>) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
- selector(Function<EntitySearchField, EntitySearchField.Selector>) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
- selectPrevious() - Method in interface is.codion.swing.common.ui.component.table.FilterTableSearchModel.Results
-
Finds the previous value and adds the row to the selection
- selectQuery() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- selectQuery(EntitySelectQuery) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the select query to use when selecting entities of this type, use with care.
- selectSingle(EntityConnection.Select) - Method in interface is.codion.framework.db.EntityConnection
-
Selects a single entity based on the specified select
- selectSingle(EntityConnection.Select) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects a single entity based on the specified select
- selectSingle(Condition) - Method in interface is.codion.framework.db.EntityConnection
-
Selects a single entity based on the specified condition
- selectSingle(Condition) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Selects a single entity based on the specified condition
- selectsPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
- selectStartDirectory(boolean) - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
-
Only applies for
FileSelectionDialogBuilder.selectDirectory()andFileSelectionDialogBuilder.selectDirectories(). - selectTable() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- selectTable(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Sets the name of the table to use when selecting entities of this type, when it differs from the one used to update/insert, such as a view.
- self() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- self() - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- separator() - Method in interface is.codion.swing.common.ui.control.Controls.Layout
-
Adds a separator
- separator() - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
-
Adds a separator to the Controls
- separator(String) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
-
Default ", "
- SEPARATOR - Static variable in interface is.codion.swing.common.ui.control.Controls
-
A placeholder representing a separator in a
Controlsinstance. - separatorAt(int) - Method in interface is.codion.swing.common.ui.control.ControlsBuilder
-
Adds a separator to the Controls
- sequence(String) - Static method in interface is.codion.framework.domain.entity.attribute.Column.Generator
-
Instantiates a primary key generator which fetches primary key values from a sequence prior to insert.
- sequenceQuery(String) - Method in class is.codion.common.db.database.AbstractDatabase
- sequenceQuery(String) - Method in interface is.codion.common.db.database.Database
-
Returns a query string for selecting the next value from the given sequence.
- Sequoia - Class in is.codion.plugin.flatlaf.intellij.themes.naturethemes
-
https://github.com/codigrate/jetbrains-themes/blob/main/nature-themes/sequoia-theme/resources/theme/sequoia.theme.json
- Sequoia() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.naturethemes.Sequoia
- SERALIZATION - Static variable in class is.codion.framework.servlet.EntityService
-
Specifies whether java serialization based services should be enabled.
- SERIALIZATION_FILTER_DRYRUN_FILE - Static variable in class is.codion.common.rmi.server.SerializationFilterFactory
-
If specified then a list of all deserialized classes is written to the given file on server shutdown.
- SERIALIZATION_FILTER_DRYRUN_FLUSH_INTERVAL - Static variable in class is.codion.common.rmi.server.SerializationFilterFactory
-
The interval in seconds for periodically flushing the dry-run output to disk.
- SERIALIZATION_FILTER_MAX_ARRAY - Static variable in class is.codion.common.rmi.server.SerializationFilterFactory
-
The maximum array size allowed to prevent resource exhaustion attacks.
- SERIALIZATION_FILTER_MAX_BYTES - Static variable in class is.codion.common.rmi.server.SerializationFilterFactory
-
The maximum number of bytes in the input stream to prevent resource exhaustion attacks.
- SERIALIZATION_FILTER_MAX_DEPTH - Static variable in class is.codion.common.rmi.server.SerializationFilterFactory
-
The maximum depth of the object graph to prevent resource exhaustion attacks.
- SERIALIZATION_FILTER_MAX_REFS - Static variable in class is.codion.common.rmi.server.SerializationFilterFactory
-
The maximum number of object references to prevent resource exhaustion attacks.
- SERIALIZATION_FILTER_PATTERN_FILE - Static variable in class is.codion.common.rmi.server.SerializationFilterFactory
-
The path to the serialization pattern file to use.
- SERIALIZATION_FILTER_PATTERNS - Static variable in class is.codion.common.rmi.server.SerializationFilterFactory
-
The serialization patterns to use.
- SerializationFilterFactory - Class in is.codion.common.rmi.server
-
A
ObjectInputFilterFactoryimplementation based on patterns, specified as a string viaSerializationFilterFactory.SERIALIZATION_FILTER_PATTERNSor from a file viaSerializationFilterFactory.SERIALIZATION_FILTER_PATTERN_FILE. - SerializationFilterFactory() - Constructor for class is.codion.common.rmi.server.SerializationFilterFactory
- serializationFilterPatterns() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- serializationFilterPatterns() - Method in interface is.codion.common.rmi.server.ServerAdmin
- serializationFilterPatterns() - Method in class is.codion.tools.monitor.model.ServerMonitor
- serialize(Object) - Static method in class is.codion.common.utilities.Serializer
-
Serializes the given Object, null object results in an empty byte array
- serializeCondition(Condition, JsonGenerator) - Method in class is.codion.framework.json.domain.EntityObjectMapper
-
Serializes the given condition
- Serializer - Class in is.codion.common.utilities
-
Utility class for serialization.
- server() - Method in class is.codion.tools.monitor.model.ClientMonitor
- server() - Method in class is.codion.tools.monitor.model.ServerMonitor
- Server<C,
A> - Interface in is.codion.common.rmi.server -
A server for serving remote interfaces
- SERVER_HOSTNAME - Static variable in class is.codion.common.rmi.client.Clients
-
The host on which to locate the server Value type: String Default value: localhost
- SERVER_MONITOR_UPDATE_RATE - Static variable in class is.codion.tools.monitor.model.EntityServerMonitor
-
Specifies the statistics polling rate for the server monitor, in seconds.
- SERVER_NAME_PREFIX - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies the prefix used when exporting/looking up the Codion server Value type: String Default value: Codion Server
- SERVER_PORT - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
The port on which the server is made available to clients.
If specified on the client side, the client will only connect to a server running on this port, use -1 or no value if the client should connect to any available server Value type: Integer Default value: -1 - Server.Locator - Interface in is.codion.common.rmi.server
-
Locates
Servers by name on a registry. - Server.Locator.Builder - Interface in is.codion.common.rmi.server
-
A builder for
Server.Locatorinstances. - serverAdded() - Method in class is.codion.tools.monitor.model.HostMonitor
- ServerAdmin - Interface in is.codion.common.rmi.server
-
Administration interface for a
RemoteServer. - ServerAdmin.GcEvent - Interface in is.codion.common.rmi.server
-
Garbage collection event
- ServerAdmin.ServerStatistics - Interface in is.codion.common.rmi.server
-
Basic server performance statistics.
- ServerAdmin.ThreadStatistics - Interface in is.codion.common.rmi.server
-
Thread statistics
- ServerAuthenticationException - Exception Class in is.codion.common.rmi.server.exception
-
An exception indicating that a login has failed due to an authentication error, invalid username or password
- ServerAuthenticationException(String) - Constructor for exception class is.codion.common.rmi.server.exception.ServerAuthenticationException
-
Instantiates a new
ServerAuthenticationException - ServerConfiguration - Interface in is.codion.common.rmi.server
-
Configuration values for a
Server. - ServerConfiguration.Builder<B> - Interface in is.codion.common.rmi.server
-
A Builder for ServerConfiguration
- ServerException - Exception Class in is.codion.common.rmi.server.exception
-
An exception originating from a remote server
- serverInformation() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- serverInformation() - Method in interface is.codion.common.rmi.server.ServerAdmin
- serverInformation() - Method in class is.codion.tools.monitor.model.ServerMonitor
- ServerInformation - Interface in is.codion.common.rmi.server
-
Encapsulates static server information
- ServerMonitor - Class in is.codion.tools.monitor.model
-
A ServerMonitor
- ServerMonitor(String, ServerInformation, int, User, int) - Constructor for class is.codion.tools.monitor.model.ServerMonitor
-
Instantiates a new
ServerMonitor - ServerMonitor.DomainColumns - Class in is.codion.tools.monitor.model
- ServerMonitor.OperationColumns - Class in is.codion.tools.monitor.model
- ServerMonitor.ReportColumns - Class in is.codion.tools.monitor.model
- ServerMonitorPanel - Class in is.codion.tools.monitor.ui
-
A ServerMonitorPanel
- ServerMonitorPanel(ServerMonitor) - Constructor for class is.codion.tools.monitor.ui.ServerMonitorPanel
-
Instantiates a new ServerMonitorPanel
- serverMonitors() - Method in class is.codion.tools.monitor.model.HostMonitor
- serverName() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- serverName(String) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- serverName(Supplier<String>) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
- serverReachable() - Method in class is.codion.tools.monitor.model.ServerMonitor
- serverRemoved() - Method in class is.codion.tools.monitor.model.HostMonitor
- set() - Method in interface is.codion.common.model.condition.ConditionModel
- set() - Method in interface is.codion.framework.model.AttributeConditionModel
- set(boolean) - Method in interface is.codion.common.reactive.state.State
-
Sets the value
- set(boolean) - Method in interface is.codion.common.reactive.value.Value.Locked
- set(byte[]) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.ImageValue
- set(int, T) - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
-
Sets the item at the given index.
- set(T) - Method in class is.codion.common.reactive.value.AbstractValue
- set(T) - Method in interface is.codion.common.reactive.value.Value
-
Sets the value.
- set(T) - Method in class is.codion.swing.common.ui.component.text.NumberField
- set(T, Entity, Attribute<T>) - Method in class is.codion.framework.model.AbstractEntityTableModel.AbstractEntityTableEditor
- set(T, Entity, Attribute<T>) - Method in interface is.codion.framework.model.EntityTableModel.EntityTableEditor
-
Updates the value of the given attribute in the given entity.
- set(C...) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.VisibleColumns
-
Arranges the columns so that only the given columns are visible and in the given order
- set(TypeReference<T>) - Method in interface is.codion.framework.json.domain.EntityObjectMapper.ParameterType
- set(Entity) - Method in interface is.codion.framework.domain.entity.Entity
-
After a call to this method this Entity contains the same values and original values as the source entity.
- set(Entity) - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Populates this editor with the values from the given entity or sets the default value for all attributes in case it is null.
- set(Attribute<?>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus.AfterInsert
-
Sets the component associated with the given attribute as the component that should receive the focus after an insert is performed in this edit panel.
- set(Attribute<?>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus.Initial
-
Sets the component associated with the given attribute as the component that should receive the initial focus in this edit panel.
- set(Attribute<T>, T) - Method in interface is.codion.framework.domain.entity.Entity
-
Sets the value of the given attribute, returning the previous value if any
- set(Column<?>, T) - Method in interface is.codion.framework.db.EntityConnection.Update.Builder
-
Adds a column value to update
- set(Entity.Key) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
-
Filters the combo box model so that only items referencing the given key are included.
- set(ComponentValue<? extends JComponent, T>) - Method in interface is.codion.swing.framework.ui.EntityEditComponentPanel.EditorComponent
-
Sets the component and links the value with the underlying editor value
- set(BufferedImage, String) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.ImageValue
- set(Boolean) - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
- set(Object, int, Entity, Attribute<?>) - Method in class is.codion.swing.framework.model.SwingEntityTableModel.SwingEntityTableEditor
- set(Object, int, R, C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Editor
-
Sets the value of the given column and row.
- set(Class<T>) - Method in interface is.codion.framework.json.domain.EntityObjectMapper.ParameterType
- set(String) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.ImageValue
- set(String, String) - Static method in class is.codion.common.model.preferences.UserPreferences
- set(PreparedStatement, int, C) - Method in interface is.codion.framework.domain.entity.attribute.Column.SetParameter
-
Sets a parameter value in a
PreparedStatement - set(PreparedStatement, int, T) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Sets a parameter for this column in a
PreparedStatement - set(LocalDate) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.CalendarDate
-
Sets the date to present in this calendar
- set(LocalDateTime) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.CalendarDateTime
-
Sets the date and time to present in this calendar
- set(Temporal) - Method in class is.codion.swing.common.ui.component.text.TemporalField
-
Sets the temporal value in this field, clears the field if
temporalis null. - set(Temporal) - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
-
Sets the date in the input field, clears the field if
dateis null. - set(ZonedDateTime) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.CalendarZonedDateTime
-
Sets the date and time to present in this calendar
- set(Collection<T>) - Method in interface is.codion.common.reactive.value.ValueCollection
-
Sets the values.
- set(Collection<Entity.Key>) - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
-
Filters the combo box model so that only items referencing the given keys are included.
- set(Collection<R>) - Method in interface is.codion.common.model.selection.MultiSelection.Items
- set(Collection<T>) - Method in interface is.codion.common.model.filter.FilterModel.Items
-
It is up to the implementation whether the included items are sorted when the items are set.
- set(Predicate<R>) - Method in interface is.codion.common.model.selection.MultiSelection.Items
-
Sets the items passing the predicate test as the selection
- set(Supplier<JComponent>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus.AfterInsert
-
Sets the
Suppliersupplying the component that should receive the focus after an insert has been performed. - set(Supplier<JComponent>) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus.Initial
-
Sets the
Suppliersupplying the component that should receive the focus when this edit panel is cleared or activated. - set(List<C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel.VisibleColumns
-
Arranges the columns so that only the given columns are visible and in the given order
- set(JComponent) - Method in interface is.codion.swing.framework.ui.EntityEditComponentPanel.EditorComponent
-
Note that when setting the component directly using this method, no value linking is performed.
- set(JComponent) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus.AfterInsert
-
Sets the component that should receive the focus after an insert has been performed.
- set(JComponent) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus.Initial
-
Sets the component that should receive the focus when this edit panel is cleared or activated.
- set(SortOrder) - Method in interface is.codion.swing.common.model.component.table.FilterTableSort.Order
-
Clears the sorting state and adds the given sorting order.
- SET - Enum constant in enum class is.codion.common.reactive.value.Value.Notify
-
Notify listeners when the underlying value is set via
Value.set(Object), regardless of whether the new value is equal to the previous value. - SET_BORDER - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
Specifies whether cell borders are set.
- SET_CONDITION_ON_INSERT - Static variable in interface is.codion.framework.model.ForeignKeyModelLink
-
Specifies whether a linked model should automatically search by the entity inserted by the parent model.
- SET_VALUE_ON_INSERT - Static variable in interface is.codion.framework.model.ForeignKeyModelLink
-
Specifies whether a linked model should automatically set the foreign key value to the entity inserted by the parent model.
- setActive(boolean) - Method in class is.codion.common.model.filter.FilterModel.AbstractRefresher
-
Sets the active state of this refresher.
- setAdmin(A) - Method in class is.codion.common.rmi.server.AbstractServer
-
Sets the admin instance for this server
- setCleanupInterval(int) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Sets the pool cleanup interval in milliseconds.
- setClipboard(String) - Static method in class is.codion.swing.common.ui.Utilities
-
Sets the given string as clipboard contents
- setCollectCheckOutTimes(boolean) - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- setCollectCheckOutTimes(boolean) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies whether to collect connection check out times.
- setCollectPoolCheckOutTimes(String, boolean) - Method in interface is.codion.framework.server.EntityServerAdmin
- setCollectPoolSnapshotStatistics(String, boolean) - Method in interface is.codion.framework.server.EntityServerAdmin
- setCollectSnapshotStatistics(boolean) - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- setCollectSnapshotStatistics(boolean) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies whether to collect usage statistics for a snapshot.
- setColumnModel(TableColumnModel) - Method in class is.codion.swing.common.ui.component.table.FilterTable
- setComponentBuilder(Attribute<T>, B) - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Associates the given component builder with the given attribute, configuring it with standard defaults (caption, mnemonic, enabled state, focus transfer, tooltips, and valid/modified indicators) and linking it to the underlying editor value.
- setComponentValue(T) - Method in class is.codion.swing.common.ui.component.value.AbstractComponentValue
-
Sets the given value in the underlying component.
- setConditionOnInsert() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- setConditionOnInsert(boolean) - Method in interface is.codion.framework.model.ForeignKeyModelLink.Builder
- setConnection(Connection) - Method in interface is.codion.framework.db.local.LocalEntityConnection
-
Sets the internal connection to use, note that no validation or transaction checking is performed on the connection and auto-commit is assumed to be disabled.
- setConnectionLimit(int) - Method in class is.codion.common.rmi.server.AbstractServer
- setConnectionLimit(int) - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- setConnectionLimit(int) - Method in interface is.codion.common.rmi.server.ServerAdmin
- setConnectionPoolCleanupInterval(String, int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setDocument(Document) - Method in class is.codion.swing.common.ui.component.text.NumberField
- setEnabled(boolean) - Method in class is.codion.swing.common.ui.component.text.FileInputPanel
- setEnabled(boolean) - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- setEnabled(boolean) - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- setEnabled(boolean) - Method in interface is.codion.swing.common.ui.control.Control
-
Unsupported, the enabled state of Controls is based on their
enabledstate observer - setFixedWidth(int) - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
-
Sets both minimum and maximum widths to the given fixed width.
- setIcon(Icon) - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
- setIdentifier(Object) - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
- setIdleConnectionTimeout(int) - Method in interface is.codion.framework.server.EntityServerAdmin
-
Sets the idle connection timeout in ms
- setIdleTimeout(int) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Sets the connection idle timeout in milliseconds.
- setIncludeForeignKeyValues(boolean) - Method in class is.codion.framework.json.domain.EntityObjectMapper
- setIncludeNullValues(boolean) - Method in class is.codion.framework.json.domain.EntityObjectMapper
- setJDKDir() - Method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- setJDKDir(JComponent) - Static method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- setLogLevel(String, Object) - Method in interface is.codion.common.utilities.logging.LoggerProxy
-
Sets the log level
- setLogLevel(String, Object) - Method in interface is.codion.framework.server.EntityServerAdmin
- setLogLevel(String, Object) - Method in class is.codion.plugin.jul.JulProxy
- setLogLevel(String, Object) - Method in class is.codion.plugin.log4j.Log4jProxy
- setLogLevel(String, Object) - Method in class is.codion.plugin.logback.LogbackProxy
- setMaintenanceInterval(int) - Method in class is.codion.common.rmi.server.AbstractServer
- setMaintenanceInterval(int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setMaintenanceInterval(int) - Method in class is.codion.tools.monitor.model.ClientUserMonitor
-
Sets the server's connection maintenance interval
- setMaximumCheckOutTime(int) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Sets the maximum time to wait for a connection checkout in milliseconds.
- setMaximumConnectionPoolSize(String, int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setMaximumPoolCheckOutTime(String, int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setMaximumPoolSize(int) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Sets the maximum number of connections to keep in this pool.
- setMessage(String) - Method in class is.codion.swing.common.ui.dialog.ProgressDialog
-
Sets the message displayed on the JProgress bar
- setMinimumConnectionPoolSize(String, int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setMinimumPoolSize(int) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Sets the minimum number of connections to keep in the pool.
- setModel(ButtonModel) - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
-
Disabled.
- setModel(ListModel<T>) - Method in class is.codion.swing.common.ui.component.list.FilterList
- setModel(TableModel) - Method in class is.codion.swing.common.ui.component.table.FilterTable
- setModelIndex(int) - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
- setPooledConnectionIdleTimeout(String, int) - Method in interface is.codion.framework.server.EntityServerAdmin
- setProgress(int) - Method in class is.codion.swing.common.ui.dialog.ProgressDialog
-
Sets the progress in the underlying JProgressBar
- setProperty(String, String) - Method in class is.codion.common.utilities.property.PropertyStore
-
Sets the value of the given property
- setSchemaSettings(SchemaDomain.SchemaSettings) - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- setSchemaSettings(SchemaDomain.SchemaSettings) - Method in class is.codion.tools.generator.model.SchemaRow
- setSelectionMode(int) - Method in class is.codion.swing.common.ui.component.table.FilterTable
- setSelectionModel(ListSelectionModel) - Method in class is.codion.swing.common.ui.component.list.FilterList
- setSelectionModel(ListSelectionModel) - Method in class is.codion.swing.common.ui.component.table.FilterTable
- setStackTrace(StackTraceElement[]) - Method in exception class is.codion.common.db.exception.DatabaseException
- setText(String) - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- settings() - Static method in class is.codion.framework.i18n.FrameworkMessages
- settings() - Method in class is.codion.framework.model.AbstractEntityEditModel
- settings() - Method in interface is.codion.framework.model.EntityEditModel
- settings() - Method in interface is.codion.framework.model.EntitySearchModel
- settings() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- settings() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- SETTINGS - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the settings icon.
- setToolTipText(String) - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- setToolTipText(String) - Method in class is.codion.swing.common.ui.component.text.FileInputPanel
- setToolTipText(String) - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- setTraceToFile(UUID, boolean) - Method in interface is.codion.framework.server.EntityServerAdmin
- setTracingEnabled(UUID, boolean) - Method in interface is.codion.framework.server.EntityServerAdmin
-
Sets the method tracing status for the given connection
- setupControls() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Override to set up any custom controls.
- setupControls() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Override to set up any custom controls.
- setupControls() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Override to set up any custom controls.
- setUpdateInterval(Integer) - Method in class is.codion.tools.monitor.model.EntityServerMonitor
- setupKeyboardActions() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Sets up the keyboard actions.
- setupKeyboardActions() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Sets up the keyboard shortcuts.
- setupNavigation() - Method in class is.codion.swing.framework.ui.EntityPanel
-
Sets up the navigation keyboard shortcuts.
- setValue(T) - Method in class is.codion.common.reactive.value.AbstractValue
-
Sets the actual internal value.
- setValue(T) - Method in class is.codion.common.utilities.property.PropertyValue
- setValue(T) - Method in class is.codion.swing.common.ui.component.value.AbstractComponentValue
- setValueAt(Object, int, int) - Method in class is.codion.swing.framework.model.SwingEntityTableModel
-
Sets the value in the given cell and updates the underlying Entity.
- setValueOnInsert() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- setValueOnInsert(boolean) - Method in interface is.codion.framework.model.ForeignKeyModelLink.Builder
- shortAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Short based attribute, associated with this EntityType.
- shortColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new Short based column, associated with this EntityType.
- shortField() - Static method in class is.codion.swing.common.ui.component.Components
- shortField(Attribute<Short>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
NumberFieldbuilder based on the given attribute. - shouldSelectCell(Function<EventObject, Boolean>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor.Builder
- show() - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
-
Builds and shows the dialog.
- show() - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
-
Builds and shows the dialog.
- show() - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder
-
Shows the input dialog and returns the value if the user presses OK
- show() - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder
- show() - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
-
Builds and shows a JFrame based on this builder
- show() - Method in interface is.codion.swing.framework.ui.EntityDialogs.AddEntityDialogBuilder
-
Displays the dialog.
- show() - Method in interface is.codion.swing.framework.ui.EntityDialogs.EditEntityDialogBuilder
-
Displays the dialog.
- show(String) - Method in interface is.codion.swing.common.ui.dialog.ScalingSelectionDialogBuilder
-
Displays a dialog allowing the user the select a scaling multiplier.
- show(Throwable) - Method in interface is.codion.swing.common.ui.dialog.ExceptionDialogBuilder
-
Displays the exception dialog
- show(Predicate<T>) - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder
-
Shows the input dialog and calls
closeDialogwith the current input when OK is pressed, closing the dialog if the predicate returns true. - SHOW_DELAY - Static variable in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
-
Specifies the delay in milliseconds before showing a progress dialog.
- showFrame() - Method in class is.codion.tools.generator.ui.DomainGeneratorPanel
- showFrame() - Method in class is.codion.tools.monitor.ui.EntityServerMonitorPanel
- showGrid(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- showHorizontalLines(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- showsRootHandles(boolean) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- showVerticalLines(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- shutdown() - Method in class is.codion.common.rmi.server.AbstractServer
-
Shuts down this server.
- shutdown() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- shutdown() - Method in interface is.codion.common.rmi.server.ServerAdmin
-
Shuts down the server
- shutdown() - Method in interface is.codion.tools.loadtest.LoadTest
-
Shuts down and removes all applications
- shutdown() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
-
Shuts down this monitor
- shutdown() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
-
Shuts down this pool monitor
- shutdown() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
-
Shuts down this database monitor
- shutdown() - Method in class is.codion.tools.monitor.model.PoolMonitor
-
Shuts down this pool monitor
- shutdown() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Shuts down this server monitor
- shutdown(Database) - Static method in class is.codion.dbms.derby.DerbyDatabaseFactory
-
Shuts down the given database instance, assuming it is embedded
- shutdownServer() - Method in class is.codion.tools.monitor.model.ServerMonitor
-
Shuts down the server
- shutdownServer() - Method in class is.codion.tools.monitor.ui.ServerMonitorPanel
- shuttingDown() - Method in interface is.codion.tools.loadtest.LoadTest
- silentValidation(boolean) - Method in interface is.codion.swing.common.ui.component.text.NumberField.Builder
- SIMPLE - Enum constant in enum class is.codion.swing.common.ui.component.table.ConditionPanel.ConditionView
-
The condition panel is in a simple state.
- single() - Method in interface is.codion.common.model.selection.MultiSelection
- single() - Method in interface is.codion.swing.common.ui.dialog.ListSelectionDialogBuilder.SelectionStep
- single() - Method in interface is.codion.swing.framework.ui.EntityDialogs.EntitySelectionDialogBuilder.SelectionStep
-
Displays the
EntityTablePanelfor selecting a single entity - SINGLE_SELECTION - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor toggling between single and multi selection mode. - singleSelection() - Method in interface is.codion.common.model.selection.MultiSelection
- singleSelection() - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder.Factory
-
Instantiates a new
EntitySearchField.SingleSelectionBuilder - singleSelection() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- singleSelection() - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder.Factory
-
Instantiates a new
EntitySearchFieldPanel.SingleSelectionBuilder - singleSelection(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
-
Default false
- SingleSelection<T> - Interface in is.codion.common.model.selection
-
A selection model managing a single selected item.
- size() - Method in interface is.codion.common.db.pool.ConnectionPoolState
- size() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- size() - Method in interface is.codion.common.model.filter.FilterModel.FilteredItems
- size() - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
- size() - Method in interface is.codion.common.model.filter.FilterModel.Items
- size() - Method in interface is.codion.common.reactive.value.ObservableValueCollection
- size() - Method in interface is.codion.swing.common.ui.control.Controls
- size() - Method in class is.codion.swing.common.ui.icon.SVGIcon
- size() - Method in interface is.codion.swing.common.ui.icon.SVGIcons
- size(Dimension) - Method in interface is.codion.swing.common.ui.dialog.ActionDialogBuilder
- size(Dimension) - Method in interface is.codion.swing.common.ui.dialog.ComponentDialogBuilder
- size(Dimension) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- Sizes - Class in is.codion.swing.common.ui.component
-
Utility class for setting component sizes.
- slider() - Static method in class is.codion.swing.common.ui.component.Components
- slider(Attribute<Integer>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSliderbuilder based on the given attribute, with a bounded range model based on the min/max values of the associated attribute. - slider(Attribute<Integer>, BoundedRangeModel) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
JSliderbuilder based on the given attribute. - SliderBuilder - Interface in is.codion.swing.common.ui.component.slider
-
A builder for JSpinner
- SliderBuilder.ModelStep - Interface in is.codion.swing.common.ui.component.slider
-
Provides a
SliderBuilder - small() - Method in interface is.codion.swing.common.ui.control.ControlIcon
- SMALL_SIZE - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
The default small icon size, note that this will affect the size of buttons Value type: Integer Default value: 16
- smallDataset() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- smallDataset(boolean) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
-
Specifies whether this entity should be regarded as being based on a small dataset, which primarily means that combo box models can be based on this entity.
- smallIcon() - Method in interface is.codion.swing.common.ui.control.Control
- smallIcon(Icon) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
- snapshot() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
-
Returns a list containing a snapshot of connection pool states.
- snapshotDataset() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- snapToTicks(boolean) - Method in interface is.codion.swing.common.ui.component.slider.SliderBuilder
- SOCKET_TIMEOUT - Static variable in interface is.codion.framework.db.http.HttpEntityConnection
-
The socket timeout in milliseconds Value type: Integer Default value: 2000 ms
- socketTimeout(int) - Method in class is.codion.framework.db.http.DefaultHttpEntityConnectionProviderBuilder
- socketTimeout(int) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- socketTimeout(int) - Method in interface is.codion.framework.db.http.HttpEntityConnectionProvider.Builder
- soft() - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
- soft(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition.Builder
-
Marks this foreign key as being soft, that is, not based on a physical (table) foreign key and should not prevent deletion
- SolarizedDark - Class in is.codion.plugin.flatlaf.intellij.themes.material
- SolarizedDark - Class in is.codion.plugin.flatlaf.intellij.themes.solarized
-
https://github.com/snowe2010/solarized-jetbrains/blob/master/src/solarized_dark_theme.theme.json
- SolarizedDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.SolarizedDark
- SolarizedDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.solarized.SolarizedDark
- SolarizedLight - Class in is.codion.plugin.flatlaf.intellij.themes.material
- SolarizedLight - Class in is.codion.plugin.flatlaf.intellij.themes.solarized
-
https://github.com/snowe2010/solarized-jetbrains/blob/master/src/solarized_light_theme.theme.json
- SolarizedLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.material.SolarizedLight
- SolarizedLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.solarized.SolarizedLight
- SolidCherry - Class in is.codion.plugin.flatlaf.intellij.themes.solidcherry
-
https://github.com/delameter/solid-cherry/blob/master/src/Solid_Cherry.theme.json
- SolidCherry() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.solidcherry.SolidCherry
- sort() - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems
-
Sorts the included items using this
FilterModel.Sortinstance, preserving the selection. - sort() - Method in interface is.codion.common.model.filter.FilterModel
- sort() - Method in interface is.codion.swing.common.model.component.list.FilterListModel
- sort() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
- sort() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- sort(FilterModel.Sort<T>) - Method in interface is.codion.common.model.filter.FilterModel.Items.Builder.SortStep
- sort(Comparator<? super T>) - Method in interface is.codion.common.reactive.value.ValueCollection
-
Note that the underlying collection may not preserve the item order.
- sortable() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- sortable(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- sorted() - Method in interface is.codion.common.model.filter.FilterModel.Sort
- sorted(boolean) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemComboBoxModelBuilder
-
Default false.
- sorted(boolean) - Method in interface is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
-
Sorts the items by caption, false by default
- sorted(Comparator<Item<T>>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemComboBoxModelBuilder
- sortOrder() - Method in interface is.codion.swing.common.model.component.table.FilterTableSort.ColumnSortOrder
- sourceValues(Attribute<?>, Map<Attribute<?>, Object>) - Static method in interface is.codion.framework.domain.entity.attribute.DerivedValue
- south(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- south(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- southComponent(JComponent) - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder
- spaceAsWildcard() - Method in interface is.codion.framework.model.EntitySearchModel.Settings
- Spacegray - Class in is.codion.plugin.flatlaf.intellij.themes.spacegray
-
https://github.com/mturlo/intellij-spacegray/blob/master/src/Spacegray.theme.json
- Spacegray() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.spacegray.Spacegray
- SpinnerBuilder<T,
B> - Interface in is.codion.swing.common.ui.component.spinner -
A builder for JSpinner.
- splitPane() - Static method in class is.codion.swing.common.ui.component.Components
- SplitPaneBuilder - Interface in is.codion.swing.common.ui.component.splitpane
-
A builder for JSplitPane.
- splitPaneResizeWeight(double) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
- SQL_STATE_NO_DATA - Static variable in exception class is.codion.common.db.exception.DatabaseException
-
SQLException state indicating that a query did not return a result
- SQL_TRACING - Static variable in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Specifies whether to include sql tracing related controls in the log menu.
- SQLiteDatabaseFactory - Class in is.codion.dbms.sqlite
-
Provides sqlite database implementations
- SQLiteDatabaseFactory() - Constructor for class is.codion.dbms.sqlite.SQLiteDatabaseFactory
- SQLServerDatabaseFactory - Class in is.codion.dbms.sqlserver
-
Provides sql server database implementations
- SQLServerDatabaseFactory() - Constructor for class is.codion.dbms.sqlserver.SQLServerDatabaseFactory
- sqlState() - Method in exception class is.codion.common.db.exception.DatabaseException
-
Returns the underlying sql state, note that this is only available when running with a local database connection.
- Srcery - Class in is.codion.plugin.flatlaf.intellij.themes.srcery
-
https://github.com/srcery-colors/srcery-intellij/blob/master/src/main/resources/srcery.theme.json
- Srcery() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.srcery.Srcery
- SSL_ENABLED - Static variable in interface is.codion.common.rmi.server.ServerConfiguration
-
Specifies whether the server should establish connections using a secure sockets layer, true (on) or false (off Value type: Boolean Default value: true
- sslEnabled() - Method in interface is.codion.common.rmi.server.ServerConfiguration
- sslEnabled(boolean) - Method in interface is.codion.common.rmi.server.ServerConfiguration.Builder
-
When set to true this also sets the rmi client/server socket factories.
- start() - Method in interface is.codion.common.rmi.server.AuxiliaryServer
-
Starts this server
- start() - Method in interface is.codion.common.utilities.scheduler.TaskScheduler.Builder
-
Builds and starts a new
TaskScheduler. - start() - Method in class is.codion.common.utilities.scheduler.TaskScheduler
-
Starts this TaskScheduler, if it is running it is restarted, using the initial delay specified during construction.
- start() - Method in class is.codion.framework.servlet.EntityService
- start() - Method in interface is.codion.swing.framework.ui.EntityApplication
-
Starts the application on the Event Dispatch Thread.
- start(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
Starts the application.
- START - Enum constant in enum class is.codion.swing.common.ui.component.text.TextComponentBuilder.CaretPosition
-
Caret positioned at the start.
- startDirectory(String) - Method in interface is.codion.swing.common.ui.dialog.FileSelectionDialogBuilder
- started() - Method in interface is.codion.tools.loadtest.Scenario.Result
- startEditing(KeyStroke) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
-
Associates the given keyStroke with the action associated with the 'startEditing' key in the table action map.
- startServer() - Static method in class is.codion.framework.server.EntityServer
-
Starts the server, using the configuration from system properties.
- startServer(EntityServerConfiguration) - Static method in class is.codion.framework.server.EntityServer
-
Starts the server.
- startTime() - Method in interface is.codion.common.rmi.server.ServerInformation
- startTransaction() - Method in interface is.codion.framework.db.EntityConnection
-
Starts a transaction on this connection.
- startTransaction() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Starts a transaction on this connection.
- STARTUP_DIALOG - Static variable in interface is.codion.swing.framework.ui.EntityApplication
-
Specifies whether a startup dialog should be shown Value type: Boolean Default value: true
- startupDialog(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplication
- state() - Static method in interface is.codion.common.reactive.state.State
-
Creates a new 'false'
Stateinstance. - state(boolean) - Static method in interface is.codion.common.reactive.state.State
-
Creates a new
Stateinstance. - State - Interface in is.codion.common.reactive.state
-
A class encapsulating a boolean state.
- State.Builder - Interface in is.codion.common.reactive.state
-
Builds a
Stateinstance. - State.Group - Interface in is.codion.common.reactive.state
-
A
State.Groupdeactivates all other states when a state in the group is activated. - statement() - Method in exception class is.codion.common.db.exception.DatabaseException
-
Returns the sql statement causing this exception, if available, note that this is only available when running with a local database connection.
- statistics() - Method in class is.codion.common.db.database.AbstractDatabase
- statistics() - Method in interface is.codion.common.db.database.Database
-
Returns statistics collected via
Database.queryCounter(). - statistics(long) - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- statistics(long) - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Retrieves usage statistics for the connection pool since time
since. - statistics(long) - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- statistics(long) - Method in interface is.codion.common.rmi.server.ServerAdmin
- statisticsUpdated() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- status() - Method in class is.codion.tools.monitor.model.ServerMonitor
- statusMessage(Function<SwingEntityTableModel, String>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- stepSize(T) - Method in interface is.codion.swing.common.ui.component.spinner.NumberSpinnerBuilder
- stop() - Method in interface is.codion.common.rmi.server.AuxiliaryServer
-
Stops this server
- stop() - Method in class is.codion.common.utilities.scheduler.TaskScheduler
-
Stops this TaskScheduler, if it is not running calling this method has no effect.
- stop() - Method in class is.codion.framework.servlet.EntityService
- stop() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
-
Stops this application runner
- stop(LoadTest.ApplicationRunner) - Method in interface is.codion.tools.loadtest.LoadTest.Applications
- STOP_EDIT_ON_FOCUS_LOST - Static variable in class is.codion.swing.common.ui.component.table.FilterTable
-
Specifies whether the table should stop and commit editing when it loses focus.
- stopCellEditing(Function<T, Boolean>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellEditor.Builder
- stopEditOnFocusLost(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- stopped() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
- strict() - Method in interface is.codion.framework.domain.entity.EntityValidator
-
Specifies whether this validator performs strict validation or not.
- strict() - Method in interface is.codion.swing.framework.model.component.EntityComboBoxModel.ForeignKeyFilter
-
Controls whether foreign key filtering should be strict or not.
- STRICT_DESERIALIZATION - Static variable in interface is.codion.framework.domain.entity.Entities
-
Specifies whether strict deserialization should be used.
- STRICT_VALIDATION - Static variable in interface is.codion.framework.domain.entity.EntityValidator
-
Specifies whether the default validator performs strict validation or not.
- string(EntityDefinition) - Method in interface is.codion.framework.domain.entity.condition.Condition
-
Returns a string representing this condition, e.g.
- string(String) - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- STRING - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- stringAttribute(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new String based attribute, associated with this EntityType.
- stringColumn(String) - Method in interface is.codion.framework.domain.entity.EntityType
-
Creates a new String based column, associated with this EntityType.
- stringField() - Static method in class is.codion.swing.common.ui.component.Components
- stringPainted(boolean) - Method in interface is.codion.swing.common.ui.component.progressbar.ProgressBarBuilder
- stringPainted(boolean) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- stringPainted(boolean) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- strings() - Method in interface is.codion.framework.model.EntitySearchModel.Search
- stringSelectorField(Attribute<String>) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Creates a
TextFieldBuilderreturning a text field which value is bound to the selected value in this combo box - stringSelectorField(FilterComboBoxModel.ItemFinder<Entity, String>) - Method in class is.codion.swing.framework.ui.component.EntityComboBox
-
Creates a
TextFieldBuilderreturning a text field which value is bound to the selected value in this combo box - stringValue(String) - Static method in class is.codion.common.utilities.Configuration
-
Creates a string configuration value
- stringValue(String) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given string property
- stringValue(String, String) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value for the given string property
- stringValue(String, String) - Static method in class is.codion.common.utilities.Configuration
-
Creates a string configuration value
- subquery(String) - Method in interface is.codion.framework.domain.entity.attribute.Column.ColumnDefiner
-
Creates a new
ColumnDefinition.Builderinstance, based on a subquery. - subqueryRequiresAlias() - Method in class is.codion.common.db.database.AbstractDatabase
- subqueryRequiresAlias() - Method in interface is.codion.common.db.database.Database
-
Returns true if this database requires that subqueries by aliased.
- subset() - Method in interface is.codion.common.model.summary.SummaryModel.SummaryValues
- success(String, long, long) - Static method in interface is.codion.tools.loadtest.Scenario.Result
- successful() - Method in interface is.codion.swing.common.ui.component.text.Parser.ParseResult
- successful() - Method in interface is.codion.tools.loadtest.Scenario.Result
- SUCCESSFUL - Static variable in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- successfulRunCount(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- SUM - Enum constant in enum class is.codion.common.model.summary.ColumnSummary
-
The sum of the supplied values
- summaries() - Method in interface is.codion.common.model.summary.SummaryModel
- summaries() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- summary() - Method in interface is.codion.common.model.summary.SummaryModel
- summary() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- summary() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- SUMMARY - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the summary icon.
- SUMMARY_PANEL_VISIBLE - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies whether table summary panel should be visible or not by default Value type: Boolean Default value: false
- summaryModel(SummaryModel.SummaryValues<T>) - Static method in interface is.codion.common.model.summary.SummaryModel
-
Instantiates a new
SummaryModel - SummaryModel - Interface in is.codion.common.model.summary
-
A interface defining a class for providing summaries of numerical table columns: sum, average, minimum, maximum and minimum & maximum.
- SummaryModel.Summary - Interface in is.codion.common.model.summary
-
Specifies a summary provider
- SummaryModel.SummaryValues<T> - Interface in is.codion.common.model.summary
-
Provides the values on which to base the summary .
- SummaryModel.SummaryValues.Factory<C> - Interface in is.codion.common.model.summary
- summaryPanelVisible() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- summaryText() - Method in interface is.codion.common.model.summary.SummaryModel
- summaryValues(C, FilterTableModel<?, C>, Format) - Static method in class is.codion.swing.common.ui.component.table.FilterTable
-
Instantiates a new
SummaryModel.SummaryValuesinstance. - summaryValues(SummaryModel.SummaryValues.Factory<C>) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- supportedTypes() - Static method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- supports(Class<T>) - Static method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- supports(String) - Method in class is.codion.plugin.flatlaf.scaler.UIScaler
- supports(String) - Method in class is.codion.swing.common.ui.scaler.FontSizeScaler
- supports(String) - Method in interface is.codion.swing.common.ui.scaler.Scaler
- supportsNull() - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- supportsType(Class<?>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.ConditionComponents
- supportsType(Class<?>) - Method in class is.codion.swing.framework.ui.EntityConditionComponents
- surrendersFocusOnKeystroke(boolean) - Method in interface is.codion.swing.common.ui.component.table.FilterTable.Builder
- surrendersFocusOnKeystroke(boolean) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- svgIcon(URL, int, Color) - Static method in class is.codion.swing.common.ui.icon.SVGIcon
-
Instantiates a new
SVGIcon - SVGIcon - Class in is.codion.swing.common.ui.icon
-
A SVG based icon.
- svgIcons(int) - Static method in interface is.codion.swing.common.ui.icon.SVGIcons
- SVGIcons - Interface in is.codion.swing.common.ui.icon
-
Manages SVG icons for ui components.
- SwapColorsModifiedIndicatorFactory - Class in is.codion.swing.common.ui.component.indicator
-
Indicates modification by swapping the colors of the assocated label text.
- SwapColorsModifiedIndicatorFactory() - Constructor for class is.codion.swing.common.ui.component.indicator.SwapColorsModifiedIndicatorFactory
- SwingEntityApplicationModel - Class in is.codion.swing.framework.model
-
A Swing implementation of
EntityApplicationModel - SwingEntityApplicationModel(EntityConnectionProvider, Collection<SwingEntityModel>) - Constructor for class is.codion.swing.framework.model.SwingEntityApplicationModel
-
Instantiates a new
SwingEntityApplicationModel - SwingEntityApplicationModel(EntityConnectionProvider, Collection<SwingEntityModel>, Version) - Constructor for class is.codion.swing.framework.model.SwingEntityApplicationModel
-
Instantiates a new
SwingEntityApplicationModel - SwingEntityConditions - Class in is.codion.swing.framework.model
-
A Swing
ConditionModelsupplier usingEntityComboBoxModelfor foreign keys based on small datasets - SwingEntityConditions(EntityType, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityConditions
-
Instantiates a new
SwingEntityConditions. - SwingEntityEditModel - Class in is.codion.swing.framework.model
-
A Swing implementation of
EntityEditModel. - SwingEntityEditModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityEditModel
-
Instantiates a new
SwingEntityEditModelbased on the given entity type. - SwingEntityModel - Class in is.codion.swing.framework.model
-
A Swing implementation of
EntityModel - SwingEntityModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityModel
-
Instantiates a new SwingEntityModel with default SwingEntityEditModel and SwingEntityTableModel implementations.
- SwingEntityModel(SwingEntityEditModel) - Constructor for class is.codion.swing.framework.model.SwingEntityModel
-
Instantiates a new SwingEntityModel, with a default
SwingEntityTableModel - SwingEntityModel(SwingEntityTableModel) - Constructor for class is.codion.swing.framework.model.SwingEntityModel
-
Instantiates a new SwingEntityModel
- SwingEntityTableModel - Class in is.codion.swing.framework.model
-
A TableModel implementation for displaying and working with entities.
- SwingEntityTableModel(EntityType, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(EntityType, Collection<Entity>, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel containing the given entites.
- SwingEntityTableModel(EntityConditionModel) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(EntityQueryModel) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(SwingEntityEditModel) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(SwingEntityEditModel, EntityQueryModel) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel.
- SwingEntityTableModel(Collection<Entity>, EntityConnectionProvider) - Constructor for class is.codion.swing.framework.model.SwingEntityTableModel
-
Instantiates a new SwingEntityTableModel containing the given entites.
- SwingEntityTableModel.SwingEntityTableEditor - Class in is.codion.swing.framework.model
-
A Swing specific
EntityTableModel.EntityTableEditorimplementation. - SwingForeignKeyConditionModel - Interface in is.codion.swing.framework.model
-
A condition model using a
EntityComboBoxModelfor theOperator.EQUALoperand and aEntitySearchModelfor theOperator.INoperands. - SwingForeignKeyConditionModel.Builder - Interface in is.codion.swing.framework.model
-
A builder for a
SwingForeignKeyConditionModel - SwingMcpPlugin - Class in is.codion.tools.swing.mcp
-
Plugin that integrates MCP server directly into a Swing application.
- SwingMessages - Class in is.codion.swing.common.ui
-
Handles i18n for Swing components
- SYSTEM_PROPERTIES - Static variable in interface is.codion.swing.common.ui.dialog.ExceptionDialogBuilder
-
Specifies whether an ExceptionPanel should include system properties in the detail panel Value type: Boolean Default value: true
- systemCpuLoad() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- systemLoadDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- systemLoadDataset() - Method in class is.codion.tools.monitor.model.ServerMonitor
- systemLookAndFeelClassName() - Static method in interface is.codion.swing.common.ui.laf.LookAndFeelEnabler
-
Note that GTKLookAndFeel is overridden with MetalLookAndFeel, since JTabbedPane does not respect the 'TabbedPane.contentBorderInsets' setting, making hierachical tabbed panes look bad
- systemProperties() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- systemProperties() - Method in interface is.codion.common.rmi.server.ServerAdmin
- systemProperties() - Static method in class is.codion.common.utilities.property.PropertyStore
-
Note that class and module paths are displayed as one item per line.
- systemProperties(boolean) - Method in interface is.codion.swing.common.ui.dialog.ExceptionDialogBuilder
T
- tab(String) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
-
Returns a new
TabbedPaneBuilder.TabBuilderfor adding a tab - tab(String, Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
-
Adds a tab to this tabbed pane builder.
- tab(String, JComponent) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
-
Adds a tab to this tabbed pane builder.
- TAB_PLACEMENT - Static variable in class is.codion.swing.framework.ui.TabbedApplicationLayout
-
Specifies the tab placement Value type: Integer (SwingConstants.TOP, SwingConstants.BOTTOM, SwingConstants.LEFT, SwingConstants.RIGHT) Default value:
SwingConstants.TOP - TabbedApplicationLayout - Class in is.codion.swing.framework.ui
-
A
EntityApplicationPanel.ApplicationLayoutlayout based on aJTabbedPane. - TabbedApplicationLayout(EntityApplicationPanel<?>) - Constructor for class is.codion.swing.framework.ui.TabbedApplicationLayout
- TabbedDetailLayout - Class in is.codion.swing.framework.ui
-
A
EntityPanel.DetailLayoutimplementation based on a JTabbedPane. - TabbedDetailLayout.Builder - Interface in is.codion.swing.framework.ui
-
Builds a
TabbedDetailLayout. - TabbedDetailLayout.Builder.PanelStep - Interface in is.codion.swing.framework.ui
-
Provides a
TabbedDetailLayout.Builder - TabbedDetailLayout.ControlKeys - Class in is.codion.swing.framework.ui
-
The controls.
- tabbedPane() - Static method in class is.codion.swing.common.ui.component.Components
- tabbedPane() - Method in class is.codion.swing.framework.ui.TabbedApplicationLayout
- TabbedPaneBuilder - Interface in is.codion.swing.common.ui.component.tabbedpane
-
A builder for a JTabbedPane.
- TabbedPaneBuilder.TabBuilder - Interface in is.codion.swing.common.ui.component.tabbedpane
-
Builds a Tab for a
TabbedPaneBuilder. - tabComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder.TabBuilder
- tabLayoutPolicy(int) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
- table() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- table() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainEntityDefinition
- table() - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.TableSelector
- table() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- table(String) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
- table(Consumer<FilterTable.Builder<Entity, Attribute<?>>>) - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Provides access to the builder for the underlying
FilterTable - TABLE - Static variable in class is.codion.tools.monitor.model.ServerMonitor.DomainColumns
- TABLE_CELL_LEFT_PADDING - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default left padding for table cells.
- TABLE_CELL_RIGHT_PADDING - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default right padding for table cells.
- TABLE_TYPE - Static variable in class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns
- tableColumn(TableColumn) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.Builder
- tableConditionModel(Supplier<Map<C, ConditionModel<?>>>) - Static method in interface is.codion.common.model.condition.TableConditionModel
-
Instantiates a new
TableConditionModel - TableConditionModel<C> - Interface in is.codion.common.model.condition
-
Manages a set of
ConditionModels for table columns. - TableConditionPanel<C> - Class in is.codion.swing.common.ui.component.table
-
An abstract base class for a UI component based on a
TableConditionModel. - TableConditionPanel(TableConditionModel<C>, Function<C, String>) - Constructor for class is.codion.swing.common.ui.component.table.TableConditionPanel
-
Instantiates a new
TableConditionPanel - TableConditionPanel.Factory<C> - Interface in is.codion.swing.common.ui.component.table
- tableModel() - Method in class is.codion.framework.model.AbstractEntityModel
- tableModel() - Method in interface is.codion.framework.model.EntityModel
- tableModel() - Method in class is.codion.swing.framework.ui.EntityPanel
- tableModel() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- tablePanel() - Method in class is.codion.swing.framework.ui.EntityPanel
- tablePanel() - Method in class is.codion.swing.framework.ui.EntityTablePanel.Config
- tableSelector(EntitySearchField) - Static method in class is.codion.swing.framework.ui.component.EntitySearchField
- tableSummaryModel(SummaryModel.SummaryValues.Factory<C>) - Static method in interface is.codion.common.model.summary.TableSummaryModel
- TableSummaryModel<C> - Interface in is.codion.common.model.summary
- tableType(EntityType) - Method in class is.codion.framework.domain.db.SchemaDomain
- tabPlacement(int) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder
- tabSize(int) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- task(ProgressWorker.ProgressResultTask<T, V>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.BuilderFactory
- task(ProgressWorker.ProgressResultTask<T, V>) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder.BuilderFactory
-
Note, also sets the progress bar type to 'determinate'.
- task(ProgressWorker.ProgressTask<V>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.BuilderFactory
- task(ProgressWorker.ProgressTask<V>) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder.BuilderFactory
-
Note, also sets the progress bar type to 'determinate'.
- task(ProgressWorker.ResultTask<T>) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.BuilderFactory
- task(ProgressWorker.ResultTask<T>) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder.BuilderFactory
- task(ProgressWorker.Task) - Method in interface is.codion.swing.common.model.worker.ProgressWorker.BuilderFactory
- task(ProgressWorker.Task) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder.BuilderFactory
- task(Runnable) - Method in interface is.codion.common.utilities.scheduler.TaskScheduler.Builder.TaskStep
- TaskScheduler - Class in is.codion.common.utilities.scheduler
-
A task scheduler based on a
ScheduledExecutorService, scheduled at a fixed rate, using a daemon thread by default. - TaskScheduler.Builder - Interface in is.codion.common.utilities.scheduler
-
A builder for
TaskScheduler - TaskScheduler.Builder.IntervalStep - Interface in is.codion.common.utilities.scheduler
-
Provides a
TaskScheduler.Builder - TaskScheduler.Builder.TaskStep - Interface in is.codion.common.utilities.scheduler
-
Provides a
TaskScheduler.Builder.IntervalStep - TEMPORAL_HORIZONTAL_ALIGNMENT - Static variable in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer
-
The default horizontal alignment for temporal columns.
- temporalClass() - Method in class is.codion.swing.common.ui.component.text.TemporalField
- temporalClass(Class<T>) - Method in interface is.codion.swing.common.ui.component.text.TemporalField.Builder.TemporalClassStep
-
A builder for
TemporalField. - temporalClass(Class<T>) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder.TemporalClassStep
- temporalField() - Static method in class is.codion.swing.common.ui.component.Components
- temporalField() - Method in class is.codion.swing.common.ui.component.text.TemporalFieldPanel
- temporalField(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
TemporalFieldbuilder based on the given attribute. - TemporalField<T> - Class in is.codion.swing.common.ui.component.text
-
A JFormattedTextField for Temporal types.
- TemporalField.Builder<T> - Interface in is.codion.swing.common.ui.component.text
-
A builder for
TemporalField. - TemporalField.Builder.TemporalClassStep - Interface in is.codion.swing.common.ui.component.text
-
Provides a
TemporalField.Builder - TemporalField.ControlKeys - Class in is.codion.swing.common.ui.component.text
-
The controls.
- TemporalField.DateTimeParser<T> - Interface in is.codion.swing.common.ui.component.text
-
Parses a Temporal value from text with a provided formatter
- temporalFieldPanel() - Static method in class is.codion.swing.common.ui.component.Components
- temporalFieldPanel(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
TemporalFieldPanelbuilder based on the given attribute. - TemporalFieldPanel<T> - Class in is.codion.swing.common.ui.component.text
-
A panel for a TemporalField with button for displaying a calendar
- TemporalFieldPanel.Builder<T> - Interface in is.codion.swing.common.ui.component.text
-
Builds a
TemporalFieldPanel - TemporalFieldPanel.Builder.TemporalClassStep - Interface in is.codion.swing.common.ui.component.text
-
Provides a
TemporalFieldPanel.Builder - test() - Method in class is.codion.framework.model.test.AbstractEntityApplicationModelTest
- test() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- test() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- test(boolean) - Method in interface is.codion.tools.generator.domain.DomainSource.Builder
- test(EntityType) - Method in class is.codion.framework.domain.test.DomainTest
-
Runs the insert/update/select/delete tests for the given entityType
- test(T) - Method in interface is.codion.common.model.filter.FilterModel.IncludePredicate
- testApiImpl() - Method in class is.codion.tools.generator.domain.DomainSource
- testApiImplSource() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- testCombined() - Method in class is.codion.tools.generator.domain.DomainSource
- testCombinedSource() - Method in class is.codion.tools.generator.model.DomainGeneratorModel
- testDetailModels() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- TestDomain - Class in is.codion.framework.model.test
- TestDomain() - Constructor for class is.codion.framework.model.test.TestDomain
- TestDomain.DateTimeTest - Interface in is.codion.framework.model.test
- TestDomain.Department - Interface in is.codion.framework.model.test
- TestDomain.Derived - Interface in is.codion.framework.model.test
- TestDomain.Detail - Interface in is.codion.framework.model.test
- TestDomain.Employee - Interface in is.codion.framework.model.test
- TestDomain.EnumEntity - Interface in is.codion.framework.model.test
- TestDomain.EnumEntity.EnumType - Enum Class in is.codion.framework.model.test
- TestDomain.Job - Interface in is.codion.framework.model.test
- TestDomain.Master - Interface in is.codion.framework.model.test
- TestDomain.NonGeneratedPK - Interface in is.codion.framework.model.test
- testEntities - Variable in class is.codion.framework.model.test.AbstractEntityTableModelTest
- testModel - Variable in class is.codion.framework.model.test.AbstractEntityTableModelTest
- testSearchState() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- testTheRest() - Method in class is.codion.framework.model.test.AbstractEntityTableModelTest
- testUpdatePrimaryKey() - Method in class is.codion.framework.model.test.AbstractEntityModelTest
- text() - Method in interface is.codion.swing.common.ui.component.text.Parser.ParseResult
- text(Observable<String>) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- text(String) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- text(String) - Method in interface is.codion.swing.common.ui.component.label.LabelBuilder
- text(String) - Method in interface is.codion.framework.domain.entity.EntityFormatter.Builder
-
Adds the given static text to this
EntityFormatter.Builder - Text - Class in is.codion.common.utilities
-
A utility class for working with text, such as collating and padding.
- textArea() - Static method in class is.codion.swing.common.ui.component.Components
- textArea(Attribute<String>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a TextArea builder based on the given attribute.
- TextAreaBuilder - Interface in is.codion.swing.common.ui.component.text
-
Builds a JTextArea.
- textAreaSize(Dimension) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- TextComponentBuilder<C,
T, - Interface in is.codion.swing.common.ui.component.textB> -
A builder for text components.
- TextComponentBuilder.CaretPosition - Enum Class in is.codion.swing.common.ui.component.text
-
Specifies the possible initial caret positions in case text component has an initial value.
- TextComponents - Class in is.codion.swing.common.ui.component.text
-
A utility class for JTextComponents.
- textField() - Static method in class is.codion.swing.common.ui.component.Components
- textField() - Method in class is.codion.swing.common.ui.component.text.TextFieldPanel
- textField(Attribute<T>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a text field builder based on the given attribute.
- textField(ForeignKey) - Method in class is.codion.swing.framework.ui.component.EntityComponents
- TextFieldBuilder<C,
T, - Interface in is.codion.swing.common.ui.component.textB> -
Builds a JTextField.
- TextFieldBuilder.ValueClassStep - Interface in is.codion.swing.common.ui.component.text
-
Provides a
TextFieldBuilder - textFieldPanel() - Static method in class is.codion.swing.common.ui.component.Components
- textFieldPanel(Attribute<String>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a
TextFieldPanelbuilder based on the given attribute. - TextFieldPanel - Class in is.codion.swing.common.ui.component.text
-
A panel that includes a JTextField in a
BorderLayout.CENTERposition and a button inBorderLayout.EASTwhich opens a JTextArea for editing long strings. - TextFieldPanel.Builder - Interface in is.codion.swing.common.ui.component.text
-
A builder for
TextFieldPanel. - TextFieldPanel.ControlKeys - Class in is.codion.swing.common.ui.component.text
-
The available controls.
- textPane() - Static method in class is.codion.swing.common.ui.component.Components
- TextPaneBuilder - Interface in is.codion.swing.common.ui.component.text
-
Builds a JTextPane.
- TeyvisconDark - Class in is.codion.plugin.flatlaf.intellij.themes.tayviscon
-
https://github.com/tayviscon-io/tayviscon-jetbrains-theme/blob/main/src/main/resources/themes/TayvisconDark.theme.json
- TeyvisconDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.tayviscon.TeyvisconDark
- ThemeLoader - Class in is.codion.plugin.flatlaf.intellij.themes
- thinkTime() - Method in interface is.codion.tools.loadtest.LoadTest
- thinkTimeDataset() - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- threadCount() - Method in interface is.codion.common.rmi.server.ServerAdmin.ThreadStatistics
- threadCountDataset() - Method in class is.codion.tools.monitor.model.ServerMonitor
- threadFactory(ThreadFactory) - Method in interface is.codion.common.utilities.scheduler.TaskScheduler.Builder
-
Note that this overrides
TaskScheduler.Builder.name(String) - Thread Safety - Search tag in interface is.codion.framework.domain.entity.Entity
- Section
- threadStateCount() - Method in interface is.codion.common.rmi.server.ServerAdmin.ThreadStatistics
- threadStatistics() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- THREE - Enum constant in enum class is.codion.framework.model.test.TestDomain.EnumEntity.EnumType
- TIME_HH_MM - Static variable in interface is.codion.framework.model.test.TestDomain.DateTimeTest
- TIME_HH_MM_SS - Static variable in interface is.codion.framework.model.test.TestDomain.DateTimeTest
- TIME_HH_MM_SS_SSS - Static variable in interface is.codion.framework.model.test.TestDomain.DateTimeTest
- TIME_PATTERN - Static variable in class is.codion.common.utilities.format.LocaleDateTimePattern
-
The default date format pattern Value type: String Default value: HH:mm
- timeout() - Method in interface is.codion.framework.db.EntityConnection.Select
- timeout(int) - Method in interface is.codion.framework.db.EntityConnection.Select.Builder
-
Default 120 seconds.
- timePattern() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern
- timestamp() - Method in interface is.codion.common.db.database.Database.Statistics
- timestamp() - Method in interface is.codion.common.db.pool.ConnectionPoolState
- timestamp() - Method in interface is.codion.common.db.pool.ConnectionPoolStatistics
- timestamp() - Method in interface is.codion.common.rmi.server.ServerAdmin.GcEvent
- timestamp() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- timestamp() - Method in interface is.codion.tools.loadtest.model.LoadTestModel.ExceptionTimestamp
- TIMESTAMP - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- timeUnit() - Method in class is.codion.common.utilities.scheduler.TaskScheduler
- timeZone() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- timeZone() - Method in interface is.codion.common.rmi.server.ServerInformation
- TIMEZONE - Static variable in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- title - Variable in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- title(Observable<String>) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- title(Observable<String>) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
- title(Observable<String>) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- title(String) - Method in class is.codion.swing.common.ui.dialog.AbstractDialogBuilder
- title(String) - Method in interface is.codion.swing.common.ui.dialog.DialogBuilder
- title(String) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- toColumn(T, Statement) - Method in interface is.codion.framework.domain.entity.attribute.Column.Converter
-
Translates the given value into a sql value, usually this is not required but for certain types this may be necessary, such as boolean values where the values are represented by a non-boolean data type in the underlying database
- toFront() - Method in class is.codion.swing.common.ui.ancestor.Ancestor.WindowSupplier
-
Finds the ancestor
Windowand brings it to front if found. - toggle() - Method in interface is.codion.common.reactive.state.State
-
Toggles this state
- toggle() - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
-
Toggles between the states: false -> null -> true
- toggle(State) - Method in interface is.codion.swing.common.ui.control.Control.BuilderFactory
- toggle(State) - Static method in interface is.codion.swing.common.ui.control.Control
-
Creates a new ToggleControl based on the given state
- toggle(Value<Boolean>) - Method in interface is.codion.swing.common.ui.control.Control.BuilderFactory
- toggle(Value<Boolean>) - Static method in interface is.codion.swing.common.ui.control.Control
-
Creates a new ToggleControl based on the given value
- toggle(ToggleControl) - Method in interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
- toggle(ToggleControl) - Method in interface is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder
- toggle(Supplier<ToggleControl>) - Method in interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
- toggle(Supplier<ToggleControl>) - Method in interface is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder
- TOGGLE_AUTO_RESIZE_MODE_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlsinstance containing aToggleControlfor each auto-resize-mode. - TOGGLE_COLUMN_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlsinstance containing aToggleControlfor each columns' visibility. - TOGGLE_CONDITION_VIEW - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Toggles the condition panel between the hidden, simple and advanced views.
Default key stroke: CTRL-ALT-S - TOGGLE_EDIT_PANEL - Static variable in class is.codion.swing.framework.ui.EntityPanel.ControlKeys
-
Toggles the edit panel between hidden, embedded and dialog.
Default key stroke: CTRL-ALT-E - TOGGLE_ENABLED - Static variable in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.ControlKeys
-
Toggle the enabled status on/off.
Default key stroke: CTRL-ENTER - TOGGLE_FILTER_VIEW - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
Toggles the filter panel between the hidden, simple and advanced views.
Default key stroke: CTRL-ALT-F - TOGGLE_NEXT_SORT_ORDER - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Toggles the sort on the selected column from
SortOrder.ASCENDINGtoSortOrder.DESCENDINGtoSortOrder.UNSORTED.
Default key stroke: ALT-DOWN ARROW - TOGGLE_NEXT_SORT_ORDER_ADD - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Toggles the sort on the selected column from
SortOrder.ASCENDINGtoSortOrder.DESCENDINGtoSortOrder.UNSORTED, adding it to any already sorted columns.
Default key stroke: SHIFT-ALT-DOWN ARROW - TOGGLE_PREVIOUS_SORT_ORDER - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Toggles the sort on the selected column from
SortOrder.ASCENDINGtoSortOrder.UNSORTEDtoSortOrder.DESCENDING.
Default key stroke: ALT-UP ARROW - TOGGLE_PREVIOUS_SORT_ORDER_ADD - Static variable in class is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
-
Toggles the sort on the selected column from
SortOrder.ASCENDINGtoSortOrder.UNSORTEDtoSortOrder.DESCENDING, adding it to any already sorted columns.
Default key stroke: SHIFT-ALT-UP ARROW - TOGGLE_SUMMARIES - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
ToggleControlfor showing/hiding the summary panel. - toggleButton() - Static method in class is.codion.swing.common.ui.component.Components
- toggleButton(Attribute<Boolean>) - Method in class is.codion.swing.framework.ui.component.EntityComponents
-
Creates a ToggleButton builder based on the given attribute.
- toggleButton(Consumer<ToggleButtonBuilder<?, ?>>) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Provides a way to configure the
ToggleButtonBuilderused by thisControlPanelBuilder. - ToggleButtonBuilder<C,
B> - Interface in is.codion.swing.common.ui.component.button -
Builds a JToggleButton.
- toggleButtonType(ToggleButtonType) - Method in interface is.codion.swing.common.ui.component.button.ControlPanelBuilder
-
Specifies how toggle controls are presented on this control panel.
- ToggleButtonType - Enum Class in is.codion.swing.common.ui.component.button
-
Specifies how toggle buttons are presented.
- toggleClickCount(int) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- ToggleControl - Interface in is.codion.swing.common.ui.control
-
A Control for toggling a boolean value.
- ToggleControlBuilder - Interface in is.codion.swing.common.ui.control
-
Builds a
ToggleControl - toggleControlMenuItem(Function<ToggleControl, JCheckBoxMenuItem>) - Method in interface is.codion.swing.common.ui.component.button.MenuBuilder
- ToggleMenuItemBuilder<C,
B> - Interface in is.codion.swing.common.ui.component.button -
Builds a toggle menu item.
- ToggleMenuItemBuilder.PersistMenu - Enum Class in is.codion.swing.common.ui.component.button
-
Specifies whether a menu is kept open after a toggle menu item has been toggled.
- toImage(Point) - Method in class is.codion.swing.common.ui.component.image.ImagePane.CoordinateTranslator
-
Converts this pane's point into the original image coordinates
- TomcatConnectionPoolFactory - Class in is.codion.plugin.tomcat.pool
-
A Tomcat connection pool based
ConnectionPoolFactoryimplementation - TomcatConnectionPoolFactory() - Constructor for class is.codion.plugin.tomcat.pool.TomcatConnectionPoolFactory
- toolBar() - Static method in class is.codion.swing.common.ui.component.Components
- TOOLBAR_CONTROLS - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies whether the edit controls (Save, update, delete, clear, refresh) should be on a toolbar instead of a button panel Value type: Boolean Default value: false
- TOOLBAR_LAYOUT - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.Config
-
Specifies the default toolbar layout.
- ToolBarBuilder - Interface in is.codion.swing.common.ui.component.button
-
A builder for a
JToolBar. - toolbarControls(boolean) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
-
Overridden by
EntityPanel.Config.controlComponent(Function). - toolTip(Function<T, String>) - Method in interface is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder
- toolTipText() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
- toolTipText(Observable<String>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- toolTipText(Observable<String>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Overrides
ComponentBuilder.toolTipText(String) - toolTipText(String) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- toolTipText(String) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- toolTipText(String) - Method in interface is.codion.swing.common.ui.component.tabbedpane.TabbedPaneBuilder.TabBuilder
- toolTipText(String) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- toPane(Point2D.Double) - Method in class is.codion.swing.common.ui.component.image.ImagePane.CoordinateTranslator
-
Converts the original image point into this pane's coordinates
- topComponent(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- topComponent(JComponent) - Method in interface is.codion.swing.common.ui.component.splitpane.SplitPaneBuilder
- toString() - Method in class is.codion.common.db.report.AbstractReport
- toString() - Method in class is.codion.common.utilities.property.PropertyValue
- toString() - Method in class is.codion.common.utilities.TypeReference
- toString() - Method in class is.codion.framework.model.AbstractEntityEditModel
- toString() - Method in class is.codion.framework.model.AbstractEntityModel
- toString() - Method in class is.codion.framework.model.AbstractEntityTableModel
- toString() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumn
- toString() - Method in class is.codion.swing.framework.ui.EntityEditPanel
- toString() - Method in class is.codion.swing.framework.ui.EntityPanel
- toString() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- toString() - Method in class is.codion.tools.monitor.model.ClientInstanceMonitor
- toString(int) - Method in interface is.codion.common.utilities.logging.MethodTrace
-
Returns a string representation of this method trace.
- totalMemory() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- totalRunCount(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- trace() - Method in interface is.codion.framework.db.EntityConnectionTracer
- tracer(MethodTracer) - Method in interface is.codion.framework.db.local.tracer.MethodTracer.Traceable
- TRACES - Static variable in interface is.codion.framework.db.local.LocalEntityConnection
-
Specifies the number of log traces to keep while tracing is enabled.
- traceToFileEnabled() - Method in class is.codion.tools.monitor.model.ClientInstanceMonitor
- tracing() - Method in interface is.codion.framework.db.EntityConnectionTracer
- TRACING - Static variable in interface is.codion.framework.db.local.LocalEntityConnectionProvider
-
Specifies whether method tracing is enabled by default.
- tracingEnabled() - Method in class is.codion.tools.monitor.model.ClientInstanceMonitor
- transaction(EntityConnection, EntityConnection.Transactional) - Static method in interface is.codion.framework.db.EntityConnection
-
Executes the given
EntityConnection.Transactionalinstance within a transaction on the given connection, committing on success and rolling back on exception. - transaction(EntityConnection, EntityConnection.TransactionalResult<T>) - Static method in interface is.codion.framework.db.EntityConnection
-
Executes the given
EntityConnection.TransactionalResultinstance within a transaction on the given connection, committing on success and rolling back on exception. - TRANSACTION_ISOLATION - Static variable in interface is.codion.common.db.database.Database
-
Specifies the transaction isolation to set for created connections Value type: Integer Default value: null
- transactionOpen() - Method in interface is.codion.framework.db.EntityConnection
- transactionOpen() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
- transferFiles(TransferHandler.TransferSupport) - Static method in class is.codion.swing.common.ui.transfer.FileTransferHandler
-
Returns the files described by the given transfer support object.
- transferFocusOnEnter(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- transferFocusOnEnter(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Note that in case of
JTextAreatheKeyEvents.MENU_SHORTCUT_MASKmodifier is added for transferring the focus forward. - transferFocusOnEnter(TransferFocusOnEnter) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- transferFocusOnEnter(TransferFocusOnEnter) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Note that in case of
JTextAreatheKeyEvents.MENU_SHORTCUT_MASKmodifier is added for transferring the focus forward. - TransferFocusOnEnter - Enum Class in is.codion.swing.common.ui.key
-
A utility enum for enabling component focus traversal based on the Enter key.
- transferHandler(TransferHandler) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- transferHandler(TransferHandler) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- transferOnEnter() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel.InputFocus
-
If set to true then components created subsequently will transfer focus on enter, otherwise not.
- TransientAttributeDefinition<T> - Interface in is.codion.framework.domain.entity.attribute
-
An attribute that does not map to an underlying database column.
- TransientAttributeDefinition.Builder<T,
B> - Interface in is.codion.framework.domain.entity.attribute -
Builds a transient AttributeDefinition instance
- translator(Function<Object, T>) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.Builder
-
Provides a way for a combo box model to translate an item received via
SingleSelection.item()to an actual item to select, such as selecting the String "1" in a String based model when selected item is set to the Integer 1. - TrashPanda - Class in is.codion.plugin.flatlaf.intellij.themes.trashpanda
-
https://github.com/jasonhulbert/jetbrains-trash-panda-theme/blob/master/src/main/resources/META-INF/trash-panda-theme.theme.json
- TrashPanda() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.trashpanda.TrashPanda
- TrashPandaBlacklight - Class in is.codion.plugin.flatlaf.intellij.themes.trashpanda
-
https://github.com/jasonhulbert/jetbrains-trash-panda-theme/blob/master/src/main/resources/META-INF/trash-panda-theme-blacklight.theme.json
- TrashPandaBlacklight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.trashpanda.TrashPandaBlacklight
- TrashPandaDawnlight - Class in is.codion.plugin.flatlaf.intellij.themes.trashpanda
-
https://github.com/jasonhulbert/jetbrains-trash-panda-theme/blob/master/src/main/resources/META-INF/trash-panda-theme-dawnlight.theme.json
- TrashPandaDawnlight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.trashpanda.TrashPandaDawnlight
- TrashPandaDaylight - Class in is.codion.plugin.flatlaf.intellij.themes.trashpanda
-
https://github.com/jasonhulbert/jetbrains-trash-panda-theme/blob/master/src/main/resources/META-INF/trash-panda-theme-daylight.theme.json
- TrashPandaDaylight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.trashpanda.TrashPandaDaylight
- TrashPandaMoonlight - Class in is.codion.plugin.flatlaf.intellij.themes.trashpanda
-
https://github.com/jasonhulbert/jetbrains-trash-panda-theme/blob/master/src/main/resources/META-INF/trash-panda-theme-moonlight.theme.json
- TrashPandaMoonlight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.trashpanda.TrashPandaMoonlight
- TrashPandaStarlight - Class in is.codion.plugin.flatlaf.intellij.themes.trashpanda
-
https://github.com/jasonhulbert/jetbrains-trash-panda-theme/blob/master/src/main/resources/META-INF/trash-panda-theme-starlight.theme.json
- TrashPandaStarlight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.trashpanda.TrashPandaStarlight
- tree() - Static method in class is.codion.swing.common.ui.component.Components
- TreeBuilder - Interface in is.codion.swing.common.ui.component.tree
-
A builder for JTree.
- TreeBuilder.ModelStep - Interface in is.codion.swing.common.ui.component.tree
-
Provides a
TreeBuilder. - treeExpansionListener(TreeExpansionListener) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- treeSelectionListener(TreeSelectionListener) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- treeWillExpandListener(TreeWillExpandListener) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- trim() - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition
- trim(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition.Builder
-
Specifies whether string values should be trimmed, this applies to String (varchar) based attributes.
- TRIM_STRINGS - Static variable in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition
-
Specifies whether String values should be trimmed by default Value type: Boolean Default value: true
- TRUSTSTORE - Static variable in class is.codion.common.rmi.client.Clients
-
The rmi ssl truststore to use Value type: String Default value: null
- TRUSTSTORE_PASSWORD - Static variable in class is.codion.common.rmi.client.Clients
-
The rmi ssl truststore password to use Value type: String Default value: null
- TWO - Enum constant in enum class is.codion.framework.model.test.TestDomain.EnumEntity.EnumType
- type() - Method in class is.codion.common.utilities.TypeReference
- type() - Method in interface is.codion.framework.domain.Domain
- type() - Method in class is.codion.framework.domain.DomainModel
- type() - Method in interface is.codion.framework.domain.entity.attribute.Attribute
- type() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- type() - Method in interface is.codion.framework.domain.entity.Entity.Key
- type() - Method in interface is.codion.framework.domain.entity.Entity
- type() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- type() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainOperation
- type() - Method in interface is.codion.framework.server.EntityServerAdmin.DomainReport
- type(String) - Method in class is.codion.tools.swing.robot.Controller
-
Types the given text.
- type(String, String) - Method in class is.codion.tools.swing.robot.Controller
-
Types the given text.
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.DateTimeTest
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Department
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Derived
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Detail
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Employee
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.EnumEntity
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Job
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.Master
- TYPE - Static variable in interface is.codion.framework.model.test.TestDomain.NonGeneratedPK
- TYPE - Static variable in class is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- TYPE - Static variable in class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- TypeReference<T> - Class in is.codion.common.utilities
-
A basic TypeReference implementation.
- TypeReference() - Constructor for class is.codion.common.utilities.TypeReference
-
Instantiates a new
TypeReference
U
- uiDefaults() - Method in interface is.codion.swing.common.ui.laf.LookAndFeelEnabler
- UIManagerDefaults - Class in is.codion.swing.common.ui
-
A utility class for initializing default UIManager values, default ok, cancel button captions and such.
- UIScaler - Class in is.codion.plugin.flatlaf.scaler
- UIScaler() - Constructor for class is.codion.plugin.flatlaf.scaler.UIScaler
- uncaughtExceptionHandler(boolean) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
Specifies whether to set the default uncaught exception handler when starting the application, true by default.
- UNDERLINE_STYLE - Static variable in class is.codion.swing.common.ui.component.indicator.UnderlineModifiedIndicatorFactory
-
The type of underline to use to indicate a modified value Value type: Integer Default value:
TextAttribute.UNDERLINE_LOW_DOTTEDValid values:TextAttribute.UNDERLINE_* - UnderlineModifiedIndicatorFactory - Class in is.codion.swing.common.ui.component.indicator
-
Indicates modification by underlining the assocated label text.
- UnderlineModifiedIndicatorFactory() - Constructor for class is.codion.swing.common.ui.component.indicator.UnderlineModifiedIndicatorFactory
- UniqueConstraintException - Exception Class in is.codion.common.db.exception
-
An exception indication a unique constraint failure
- UniqueConstraintException(SQLException, String) - Constructor for exception class is.codion.common.db.exception.UniqueConstraintException
-
Instantiates a new
UniqueConstraintException - UNKNOWN_CLIENT_HOST - Static variable in interface is.codion.common.rmi.server.RemoteClient
- unlink(Observable<T>) - Method in class is.codion.common.reactive.value.AbstractValue
- unlink(Observable<T>) - Method in interface is.codion.common.reactive.value.Value
-
Unlinks this value from the given observable
- unlink(State) - Method in interface is.codion.common.reactive.state.State
-
Unlinks this state from the given original state
- unlink(Value<T>) - Method in class is.codion.common.reactive.value.AbstractValue
- unlink(Value<T>) - Method in interface is.codion.common.reactive.value.Value
-
Unlinks this value from the given original value
- unsuccessfulRunCount(String) - Method in interface is.codion.tools.loadtest.model.LoadTestModel
- unwrap(Throwable, Collection<Class<? extends Throwable>>) - Static method in class is.codion.common.utilities.exceptions.Exceptions
-
Unwraps the given throwable.
- up() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- up() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- UP - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Navigate up to the parent panel, if one exists
- UP - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the up icon.
- updatable() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
-
Indicates whether this column is updatable
- updatable(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
- updatable(ForeignKey) - Method in interface is.codion.framework.domain.entity.EntityDefinition.ForeignKeys
- update() - Method in interface is.codion.common.db.database.Database.QueryCounter
-
Count one update query
- update() - Static method in class is.codion.framework.i18n.FrameworkMessages
- update() - Method in class is.codion.framework.model.AbstractEntityEditModel
- update() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor.Modified
-
Updates the modified state
- update() - Method in interface is.codion.framework.model.EntityEditModel
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- update() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Performs update on the active entity.
- update() - Method in class is.codion.swing.framework.ui.icon.DefaultFrameworkIcons
- update() - Method in interface is.codion.swing.framework.ui.icon.FrameworkIcons
- update(EntityConnection.Update) - Method in interface is.codion.framework.db.EntityConnection
-
Performs an update based on the given update, updating the columns found in the
EntityConnection.Update.values()map, using the associated value. - update(EntityConnection.Update) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Performs an update based on the given update, updating the columns found in the
EntityConnection.Update.values()map, using the associated value. - update(Entity) - Method in interface is.codion.framework.db.EntityConnection
-
Updates the given entity based on its attribute values.
- update(Entity) - Method in interface is.codion.framework.db.EntityQueries
-
Note that this method is not guaranteed to return a valid query, in case the entity is not modified.
- update(Entity) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Updates the given entity based on its attribute values.
- update(Collection<Entity>) - Method in interface is.codion.framework.db.EntityConnection
-
Updates the given entities based on their attribute values.
- update(Collection<Entity>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Updates the given entities based on their attribute values.
- update(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- update(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Note: This method must be called on the UI thread in case a panel has been based on this model.
- update(Collection<Entity>, EntityConnection) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Updates the given entities in the database using the given connection
- update(UnaryOperator<T>) - Method in class is.codion.common.reactive.value.AbstractValue
- update(UnaryOperator<T>) - Method in interface is.codion.common.reactive.value.Value
-
Updates the value with the result of applying the given function to the current value.
- UPDATE - Enum constant in enum class is.codion.common.db.database.Database.Operation
-
Update
- UPDATE - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
-
Performs an update.
- UPDATE - Static variable in interface is.codion.swing.framework.ui.icon.FrameworkIcons
-
Identifies the update icon.
- updateCommand() - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Returns an async update command builder
- updateComponentTreeForAllWindows() - Static method in class is.codion.swing.common.ui.Utilities
-
Calls
SwingUtilities.updateComponentTreeUI(Component)for all windows. - updateComponentTreeUI(Collection<? extends JComponent>) - Static method in class is.codion.swing.common.ui.Utilities
-
Calls
SwingUtilities.updateComponentTreeUI(Component)for the given components, ignores null components. - updateComponentTreeUI(JComponent...) - Static method in class is.codion.swing.common.ui.Utilities
-
Calls
SwingUtilities.updateComponentTreeUI(Component)for the given components, ignores null components. - updateConfirmer(EntityEditPanel.Confirmer) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- updated() - Method in interface is.codion.framework.model.EntityEditModel.EditEvents
-
Returns an update
Event, notified each time entities are updated. - updated(int, int) - Method in interface is.codion.common.model.filter.FilterModel.IncludedItems.ItemsListener
-
Called when included items are updated
- updated(ForeignKey, Map<Entity.Key, Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
-
Called when entities of the type referenced by the given foreign key have been updated.
- updated(ForeignKey, Map<Entity.Key, Entity>) - Method in class is.codion.framework.model.AbstractEntityTableModel
-
Called when entities of the type referenced by the given foreign key are updated
- updateEnabled() - Method in interface is.codion.framework.model.EntityEditModel.Settings
-
Disabling update causes an exception being thrown when updating.
- UpdateException - Exception Class in is.codion.common.db.exception
-
An exception indicating a failed update operation
- UpdateException(String) - Constructor for exception class is.codion.common.db.exception.UpdateException
-
Instantiates a new
UpdateException - updateInterval() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
- updateInterval() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- updateInterval() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
- updateInterval() - Method in class is.codion.tools.monitor.model.ServerMonitor
- updateMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- updateMultipleEnabled() - Method in interface is.codion.framework.model.EntityEditModel.Settings
-
Disabling updating multiple entities causes an exception being thrown when trying to update multiple entities at a time.
- updateOn(UpdateOn) - Method in interface is.codion.swing.common.ui.component.text.TemporalFieldPanel.Builder
- updateOn(UpdateOn) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
-
Default
UpdateOn.VALUE_CHANGE - updateOn(UpdateOn) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- UpdateOn - Enum Class in is.codion.swing.common.ui.component.text
-
Specifies when a text field based component value should update the underlying value.
- updateSelect(Entity) - Method in interface is.codion.framework.db.EntityConnection
-
Updates the given entity based on its attribute values.
- updateSelect(Entity) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Updates the given entity based on its attribute values.
- updateSelect(Collection<Entity>) - Method in interface is.codion.framework.db.EntityConnection
-
Updates the given entities based on their attribute values.
- updateSelect(Collection<Entity>) - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
-
Updates the given entities based on their attribute values.
- updatesPerSecond() - Method in interface is.codion.common.db.database.Database.Statistics
- updateStatistics() - Method in class is.codion.tools.monitor.model.DatabaseMonitor
-
Updates the database usage statistics
- updateTask() - Method in class is.codion.framework.model.AbstractEntityEditModel
- updateTask() - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.EditTaskinstance for updating the active entity. - updateTask(Collection<Entity>) - Method in class is.codion.framework.model.AbstractEntityEditModel
- updateTask(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel
-
Creates a new
EntityEditModel.EditTaskinstance for updating the given entities. - updateTip() - Static method in class is.codion.framework.i18n.FrameworkMessages
- updateUI() - Method in class is.codion.swing.common.ui.component.button.NullableCheckBox
- updateUI() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel
- updateUI() - Method in class is.codion.swing.common.ui.component.table.FilterTable
- updateUI() - Method in class is.codion.swing.common.ui.component.table.FilterTableColumnComponentPanel
- updateUI() - Method in class is.codion.swing.common.ui.component.table.FilterTableConditionPanel
- updateUI() - Method in class is.codion.swing.framework.ui.component.EntitySearchField
- updateUI() - Method in class is.codion.swing.framework.ui.EntityEditPanel
- updateUI() - Method in interface is.codion.swing.framework.ui.EntityPanel.DetailLayout
-
Updates the UI of all associated components.
- updateUI() - Method in class is.codion.swing.framework.ui.EntityPanel
- updateUI() - Method in class is.codion.swing.framework.ui.EntityTablePanel
- updateUI() - Method in class is.codion.swing.framework.ui.TabbedDetailLayout
- updateUI(Collection<? extends JComponent>) - Static method in class is.codion.swing.common.ui.Utilities
-
Calls
JComponent.updateUI()for the given components, ignores null components. - updateUI(JComponent...) - Static method in class is.codion.swing.common.ui.Utilities
-
Calls
JComponent.updateUI()for the given components, ignores null components. - updateView() - Method in class is.codion.tools.monitor.ui.ClientInstanceMonitorPanel
- upper() - Method in interface is.codion.common.model.condition.ConditionModel.Operands
- upper() - Method in class is.codion.swing.common.ui.component.table.ColumnConditionPanel.OperandComponents
- upper(ConditionModel<T>) - Method in interface is.codion.swing.common.ui.component.table.ColumnConditionPanel.ConditionComponents
- upper(ConditionModel<T>) - Method in class is.codion.swing.framework.ui.EntityConditionComponents
- UPPER_LEFT - Enum constant in enum class is.codion.swing.common.ui.component.image.ImagePane.NavigationCorner
-
Navigation image in the upper left corner.
- UPPER_RIGHT - Enum constant in enum class is.codion.swing.common.ui.component.image.ImagePane.NavigationCorner
-
Navigation image in the upper right corner.
- upperCase(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextComponentBuilder
- upperCase(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextFieldPanel.Builder
- upperCase(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchField.Builder
-
Makes the field convert all lower case input to upper case
- upperCase(boolean) - Method in interface is.codion.swing.framework.ui.component.EntitySearchFieldPanel.Builder
-
Makes the field convert all lower case input to upper case
- upperCase(Document) - Static method in class is.codion.swing.common.ui.component.text.TextComponents
-
Makes the given document convert all lower case input to upper case, supports
SizedDocumentandAbstractDocument - url() - Method in class is.codion.common.db.database.AbstractDatabase
- url() - Method in interface is.codion.common.db.database.ConnectionFactory
-
Returns the jdbc database url for this connection factory.
- URL - Static variable in interface is.codion.common.db.database.Database
-
Specifies the jdbc url of the database.
- URL_SCOPED_INSTANCE - Static variable in interface is.codion.common.db.database.Database
-
Specifies whether
Database.instance()should create a new instance each time the database URL has changed. - USE_FOCUS_ACTIVATION - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Specifies whether edit panels should be activated when the panel (or its parent EntityPanel) receives focus Value type: Boolean Default value: true
- USE_LEXICAL_STRING_COMPARATOR - Static variable in interface is.codion.framework.domain.entity.attribute.AttributeDefinition
-
Specifies whether String values should use a lexical comparator by default Value type: Boolean Default value: true
- USE_SAVE_CAPTION - Static variable in class is.codion.swing.framework.ui.EntityEditPanel.Config
-
Specifies whether the add/insert button caption should be 'Save' (mnemonic S), instead of 'Add' (mnemonic A) Value type: Boolean Default value: false
- USE_VIRTUAL_THREADS - Static variable in class is.codion.framework.servlet.EntityService
-
Specifies whether virtual threads should be used.
- usedMemory() - Method in interface is.codion.common.rmi.server.ServerAdmin.ServerStatistics
- user() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- user() - Method in interface is.codion.common.db.pool.ConnectionPoolWrapper
- user() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- user() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
- user() - Method in interface is.codion.framework.db.EntityConnection
- user() - Method in interface is.codion.framework.db.EntityConnectionProvider
- user() - Method in interface is.codion.framework.db.rmi.RemoteEntityConnection
- user() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- user() - Method in interface is.codion.framework.model.EntityApplicationModel
- user() - Method in class is.codion.framework.server.AbstractRemoteEntityConnection
- user() - Method in interface is.codion.tools.loadtest.LoadTest.ApplicationRunner
- user() - Method in interface is.codion.tools.loadtest.LoadTest.Applications
- user(User) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
The
Userto use to connect to the database, this user is propagated toEntityApplication.connectionProvider(Function). - user(User) - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
- user(User) - Method in interface is.codion.dbms.h2.H2DatabaseFactory.ScriptRunner
- user(User) - Method in class is.codion.framework.db.AbstractEntityConnectionProvider.AbstractBuilder
- user(User) - Method in interface is.codion.framework.db.EntityConnectionProvider.Builder
- user(User) - Method in interface is.codion.framework.db.http.HttpEntityConnection.Builder
- user(User) - Method in interface is.codion.tools.loadtest.LoadTest.Builder
- user(String) - Static method in interface is.codion.common.utilities.user.User
-
Creates a new User with an empty password.
- user(String, char[]) - Static method in interface is.codion.common.utilities.user.User
-
Creates a new User.
- user(Supplier<User>) - Method in interface is.codion.swing.framework.ui.EntityApplication
-
Supplies the
Userto use to connect to the database, this user is then propagated toEntityApplication.connectionProvider(Function). - User - Interface in is.codion.common.utilities.user
-
Encapsulates a username and password.
- USER - Static variable in interface is.codion.swing.framework.ui.EntityApplication
-
Specifies the user for logging into the application on the form
user:password. - USER - Static variable in class is.codion.tools.generator.ui.DomainGeneratorPanel
-
The user on the form username:password or just username in case no password is required.
- USER - Static variable in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- USER_PREFERENCES - Static variable in interface is.codion.framework.model.EntityApplicationModel
-
Specifies whether the client should apply and save user preferences Value type: Boolean Default value: true
- USER_PROPERTY - Static variable in interface is.codion.common.db.database.Database
-
The constant used to denote the username value in the connection properties
- USER_REQUIRED - Static variable in class is.codion.tools.generator.ui.DomainGeneratorPanel
-
Specifies whether a user is required for connecting to the database.
- UserHistoryColumns() - Constructor for class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- userHistoryTableModel() - Method in class is.codion.tools.monitor.model.ClientUserMonitor
- username() - Static method in class is.codion.common.i18n.Messages
- username() - Method in interface is.codion.common.utilities.user.User
- username() - Method in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- username() - Method in class is.codion.tools.monitor.model.ConnectionPoolMonitor
- USERNAME - Static variable in interface is.codion.tools.loadtest.model.LoadTestModel.ApplicationRow
- USERNAME - Static variable in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- UserPreferences - Class in is.codion.common.model.preferences
-
A utility class for working with user preferences
- users() - Method in class is.codion.common.rmi.server.DefaultServerAdmin
- users() - Method in interface is.codion.common.rmi.server.ServerAdmin
- using(Attribute<T>) - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition.DenormalizedBuilder.DenormalizedUsingStep
- Utilities - Class in is.codion.swing.common.ui
-
A utility class for UI related things.
V
- valid() - Method in interface is.codion.framework.model.EntityEditModel.EditorValue
- valid() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
- valid(ObservableState) - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder
-
A
ObservableStateindicating whether the input is valid, this state controls the enabled state of the OK button. - valid(Entity) - Method in interface is.codion.framework.domain.entity.EntityValidator
-
Returns true if the given entity contains only valid values according to this validator.
- VALID_INDICATOR - Static variable in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
Specifies whether components should indicate the validity of their current value Value type: Boolean Default value: true
- validate() - Method in interface is.codion.framework.model.EntityEditModel.EditorValue
-
Updates the valid state of this value according to the underlying validator
- validate() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Validates the current state of the entity
- validate(T) - Method in class is.codion.common.reactive.value.AbstractValue
- validate(T) - Method in interface is.codion.common.reactive.value.Value
-
Validate the given value using all validators
- validate(T) - Method in interface is.codion.common.reactive.value.Value.Validator
-
Validates the given value.
- validate(User) - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder.LoginValidator
-
Valdates a login with the given user
- validate(Attribute<?>) - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Validates the value associated with the given attribute, using the underlying validator.
- validate(Entity) - Method in interface is.codion.framework.domain.entity.EntityValidator
-
Checks if the values in the given entity are valid.
- validate(Entity) - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Validates the given entity, using the underlying validator.
- validate(Entity, boolean) - Method in interface is.codion.framework.domain.entity.attribute.ForeignKeyDefinition
-
Validates the value of this attribute as found in the given entity.
- validate(Entity, boolean) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition
-
Validates the value of this attribute as found in the given entity.
- validate(Entity, Attribute<?>) - Method in interface is.codion.framework.domain.entity.EntityValidator
-
Checks if the value associated with the give attribute is valid, throws a ValidationException if not
- validate(Collection<Entity>) - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Validates the given entities, using the underlying validator.
- validate(T) - Method in interface is.codion.framework.domain.entity.attribute.AttributeValidator
-
Validates the given value.
- VALIDATE_CONNECTIONS_ON_CHECKOUT - Static variable in interface is.codion.common.db.pool.ConnectionPoolWrapper
-
Specifies whether connections should be validated when checked out from the pool.
- VALIDATE_FOREIGN_KEYS - Static variable in interface is.codion.framework.domain.entity.Entities
-
Specifies whether foreign keys are validated when defined by asserting that the referenced entity has been defined.
- validated(Entity, AttributeDefinition<?>) - Method in interface is.codion.framework.domain.entity.EntityValidator
-
Specifies whether the given attribute should be validated
- validateForeignKeys(boolean) - Method in class is.codion.framework.domain.DomainModel
-
Specifies whether foreign keys are validated by asserting that the referenced entity has been defined.
- validateForeignKeys(boolean) - Method in interface is.codion.framework.domain.entity.Entities.Configurable
-
Specifies whether to validate foreign keys when created, asserting that the referenced entity has been defined.
- validateType(T) - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- validateUserCredentials(User, User) - Static method in class is.codion.common.rmi.server.AbstractServer
-
Validates the given user credentials
- ValidationException - Exception Class in is.codion.framework.domain.entity.exception
-
Specifies that one or more attribute values are invalid.
- ValidationException(Attribute<?>, Object, String) - Constructor for exception class is.codion.framework.domain.entity.exception.ValidationException
- ValidationException(Collection<ValidationException.InvalidAttribute>) - Constructor for exception class is.codion.framework.domain.entity.exception.ValidationException
- ValidationException.InvalidAttribute - Interface in is.codion.framework.domain.entity.exception
-
Specifies an invalid attribute value
- validator() - Method in interface is.codion.framework.domain.entity.EntityDefinition
- validator() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Controls the validator used by this edit model.
- validator(Value.Validator<? super Boolean>) - Method in interface is.codion.common.reactive.state.State.Builder
-
Adds a validator to the resulting value
- validator(Value.Validator<? super T>) - Method in interface is.codion.common.reactive.value.Value.Builder
-
Adds a validator to the resulting value
- validator(Value.Validator<T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- validator(Value.Validator<T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- validator(AttributeValidator<T>) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition.Builder
-
Define a validator for this attribute, this validator is called by the
EntityValidatorand is only called for non-null values. - validator(EntityValidator) - Method in interface is.codion.framework.domain.entity.EntityDefinition.Builder
- validator(LoginDialogBuilder.LoginValidator) - Method in interface is.codion.swing.common.ui.dialog.LoginDialogBuilder
- validator(Predicate<T>) - Method in interface is.codion.swing.common.ui.dialog.InputDialogBuilder
-
Sets the
InputDialogBuilder.valid(ObservableState)according to the given predicate. - validator(Predicate<R>) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.Builder
-
Items failing validation can not be added to the model.
- validator(Predicate<T>) - Method in interface is.codion.common.model.filter.FilterModel.Items.Builder
- validCharacters(String) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- validCharacters(String) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- validConnection() - Method in class is.codion.framework.db.AbstractEntityConnectionProvider
-
Returns a valid connection or throws an exception in case one can not be established
- validIndicator() - Method in class is.codion.swing.framework.ui.EntityEditComponentPanel
-
If set to true then components will indicate whether the current value is valid.
- validIndicator(boolean) - Method in class is.codion.swing.framework.ui.EntityEditPanel.Config
- validIndicator(ObservableState) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- validIndicator(ObservableState) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Enables a valid indicator based on the given valid state.
- validIndicator(ValidIndicatorFactory) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- validIndicator(ValidIndicatorFactory) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- validIndicator(Predicate<T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- validIndicator(Predicate<T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Enables a valid indicator based on the given validator.
- ValidIndicatorFactory - Interface in is.codion.swing.common.ui.component.indicator
-
Provides a validity indicator for a component.
- validItem(T) - Method in interface is.codion.framework.domain.entity.attribute.ValueAttributeDefinition
-
Validates the given value against the valid items for this attribute.
- value() - Method in interface is.codion.common.reactive.state.State
- value() - Method in interface is.codion.common.reactive.value.ValueCollection
-
Returns a
Valueinstance based on thisValueCollection. - value() - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition
- value() - Method in interface is.codion.framework.domain.entity.Entity.Key
-
Returns the value of this key.
- value() - Method in interface is.codion.framework.domain.entity.exception.ValidationException.InvalidAttribute
- value() - Method in interface is.codion.swing.common.ui.component.text.Parser.ParseResult
- value() - Method in interface is.codion.swing.common.ui.control.ToggleControl
- value(boolean) - Method in interface is.codion.common.reactive.state.State.Builder
- value(int, C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.ColumnValues
-
Returns the value for the given row and column.
- value(T) - Method in interface is.codion.common.reactive.value.Value.Builder
- value(T) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- value(T) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Sets the initial value for the component, unless value(s) have been linked via
ComponentValueBuilder.link(Value)orComponentValueBuilder.link(Observable), which then control the inital value. - value(RemoteClient, String) - Method in class is.codion.tools.monitor.model.ClientMonitor.RemoteClientColumns
- value(Attribute<?>) - Method in interface is.codion.framework.domain.entity.EntityFormatter.Builder
-
Adds the value mapped to the given key to this
EntityFormatter.Builder - value(Attribute<?>, Format) - Method in interface is.codion.framework.domain.entity.EntityFormatter.Builder
-
Adds the value mapped to the given key to this StringProvider
- value(Attribute<T>) - Method in class is.codion.framework.domain.test.DefaultEntityFactory
-
Creates a value for the given attribute.
- value(Attribute<T>) - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Returns the
EntityEditModel.EditorValueinstance representingattributein thisEntityEditModel.EntityEditor. - value(ForeignKey, Attribute<?>) - Method in interface is.codion.framework.domain.entity.EntityFormatter.Builder
-
Adds the value mapped to the given attribute in the
Entityinstance mapped to the given foreign key to thisEntityFormatter.Builder - value(EntityServerAdmin.DomainEntityDefinition, String) - Method in class is.codion.tools.monitor.model.ServerMonitor.DomainColumns
- value(EntityServerAdmin.DomainOperation, String) - Method in class is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- value(EntityServerAdmin.DomainReport, String) - Method in class is.codion.tools.monitor.model.ServerMonitor.ReportColumns
- value(EntityRow, String) - Method in class is.codion.tools.generator.model.DomainGeneratorModel.EntityColumns
- value(SchemaRow, String) - Method in class is.codion.tools.generator.model.DomainGeneratorModel.SchemaColumns
- value(ClientUserMonitor.UserInfo, String) - Method in class is.codion.tools.monitor.model.ClientUserMonitor.UserHistoryColumns
- value(String, Object) - Method in interface is.codion.swing.common.ui.control.ControlBuilder
-
Note that any values added will overwrite the property, if already present, i.e.
- value(String, Function<String, T>) - Static method in class is.codion.common.utilities.Configuration
-
Creates a configuration value
- value(String, Function<String, T>, Function<T, String>) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value representing the given property name.
- value(String, Function<String, T>, Function<T, String>, T) - Method in class is.codion.common.utilities.property.PropertyStore
-
Creates a value representing the given property name.
- value(String, Function<String, T>, T) - Static method in class is.codion.common.utilities.Configuration
-
Creates a configuration value
- value(LocalDate) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
-
Note that calling this method also sets
CalendarPanel.Builder.includeTime(boolean)to false. - value(LocalDate) - Method in interface is.codion.swing.common.ui.dialog.CalendarDialogBuilder
- value(LocalDateTime) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
-
Note that calling this method also sets
CalendarPanel.Builder.includeTime(boolean)to true. - value(LocalDateTime) - Method in interface is.codion.swing.common.ui.dialog.CalendarDialogBuilder
- value(ZonedDateTime) - Method in interface is.codion.swing.common.ui.component.calendar.CalendarPanel.Builder
-
Note that calling this method also sets
CalendarPanel.Builder.includeTime(boolean)andCalendarPanel.Builder.includeTimeZone(boolean)to true. - value(R, C) - Method in interface is.codion.swing.common.model.component.table.FilterTableModel.TableColumns
-
Returns a value for the given row and identifier
- value(T) - Method in interface is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemFinder
-
Returns the value representing the given item
- Value<T> - Interface in is.codion.common.reactive.value
-
An observable wrapper for a value.
- VALUE_CHANGE - Enum constant in enum class is.codion.swing.common.ui.component.text.UpdateOn
-
Update each time the text field value changes.
- Value.Builder<T,
B> - Interface in is.codion.common.reactive.value -
Builds a
Valueinstance. - Value.BuilderFactory - Interface in is.codion.common.reactive.value
-
Provides
Value.Builderinstances for nullable or non-nullable values. - Value.Locked - Interface in is.codion.common.reactive.value
-
Controls whether a
Valueinstance is locked. - Value.Notify - Enum Class in is.codion.common.reactive.value
-
Specifies when a Value instance notifies its listeners.
- Value.Validator<T> - Interface in is.codion.common.reactive.value
-
A
Value.ValidatorforValues. - ValueAttributeDefinition<T> - Interface in is.codion.framework.domain.entity.attribute
-
Defines an Attribute that holds concrete values (String, Integer, BigDecimal, etc.) requiring type-specific validation, formatting, and constraints.
- ValueAttributeDefinition.Builder<T,
B> - Interface in is.codion.framework.domain.entity.attribute -
Builds a ValueAttributeDefinition instance
- valueChange(T, T) - Static method in interface is.codion.common.reactive.value.ValueChange
-
Instantiates a new
ValueChangeinstance - ValueChange<T> - Interface in is.codion.common.reactive.value
-
Represents a value change
- valueChanged() - Method in interface is.codion.framework.model.EntityEditModel.EntityEditor
-
Returns an observer notified each time a value is changed, either via its associated
EntityEditModel.EditorValueinstance or when the entity is set viaEntityEditModel.EntityEditor.clear(),EntityEditModel.EntityEditor.set(Entity)orEntityEditModel.EntityEditor.defaults(). - valueClass() - Method in interface is.codion.common.model.condition.ConditionModel
- valueClass() - Method in interface is.codion.framework.domain.entity.attribute.Attribute.Type
- valueClass() - Method in interface is.codion.framework.model.AttributeConditionModel
- valueClass(Class<T>) - Method in interface is.codion.common.model.condition.ConditionModel.Builder.ValueClassStep
-
Returns a new
ConditionModel.Builderinstance. - valueClass(Class<T>) - Method in interface is.codion.swing.common.ui.component.text.TextFieldBuilder.ValueClassStep
- ValueCollection<T,
C> - Interface in is.codion.common.reactive.value -
An observable wrapper for one or more values.
- ValueCollection.Builder<T,
C, - Interface in is.codion.common.reactive.valueB> -
Builds a
ValueCollectioninstance. - valueContainsLiteralCharacters(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskedTextFieldBuilder
- valueContainsLiteralCharacters(boolean) - Method in interface is.codion.swing.common.ui.component.text.MaskFormatterBuilder
- valueList() - Static method in interface is.codion.common.reactive.value.ValueList
-
Creates a new empty
ValueList, usingValue.Notify.CHANGED. - valueList(Collection<T>) - Static method in interface is.codion.common.reactive.value.ValueList
-
Creates a new
ValueList, usingValue.Notify.CHANGED. - ValueList<T> - Interface in is.codion.common.reactive.value
-
An observable wrapper for a List of values.
- ValueList.Builder<T> - Interface in is.codion.common.reactive.value
-
Builds a
ValueListinstance. - valueOf(String) - Static method in enum class is.codion.common.db.database.Database.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.common.model.summary.ColumnSummary
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.common.reactive.value.Value.Notify
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.common.utilities.Conjunction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.common.utilities.Operator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.framework.domain.entity.OrderBy.NullOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.framework.model.test.TestDomain.EnumEntity.EnumType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.button.ToggleButtonType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder.PersistMenu
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.combobox.Completion.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.image.ImagePane.NavigationCorner
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.image.ImagePane.ZoomDevice
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.table.ConditionPanel.ConditionView
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.text.TextComponentBuilder.CaretPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.component.text.UpdateOn
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.common.ui.key.TransferFocusOnEnter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.component.EntitySearchField.SearchIndicator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityPanel.PanelState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityPanel.WindowType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.RefreshButtonVisible
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.SelectionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class is.codion.common.db.database.Database.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.common.model.condition.ConditionModel.Wildcard
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.common.model.summary.ColumnSummary
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface is.codion.common.model.summary.SummaryModel.SummaryValues
- values() - Static method in enum class is.codion.common.reactive.value.Value.Notify
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.common.utilities.Conjunction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.common.utilities.Operator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface is.codion.framework.db.EntityConnection.Update
- values() - Method in interface is.codion.framework.domain.entity.condition.Condition
- values() - Static method in enum class is.codion.framework.domain.entity.OrderBy.NullOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.framework.model.EntityTableModel.OnInsert
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.framework.model.test.TestDomain.EnumEntity.EnumType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface is.codion.swing.common.model.component.table.FilterTableModel
-
Provides access to column values
- values() - Static method in enum class is.codion.swing.common.ui.component.button.ToggleButtonType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.button.ToggleMenuItemBuilder.PersistMenu
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.combobox.Completion.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.image.ImagePane.NavigationCorner
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.image.ImagePane.ZoomDevice
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.table.ConditionPanel.ConditionView
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.table.FilterTable.CenterOnScroll
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.text.TextComponentBuilder.CaretPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.component.text.UpdateOn
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.common.ui.key.TransferFocusOnEnter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class is.codion.swing.framework.model.SwingEntityTableModel
- values() - Static method in enum class is.codion.swing.framework.ui.component.EntitySearchField.SearchIndicator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityPanel.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityPanel.PanelState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityPanel.WindowType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.RefreshButtonVisible
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.EntityTablePanel.SelectionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class is.codion.swing.framework.ui.ReferentialIntegrityErrorHandling
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values(Attribute<T>, Collection<Entity>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Returns the non-null values associated with
attributefrom the given entities. - values(Collection<Entity.Key>) - Static method in interface is.codion.framework.domain.entity.Entity
-
Retrieves the values of the given keys, assuming they are single column keys.
- valuesChanged() - Method in interface is.codion.common.model.summary.SummaryModel.SummaryValues
- valueSet() - Static method in interface is.codion.common.reactive.value.ValueSet
-
Creates a new empty
ValueSet, usingValue.Notify.CHANGED. - valueSet(Collection<T>) - Static method in interface is.codion.common.reactive.value.ValueSet
-
Creates a new
ValueSet, usingValue.Notify.CHANGED. - ValueSet<T> - Interface in is.codion.common.reactive.value
-
An observable wrapper for an orderered Set of values.
- ValueSet.Builder<T> - Interface in is.codion.common.reactive.value
-
Builds a
ValueSetinstance. - version() - Method in interface is.codion.common.rmi.client.ConnectionRequest
- version() - Method in interface is.codion.common.rmi.server.ServerInformation
- version() - Static method in interface is.codion.common.utilities.version.Version
- version() - Method in class is.codion.framework.model.DefaultEntityApplicationModel
- version() - Method in interface is.codion.framework.model.EntityApplicationModel
- version(Version) - Method in interface is.codion.common.rmi.client.ConnectionRequest.Builder
- version(Version) - Method in interface is.codion.swing.framework.ui.EntityApplication
- Version - Interface in is.codion.common.utilities.version
-
Specifies a version and serves as a factory for
Version.Builderinstances. - VERSION_PROPERTY_KEY - Static variable in interface is.codion.common.utilities.version.Version
-
The key for a version property in a properties file.
- Version.Builder - Interface in is.codion.common.utilities.version
-
Builds a Version.
- versionAndMetadataString() - Static method in interface is.codion.common.utilities.version.Version
- versionString() - Static method in interface is.codion.common.utilities.version.Version
- verticalAlignment(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- verticalBlockIncrement(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- verticalGap(int) - Method in interface is.codion.swing.common.ui.layout.FlexibleGridLayout.Builder
-
Sets the vertical gap between components.
- verticalScrollBarPolicy(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- verticalTextPosition(int) - Method in interface is.codion.swing.common.ui.component.button.ButtonBuilder
- verticalUnitIncrement(int) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- view() - Static method in class is.codion.framework.i18n.FrameworkMessages
- view() - Method in class is.codion.swing.common.ui.component.table.ConditionPanel
- view() - Method in class is.codion.swing.common.ui.component.table.TableConditionPanel
- view(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- view(JComponent) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- VIEW_DEPENDENCIES - Static variable in class is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
-
A
Controlfor viewing the dependencies of the selected entities. - viewApplicationTree() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Displays in a dialog a tree describing the application layout
- viewDependencies() - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Displays a dialog containing tables of entities depending on the selected entities via non-soft foreign keys
- viewDependencyTree() - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Shows a dialog containing a dependency tree view of all defined entities
- viewMnemonic() - Static method in class is.codion.framework.i18n.FrameworkMessages
- viewPrefix() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- viewPrefix(String) - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
- viewSuffix() - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings
- viewSuffix(String) - Method in interface is.codion.framework.domain.db.SchemaDomain.SchemaSettings.Builder
- visible() - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
- visible(boolean) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- visible(boolean) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
-
Sets the visible state of the component, for a dynamic visible state use
ComponentBuilder.visible(ObservableState). - visible(C) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumnModel
-
Returns the
Statefor controlling the column visibility - visible(ObservableState) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentBuilder
- visible(ObservableState) - Method in interface is.codion.swing.common.ui.component.builder.ComponentBuilder
- visible(ObservableState, JComponent...) - Static method in class is.codion.swing.common.ui.Utilities
-
Links the given components to the given
ObservableState, so that each component is visible only when the observed state is active - visibleRowCount(int) - Method in interface is.codion.swing.common.ui.component.list.FilterList.Builder
- visibleRowCount(int) - Method in interface is.codion.swing.common.ui.component.tree.TreeBuilder
- VSCodeDark - Class in is.codion.plugin.flatlaf.intellij.themes.vscode
-
https://github.com/dinbtechit/vscode-theme/blob/main/src/main/resources/themes/vscode_dark.theme.json
- VSCodeDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.vscode.VSCodeDark
- VSCodeDarkModern - Class in is.codion.plugin.flatlaf.intellij.themes.vscode
-
https://github.com/dinbtechit/vscode-theme/blob/main/src/main/resources/themes/vscode_dark_modern.theme.json
- VSCodeDarkModern() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.vscode.VSCodeDarkModern
- VSCodeLight - Class in is.codion.plugin.flatlaf.intellij.themes.vscode
-
https://github.com/dinbtechit/vscode-theme/blob/main/src/main/resources/themes/vscode_light.theme.json
- VSCodeLight() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.vscode.VSCodeLight
- Vuesion - Class in is.codion.plugin.flatlaf.intellij.themes.vuesion
-
https://github.com/vuesion/intellij-theme/blob/master/resources/META-INF/vuesion_theme.theme.json
- Vuesion() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.vuesion.Vuesion
W
- WAIT_CURSOR - Enum constant in enum class is.codion.swing.framework.ui.component.EntitySearchField.SearchIndicator
-
Display a wait cursor while searching.
- waiting() - Method in class is.codion.common.db.pool.AbstractConnectionPoolWrapper
- waiting() - Method in interface is.codion.common.db.pool.ConnectionPoolState
- weakChangeConsumer(Consumer<ValueChange<? super T>>) - Method in interface is.codion.common.reactive.value.Value.Builder
- weakChangeConsumer(Consumer<ValueChange<? super T>>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- weakChangeConsumer(Consumer<ValueChange<? super T>>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- weakChangeListener(Runnable) - Method in interface is.codion.common.reactive.value.Value.Builder
- weakChangeListener(Runnable) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- weakChangeListener(Runnable) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- weakConsumer(Consumer<? super Boolean>) - Method in interface is.codion.common.reactive.state.State.Builder
- weakConsumer(Consumer<? super T>) - Method in interface is.codion.common.reactive.value.Value.Builder
- weakConsumer(Consumer<? super T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- weakConsumer(Consumer<? super T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- weakListener(Runnable) - Method in interface is.codion.common.reactive.state.State.Builder
- weakListener(Runnable) - Method in interface is.codion.common.reactive.value.Value.Builder
- weakListener(Runnable) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- weakListener(Runnable) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
- WEEK_NUMBERS - Static variable in class is.codion.swing.common.ui.component.calendar.CalendarPanel
-
Specifies whether CalendarPanel displays week numbers by default.
- weight() - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
- weight(T) - Method in interface is.codion.tools.loadtest.randomizer.ItemRandomizer
- west(Supplier<? extends JComponent>) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- west(JComponent) - Method in interface is.codion.swing.common.ui.component.panel.BorderLayoutPanelBuilder
- westComponent(JComponent) - Method in interface is.codion.swing.common.ui.dialog.ProgressDialog.Builder
- westComponent(JComponent) - Method in interface is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
- wheelScrollingEnable(boolean) - Method in interface is.codion.swing.common.ui.component.scrollpane.ScrollPaneBuilder
- when(boolean, Runnable) - Method in interface is.codion.common.reactive.state.State.Builder
-
Adds a conditional listener
- when(boolean, Consumer<? super Boolean>) - Method in interface is.codion.common.reactive.state.State.Builder
-
Adds a conditional consumer
- when(T) - Method in class is.codion.common.reactive.observer.AbstractObserver
- when(T) - Method in interface is.codion.common.reactive.observer.Observable
- when(T) - Method in interface is.codion.common.reactive.observer.Observer
-
Returns a new conditional
Observernotified when this observer instance is triggered with the given value - when(Boolean) - Method in interface is.codion.common.reactive.state.ObservableState
- when(Predicate<? super Boolean>) - Method in interface is.codion.common.reactive.state.ObservableState
- when(Predicate<? super T>) - Method in class is.codion.common.reactive.observer.AbstractObserver
- when(Predicate<? super T>) - Method in interface is.codion.common.reactive.observer.Observable
- when(Predicate<? super T>) - Method in interface is.codion.common.reactive.observer.Observer
-
Returns a new conditional
Observernotified when this observer instance is triggered with a value satisfying the given predicate - when(Predicate<Boolean>, Runnable) - Method in interface is.codion.common.reactive.state.State.Builder
-
Adds a conditional listener
- when(Predicate<Boolean>, Consumer<? super Boolean>) - Method in interface is.codion.common.reactive.state.State.Builder
-
Adds a conditional consumer
- when(Predicate<T>, Runnable) - Method in interface is.codion.common.reactive.value.Value.Builder
-
Adds a conditional listener
- when(Predicate<T>, Runnable) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- when(Predicate<T>, Runnable) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Adds a conditional listener
- when(Predicate<T>, Consumer<? super T>) - Method in interface is.codion.common.reactive.value.Value.Builder
-
Adds a conditional consumer
- when(Predicate<T>, Consumer<? super T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- when(Predicate<T>, Consumer<? super T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Adds a conditional consumer
- when(T, Runnable) - Method in interface is.codion.common.reactive.value.Value.Builder
-
Adds a conditional listener
- when(T, Runnable) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- when(T, Runnable) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Adds a conditional listener
- when(T, Consumer<? super T>) - Method in interface is.codion.common.reactive.value.Value.Builder
-
Adds a conditional consumer
- when(T, Consumer<? super T>) - Method in class is.codion.swing.common.ui.component.builder.AbstractComponentValueBuilder
- when(T, Consumer<? super T>) - Method in interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
-
Adds a conditional consumer
- WHEN_CONDITION_PANEL_IS_VISIBLE - Enum constant in enum class is.codion.swing.framework.ui.EntityTablePanel.RefreshButtonVisible
-
Refresh button should only be visible when the table condition panel is visible
- where() - Method in interface is.codion.framework.db.EntityConnection.Count
- where() - Method in interface is.codion.framework.db.EntityConnection.Select
- where() - Method in interface is.codion.framework.db.EntityConnection.Update
- where() - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery
- where() - Method in interface is.codion.framework.model.EntityConditionModel.AdditionalConditions
-
Controls the additional WHERE condition.
- where() - Method in interface is.codion.framework.model.EntityConditionModel
-
Returns a WHERE condition based on enabled condition models which are based on non-aggregate function columns.
- where(Condition) - Method in interface is.codion.framework.db.EntityConnection.Count.Builder.WhereStep
- where(Condition) - Static method in interface is.codion.framework.db.EntityConnection.Count
- where(Condition) - Static method in interface is.codion.framework.db.EntityConnection.Select
- where(Condition) - Static method in interface is.codion.framework.db.EntityConnection.Update
- where(String) - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery.Builder
-
Specifies the where clause to use, without the WHERE keyword.
- width(int) - Method in interface is.codion.swing.common.ui.component.table.FilterTableColumn.Builder
- wildcard() - Method in interface is.codion.common.model.condition.ConditionModel.Operands
- wildcard() - Method in interface is.codion.framework.domain.entity.condition.ColumnCondition
- WILDCARD - Static variable in interface is.codion.common.model.condition.ConditionModel
-
Specifies whether wildcards are added to string values Value type:
ConditionModel.WildcardDefault value:ConditionModel.Wildcard.POSTFIX - WILDCARD_CHARACTER - Static variable in interface is.codion.common.model.condition.ConditionModel
-
The wildcard character
- wildcardPostfix() - Method in interface is.codion.framework.model.EntitySearchModel.Settings
- wildcardPrefix() - Method in interface is.codion.framework.model.EntitySearchModel.Settings
- window() - Static method in class is.codion.swing.common.ui.ancestor.Ancestor
- WINDOW - Enum constant in enum class is.codion.swing.framework.ui.EntityPanel.PanelState
-
Displayed in a window or dialog
- WINDOW_TYPE - Static variable in class is.codion.swing.framework.ui.EntityPanel.Config
-
Specifies how detail and edit panels should be displayed.
- WindowDetailLayout - Class in is.codion.swing.framework.ui
-
A detail layout which displays detail panels in a window, opened via the table popup menu.
- WindowDetailLayout.Builder - Interface in is.codion.swing.framework.ui
-
Builds a
WindowDetailLayoutinstance. - WindowDetailLayout.Builder.PanelStep - Interface in is.codion.swing.framework.ui
-
Provides a
WindowDetailLayout.Builder - windowListener(WindowListener) - Method in interface is.codion.swing.common.ui.frame.FrameBuilder
- Windows - Class in is.codion.swing.common.ui.window
-
A utility class for windows.
- windowType(EntityPanel.WindowType) - Method in class is.codion.swing.framework.ui.EntityPanel.Config
- windowType(EntityPanel.WindowType) - Method in interface is.codion.swing.framework.ui.TabbedDetailLayout.Builder
- windowType(EntityPanel.WindowType) - Method in interface is.codion.swing.framework.ui.WindowDetailLayout.Builder
- with() - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery
- with(Attribute<T>, T) - Method in interface is.codion.framework.domain.entity.Entity.Builder
-
Adds the given attribute value to this builder
- with(Column<T>, T) - Method in interface is.codion.framework.domain.entity.Entity.Key.Builder
-
Adds the given column value to this builder
- with(DerivedValue<T>) - Method in interface is.codion.framework.domain.entity.attribute.DerivedAttributeDefinition.DerivedBuilder.DerivedWithStep
- with(String) - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery.Builder
- withDatabaseUser(User) - Method in interface is.codion.common.rmi.server.RemoteClient
-
Instantiates a new RemoteClient based on this instance but with the specified database user
- withDefault() - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition
- withDefault(boolean) - Method in interface is.codion.framework.domain.entity.attribute.ColumnDefinition.Builder
-
Specifies that the underlying table column has a default value
- withDefaults() - Method in interface is.codion.framework.domain.entity.Entity.Builder
-
Sets the default value for all attributes which have a default value.
- withinImage(Point) - Method in class is.codion.swing.common.ui.component.image.ImagePane.CoordinateTranslator
-
Tests whether a given pane coordinate in the pane falls within the image boundaries.
- withRecursive() - Method in interface is.codion.framework.domain.entity.query.EntitySelectQuery
- wrapStyleWord(boolean) - Method in interface is.codion.swing.common.ui.component.text.TextAreaBuilder
- writeApiImpl(Path, Path, Path, Path, BooleanSupplier) - Method in class is.codion.tools.generator.domain.DomainSource
-
Writes the api and implementation source code to the given path.
- writeCombined(Path, Path, Path, BooleanSupplier) - Method in class is.codion.tools.generator.domain.DomainSource
-
Writes the combined source code to the given path.
- writePreferences(Preferences) - Method in class is.codion.swing.framework.ui.EntityApplicationPanel
-
Called during the exit() method, override to write custom user preferences on program exit.
- writePreferences(Preferences) - Method in class is.codion.swing.framework.ui.EntityEditPanel
-
Writes user preferences associated with this edit panel.
- writePreferences(Preferences) - Method in class is.codion.swing.framework.ui.EntityPanel
-
Saves user preferences for this entity panel and its detail panels.
- writePreferences(Preferences) - Method in class is.codion.swing.framework.ui.EntityTablePanel
-
Writes user preferences.
- writeToFile(Path) - Method in class is.codion.common.utilities.property.PropertyStore
-
Writes the stored properties to a file
X
- XcodeDark - Class in is.codion.plugin.flatlaf.intellij.themes.xcodedark
-
https://github.com/antelle/intellij-xcode-dark-theme/blob/master/resources/Xcode-Dark.theme.json
- XcodeDark() - Constructor for class is.codion.plugin.flatlaf.intellij.themes.xcodedark.XcodeDark
Y
- yearFourDigits() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern.Builder
- yearTwoDigits() - Method in class is.codion.common.utilities.format.LocaleDateTimePattern.Builder
- yes() - Static method in class is.codion.common.i18n.Messages
Z
- zonedDateTime() - Method in class is.codion.swing.common.ui.component.calendar.CalendarPanel
- zoom() - Method in class is.codion.swing.common.ui.component.image.ImagePane
- ZOOM_DEVICE - Static variable in class is.codion.swing.common.ui.component.image.ImagePane
-
Specifies the default
ImagePane.ZoomDeviceforImagePanes. - zoomDevice() - Method in class is.codion.swing.common.ui.component.image.ImagePane
- zoomDevice(ImagePane.ZoomDevice) - Method in interface is.codion.swing.common.ui.component.image.ImagePane.Builder
- zoomIncrement() - Method in class is.codion.swing.common.ui.component.image.ImagePane
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form