Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbstractConnectionPool<T> - Class in org.jminor.common.db.pool
A default base implementation of ConnectionPool, handling the collection of statistics
AbstractConnectionPool(Database, User) - Constructor for class org.jminor.common.db.pool.AbstractConnectionPool
 
AbstractDatabase - Class in org.jminor.common.db
A default abstract implementation of the Database interface.
AbstractDatabase(Database.Type, String) - Constructor for class org.jminor.common.db.AbstractDatabase
Instantiates a new AbstractDatabase using host/port/sid/embedded settings specified by system properties
AbstractDatabase(Database.Type, String, String) - Constructor for class org.jminor.common.db.AbstractDatabase
Instantiates a new AbstractDatabase using port/sid/embedded settings specified by system properties
AbstractDatabase(Database.Type, String, String, Integer) - Constructor for class org.jminor.common.db.AbstractDatabase
Instantiates a new AbstractDatabase using sid/embedded settings specified by system properties
AbstractDatabase(Database.Type, String, String, Integer, String) - Constructor for class org.jminor.common.db.AbstractDatabase
Instantiates a new AbstractDatabase using the embedded settings specified by the system property
AbstractDatabase(Database.Type, String, String, Integer, String, boolean) - Constructor for class org.jminor.common.db.AbstractDatabase
Instantiates a new AbstractDatabase
AbstractEntityConnectionProvider<T extends EntityConnection> - Class in org.jminor.framework.db
An abstract EntityConnectionProvider implementation.
AbstractEntityConnectionProvider() - Constructor for class org.jminor.framework.db.AbstractEntityConnectionProvider
 
AbstractEntityUsageScenario() - Constructor for class org.jminor.swing.framework.tools.EntityLoadTestModel.AbstractEntityUsageScenario
Instantiates a new AbstractEntityUsageScenario
AbstractEntityUsageScenario(String) - Constructor for class org.jminor.swing.framework.tools.EntityLoadTestModel.AbstractEntityUsageScenario
Instantiates a new AbstractEntityUsageScenario
AbstractFilteredTableModel<R,C> - Class in org.jminor.swing.common.model.table
A TableModel implementation that supports filtering, searching and sorting.
AbstractFilteredTableModel(TableSortModel<R, C, TableColumn>, Collection<? extends ColumnConditionModel<C>>) - Constructor for class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Instantiates a new table model.
AbstractFilteredTableModel.DefaultColumnValueProvider - Class in org.jminor.swing.common.model.table
A default ColumnValueProvider implementation
AbstractFunction<C> - Class in org.jminor.common.db
A base Function implementation
AbstractFunction(String, String) - Constructor for class org.jminor.common.db.AbstractFunction
Instantiates a new AbstractFunction.
AbstractInputProvider<T,K extends javax.swing.JComponent> - Class in org.jminor.swing.common.ui.input
A default InputProvider implementation.
AbstractInputProvider(K) - Constructor for class org.jminor.swing.common.ui.input.AbstractInputProvider
Instantiates a new AbstractInputProvider.
AbstractObservableValue() - Constructor for class org.jminor.common.Values.AbstractObservableValue
 
AbstractProcedure<C> - Class in org.jminor.common.db
A base Procedure implementation
AbstractProcedure(String, String) - Constructor for class org.jminor.common.db.AbstractProcedure
Instantiates a new AbstractProcedure
AbstractRemoteEntityConnection - Class in org.jminor.framework.server
A base class for remote connections served by a DefaultEntityConnectionServer.
AbstractRemoteEntityConnection(Domain, ConnectionPool, Database, RemoteClient, int, boolean, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.jminor.framework.server.AbstractRemoteEntityConnection
Instantiates a new AbstractRemoteEntityConnection and exports it on the given port number
AbstractServer<T extends java.rmi.Remote,A extends java.rmi.Remote> - Class in org.jminor.common.remote
A default Server implementation.
AbstractServer(int, String) - Constructor for class org.jminor.common.remote.AbstractServer
Instantiates a new AbstractServer
AbstractServer(int, String, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.jminor.common.remote.AbstractServer
Instantiates a new AbstractServer
AbstractTableColumnSyncPanel - Class in org.jminor.swing.common.ui.table
A panel that synchronizes child panel sizes and positions to table columns.
AbstractTableColumnSyncPanel(SwingFilteredTableColumnModel) - Constructor for class org.jminor.swing.common.ui.table.AbstractTableColumnSyncPanel
Instantiates a new AbstractTableColumnSyncPanel.
AbstractTableSortModel<R,C> - Class in org.jminor.swing.common.model.table
A default TableSortModel implementation
AbstractTableSortModel(List<TableColumn>) - Constructor for class org.jminor.swing.common.model.table.AbstractTableSortModel
Instantiates a new AbstractTableSortModel
AbstractUsageScenario() - Constructor for class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
Instantiates a new UsageScenario using the simple class name as scenario name
AbstractUsageScenario(String) - Constructor for class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
Instantiates a new UsageScenario with the given name
AbstractValue() - Constructor for class org.jminor.common.Values.AbstractValue
 
AcceptAllCondition() - Constructor for class org.jminor.common.model.FilterCondition.AcceptAllCondition
 
actionPerformed(ActionEvent) - Method in class org.jminor.swing.common.ui.control.Control
actionPerformed(ActionEvent) - Method in class org.jminor.swing.common.ui.UiUtil.DisposeWindowAction
Calls dispose on the window
actionPerformed(ActionEvent) - Method in class org.jminor.swing.common.ui.UiUtil.TransferFocusAction
Transfers focus according the the value of backward
activatePanel() - Method in interface org.jminor.swing.common.ui.MasterDetailPanel
Activates this panel, showing it and preparing it for input
activatePanel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Activates this panel, showing it and preparing it for input
activatePanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
Activates this panel, showing it and preparing it for input
add(Condition) - Method in interface org.jminor.framework.db.condition.Condition.Set
Adds a new Condition object to this set, adding null or a Condition.EmptyCondition instance has no effect
add(Action) - Method in class org.jminor.swing.common.ui.control.ControlSet
Adds the given action to this ControlSet, adding a null action has the same effect as addSeparator()
add(ControlSet) - Method in class org.jminor.swing.common.ui.control.ControlSet
 
addAcceptSingleFileDragAndDrop(JTextComponent) - Static method in class org.jminor.swing.common.ui.UiUtil
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)
addAdvancedListener(EventDataListener<Boolean>) - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
addAdvancedListener(EventDataListener<Boolean>) - Method in class org.jminor.swing.framework.ui.EntityTableConditionPanel
 
addAfterDeleteListener(EventDataListener<EntityEditModel.DeleteEvent>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
addAfterDeleteListener(EventDataListener<EntityEditModel.DeleteEvent>) - Method in interface org.jminor.framework.model.EntityEditModel
 
addAfterInsertListener(EventDataListener<EntityEditModel.InsertEvent>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
addAfterInsertListener(EventDataListener<EntityEditModel.InsertEvent>) - Method in interface org.jminor.framework.model.EntityEditModel
 
addAfterRefreshListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
addAfterRefreshListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityModel
addAfterRefreshListener(EventListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
addAfterRefreshListener(EventListener) - Method in interface org.jminor.framework.model.EntityModel
 
addAfterUpdateListener(EventDataListener<EntityEditModel.UpdateEvent>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
addAfterUpdateListener(EventDataListener<EntityEditModel.UpdateEvent>) - Method in interface org.jminor.framework.model.EntityEditModel
 
addAll(ControlSet) - Method in class org.jminor.swing.common.ui.control.ControlSet
Adds all action found in controlSet to this control set
addAlwaysOnTopListener(EventDataListener<Boolean>) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
addApplicationBatch() - Method in interface org.jminor.swing.common.tools.LoadTest
Adds a batch of applications.
addApplicationBatch() - Method in class org.jminor.swing.common.tools.LoadTestModel
Adds a batch of applications.
addApplicationStartedListener(EventListener) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
addAt(Action, int) - Method in class org.jminor.swing.common.ui.control.ControlSet
Adds the given action to this ControlSet at the specified index, adding a null action has the same effect as addSeparator()
addAt(ControlSet, int) - Method in class org.jminor.swing.common.ui.control.ControlSet
 
addAuthenticationToken(UUID, User) - Method in class org.jminor.plugin.credentials.server.CredentialsServer
Adds an authenticationToken associated with the given user, with the default token validity period
addBeforeDeleteListener(EventDataListener<EntityEditModel.DeleteEvent>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
addBeforeDeleteListener(EventDataListener<EntityEditModel.DeleteEvent>) - Method in interface org.jminor.framework.model.EntityEditModel
 
addBeforeInsertListener(EventDataListener<EntityEditModel.InsertEvent>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
addBeforeInsertListener(EventDataListener<EntityEditModel.InsertEvent>) - Method in interface org.jminor.framework.model.EntityEditModel
 
addBeforeRefreshListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
addBeforeRefreshListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityModel
addBeforeRefreshListener(EventListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
addBeforeRefreshListener(EventListener) - Method in interface org.jminor.framework.model.EntityModel
 
addBeforeUpdateListener(EventDataListener<EntityEditModel.UpdateEvent>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
addBeforeUpdateListener(EventDataListener<EntityEditModel.UpdateEvent>) - Method in interface org.jminor.framework.model.EntityEditModel
 
addButtonClickListener(EventDataListener<Integer>) - Method in class org.jminor.swing.common.ui.input.InputProviderPanel
 
addCheckOutTime(long) - Method in interface org.jminor.common.db.pool.ConnectionPool.Counter
Adds a connection check out time
addClearedListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
addClearedListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
addColumnHiddenListener(EventDataListener<C>) - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
 
addColumnHiddenListener(EventDataListener<C>) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
addColumnShownListener(EventDataListener<C>) - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
 
addColumnShownListener(EventDataListener<C>) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
addConditionPanelVisibleListener(EventListener) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
addConditionProvider(String, Entity.ConditionProvider) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Adds a Entity.ConditionProvider which provides a dynamic query condition string.
addConditionStateListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
addConditionStateListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
addConditionStateListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
addConditionStateListener(EventListener) - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
addConditionTypeListener(EventDataListener<ConditionType>) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
addConditionTypeListener(EventDataListener<ConditionType>) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
addConfirmSetEntityObserver(EventDataListener<State>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
addConfirmSetEntityObserver(EventDataListener<State>) - Method in interface org.jminor.framework.model.EntityEditModel
 
addConnectionProperties(Properties) - Method in class org.jminor.common.db.AbstractDatabase
Adds any dbms specific connection properties to the given properties map, called each time a connection is created
addConnectionProperties(Properties) - Method in interface org.jminor.common.db.Database
Adds any dbms specific connection properties to the given properties map, called each time a connection is created
addControlSetToMenuBar(JMenuBar, ControlSet) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
 
addDataListener(EventDataListener<T>) - Method in interface org.jminor.common.EventObserver
Adds listener to this EventObserver, adding the same listener a second time has no effect.
addDataListener(EventDataListener<V>) - Method in interface org.jminor.common.ValueObserver
Adds a listener notified with the new value each time the value being observed changes
addDetailModel(M) - Method in class org.jminor.framework.model.DefaultEntityModel
Adds the given detail model to this model, sets this model as the master model of the given detail model via EntityModel.setMasterModel(EntityModel), a side-effect if the detail model contains a table model is that it is configured so that a query condition is required for it to show any data, via EntityTableModel.getQueryConditionRequiredState()
addDetailModel(M) - Method in interface org.jminor.framework.model.EntityModel
Adds the given detail model to this model, sets this model as the master model of the given detail model via EntityModel.setMasterModel(EntityModel), a side-effect if the detail model contains a table model is that it is configured so that a query condition is required for it to show any data, via EntityTableModel.getQueryConditionRequiredState()
addDetailModelProvider(EntityModelProvider<M, E, T>) - Method in interface org.jminor.framework.model.EntityModelProvider
 
addDetailModelProvider(EntityModelProvider<SwingEntityModel, SwingEntityEditModel, SwingEntityTableModel>) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
addDetailModels(M...) - Method in class org.jminor.framework.model.DefaultEntityModel
Adds the given detail model to this model, sets this model as the master model of the given detail models via EntityModel.setMasterModel(EntityModel), a side-effect if the detail model contains a table model is that it is configured so that a query condition is required for it to show any data, via EntityTableModel.getQueryConditionRequiredState()
addDetailModels(M...) - Method in interface org.jminor.framework.model.EntityModel
Adds the given detail model to this model, sets this model as the master model of the given detail models via EntityModel.setMasterModel(EntityModel), a side-effect if the detail model contains a table model is that it is configured so that a query condition is required for it to show any data, via EntityTableModel.getQueryConditionRequiredState()
addDetailPanel(EntityPanel) - Method in class org.jminor.swing.framework.ui.EntityPanel
Adds the given detail panel, and adds the detail model to the underlying model if it does not contain it already, and then sets includeDetailPanelTabPane to true
addDetailPanelProvider(EntityPanelProvider) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
Adds the given panel provider as a detail panel provider for this panel provider instance
addDetailPanels(EntityPanel...) - Method in class org.jminor.swing.framework.ui.EntityPanel
 
addDetailView(EntityView) - Method in class org.jminor.javafx.framework.ui.EntityView
Adds a detail EntityView to this EntityView
addEnabledListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
addEnabledListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
addEntities(List<Entity>, boolean, boolean) - Method in interface org.jminor.framework.model.EntityTableModel
Adds the given entities to this table model, it is recommended to only manually add entities directly to this table model after they have been inserted into the underlying table since otherwise they will disappear during the next table model refresh.
addEntities(List<Entity>, boolean, boolean) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Adds the given entities to this table model, it is recommended to only manually add entities directly to this table model after they have been inserted into the underlying table since otherwise they will disappear during the next table model refresh.
addEntities(List<Entity>, boolean, boolean) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Adds the given entities to this table model, it is recommended to only manually add entities directly to this table model after they have been inserted into the underlying table since otherwise they will disappear during the next table model refresh.
addEntitiesChangedListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
addEntitiesChangedListener(EventListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
addEntityModel(M) - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
Adds the given entity model to this model
addEntityModel(M) - Method in interface org.jminor.framework.model.EntityApplicationModel
Adds the given entity model to this model
addEntityModels(M...) - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
Adds the given entity models to this model.
addEntityModels(M...) - Method in interface org.jminor.framework.model.EntityApplicationModel
Adds the given entity models to this model.
addEntityPanelProvider(EntityPanelProvider) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Adds a main application panel, displayed on application start
addEntityPanelProviders(EntityPanelProvider...) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Adds main application panels, displayed on application start
addEntitySetListener(EventDataListener<Entity>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
addEntitySetListener(EventDataListener<Entity>) - Method in interface org.jminor.framework.model.EntityEditModel
 
addEntityView(EntityView) - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
Adds a EntityView to this application
addExitListener(EventListener) - Method in class org.jminor.swing.common.tools.LoadTestModel
 
addFilteringListener(EventListener) - Method in interface org.jminor.common.model.FilteredModel
 
addFilteringListener(EventListener) - Method in class org.jminor.javafx.framework.model.ObservableEntityList
addFilteringListener(EventListener) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
addFilteringListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
addFocusGainedListener(EventDataListener<K>) - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
addFocusGainedListener(EventDataListener<Property>) - Method in class org.jminor.swing.framework.ui.EntityTableConditionPanel
 
addForeignKeyValue(String, String) - Method in class org.jminor.framework.domain.Domain.StringProvider
Adds the value mapped to the given property in the Entity instance mapped to the given foreignKeyProperty to this Domain.StringProvider
addForeignKeyValues(List<Entity>) - Method in interface org.jminor.framework.model.EntityEditModel
Adds the inserted entities to all foreign key models based on that entity type
addForeignKeyValues(List<Entity>) - Method in class org.jminor.javafx.framework.model.FXEntityEditModel
Adds the given foreign key values to respective FXEntityListModels.
addForeignKeyValues(List<Entity>) - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
Adds the inserted entities to all foreign key models based on that entity type
addFormattedValidator(K, JTextComponent, ValueMapEditModel<K, Object>) - Static method in class org.jminor.swing.common.ui.valuemap.ValueLinkValidators
Adds a validator to the given text component, based on the given value link and edit model
addFormattedValidator(K, JTextComponent, ValueMapEditModel<K, ?>, Color, String) - Static method in class org.jminor.swing.common.ui.valuemap.ValueLinkValidators
Adds a validator to the given text component, based on the given value link and edit model
addFormattedValue(String, Format) - Method in class org.jminor.framework.domain.Domain.StringProvider
Adds the value mapped to the given key to this StringProvider
addHandler(Handler) - Method in class org.jminor.common.remote.http.HttpServer
Adds a handler to this http server
addInitialFocusHack(JComponent, Action) - Static method in class org.jminor.swing.common.ui.UiUtil
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5018574
addItem(T) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
Adds the given item to this model, respecting the sorting order if specified
addItem(T) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Adds the given item to this model, respecting the sorting order if specified
addItem(T, int) - Method in class org.jminor.swing.common.tools.BoundedItemRandomizerModel
Adds the given item to this model with the given weight value.
addItem(T) - Method in interface org.jminor.swing.common.tools.ItemRandomizer
Adds the given item to this model with default weight of 0.
addItem(T, int) - Method in interface org.jminor.swing.common.tools.ItemRandomizer
Adds the given item to this model with the given weight value.
addItem(T, int) - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
Adds the given item to this model with the given weight value.
addItem(T) - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
Adds the given item to this model with default weight of 0.
addItems(List<R>, boolean, boolean) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Adds the given items to this table model, non-filtered items are added at top or bottom.
addItems(List<R>, int, boolean) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Adds the given items to this table model, non-filtered items are added at the given index.
addKeyEvent(JComponent, int, Action) - Static method in class org.jminor.swing.common.ui.UiUtil
Links the given action to the given key event on the given component via inputMap/actionMap, using the name of the action as key for the actionMap, JComponent.WHEN_FOCUSED as condition, 0 as modifier and true for onKeyRelease.
addKeyEvent(JComponent, int, int, Action) - Static method in class org.jminor.swing.common.ui.UiUtil
Links the given action to the given key event on the given component via inputMap/actionMap, using the name of the action as key for the actionMap, JComponent.WHEN_FOCUSED as condition and true for onKeyRelease.
addKeyEvent(JComponent, int, int, int, Action) - Static method in class org.jminor.swing.common.ui.UiUtil
Links the given action to the given key event on the given component via inputMap/actionMap, using the name of the action as key for the actionMap and true for onKeyRelease.
addKeyEvent(JComponent, int, int, int, boolean, Action) - Static method in class org.jminor.swing.common.ui.UiUtil
Links the given action to the given key event on the given component via inputMap/actionMap, using the name of the action as key for the actionMap, if action is null the binding is removed
addLinkedDetailModel(M) - Method in class org.jminor.framework.model.DefaultEntityModel
Adds the given model to the currently linked detail models.
addLinkedDetailModel(M) - Method in interface org.jminor.framework.model.EntityModel
Adds the given model to the currently linked detail models.
addLinkedDetailModelAddedListener(EventDataListener<M>) - Method in class org.jminor.framework.model.DefaultEntityModel
addLinkedDetailModelAddedListener(EventDataListener<M>) - Method in interface org.jminor.framework.model.EntityModel
 
addLinkedDetailModelRemovedListener(EventDataListener<M>) - Method in class org.jminor.framework.model.DefaultEntityModel
addLinkedDetailModelRemovedListener(EventDataListener<M>) - Method in interface org.jminor.framework.model.EntityModel
 
addListDataListener(ListDataListener) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
addListener(EventListener) - Method in interface org.jminor.common.EventObserver
Adds listener to this EventObserver, adding the same listener a second time has no effect.
addListener(EventListener) - Method in interface org.jminor.common.ValueObserver
Adds a listener notified each time the value being observed changes
addLookupDialog(JTextField, ValueCollectionProvider) - Static method in class org.jminor.swing.common.ui.UiUtil
Adds a CTRL-SPACE action the the given text field for displaying a lookup dialog showing the values provided by the given value provider
addLowerBoundListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
addLowerBoundListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
addLowerBoundRequiredListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
addLowerBoundRequiredListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
addMouseListener(MouseListener) - Method in class org.jminor.swing.common.ui.checkbox.TristateCheckBox
 
addOnConnectListener(EventListener) - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
Adds a listener notified each time this connection provider establishes a connection to the database
addOnConnectListener(EventListener) - Method in interface org.jminor.framework.db.EntityConnectionProvider
Adds a listener notified each time this connection provider establishes a connection to the database
addOnExitListener(EventListener) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Adds a listener notified when the application is about to exit.
addOnSuccessListener(EventDataListener<T>) - Method in class org.jminor.swing.common.ui.worker.ProgressWorker
 
addOperation(DatabaseConnection.Operation) - Method in class org.jminor.framework.domain.Domain
Adds the given Operation to this domain
addPopupControls(ControlSet) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
addPropertyPanel(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Adds a property panel for the given property to this panel
addRefreshDoneListener(EventListener) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
addRefreshDoneListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
addRefreshDoneListener(EventListener) - Method in class org.jminor.swing.framework.tools.EntityGeneratorModel
 
addRefreshListener(EventListener) - Method in interface org.jminor.framework.model.EntityComboBoxModel
 
addRefreshListener(EventListener) - Method in class org.jminor.javafx.framework.model.ObservableEntityList
 
addRefreshListener(EventListener) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
addRefreshStartedListener(EventListener) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
addRefreshStartedListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
addRefreshStartedListener(EventListener) - Method in class org.jminor.swing.framework.tools.EntityGeneratorModel
 
addRevalidationListener(EventListener) - Method in class org.jminor.common.db.valuemap.DefaultValueMap.DefaultValidator
addRevalidationListener(EventListener) - Method in interface org.jminor.common.db.valuemap.ValueMap.Validator
 
addRowsDeletedListener(EventDataListener<List<Integer>>) - Method in interface org.jminor.common.model.table.FilteredTableModel
Adds a listener that is notified each time rows are deleted from the data model.
addRowsDeletedListener(EventDataListener<List<Integer>>) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Adds a listener that is notified each time rows are deleted from the data model.
addSelectedEntitiesListener(EventDataListener<Collection<Entity>>) - Method in class org.jminor.framework.model.DefaultEntityLookupModel
addSelectedEntitiesListener(EventDataListener<Collection<Entity>>) - Method in interface org.jminor.framework.model.EntityLookupModel
 
addSelectedIndex(int) - Method in interface org.jminor.common.model.table.SelectionModel
Selects the item at index
addSelectedIndex(int) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Selects the item at index
addSelectedIndex(int) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Selects the item at index
addSelectedIndexes(Collection<Integer>) - Method in interface org.jminor.common.model.table.SelectionModel
Adds these indexes to the selection
addSelectedIndexes(Collection<Integer>) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Adds these indexes to the selection
addSelectedIndexes(Collection<Integer>) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Adds these indexes to the selection
addSelectedIndexListener(EventDataListener<Integer>) - Method in interface org.jminor.common.model.table.SelectionModel
 
addSelectedIndexListener(EventDataListener<Integer>) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
addSelectedIndexListener(EventDataListener<Integer>) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
addSelectedItem(R) - Method in interface org.jminor.common.model.table.SelectionModel
Adds the given item to the selection
addSelectedItem(Entity) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Adds the given item to the selection
addSelectedItem(R) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Adds the given item to the selection
addSelectedItemListener(EventDataListener<R>) - Method in interface org.jminor.common.model.table.SelectionModel
 
addSelectedItemListener(EventDataListener<Entity>) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
addSelectedItemListener(EventDataListener<R>) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
addSelectedItemListener(EventListener) - Method in class org.jminor.swing.common.tools.ui.ItemRandomizerPanel
 
addSelectedItems(Collection<R>) - Method in interface org.jminor.common.model.table.SelectionModel
Adds the given items to the selection
addSelectedItems(Collection<Entity>) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Adds the given items to the selection
addSelectedItems(Collection<R>) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Adds the given items to the selection
addSelectedItemsListener(EventDataListener<List<R>>) - Method in interface org.jminor.common.model.table.SelectionModel
 
addSelectedItemsListener(EventDataListener<List<Entity>>) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
addSelectedItemsListener(EventDataListener<List<R>>) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
addSelectionChangedListener(EventListener) - Method in interface org.jminor.common.model.table.SelectionModel
 
addSelectionChangedListener(EventListener) - Method in interface org.jminor.framework.model.EntityTableModel
 
addSelectionChangedListener(EventListener) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
addSelectionChangedListener(EventListener) - Method in class org.jminor.javafx.framework.model.ObservableEntityList
addSelectionChangedListener(EventListener) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
addSelectionChangedListener(EventListener) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
addSelectionInterval(int, int) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
 
addSelectionListener(EventDataListener<T>) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
addSelectionListener(EventDataListener<T>) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
addSeparator() - Method in class org.jminor.swing.common.ui.control.ControlSet
Adds a separator to this control set
addSeparatorAt(int) - Method in class org.jminor.swing.common.ui.control.ControlSet
Adds a separator at the given index
addServerAddedListener(EventDataListener<ServerMonitor>) - Method in class org.jminor.swing.framework.server.monitor.HostMonitor
 
addServerRemovedListener(EventDataListener<ServerMonitor>) - Method in class org.jminor.swing.framework.server.monitor.HostMonitor
 
addServerShutDownListener(EventListener) - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
addSharedLoginProxy(LoginProxy) - Method in class org.jminor.common.remote.AbstractServer
Adds a shared LoginProxy, used for all connection requests.
addSimpleConditionListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
addSimpleConditionListener(EventListener) - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
addSortingListener(EventListener) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
addSortingListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
addSortingStateChangedListener(EventListener) - Method in interface org.jminor.common.model.table.TableSortModel
 
addSortingStateChangedListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractTableSortModel
addState(StateObserver) - Method in interface org.jminor.common.State.AggregateState
 
addState(State) - Method in interface org.jminor.common.State.Group
Adds a state to this state group via a WeakReference, so it does not prevent it from being garbage collected.
addSubsetIndicator(String, ColumnSummaryModel.ColumnValueProvider) - Method in enum org.jminor.common.model.table.ColumnSummary
 
addSummaryListener(EventDataListener<ColumnSummaryModel.Summary>) - Method in interface org.jminor.common.model.table.ColumnSummaryModel
 
addSummaryListener(EventDataListener<ColumnSummaryModel.Summary>) - Method in class org.jminor.common.model.table.DefaultColumnSummaryModel
addSummaryPanelVisibleListener(EventListener) - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
addSummaryValueListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnSummaryModel
 
addSummaryValueListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnSummaryModel
addSupportPanelProvider(EntityPanelProvider) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Adds a support application panel, available via a support panel menu
addSupportPanelProviders(EntityPanelProvider...) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Adds support application panels, available via a support panel menu
addTableDataChangedListener(EventListener) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
addTableDataChangedListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
addTableDoubleClickListener(EventListener) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
addTableModelClearedListener(EventListener) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
addTableModelClearedListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
addText(String) - Method in class org.jminor.framework.domain.Domain.StringProvider
Adds the given static text to this Domain.StringProvider
addToolbarControls(ControlSet) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
addUpperBoundListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
addUpperBoundListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
addValidator(K, JTextComponent, ValueMapEditModel<K, ?>) - Static method in class org.jminor.swing.common.ui.valuemap.ValueLinkValidators
Adds a validator to the given text component, based on the given value link and edit model
addValidator(K, JTextComponent, ValueMapEditModel<K, ?>, Color, String) - Static method in class org.jminor.swing.common.ui.valuemap.ValueLinkValidators
Adds a validator to the given text component, based on the given value link and edit model
addValue(String) - Method in class org.jminor.framework.domain.Domain.StringProvider
Adds the value mapped to the given key to this Domain.StringProvider
addValueListener(EventDataListener<ValueChange<K, V>>) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Adds a listener notified each time a value changes Adding the same listener multiple times has no effect.
addValueListener(EventDataListener<ValueChange<K, V>>) - Method in interface org.jminor.common.db.valuemap.ValueMap
Adds a listener notified each time a value changes Adding the same listener multiple times has no effect.
addValueListener(K, EventDataListener<ValueChange<K, V>>) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
Adds a listener notified each time the value associated with the given key changes
addValueListener(K, EventDataListener<ValueChange<K, V>>) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
Adds a listener notified each time the value associated with the given key changes
addValueListener(String, EventDataListener<ValueChange<Property, Object>>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Adds a listener notified each time the value associated with the given key changes
addValueListener(String, EventDataListener<ValueChange<Property, Object>>) - Method in interface org.jminor.framework.model.EntityEditModel
Adds a listener notified each time the value associated with the given key changes
addValuesChangedListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnSummaryModel.ColumnValueProvider
 
addValuesChangedListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel.DefaultColumnValueProvider
 
addValueSetListener(K, EventDataListener<ValueChange<K, V>>) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
Adds a listener notified each time the value associated with the given key is set via ValueMapEditModel.put(Object, Object), note that this event is only fired when the the value changes
addValueSetListener(K, EventDataListener<ValueChange<K, V>>) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
Adds a listener notified each time the value associated with the given key is set via ValueMapEditModel.put(Object, Object), note that this event is only fired when the the value changes
addValueSetListener(String, EventDataListener<ValueChange<Property, Object>>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Adds a listener notified each time the value associated with the given property is set via ValueMapEditModel.put(Object, Object), note that this event is only fired when the the value changes
addValueSetListener(String, EventDataListener<ValueChange<Property, Object>>) - Method in interface org.jminor.framework.model.EntityEditModel
Adds a listener notified each time the value associated with the given property is set via ValueMapEditModel.put(Object, Object), note that this event is only fired when the the value changes
ADVANCED - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
afterInsert(Entity, DatabaseConnection, Statement) - Method in interface org.jminor.framework.domain.Entity.KeyGenerator
Prepares the given entity after insert, that is, fetches automatically generated primary key values and populates the entitys primary key.
aggregateState(Conjunction, StateObserver...) - Static method in class org.jminor.common.States
Instantiates a new State.AggregateState object.
ALL_PANELS_ACTIVE - Static variable in class org.jminor.swing.framework.ui.EntityEditPanel
Indicates whether all entity panels should be enabled and receiving input by default
Value type: Boolean
Default value: false
ALLOW_COLUMN_REORDERING - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
Specifies whether or not columns can be rearranged in tables
Value type: Boolean
Default value: true
ALLOW_REDEFINE_ENTITY - Static variable in class org.jminor.framework.domain.Domain
Specifies whether or not to allow entities to be re-defined, that is, allow a new definition to replace an old one.
allowSelectionChange() - Method in interface org.jminor.common.model.table.FilteredTableModel
 
allowSelectionChange(T) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
 
allowSelectionChange() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
A default implementation returning true
ALWAYS_ON_TOP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
appendLogEntries(StringBuilder, List<MethodLogger.Entry>, int) - Static method in class org.jminor.common.MethodLogger
Appends the given log entries to the log
appendLogEntry(StringBuilder, MethodLogger.Entry, int) - Static method in class org.jminor.common.MethodLogger
Appends the given log entries to the log
applicationBatchSizeObserver() - Method in interface org.jminor.swing.common.tools.LoadTest
 
applicationBatchSizeObserver() - Method in class org.jminor.swing.common.tools.LoadTestModel
applicationCountObserver() - Method in interface org.jminor.swing.common.tools.LoadTest
 
applicationCountObserver() - Method in class org.jminor.swing.common.tools.LoadTestModel
ascending(String...) - Method in interface org.jminor.framework.domain.Entity.OrderBy
Adds an 'ascending' order by for the given properties
auditInsertTimeProperty(String) - Static method in class org.jminor.framework.domain.property.Properties
 
auditInsertTimeProperty(String, String) - Static method in class org.jminor.framework.domain.property.Properties
 
auditInsertUserProperty(String) - Static method in class org.jminor.framework.domain.property.Properties
 
auditInsertUserProperty(String, String) - Static method in class org.jminor.framework.domain.property.Properties
 
AuditProperty - Interface in org.jminor.framework.domain.property
A property representing an audit column
AuditProperty.AuditAction - Enum in org.jminor.framework.domain.property
The possible audit actions
AuditProperty.AuditTimeProperty - Interface in org.jminor.framework.domain.property
Specifies a audit property with a timestamp value
AuditProperty.AuditUserProperty - Interface in org.jminor.framework.domain.property
Specifies a audit property with a username value
AuditProperty.DefaultAuditTimeProperty - Class in org.jminor.framework.domain.property
 
AuditProperty.DefaultAuditUserProperty - Class in org.jminor.framework.domain.property
 
auditUpdateTimeProperty(String) - Static method in class org.jminor.framework.domain.property.Properties
 
auditUpdateTimeProperty(String, String) - Static method in class org.jminor.framework.domain.property.Properties
 
auditUpdateUserProperty(String) - Static method in class org.jminor.framework.domain.property.Properties
 
auditUpdateUserProperty(String, String) - Static method in class org.jminor.framework.domain.property.Properties
 
AUTHENTICATION_REQUIRED - Static variable in interface org.jminor.framework.model.EntityApplicationModel
Specifies whether user authentication is required
Value type: Boolean
Default value: true
AUTHENTICATION_TOKEN_DELIMITER - Static variable in interface org.jminor.common.CredentialsProvider
 
AUTHENTICATION_TOKEN_PREFIX - Static variable in interface org.jminor.common.CredentialsProvider
 
AuthenticationException - Exception in org.jminor.common.db.exception
An exception indication an authentication failure
AuthenticationException(String) - Constructor for exception org.jminor.common.db.exception.AuthenticationException
 
authenticationException(String) - Static method in exception org.jminor.common.remote.ServerException
 
AuthenticationException(String) - Constructor for exception org.jminor.common.remote.ServerException.AuthenticationException
AUTHORIZATION - Static variable in class org.jminor.framework.servlet.EntityService
 
AutoCompletion - Class in org.jminor.swing.common.ui.combobox
Code originally from: http://www.orbital-computer.de/JComboBox Selects an item in a JComboBox based on values typed in on the keyboard.
AutoCompletion(JComboBox, boolean, boolean) - Constructor for class org.jminor.swing.common.ui.combobox.AutoCompletion
 
AUTOMATIC_WILDCARD - Static variable in interface org.jminor.common.model.table.ColumnConditionModel
Specifies whether wildcards are automatically added to string conditions
Value type: ColumnConditionModel.AutomaticWildcard
Default value: ColumnConditionModel.AutomaticWildcard.NONE
automaticKeyGenerator(String) - Method in class org.jminor.framework.domain.Domain
Instantiates a primary key generator which fetches automatically incremented primary key values after insert.
AUXILIARY_SERVER_CLASS_NAMES - Static variable in interface org.jminor.common.remote.Server
A comma separated list of auxiliary servers to run alongside this Server
Those must extend Server.AuxiliaryServer.
Value type: String
Default value: none

B

BASIC_PREFIX - Static variable in class org.jminor.framework.servlet.EntityService
 
BASIC_PREFIX_LENGTH - Static variable in class org.jminor.framework.servlet.EntityService
 
batchInsert(EntityConnection, List<Entity>, List<Entity.Key>, int, EventDataListener<Integer>) - Static method in class org.jminor.framework.db.EntityConnections
Inserts the given entities, performing a commit after each batchSize number of inserts.
beforeInsert(Entity, DatabaseConnection) - Method in interface org.jminor.framework.domain.Entity.KeyGenerator
Prepares the given entity for insert, that is, generates and fetches any required primary key values and populates the entitys primary key.
beginTransaction() - Method in interface org.jminor.common.db.DatabaseConnection
Begins a transaction on this connection, to end the transaction use DatabaseConnection.commitTransaction() or DatabaseConnection.rollbackTransaction().
beginTransaction() - Method in interface org.jminor.framework.db.EntityConnection
Begins a transaction on this connection
beginTransaction() - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Begins a transaction on this connection
beginTransaction(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Begins a transaction
BIG_DECIMAL_ROUNDING_MODE - Static variable in interface org.jminor.framework.domain.property.Property
Specifies the rounding mode used for BigDecimal property values
Value type: Integer
Default value: BigDecimal.ROUND_HALF_EVEN
BigDecimalInputProvider - Class in org.jminor.swing.common.ui.input
A InputProvider implementation for BigDecimal values.
BigDecimalInputProvider(BigDecimal) - Constructor for class org.jminor.swing.common.ui.input.BigDecimalInputProvider
Instantiates a new BigDecimalInputProvider.
BigDecimalInputProvider(BigDecimal, double, double) - Constructor for class org.jminor.swing.common.ui.input.BigDecimalInputProvider
Instantiates a new BigDecimalInputProvider.
bigDecimalPropertyValue(StringProperty, DecimalFormat) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 
bigDecimalValue(DecimalField) - Static method in class org.jminor.swing.common.ui.UiValues
 
bigDecimalValue(DecimalField, boolean) - Static method in class org.jminor.swing.common.ui.UiValues
 
bigDecimalValueLink(DecimalField, Value<BigDecimal>) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
bigDecimalValueLink(DecimalField, Value<BigDecimal>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
bindEditModelEvents() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Override to bind events using the edit model, called after the edit model has been set
bindEvents() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Override to add event bindings after initialization
bindSelectionModelEvents() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Binds model events to the selection model
bindSelectionModelEvents() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
Binds model events to the selection model
BooleanComboBoxModel - Class in org.jminor.swing.common.model.combobox
A ComboBoxModel for boolean values, true, false and null.
BooleanComboBoxModel() - Constructor for class org.jminor.swing.common.model.combobox.BooleanComboBoxModel
Constructs a new BooleanComboBoxModel.
BooleanComboBoxModel(String) - Constructor for class org.jminor.swing.common.model.combobox.BooleanComboBoxModel
Constructs a new BooleanComboBoxModel.
BooleanComboBoxModel(String, String, String) - Constructor for class org.jminor.swing.common.model.combobox.BooleanComboBoxModel
Constructs a new BooleanComboBoxModel.
BooleanInputProvider - Class in org.jminor.swing.common.ui.input
A InputProvider implementation for boolean values.
BooleanInputProvider(Boolean) - Constructor for class org.jminor.swing.common.ui.input.BooleanInputProvider
Instantiates a new BooleanInputProvider.
booleanProperty(String, int, Object, Object) - Static method in class org.jminor.framework.domain.property.Properties
 
booleanProperty(String, int, String, Object, Object) - Static method in class org.jminor.framework.domain.property.Properties
 
booleanPropertyValue(BooleanProperty) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 
booleanValue(String, Boolean) - Static method in class org.jminor.common.Configuration
Creates a boolean configuration value
booleanValue(ButtonModel) - Static method in class org.jminor.swing.common.ui.UiValues
 
booleanValueConverter(T, T) - Static method in class org.jminor.framework.domain.property.Properties
 
BoundedItemRandomizerModel<T> - Class in org.jminor.swing.common.tools
A ItemRandomizer with the added constraint that the total item weights can not exceed a defined maximum.
BoundedItemRandomizerModel(Collection<T>) - Constructor for class org.jminor.swing.common.tools.BoundedItemRandomizerModel
Instantiates a new BoundedRandomItemModel with a default bounded weight of 100.
BoundedItemRandomizerModel(int, Collection<T>) - Constructor for class org.jminor.swing.common.tools.BoundedItemRandomizerModel
Instantiates a new BoundedRandomItemModel with the given bounded weight.

C

CACHE_REPORTS - Static variable in class org.jminor.plugin.jasperreports.model.JasperReportsWrapper
Specifies whether or not reports are cached when loaded from disk/network,
this prevents "hot deploy" of reports.
Value type: Boolean
Default value: true
CANCEL - Static variable in class org.jminor.common.i18n.Messages
 
CANCEL_MNEMONIC - Static variable in class org.jminor.common.i18n.Messages
 
CancelException - Exception in org.jminor.common.model
Used when actions must be cancelled from deep within a call stack.
CancelException() - Constructor for exception org.jminor.common.model.CancelException
 
canToggleAdvanced() - Method in class org.jminor.swing.framework.ui.EntityTableConditionPanel
 
CASE_SENSITIVE - Static variable in interface org.jminor.common.model.table.ColumnConditionModel
Specifies whether string based conditions are case sensitive or not Value type: Boolean
Default value: true
CENTER_APPLICATION_DIALOGS - Static variable in class org.jminor.swing.framework.ui.EntityPanel
Indicates whether dialogs opened by child panels in the application should be centered on their respective parent panel or the application frame/dialog.
centerImage(NavigableImagePanel.Coordinates) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Centers the image on the given image coordinates
centerImage(Point) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
If the given point on this panel is within the image the image is centered on that point.
centerWindow(Window) - Static method in class org.jminor.swing.common.ui.UiUtil
Centers the given window on the screen
changedUpdate(DocumentEvent) - Method in class org.jminor.swing.common.model.DocumentAdapter
cleanup(Object) - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
Called after this scenario has been run, override to cleanup the application after each run
clear() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Silently removes all values from this map, as in, removes the values without firing value change events
clear() - Method in interface org.jminor.common.db.valuemap.ValueMap
Silently removes all values from this map, as in, removes the values without firing value change events
clear() - Method in interface org.jminor.common.model.Refreshable
Clears all data from this refreshable instance
CLEAR - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
clear() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.framework.model.DefaultEntityModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.framework.model.DefaultForeignKeyConditionModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.javafx.framework.model.FXEntityEditModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.javafx.framework.model.FXForeignKeyConditionListModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.swing.framework.model.SwingForeignKeyConditionModel
Clears all data from this refreshable instance
CLEAR - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
CLEAR_ALL_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CLEAR_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CLEAR_SELECTION - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
clearComboBoxModels() - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
Clears all combobox models
clearCondition() - Method in interface org.jminor.common.model.table.ColumnConditionModel
Disables and clears this condition model, that is, sets the upper and lower bounds to null and the condition type to the default value ConditionType.LIKE
clearCondition() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
Disables and clears this condition model, that is, sets the upper and lower bounds to null and the condition type to the default value ConditionType.LIKE
clearDetailModels() - Method in class org.jminor.framework.model.DefaultEntityModel
Clears the detail models.
clearDetailModels() - Method in interface org.jminor.framework.model.EntityModel
Clears the detail models.
clearExceptions() - Method in interface org.jminor.swing.common.tools.LoadTest.UsageScenario
Clears the exceptions that have been collected so far
clearExceptions() - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
Clears the exceptions that have been collected so far
clearKeyValues() - Method in interface org.jminor.framework.domain.Entity
Clears the primary key values from this entity, current as well as original values if any
clearModelValues() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Clears the values from the underlying model
clearPassword() - Method in class org.jminor.common.User
Clears the password
clearPropertyConditionModels() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
Clears the search state of all PropertyConditionModels, disables them and resets the search type to ConditionType.LIKE
clearPropertyConditionModels() - Method in interface org.jminor.framework.model.EntityTableConditionModel
Clears the search state of all PropertyConditionModels, disables them and resets the search type to ConditionType.LIKE
clearSelection() - Method in interface org.jminor.common.model.table.SelectionModel
Clears the selection
clearSelection() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Clears the selection
CLIENT_CONNECTION_TYPE - Static variable in interface org.jminor.framework.db.EntityConnectionProvider
Specifies whether the client should connect locally, remotely or via http, accepted values: local, remote, http
Value type: String
Default value: local
CLIENT_DOMAIN_CLASS - Static variable in interface org.jminor.framework.db.EntityConnectionProvider
Specifies the name of the domain model class required for a client connection.
Value type: String
Default value: null
CLIENT_HOST_KEY - Static variable in interface org.jminor.common.remote.Server
Specifies the client host connection parameter
CLIENT_ID - Static variable in class org.jminor.framework.servlet.EntityService
 
CLIENT_TYPE_ID - Static variable in class org.jminor.framework.servlet.EntityService
 
ClientInstanceMonitor - Class in org.jminor.swing.framework.server.monitor
A ClientInstanceMonitor
ClientInstanceMonitor(EntityConnectionServerAdmin, RemoteClient) - Constructor for class org.jminor.swing.framework.server.monitor.ClientInstanceMonitor
Instantiates a new ClientInstanceMonitor, monitoring the given client
ClientInstanceMonitorPanel - Class in org.jminor.swing.framework.server.monitor.ui
A ClientInstanceMonitorPanel
ClientInstanceMonitorPanel() - Constructor for class org.jminor.swing.framework.server.monitor.ui.ClientInstanceMonitorPanel
Instantiates a new ClientInstanceMonitorPanel
ClientLog - Class in org.jminor.common.remote
A class encapsulating a simple collection of server access log entries and basic connection access info.
ClientLog(UUID, LocalDateTime, List<MethodLogger.Entry>) - Constructor for class org.jminor.common.remote.ClientLog
Instantiates a new ClientLog instance.
ClientMonitor - Class in org.jminor.swing.framework.server.monitor
A ClientMonitor
ClientMonitor(EntityConnectionServerAdmin, String, User) - Constructor for class org.jminor.swing.framework.server.monitor.ClientMonitor
Instantiates a new ClientMonitor
ClientMonitorPanel - Class in org.jminor.swing.framework.server.monitor.ui
A ClientMonitorPanel
ClientMonitorPanel() - Constructor for class org.jminor.swing.framework.server.monitor.ui.ClientMonitorPanel
Instantiates a new ClientMonitorPanel
Clients - Class in org.jminor.common.remote
Utility methods for remote clients
ClientUserMonitor - Class in org.jminor.swing.framework.server.monitor
A ClientUserMonitor for monitoring connected clients and users connected to a server
ClientUserMonitor(EntityConnectionServerAdmin) - Constructor for class org.jminor.swing.framework.server.monitor.ClientUserMonitor
Instantiates a new ClientUserMonitor
ClientUserMonitorPanel - Class in org.jminor.swing.framework.server.monitor.ui
A ClientUserMonitorPanel
ClientUserMonitorPanel(ClientUserMonitor) - Constructor for class org.jminor.swing.framework.server.monitor.ui.ClientUserMonitorPanel
Instantiates a new ClientUserMonitorPanel
close() - Method in interface org.jminor.common.db.pool.ConnectionPool
Closes this connection pool, connections subsequently checked in are disconnected
close() - Method in interface org.jminor.common.db.ResultIterator
Closes the underlying result set and other resources held by this iterator
CLOSE - Static variable in class org.jminor.common.i18n.Messages
 
close() - Method in interface org.jminor.common.remote.LoginProxy
Disposes of all resources used by this LoginProxy, after a call to this method the proxy should be regarded as unusable.
closeConnectionPools() - Static method in class org.jminor.common.db.pool.ConnectionPools
Closes and removes all available connection pools
closeSilently(ResultSet) - Static method in class org.jminor.common.db.Databases
Closes the given ResultSet instance, swallowing any SQLExceptions that occur
closeSilently(Statement) - Static method in class org.jminor.common.db.Databases
Closes the given Statement instance, swallowing any SQLExceptions that occur
closeSilently(Connection) - Static method in class org.jminor.common.db.Databases
Closes the given Connection instance, swallowing any SQLExceptions that occur
closeSilently(Closeable...) - Static method in class org.jminor.common.Util
Closes the given Closeable instances, swallowing any Exceptions that occur
collate(List) - Static method in class org.jminor.common.TextUtil
Sorts the string representations of this lists contents, using the space aware collator
collateSansSpaces(Collator, List) - Static method in class org.jminor.common.TextUtil
Collates the contents of the list, replacing spaces with underscores before sorting
collateSansSpaces(Collator, String, String) - Static method in class org.jminor.common.TextUtil
Collates the given strings after replacing spaces with underscores
collectChartDataObserver() - Method in interface org.jminor.swing.common.tools.LoadTest
 
collectChartDataObserver() - Method in class org.jminor.swing.common.tools.LoadTestModel
ColumnConditionModel<K> - Interface in org.jminor.common.model.table
Specifies a condition model based on a table column, parameters, operator, upper bound and lower bound, as well as relevant events and states.
ColumnConditionModel.AutomaticWildcard - Enum in org.jminor.common.model.table
The possible automatic wildcard types
ColumnConditionPanel<K> - Class in org.jminor.swing.common.ui.table
A UI implementation for ColumnConditionModel
ColumnConditionPanel(ColumnConditionModel<K>, boolean, boolean) - Constructor for class org.jminor.swing.common.ui.table.ColumnConditionPanel
Instantiates a new ColumnConditionPanel, with a default input field provider.
ColumnConditionPanel(ColumnConditionModel<K>, boolean, boolean, ConditionType...) - Constructor for class org.jminor.swing.common.ui.table.ColumnConditionPanel
Instantiates a new ColumnConditionPanel, with a default input field provider.
ColumnConditionPanel(ColumnConditionModel<K>, boolean, boolean, ColumnConditionPanel.InputFieldProvider, ConditionType...) - Constructor for class org.jminor.swing.common.ui.table.ColumnConditionPanel
Instantiates a new ColumnConditionPanel.
ColumnConditionPanel(ColumnConditionModel<K>, boolean, boolean, JComponent, JComponent, ConditionType...) - Constructor for class org.jminor.swing.common.ui.table.ColumnConditionPanel
Instantiates a new ColumnConditionPanel, with a default input field provider.
ColumnConditionPanel.InputFieldProvider - Interface in org.jminor.swing.common.ui.table
Provides a upper/lower bound input fields for a ColumnConditionPanel
columnHasDefaultValue() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
ColumnProperty - Interface in org.jminor.framework.domain.property
Specifies a property based on a table column
columnProperty(String) - Static method in class org.jminor.framework.domain.property.Properties
 
columnProperty(String, int) - Static method in class org.jminor.framework.domain.property.Properties
 
columnProperty(String, int, String) - Static method in class org.jminor.framework.domain.property.Properties
 
ColumnProperty.Builder - Interface in org.jminor.framework.domain.property
Provides setters for ColumnProperty properties
ColumnSummary - Enum in org.jminor.common.model.table
The summary types available to the default summary model
ColumnSummaryModel - Interface in org.jminor.common.model.table
A interface defining a class for providing summaries of numerical table columns: sum, average, minimum, maximum and minimum & maximum.
ColumnSummaryModel.ColumnValueProvider - Interface in org.jminor.common.model.table
Provides the values used when creating the summary value.
ColumnSummaryModel.Summary - Interface in org.jminor.common.model.table
Specifies a summary provider
ColumnSummaryPanel - Class in org.jminor.swing.common.ui.table
A panel that shows a summary value for a numerical column property in a EntityTableModel.
ColumnSummaryPanel(ColumnSummaryModel) - Constructor for class org.jminor.swing.common.ui.table.ColumnSummaryPanel
 
COMBO_BOX_COMPLETION_MODE - Static variable in class org.jminor.swing.framework.ui.EntityUiUtil
Specifies whether maximum match or autocomplete is used for comboboxes, EntityUiUtil.COMPLETION_MODE_MAXIMUM_MATCH for MaximumMatch and EntityUiUtil.COMPLETION_MODE_AUTOCOMPLETE for AutoCompletion.
Value type:String
Default value: EntityUiUtil.COMPLETION_MODE_MAXIMUM_MATCH
COMBO_BOX_NULL_VALUE_ITEM - Static variable in interface org.jminor.framework.model.EntityEditModel
Specifies the value used by default to represent a null value in combo box models.
commit() - Method in interface org.jminor.common.db.DatabaseConnection
Performs a commit
commitTransaction() - Method in interface org.jminor.common.db.DatabaseConnection
Performs a commit and ends the current transaction
commitTransaction() - Method in interface org.jminor.framework.db.EntityConnection
Performs a commit and ends the current transaction
commitTransaction() - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Performs a commit and ends the current transaction
commitTransaction(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Commits a transaction
COMPACT - Static variable in class org.jminor.common.DateFormats
ddMMyy
COMPACT_DASH - Static variable in class org.jminor.common.DateFormats
dd-MM-yy
COMPACT_DOT - Static variable in class org.jminor.common.DateFormats
dd.MM.yy
COMPACT_ENTITY_PANEL_LAYOUT - Static variable in class org.jminor.swing.framework.ui.EntityPanel
Indicates whether entity panels containing detail panels should by default be laid out in a compact manner
Value type: Boolean
Default value: true
COMPACT_TIMESTAMP - Static variable in class org.jminor.common.DateFormats
ddMMyy HH:mm
compareTo(Item) - Method in class org.jminor.common.Item
Compares this items caption with the caption of the given item
compareTo(Version) - Method in class org.jminor.common.Version
compareTo(Entity, Entity) - Method in interface org.jminor.framework.domain.Entity.Definition
Compares the given entities.
COMPLETION_MODE_AUTOCOMPLETE - Static variable in class org.jminor.swing.framework.ui.EntityUiUtil
Identifies the completion mode AutoCompletion
COMPLETION_MODE_MAXIMUM_MATCH - Static variable in class org.jminor.swing.framework.ui.EntityUiUtil
Identifies the completion mode MaximumMatch
Condition - Interface in org.jminor.framework.db.condition
Specifies objects serving as where conditions in database queries
Condition.CustomCondition - Interface in org.jminor.framework.db.condition
A Condition based on a custom Entity.ConditionProvider associated with Condition.CustomCondition.getConditionId()
Condition.EmptyCondition - Class in org.jminor.framework.db.condition
An empty condition, with no values or propertyIds
Condition.PropertyCondition - Interface in org.jminor.framework.db.condition
A Condition based on a Property
Condition.Provider - Interface in org.jminor.framework.db.condition
For providing dynamic Conditions
Condition.Set - Interface in org.jminor.framework.db.condition
An interface encapsulating a set of PropertyCondition objects, that should be either AND'ed or OR'ed together in a query context
CONDITION_PANEL_VISIBLE - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
Conditions - Class in org.jminor.framework.db.condition
A factory class for Condition, EntityCondition and EntitySelectCondition instances
conditionSet(Conjunction) - Static method in class org.jminor.framework.db.condition.Conditions
Initializes a new Condition.Set instance
conditionSet(Conjunction, Condition...) - Static method in class org.jminor.framework.db.condition.Conditions
Initializes a new Condition.Set instance
conditionSet(Conjunction, Collection<Condition>) - Static method in class org.jminor.framework.db.condition.Conditions
Initializes a new Condition.Set instance
ConditionType - Enum in org.jminor.common.db
Enumerating all the available condition types.
ConditionType.Values - Enum in org.jminor.common.db
The number of values expected for a Condition.Type
Configuration - Class in org.jminor.common
A utility class for configuration values.
CONFIGURATION_FILE - Static variable in class org.jminor.common.Configuration
Specifies the main configuration file.
Value type: String
Default value: null
CONFIGURATION_FILE_REQUIRED - Static variable in class org.jminor.common.Configuration
Specifies whether or not the application requires configuration file to run.
If this is set to true and the file referenced by Configuration.CONFIGURATION_FILE
is not found an exception is thrown.
Value type: Boolean
Default value: false
configureEditModel(SwingEntityEditModel) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
Override to configure the provided EntityEditModel instance.
configureEditPanel(EntityEditPanel) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
Called after the EntityEditPanel has been constructed, but before it is initialized, override to configure
configureModel(SwingEntityModel) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
Override to configure the provided EntityModel instance.
configurePanel(EntityPanel) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
Called after the EntityPanel has been constructed, but before it is initialized, override to configure
configureSerializationWhitelist(String, Boolean) - Static method in class org.jminor.common.remote.SerializationWhitelist
 
configureTableModel(SwingEntityTableModel) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
Override to configure the provided EntityTableModel instance.
configureTablePanel(EntityTablePanel) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
Called after the EntityTablePanel has been constructed, but before it is initialized, override to configure
confirm(String) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Displays a confirmation dialog
confirm(String, String) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Displays a confirmation dialog
confirm(String, String, String) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Displays a confirmation dialog
confirm(String, String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Presents a OK/Cancel confirm dialog with the given message and title, returns true if OK was selected.
CONFIRM_DELETE_ENTITY - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CONFIRM_DELETE_SELECTED - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CONFIRM_EXIT - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CONFIRM_EXIT - Static variable in class org.jminor.swing.framework.ui.EntityApplicationPanel
Indicates whether the application should ask for confirmation when exiting
Value type: Boolean
Default value: false
CONFIRM_EXIT_TITLE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CONFIRM_INSERT - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CONFIRM_UPDATE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
confirmDelete() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Called before a delete is performed, if true is returned the delete action is performed otherwise it is cancelled
confirmDelete() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Called before a delete is performed, if true is returned the delete action is performed otherwise it is canceled
confirmInsert() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Called before a insert is performed, the default implementation simply returns true
confirmUpdate() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Called before an update is performed, if true is returned the update action is performed otherwise it is cancelled
Conjunction - Enum in org.jminor.common
AND / OR
connect(ConnectionRequest) - Method in class org.jminor.common.remote.AbstractServer
Establishes a connection to this Server
connect(ConnectionRequest) - Method in interface org.jminor.common.remote.Server
Establishes a connection to this Server
connect() - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
 
connect() - Method in class org.jminor.framework.db.http.HttpEntityConnectionProvider
connect() - Method in class org.jminor.framework.db.local.LocalEntityConnectionProvider
connect() - Method in class org.jminor.framework.db.remote.RemoteEntityConnectionProvider
CONNECTION_LOG_SIZE - Static variable in interface org.jminor.framework.db.local.LocalEntityConnection
Specifies the size of the (circular) log that is kept in memory for each connection
Value type: Integer
Default value: 40
CONNECTION_TYPE_HTTP - Static variable in interface org.jminor.framework.db.EntityConnectionProvider
Indicates a http database connection
CONNECTION_TYPE_LOCAL - Static variable in interface org.jminor.framework.db.EntityConnectionProvider
Indicates a local database connection
CONNECTION_TYPE_REMOTE - Static variable in interface org.jminor.framework.db.EntityConnectionProvider
Indicates a remote database connection
CONNECTION_VALIDITY_CHECK_TIMEOUT - Static variable in interface org.jminor.common.db.DatabaseConnection
Specifies the timeout (in seconds) to use when checking if database connections are valid.
ConnectionPool - Interface in org.jminor.common.db.pool
Defines a simple connection pool.
ConnectionPool.Counter - Interface in org.jminor.common.db.pool
Facilitates the counting of connection pool events
ConnectionPoolException - Exception in org.jminor.common.db.pool
An exception originating from a ConnectionPool
ConnectionPoolException.NoConnectionAvailable - Exception in org.jminor.common.db.pool
An exception indicating that no connection is available in the connection pool
ConnectionPoolMonitor - Class in org.jminor.swing.framework.server.monitor
A ConnectionPoolMonitor
ConnectionPoolMonitor(ConnectionPool) - Constructor for class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
Instantiates a new ConnectionPoolMonitor
ConnectionPoolMonitorPanel - Class in org.jminor.swing.framework.server.monitor.ui
A ConnectionPoolMonitorPanel
ConnectionPoolMonitorPanel(ConnectionPoolMonitor) - Constructor for class org.jminor.swing.framework.server.monitor.ui.ConnectionPoolMonitorPanel
Instantiates a new ConnectionPoolMonitorPanel
ConnectionPoolProvider - Interface in org.jminor.common.db.pool
Provides connection pool implementations
ConnectionPools - Class in org.jminor.common.db.pool
A factory class for providing and managing ConnectionPool instances
ConnectionPoolState - Interface in org.jminor.common.db.pool
An interface encapsulating the state of a connection pool at a given time.
ConnectionPoolStatistics - Interface in org.jminor.common.db.pool
An interface encapsulating database connection pool statistics
connectionProvider(Database, User) - Static method in class org.jminor.common.db.DatabaseConnections
Instantiates a default DatabaseConnectionProvider instance
connectionProvider(Database, User, int) - Static method in class org.jminor.common.db.DatabaseConnections
Instantiates a default DatabaseConnectionProvider instance
connectionProvider() - Static method in class org.jminor.framework.db.EntityConnectionProviders
 
connectionProxy - Variable in class org.jminor.framework.server.AbstractRemoteEntityConnection
A Proxy for logging method calls
connectionRequest(User, UUID, String) - Static method in class org.jminor.common.remote.Clients
Instantiates a ConnectionRequest
connectionRequest(User, UUID, String, Map<String, Object>) - Static method in class org.jminor.common.remote.Clients
Instantiates a ConnectionRequest
connectionRequest(User, UUID, String, Version, Map<String, Object>) - Static method in class org.jminor.common.remote.Clients
Instantiates a ConnectionRequest
ConnectionRequest - Interface in org.jminor.common.remote
Encapsulates information about a client required by a server for establishing a connection
connectionsAvailable() - Method in class org.jminor.common.remote.AbstractServer
connectionsAvailable() - Method in interface org.jminor.common.remote.Server
 
ConnectionValidationException(String) - Constructor for exception org.jminor.common.remote.ServerException.ConnectionValidationException
ConnectionValidator - Interface in org.jminor.common.remote
Responsible for validating connections to a remote server, for example a required client version
contains(T, boolean) - Method in interface org.jminor.common.model.FilteredModel
Returns true if this model contains the given item, visible or filtered.
contains(Entity, boolean) - Method in class org.jminor.javafx.framework.model.ObservableEntityList
Returns true if this model contains the given item, visible or filtered.
contains(T, boolean) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Returns true if this model contains the given item, visible or filtered.
contains(R, boolean) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Returns true if this model contains the given item, visible or filtered.
containsColumn(C) - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
 
containsColumn(C) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
containsComboBoxModel(String) - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
 
containsConnectionPool(User) - Static method in class org.jminor.common.db.pool.ConnectionPools
 
containsDetailModel(Class<? extends M>) - Method in class org.jminor.framework.model.DefaultEntityModel
containsDetailModel(String) - Method in class org.jminor.framework.model.DefaultEntityModel
containsDetailModel(M) - Method in class org.jminor.framework.model.DefaultEntityModel
containsDetailModel(Class<? extends M>) - Method in interface org.jminor.framework.model.EntityModel
 
containsDetailModel(String) - Method in interface org.jminor.framework.model.EntityModel
 
containsDetailModel(M) - Method in interface org.jminor.framework.model.EntityModel
 
containsDetailModelProvider(EntityModelProvider<M, E, T>) - Method in interface org.jminor.framework.model.EntityModelProvider
 
containsDetailModelProvider(EntityModelProvider<SwingEntityModel, SwingEntityEditModel, SwingEntityTableModel>) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
containsDetailPanel(String) - Method in class org.jminor.swing.framework.ui.EntityPanel
Returns true if this panel contains a detail panel for the given entityId
containsEditPanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
containsEntityModel(Class<? extends M>) - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
containsEntityModel(String) - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
containsEntityModel(M) - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
containsEntityModel(Class<? extends M>) - Method in interface org.jminor.framework.model.EntityApplicationModel
 
containsEntityModel(String) - Method in interface org.jminor.framework.model.EntityApplicationModel
 
containsEntityModel(M) - Method in interface org.jminor.framework.model.EntityApplicationModel
 
containsKey(K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Returns true if this ValueMap contains a value for the given key, that value can be null.
containsKey(K) - Method in interface org.jminor.common.db.valuemap.ValueMap
Returns true if this ValueMap contains a value for the given key, that value can be null.
containsKey(String) - Method in interface org.jminor.framework.domain.Entity
Returns true if this Entity contains a value for the given property, that value can be null.
containsLookupModel(String) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Returns true if this edit model contains a EntityLookupModel for the given foreign key property
containsLookupModel(String) - Method in interface org.jminor.framework.model.EntityEditModel
Returns true if this edit model contains a EntityLookupModel for the given foreign key property
containsProperty(String) - Method in class org.jminor.common.PropertyStore
Returns true if this PropertyStore contains a value for the given property
containsPropertyConditionModel(String) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
containsPropertyConditionModel(String) - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
containsSubLog() - Method in class org.jminor.common.MethodLogger.Entry
 
containsTableModel() - Method in class org.jminor.framework.model.DefaultEntityModel
containsTableModel() - Method in interface org.jminor.framework.model.EntityModel
 
containsTablePanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
containsUnsavedData() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
containsUnsavedData() - Method in class org.jminor.framework.model.DefaultEntityEditModel
Returns true if an entity is selected and a value has been modified or if the entity is new and one or more non-default values have been entered
containsUnsavedData() - Method in interface org.jminor.framework.model.EntityApplicationModel
 
containsUnsavedData() - Method in interface org.jminor.framework.model.EntityEditModel
Returns true if an entity is selected and a value has been modified or if the entity is new and one or more non-default values have been entered
contentsChanged(DocumentEvent) - Method in class org.jminor.swing.common.model.DocumentAdapter
Called when the contents of this document change, either via insertion, update or removal
Control - Class in org.jminor.swing.common.ui.control
A beefed up Action.
Control() - Constructor for class org.jminor.swing.common.ui.control.Control
Constructs a new Control.
Control(String) - Constructor for class org.jminor.swing.common.ui.control.Control
Constructs a new Control.
Control(String, StateObserver) - Constructor for class org.jminor.swing.common.ui.control.Control
Constructs a new Control.
Control(String, StateObserver, Icon) - Constructor for class org.jminor.swing.common.ui.control.Control
Constructs a new Control.
control(Control.Command) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a control based on a Control.Command
control(Control.Command, Icon) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a control based on a Control.Command
control(Control.Command, Icon, StateObserver) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a control based on a Control.Command
control(Control.Command, String) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a control based on a Control.Command
control(Control.Command, String, StateObserver) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a control based on a Control.Command
control(Control.Command, String, StateObserver, String) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a control based on a Control.Command
control(Control.Command, String, StateObserver, String, int) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a control based on a Control.Command
control(Control.Command, String, StateObserver, String, int, KeyStroke) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a control based on a Control.Command
control(Control.Command, String, StateObserver, String, int, KeyStroke, Icon) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a control based on a Control.Command
Control.Command - Interface in org.jminor.swing.common.ui.control
A simple command interface, allowing for Controls based on method references
Control.Iterator - Interface in org.jminor.swing.common.ui.control
Used when handling sets of Controls.
ControlProvider - Class in org.jminor.swing.common.ui.control
Provides UI controls based on the Control class and its descendants.
Controls - Class in org.jminor.swing.common.ui.control
A factory class for Control objects.
Controls.ToggleControl - Class in org.jminor.swing.common.ui.control
A Control for toggling a button model
ControlSet - Class in org.jminor.swing.common.ui.control
A set of Actions/Controls, includes separators.
ControlSet() - Constructor for class org.jminor.swing.common.ui.control.ControlSet
Constructs a new ControlSet.
ControlSet(String) - Constructor for class org.jminor.swing.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char) - Constructor for class org.jminor.swing.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char, ImageIcon) - Constructor for class org.jminor.swing.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char, ImageIcon, StateObserver) - Constructor for class org.jminor.swing.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(Control...) - Constructor for class org.jminor.swing.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, Control...) - Constructor for class org.jminor.swing.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char, Control...) - Constructor for class org.jminor.swing.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char, State, Control...) - Constructor for class org.jminor.swing.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char, State, ImageIcon, Control...) - Constructor for class org.jminor.swing.common.ui.control.ControlSet
Constructs a new ControlSet
convertColumnIndexToView(int) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
Converts the index of the column in the table model at modelColumnIndex to the index of the column in the view.
copy(V) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Returns a deep copy of the given value, immutable values are simply returned.
COPY - Static variable in class org.jminor.common.i18n.Messages
 
COPY_CELL - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
COPY_TABLE_DATA - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
COPY_TABLE_WITH_HEADER - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
copyEntities(EntityConnection, EntityConnection, int, boolean, String...) - Static method in class org.jminor.framework.db.EntityConnections
Copies the given entities from source to destination
copyEntities(List<Entity>) - Static method in class org.jminor.framework.domain.Entities
Copies the given entities, with new copied instances of all foreign key value entities.
count(String) - Method in class org.jminor.common.db.Databases.QueryCounter
Counts the given query, based on its first character
count(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Returns the record count for the given condition
countLines(String) - Static method in class org.jminor.common.FileUtil
 
countLines(File) - Static method in class org.jminor.common.FileUtil
 
countLines(File, String) - Static method in class org.jminor.common.FileUtil
 
createAboutControl() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
createAlwaysOnTopControl() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
createApplicationPanel() - Method in class org.jminor.swing.framework.ui.test.EntityApplicationPanelTestUnit
Creates the panel to test
createBigDecimalField(Property, FXEntityEditModel) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField for BigDecimal values, based on the given property and linked to the given edit model
createBigDecimalField(Property, FXEntityEditModel, StateObserver) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField for BigDecimal values, based on the given property and linked to the given edit model
createBigDecimalValue(Property, TextField) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for BigDecimal values, based on the given property and linked to the given text field
createBooleanComboBox(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Create a JComboBox for the property identified by propertyId, containing values for the boolean values: true, false, null
createBooleanComboBox(String, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Create a JComboBox for the property identified by propertyId, containing values for the boolean values: true, false, null
createBooleanComboBox(Property) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Create a JComboBox for the given property, containing values for the boolean values: true, false, null
createBooleanComboBox(Property, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Create a JComboBox for the given property, containing values for the boolean values: true, false, null
createBooleanComboBox(Property, EntityEditModel) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combobox containing the values (null, yes, no) based on the given boolean property
createBooleanComboBox(Property, EntityEditModel, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combobox containing the values (null, yes, no) based on the given boolean property
createBooleanValue(CheckBox) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a Value instance based on the value of the given CheckBox
createBorderLayout() - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a BorderLayout using the default vertical and horizontal gap value
createCheckBox(State) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a CheckBox based on the given State instance
createCheckBox(Property, FXEntityEditModel) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a CheckBox based on the given property, linked to the given edit model
createCheckBox(Property, FXEntityEditModel, StateObserver) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a CheckBox based on the given property, linked to the given edit model
createCheckBox() - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a new CheckBox instance
createCheckBox(StateObserver) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a new CheckBox instance
createCheckBox(Controls.ToggleControl) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
Creates a JCheckBox based on the given toggle control
createCheckBox(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JCheckBox bound to the property identified by propertyId
createCheckBox(String, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JCheckBox bound to the property identified by propertyId
createCheckBox(String, StateObserver, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JCheckBox bound to the property identified by propertyId
createCheckBox(Property) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JCheckBox bound to the given property
createCheckBox(Property, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JCheckBox bound to the given property
createCheckBox(Property, StateObserver, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JCheckBox bound to the given property
createCheckBox(Property, EntityEditModel) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a JCheckBox based on the given boolean property
createCheckBox(Property, EntityEditModel, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a JCheckBox based on the given boolean property
createCheckBox(Property, EntityEditModel, StateObserver, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a JCheckBox based on the given boolean property
createCheckBoxMenuItem(Controls.ToggleControl) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
 
createColumnConditionPanel(TableColumn) - Method in interface org.jminor.swing.common.ui.table.FilteredTablePanel.ColumnConditionPanelProvider
Creates a ColumnConditionPanel for the given column
createColumnValueProvider(C) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Creates a ColumnValueProvider for the given column
createColumnValueProvider(Property) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Creates a ColumnValueProvider for the given column
createComboBox(String, ComboBoxModel, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox bound to the property identified by propertyId
createComboBox(String, ComboBoxModel, boolean, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox bound to the property identified by propertyId
createComboBox(Property, ComboBoxModel, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox bound to the given property
createComboBox(Property, ComboBoxModel, boolean, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox bound to the given property
createComboBox(Property, EntityEditModel, ComboBoxModel, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combo box based on the given combo box model
createComboBox(Property, EntityEditModel, ComboBoxModel, StateObserver, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combo box based on the given combo box model
createComboBoxModel(ColumnProperty) - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
Creates a combo box model containing the current values of the given property.
createConnection(User) - Method in class org.jminor.common.db.AbstractDatabase
Creates a connection for the given user.
createConnection(User) - Method in interface org.jminor.common.db.Database
Creates a connection for the given user.
createConnection() - Method in interface org.jminor.common.db.DatabaseConnectionProvider
Creates a new DatabaseConnection instance based on the given user.
createConnection(Database, User) - Static method in class org.jminor.common.db.DatabaseConnections
Constructs a new DatabaseConnection instance, based on the given Database and User
createConnection(Database, User, int) - Static method in class org.jminor.common.db.DatabaseConnections
Constructs a new DatabaseConnection instance, based on the given Database and User
createConnection(Database, Connection) - Static method in class org.jminor.common.db.DatabaseConnections
Constructs a new DatabaseConnection instance, based on the given Connection object.
createConnection(Database, Connection, int) - Static method in class org.jminor.common.db.DatabaseConnections
Constructs a new DatabaseConnection instance, based on the given Connection object.
createConnection(String, String, int, boolean, User, String, UUID) - Static method in class org.jminor.framework.db.http.HttpEntityConnections
Instantiates a new http based EntityConnection instance
createConnection(Domain, Database, User) - Static method in class org.jminor.framework.db.local.LocalEntityConnections
Constructs a new EntityConnection instance
createConnection(Domain, Database, Connection) - Static method in class org.jminor.framework.db.local.LocalEntityConnections
Constructs a new EntityConnection instance
createConnectionPool(User, Database) - Method in interface org.jminor.common.db.pool.ConnectionPoolProvider
 
createConnectionPool(User, Database) - Method in class org.jminor.plugin.hikari.pool.HikariConnectionPoolProvider
Creates a HikariCP based connection pool
createConnectionPool(User, Database) - Method in class org.jminor.plugin.tomcat.pool.TomcatConnectionPoolProvider
Creates a Tomcat based connection pool
createControl(Property, EntityConnectionProvider) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a Control based on the given property.
createControlPanel(boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Initializes the control panel, that is, the panel containing buttons for editing entities (Insert, Update...)
createControlToolBar(int) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Initializes the control toolbar, that is, the toolbar containing buttons for editing entities (Insert, Update...)
createDatabase() - Method in interface org.jminor.common.db.DatabaseProvider
 
createDatabase() - Method in class org.jminor.dbms.derby.DerbyDatabaseProvider
createDatabase() - Method in class org.jminor.dbms.h2database.H2DatabaseProvider
createDatabase() - Method in class org.jminor.dbms.hsqldb.HSQLDatabaseProvider
createDatabase() - Method in class org.jminor.dbms.mysql.MySQLDatabaseProvider
createDatabase() - Method in class org.jminor.dbms.oracle.OracleDatabaseProvider
createDatabase() - Method in class org.jminor.dbms.postgresql.PostgreSQLDatabaseProvider
createDatabase() - Method in class org.jminor.dbms.sqlite.SQLiteDatabaseProvider
createDatabase() - Method in class org.jminor.dbms.sqlserver.SQLServerDatabaseProvider
createDateInputPanel(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a new DateInputPanel using the default short date format, bound to the property identified by propertyId.
createDateInputPanel(String, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyId.
createDateInputPanel(String, boolean, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyId.
createDateInputPanel(String, boolean, StateObserver, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyId.
createDateInputPanel(Property) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyId.
createDateInputPanel(Property, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a new DateInputPanel bound to the given property.
createDateInputPanel(Property, boolean, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a new DateInputPanel bound to the given property.
createDateInputPanel(Property, boolean, StateObserver, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a new DateInputPanel bound to the given property.
createDateInputPanel(Property, EntityEditModel, boolean, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a panel with a date input field and a button for opening a date input dialog
createDateInputPanel(Property, EntityEditModel, boolean, boolean, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a panel with a date input field and a button for opening a date input dialog (if applicable)
createDatePicker(String) - Method in class org.jminor.javafx.framework.ui.EntityEditView
Creates a DatePicker for the given property, assuming the property is date based
createDatePicker(Property, FXEntityEditModel) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a DatePicker based on the given property and linked to the given edit model
createDatePicker(Property, FXEntityEditModel, StateObserver) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a DatePicker based on the given property and linked to the given edit model
createDatePicker() - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
 
createDatePicker(StateObserver) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
 
createDateValue(Property, DatePicker) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for LocalDate values, based on the given property and linked to the given text field
createDoubleField(Property, FXEntityEditModel) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Double values, based on the given property and linked to the given edit model
createDoubleField(Property, FXEntityEditModel, StateObserver) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Double values, based on the given property and linked to the given edit model
createDoubleValue(Property, TextField) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for Double values, based on the given property and linked to the given text field
createEastButtonPanel(JComponent, Action, boolean) - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a panel with centerComponent in the BorderLayout.CENTER position and a button based on buttonAction in the BorderLayout.EAST position, with the buttons preferred size based on the preferred height of centerComponent.
createEditableComboBox(String, ComboBoxModel) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an editable SteppedComboBox bound to the property identified by propertyId
createEditableComboBox(String, ComboBoxModel, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an editable SteppedComboBox bound to the property identified by propertyId
createEditableComboBox(Property, ComboBoxModel, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an editable SteppedComboBox bound to the given property
createEditControlPanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
Creates the control panel or component to place next to the edit panel, containing controls for managing records, such as insert, update and delete.
createEditModel(EntityConnectionProvider) - Method in interface org.jminor.framework.model.EntityModelProvider
Creates a EntityEditModel instance, based on the given connection provider
createEditModel(EntityConnectionProvider) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
Creates a EntityEditModel instance, based on the given connection provider
createEditPanel(EntityConnectionProvider) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
Creates an EntityEditPanel
createEditPanel() - Method in class org.jminor.swing.framework.ui.test.EntityEditPanelTestUnit
Creates the edit panel for testing
createEditPanelAction(EntityComboBox, EntityPanelProvider) - Static method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a new Action which shows the edit panel provided by panelProvider and if an insert is performed selects the new entity in the lookupField.
createEditPanelAction(EntityLookupField, EntityPanelProvider) - Static method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a new Action which shows the edit panel provided by panelProvider and if an insert is performed selects the new entity in the lookupField.
createEditPanelAction(JComponent, EntityPanelProvider, EntityConnectionProvider, EventDataListener<List<Entity>>) - Static method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a new Action which shows the edit panel provided by panelProvider and if an insert is performed insertListener is notified.
createEntity(Domain, String, ValueProvider<Property, Object>) - Static method in class org.jminor.framework.domain.test.EntityTestUnit
 
createEntityComboBoxFilterPanel(EntityComboBox, String, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a panel containing an EntityComboBox and a button for filtering that combo box based on a foreign key
createEntityInputProvider(ForeignKeyProperty, Entity, EntityEditModel) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Creates a InputProvider for the given foreign key property
createEntityTablePanel(Collection<Entity>, EntityConnectionProvider) - Static method in class org.jminor.swing.framework.ui.EntityTablePanel
Creates a static entity table panel showing the given entities, note that this table panel will provide a popup menu for updating and deleting the selected entities unless the underlying entities are read-only.
createEntityTablePanel(SwingEntityTableModel) - Static method in class org.jminor.swing.framework.ui.EntityTablePanel
Creates a entity table panel based on the given table model.
createEntityValue(ComboBox<Entity>) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a Value instance based on the given ComboBox
createExitControl() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
createFlexibleGridLayout(int, int, boolean, boolean) - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a FlexibleGridLayout using the default vertical and horizontal gap value
createFlowLayout(int) - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a FlowLayout using the default vertical and horizontal gap value
createForeignKeyComboBox(String) - Method in class org.jminor.javafx.framework.ui.EntityEditView
Creates a ComboBox based on the entities referenced by the given foreign key property
createForeignKeyComboBox(ForeignKeyProperty, FXEntityEditModel) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a ComboBox based on the given property and linked to the given edit model
createForeignKeyComboBox(String, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a EntityComboBox bound to the foreign key property identified by foreignKeyPropertyId
createForeignKeyComboBox(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an EntityComboBox bound to the foreign key property identified by foreignKeyPropertyId
createForeignKeyComboBox(ForeignKeyProperty) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an EntityComboBox bound to the given foreign key property
createForeignKeyComboBox(ForeignKeyProperty, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an EntityComboBox bound to the given foreign key property
createForeignKeyComboBox(ForeignKeyProperty, EntityEditModel) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates EntityComboBox based on the given foreign key property
createForeignKeyComboBox(ForeignKeyProperty, EntityEditModel, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates EntityComboBox based on the given foreign key property
createForeignKeyComboBoxModel(ForeignKeyProperty) - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
Creates a default EntityComboBoxModel for the given property, override to provide a specific EntityComboBoxModel (filtered for example) for properties.
createForeignKeyField(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an uneditable JTextField bound to the property identified by propertyId
createForeignKeyField(ForeignKeyProperty) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an uneditable JTextField bound to the given property
createForeignKeyField(ForeignKeyProperty, EntityEditModel) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a read-only, non-focusable JTextField displaying the value of the given property in the given edit model
createForeignKeyFilterComboBox(String) - Method in class org.jminor.swing.framework.ui.EntityComboBox
Creates a EntityComboBox for filtering this combo box via a foreign key
createForeignKeyFilterComboBoxModel(String) - Method in interface org.jminor.framework.model.EntityComboBoxModel
Returns a combo box model for selecting a foreign key value for filtering this model
createForeignKeyFilterComboBoxModel(String) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
Returns a combo box model for selecting a foreign key value for filtering this model
createForeignKeyFilterControl(String) - Method in class org.jminor.swing.framework.ui.EntityComboBox
Creates an Action which displays a dialog for filtering this combo box via a foreign key
createForeignKeyListModel(ForeignKeyProperty) - Method in class org.jminor.javafx.framework.model.FXEntityEditModel
Creates a FXEntityListModel based on the given foreign key property
createForeignKeyLookupField(String) - Method in class org.jminor.javafx.framework.ui.EntityEditView
Creates a EntityLookupField based on the entities referenced by the given foreign key property
createForeignKeyLookupField(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an EntityLookupField bound to the property identified by foreignKeypropertyId, the property must be an Property.ForeignKeyProperty
createForeignKeyLookupField(String, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an EntityLookupField bound to the property identified by foreignKeypropertyId, the property must be an Property.ForeignKeyProperty
createForeignKeyLookupField(ForeignKeyProperty) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an EntityLookupField bound to the given foreign key property
createForeignKeyLookupField(ForeignKeyProperty, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates an EntityLookupField bound to the given foreign key property
createForeignKeyLookupField(ForeignKeyProperty, EntityEditModel) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a EntityLookupField based on the given foreign key property
createForeignKeyLookupField(ForeignKeyProperty, EntityEditModel, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a EntityLookupField based on the given foreign key property
createForeignKeyLookupModel(ForeignKeyProperty) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Creates a EntityLookupModel for looking up entities referenced by the given foreign key property, using the search properties defined for that entity type, or if none are defined all string based searchable properties in that entity.
createForeignKeyLookupModel(ForeignKeyProperty) - Method in interface org.jminor.framework.model.EntityEditModel
Creates a EntityLookupModel for looking up entities referenced by the given foreign key property, using the search properties defined for that entity type, or if none are defined all string based searchable properties in that entity.
createFormattedField(String) - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a JFormattedTextField with the given mask, using '_' as a placeholder character, disallowing invalid values, with JFormattedTextField.COMMIT as focus lost behaviour.
createFormattedField(String, boolean) - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a JFormattedTextField with the given mask, using '_' as a placeholder character, disallowing invalid values, with JFormattedTextField.COMMIT as focus lost behaviour.
createFormattedField(String, boolean, boolean) - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a JFormattedTextField with the given mask, using '_' as a placeholder character, disallowing invalid values, with JFormattedTextField.COMMIT as focus lost behaviour.
createFormattedTemporalField(String, Temporal) - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a formatted text field using the given format
createGridLayout(int, int) - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a GridLayout using the default vertical and horizontal gap value
createHelpControl() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
createHorizontalButtonPanel(JPanel, ControlSet) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
Creates a horizontally laid out panel of buttons from a control set and adds it to the panel
createHorizontalButtonPanel(ControlSet) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
Creates a horizontally laid out panel of buttons from a control set
createIntegerField(Property, FXEntityEditModel) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Integer values, based on the given property and linked to the given edit model
createIntegerField(Property, FXEntityEditModel, StateObserver) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Integer values, based on the given property and linked to the given edit model
createIntegerValue(Property, TextField) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for Integer values, based on the given property and linked to the given text field
createLabel(String) - Method in class org.jminor.javafx.framework.ui.EntityEditView
Creates a Label with caption associated with the given property
createLabel(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JLabel with a caption from the property identified by propertyId
createLabel(String, int) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JLabel with a caption from the given property identified by propertyId
createLabel(Property) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a JLabel with a caption from the given property, using the default label text alignment
createLabel(Property, int) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a JLabel with a caption from the given property
createLogger(Domain) - Static method in class org.jminor.framework.db.local.LocalEntityConnections
 
createLoggerProxy() - Static method in interface org.jminor.common.LoggerProxy
 
createLoggingLevelControl() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
createLogMessage(User, String, List, Exception, MethodLogger.Entry) - Static method in class org.jminor.common.db.Databases
Creates a log message from the given information
createLongField(Property, FXEntityEditModel) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Long values, based on the given property and linked to the given edit model
createLongField(Property, FXEntityEditModel, StateObserver) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField for Long values, based on the given property and linked to the given edit model
createLongValue(Property, TextField) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for Long values, based on the given property and linked to the given text field
createLookupField(ForeignKeyProperty, FXEntityEditModel) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a EntityLookupField based on the given property and linked to the given edit model
createMainMenu() - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
 
createMemoryUsageField(int) - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a text field containing information about the memory usage
createMenu(ControlSet) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
Creates a menu from the given controls
createMenuBar(List<ControlSet>) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
 
createMenuBar(ControlSet) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
 
createModel(EntityConnectionProvider, boolean) - Method in interface org.jminor.framework.model.EntityModelProvider
Creates a EntityModel instance, based on the given connection provider
createModel(EntityConnectionProvider, boolean) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
Creates a EntityModel instance, based on the given connection provider
createPanel(EntityConnectionProvider) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
Creates an EntityPanel based on this provider configuration
createPanel(EntityConnectionProvider, boolean) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
Creates an EntityPanel based on this provider configuration
createPanel(SwingEntityModel) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
Creates an EntityPanel based on this provider configuration
createPopupMenu(ControlSet) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
Creates a popup menu from the given controls
createPropertyComboBox(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox bound to the property identified by propertyId, the combo box contains the underlying values of the property
createPropertyComboBox(String, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox bound to the property identified by propertyId, the combo box contains the underlying values of the property
createPropertyComboBox(String, StateObserver, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox bound to the property identified by propertyId, the combo box contains the underlying values of the property
createPropertyComboBox(ColumnProperty) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property
createPropertyComboBox(ColumnProperty, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property
createPropertyComboBox(ColumnProperty, StateObserver, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property
createPropertyComboBox(String, EntityEditModel) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combo box based on the values of the given property
createPropertyComboBox(String, EntityEditModel, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combo box based on the values of the given property
createPropertyComboBox(ColumnProperty, EntityEditModel) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combo box based on the values of the given property
createPropertyComboBox(ColumnProperty, EntityEditModel, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combo box based on the values of the given property
createPropertyComboBox(ColumnProperty, EntityEditModel, StateObserver, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combo box based on the values of the given property
createPropertyPanel(String) - Method in class org.jminor.javafx.framework.ui.EntityEditView
 
createPropertyPanel(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a panel containing a label and the component associated with the given property.
createPropertyPanel(String, JComponent) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a panel containing a label and the given component.
createPropertyPanel(String, JComponent, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a panel containing a label and the given component.
createPropertyPanel(String, JComponent, boolean, int) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a panel containing a label and the given component.
createPropertyPanel(JComponent, JComponent) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a panel containing a label component and the inputComponent with the label component positioned above the input component.
createPropertyPanel(JComponent, JComponent, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a panel containing a label component and the inputComponent.
createRadioButtonMenuItem(Controls.ToggleControl) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
 
createRandomEntity(Domain, String, Map<String, Entity>) - Static method in class org.jminor.framework.domain.test.EntityTestUnit
 
createRandomString(int, int) - Static method in class org.jminor.common.TextUtil
Creates a random string from alphanumeric uppercase characters
createRefreshAllControl() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
createRemoteConnection(ConnectionPool, Database, RemoteClient, int, boolean, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.jminor.framework.server.DefaultEntityConnectionServer
Creates the remote connection provided by this server
createReportComponent(ReportResult<JasperPrint>) - Method in class org.jminor.plugin.jasperreports.ui.JasperReportsUIWrapper
 
createReportComponent(ReportResult<R>) - Method in interface org.jminor.swing.common.ui.reports.ReportUIWrapper
Returns a JComponent showing a report based on the given report result.
createSelectFontSizeControl() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
createSelectLookAndFeelControl() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
createStaticEntityTablePanel(Collection<Entity>, EntityConnectionProvider) - Static method in class org.jminor.swing.framework.ui.EntityTablePanel
Creates a static read-only entity table panel showing the given entities
createStringValue(TextField) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a StringValue based on the given text field
createTableModel(EntityConnectionProvider, boolean) - Method in interface org.jminor.framework.model.EntityModelProvider
Creates a EntityTableModel instance, based on the given connection provider
createTableModel(EntityConnectionProvider, boolean) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
Creates a EntityTableModel instance, based on the given connection provider
createTablePanel(EntityConnectionProvider, boolean) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
Creates an EntityTablePanel
createTextArea(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextArea component bound to the property identified by propertyId.
createTextArea(String, int, int) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextArea component bound to the property identified by propertyId.
createTextArea(String, int, int, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextArea component bound to the property identified by propertyId.
createTextArea(String, int, int, boolean, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextArea component bound to the property identified by propertyId.
createTextArea(Property, EntityEditModel, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a text area based on the given property
createTextArea(Property, EntityEditModel, int, int, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a text area based on the given property
createTextArea(Property, EntityEditModel, int, int, boolean, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a text area based on the given property
createTextField(String) - Method in class org.jminor.javafx.framework.ui.EntityEditView
Creates a TextField for the given property
createTextField(Property, FXEntityEditModel) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField based on the given property, linked to the given edit model
createTextField(Property, FXEntityEditModel, StateObserver) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField based on the given property, linked to the given edit model
createTextField(Property) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField based on the given property
createTextField(Property, StateObserver) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a TextField based on the given property
createTextField(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextField bound to the property identified by propertyId
createTextField(String, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextField bound to the property identified by propertyId
createTextField(String, boolean, String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextField bound to the property identified by propertyId
createTextField(String, boolean, String, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextField bound to the property identified by propertyId
createTextField(String, boolean, String, StateObserver, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextField bound to the property identified by propertyId
createTextField(Property) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextField bound to the given property
createTextField(Property, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextField bound to the given property
createTextField(Property, String, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextField bound to the given property
createTextField(Property, String, boolean, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextField bound to the given property
createTextField(Property, boolean, String, StateObserver, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a JTextField bound to the given property
createTextField(Property, EntityEditModel) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a text field based on the given property
createTextField(Property, EntityEditModel, String, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a text field based on the given property
createTextField(Property, EntityEditModel, String, boolean, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a text field based on the given property
createTextField(Property, EntityEditModel, String, boolean, StateObserver, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a text field based on the given property
createTextInputPanel(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a TextInputPanel bound to the property identified by propertyId.
createTextInputPanel(String, boolean, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a TextInputPanel bound to the property identified by propertyId.
createTextInputPanel(Property, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a TextInputPanel bound to the property identified by propertyId.
createTextInputPanel(Property, boolean, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a TextInputPanel bound to the property identified by propertyId.
createTextInputPanel(Property, EntityEditModel, boolean, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a panel with a text field and a button for opening a dialog with a text area
createTimestampValue(Property, TextField) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for LocalDateTime values, based on the given property and linked to the given text field
createTimeValue(Property, TextField) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a StringValue for LocalTime values, based on the given property and linked to the given text field
createToggleButton(State) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a ToggleButton based on the given State instance
createToggleButton(Controls.ToggleControl) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
Creates a JToggleButton based on the given toggle control
createToggleButton(Controls.ToggleControl, boolean) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
Creates a JToggleButton based on the given toggle control
createToolbar(ControlSet, int) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
 
createToolbar(JToolBar, ControlSet) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
Adds the given controls to the given tool bar
createToStringEntity(String, String) - Method in class org.jminor.framework.domain.Domain
Creates an empty Entity instance returning the given string on a call to toString(), all other method calls are routed to an empty Entity instance.
createTristateCheckBox(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a TristateCheckBox bound to the property identified by propertyId
createTristateCheckBox(String, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a TristateCheckBox bound to the property identified by propertyId
createTristateCheckBox(String, StateObserver, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a TristateCheckBox bound to the property identified by propertyId
createTristateCheckBox(Property) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a TristateCheckBox bound to the given property
createTristateCheckBox(Property, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a TristateCheckBox bound to the given property
createTristateCheckBox(Property, StateObserver, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a TristateCheckBox bound to the given property
createTristateCheckBox(Property, EntityEditModel, StateObserver, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a TristateCheckBox based on the given boolean property
createValue(Property, Control, Object) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a Value instance based on the given property, linked to the given control
createValueListComboBox(String) - Method in class org.jminor.javafx.framework.ui.EntityEditView
Creates a ComboBox based on the values of the given property
createValueListComboBox(ValueListProperty, FXEntityEditModel) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a ComboBox based on the values of the given property and linked to the given edit model
createValueListComboBox(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox containing the values defined by the given value list property, bound to the given property.
createValueListComboBox(String, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox containing the values defined by the given value list property, bound to the given property.
createValueListComboBox(String, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox containing the values defined by the given value list property, bound to the given property.
createValueListComboBox(String, boolean, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox containing the values defined by the given value list property, bound to the given property.
createValueListComboBox(ValueListProperty) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox containing the values defined in the given value list property, bound to the given property.
createValueListComboBox(ValueListProperty, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox containing the values defined in the given value list property, bound to the given property.
createValueListComboBox(ValueListProperty, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox containing the values defined in the given value list property, bound to the given property.
createValueListComboBox(ValueListProperty, boolean, StateObserver) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Creates a SteppedComboBox containing the values defined in the given value list property, bound to the given property.
createValueListComboBox(ValueListProperty, EntityEditModel) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combo box based on the values in the given value list property
createValueListComboBox(ValueListProperty, EntityEditModel, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combo box based on the values in the given value list property
createValueListComboBox(ValueListProperty, EntityEditModel, boolean) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combo box based on the values in the given value list property
createValueListComboBox(ValueListProperty, EntityEditModel, boolean, StateObserver) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Creates a combo box based on the values in the given value list property
createValueListComboBoxModel(ValueListProperty) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Instantiates a ObservableList containing the Items associated with the given value list property
createVerticalButtonPanel(JPanel, ControlSet) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
Creates a vertically laid out panel of buttons from a control set and adds it to the panel
createVerticalButtonPanel(ControlSet) - Static method in class org.jminor.swing.common.ui.control.ControlProvider
Creates a vertically laid out panel of buttons from a control set
createViewApplicationTreeControl() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
createViewDependencyTree() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
CredentialsProvider - Interface in org.jminor.common
Provides user credentials based on an authentication token
credentialsProvider() - Static method in interface org.jminor.common.CredentialsProvider
Returns the first CredentialsProvider implementation service found.
CredentialsServer - Class in org.jminor.plugin.credentials.server
A simple credentials server for one-time authentication tokens for applications running on localhost.
CredentialsServer(int, int, int) - Constructor for class org.jminor.plugin.credentials.server.CredentialsServer
Starts a server on the given port
CredentialsService - Interface in org.jminor.plugin.credentials.server
A service for supplying user credentials for one-time authentication tokens.
customCondition(String) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a new Condition.CustomCondition based on the condition with the given id
customCondition(String, List<String>, List) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a new Condition.CustomCondition based on the condition with the given id

D

DaemonThreadFactory - Class in org.jminor.common
A ThreadFactory implementation producing daemon threads
DaemonThreadFactory() - Constructor for class org.jminor.common.DaemonThreadFactory
 
Database - Interface in org.jminor.common.db
Defines DBMS specific functionality as well as basic database configuration settings.
Database.Statistics - Interface in org.jminor.common.db
Encapsulates basic database usage statistics.
Database.Type - Enum in org.jminor.common.db
The available database types
DATABASE_EMBEDDED - Static variable in interface org.jminor.common.db.Database
Specifies whether or not the database should be run in embedded mode, if applicable
Values: "true"/"false"
Default: "false"
DATABASE_EMBEDDED_IN_MEMORY - Static variable in interface org.jminor.common.db.Database
Specifies whether or not the database should be run in in-memory mode
Values: "true"/"false"
Default: "false"
DATABASE_HOST - Static variable in interface org.jminor.common.db.Database
Specifies the machine hosting the database, in the case of embedded databases this specifies the name of the database
DATABASE_INIT_SCRIPT - Static variable in interface org.jminor.common.db.Database
A comma separated list of paths to scripts to run when initializing the database, implementation specific
DATABASE_PORT - Static variable in interface org.jminor.common.db.Database
Specifies the database port
DATABASE_SID - Static variable in interface org.jminor.common.db.Database
Specifies the database sid (used for dbname for MySQL, SQLServer and Derby server connections)
DATABASE_TYPE - Static variable in interface org.jminor.common.db.Database
Specifies the database type by name, this property is case insensitive
DatabaseConnection - Interface in org.jminor.common.db
Specifies a database connection, providing basic transaction control and pooling info
DatabaseConnection.Function<C> - Interface in org.jminor.common.db
A database function
DatabaseConnection.Operation - Interface in org.jminor.common.db
A database operation
DatabaseConnection.Procedure<C> - Interface in org.jminor.common.db
A database procedure
DatabaseConnectionProvider - Interface in org.jminor.common.db
Defines an interface responsible for creating and disposing of DatabaseConnection instances.
DatabaseConnections - Class in org.jminor.common.db
A factory class for DatabaseConnections
DatabaseException - Exception in org.jminor.common.db.exception
An exception coming from a database-layer.
DatabaseException(String) - Constructor for exception org.jminor.common.db.exception.DatabaseException
Constructs a new DatabaseException instance
DatabaseException(String, String) - Constructor for exception org.jminor.common.db.exception.DatabaseException
Constructs a new DatabaseException instance
DatabaseException(SQLException, String) - Constructor for exception org.jminor.common.db.exception.DatabaseException
Constructs a new DatabaseException instance
DatabaseException(SQLException, String, String) - Constructor for exception org.jminor.common.db.exception.DatabaseException
Constructs a new DatabaseException instance
DatabaseMonitor - Class in org.jminor.swing.framework.server.monitor
A DatabaseMonitor
DatabaseMonitor(EntityConnectionServerAdmin) - Constructor for class org.jminor.swing.framework.server.monitor.DatabaseMonitor
Instantiates a new DatabaseMonitor for the given server
DatabaseMonitorPanel - Class in org.jminor.swing.framework.server.monitor.ui
A DatabaseMonitorPanel
DatabaseMonitorPanel(DatabaseMonitor) - Constructor for class org.jminor.swing.framework.server.monitor.ui.DatabaseMonitorPanel
Instantiates a new DatabaseMonitorPanel
DatabaseProvider - Interface in org.jminor.common.db
Provides Database implementations
Databases - Class in org.jminor.common.db
Utility class for Database implementations and misc.
Databases.QueryCounter - Class in org.jminor.common.db
A class for counting query types, providing averages over time
dataListener(EventListener) - Static method in class org.jminor.common.Events
 
datasetContainsData() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
DATE_FORMAT - Static variable in interface org.jminor.framework.domain.property.Property
The date format pattern to use when showing date values in tables and when creating default date input fields
Value type: String
Default value: dd-MM-yyyy
DateFormats - Class in org.jminor.common
A collection of date format strings.
DateFormats.DateParser<T extends java.time.temporal.Temporal> - Interface in org.jminor.common
Parses a Temporal value from text with a provided formatter
datePropertyValue(StringProperty, DateTimeFormatter) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 
Dates - Class in org.jminor.common
A utility class for date handling.
Dates.Quarter - Enum in org.jminor.common
The quarters of the year
DecimalField - Class in org.jminor.swing.common.ui.textfield
A text field for decimals, e.i.
DecimalField() - Constructor for class org.jminor.swing.common.ui.textfield.DecimalField
Instantiates a new DecimalField.
DecimalField(int) - Constructor for class org.jminor.swing.common.ui.textfield.DecimalField
Instantiates a new DecimalField
DecimalField(DecimalFormat) - Constructor for class org.jminor.swing.common.ui.textfield.DecimalField
Instantiates a new DecimalField
DecimalField(DecimalFormat, int) - Constructor for class org.jminor.swing.common.ui.textfield.DecimalField
Instantiates a new DecimalField
decrementWeight(T) - Method in class org.jminor.swing.common.tools.BoundedItemRandomizerModel
Decrements the weight of the given item by one
decrementWeight(T) - Method in interface org.jminor.swing.common.tools.ItemRandomizer
Decrements the weight of the given item by one
decrementWeight() - Method in interface org.jminor.swing.common.tools.ItemRandomizer.RandomItem
Decrements the weight value assigned to this random item
decrementWeight(T) - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
Decrements the weight of the given item by one
DEFAULT_CHART_DATA_UPDATE_INTERVAL_MS - Static variable in class org.jminor.swing.common.tools.LoadTestModel
 
DEFAULT_COLLATOR_LANGUAGE - Static variable in class org.jminor.common.TextUtil
Specifies the default collator locale language.
Value type: String
Default value: Locale.getDefault().getLanguage().
DEFAULT_CONNECTION_LOG_SIZE - Static variable in interface org.jminor.framework.db.local.LocalEntityConnection
 
DEFAULT_CURSOR - Static variable in class org.jminor.swing.common.ui.UiUtil
The default cursor
DEFAULT_FIELD_COLUMNS - Static variable in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
DEFAULT_FOREIGN_KEY_FETCH_DEPTH - Static variable in interface org.jminor.framework.domain.property.Property
 
DEFAULT_LOGIN_TIMEOUT - Static variable in interface org.jminor.common.db.Database
The default connection login timeout
DEFAULT_MAXIMUM_FRACTION_DIGITS - Static variable in interface org.jminor.framework.domain.property.Property
 
DEFAULT_PROGRESS_BAR_WIDTH - Static variable in class org.jminor.swing.common.ui.worker.ProgressDialog
 
DEFAULT_SERVER_CONNECTION_TIMEOUT - Static variable in interface org.jminor.common.remote.Server
 
DEFAULT_WARNING_TIME_MS - Static variable in class org.jminor.swing.common.tools.LoadTestModel
 
DefaultArgumentStringProvider() - Constructor for class org.jminor.common.MethodLogger.DefaultArgumentStringProvider
 
DefaultColumnConditionModel<K> - Class in org.jminor.common.model.table
A default ColumnConditionModel model implementation.
DefaultColumnConditionModel(K, Class, String) - Constructor for class org.jminor.common.model.table.DefaultColumnConditionModel
Instantiates a DefaultColumnConditionModel.
DefaultColumnConditionModel(K, Class, String, Format, String) - Constructor for class org.jminor.common.model.table.DefaultColumnConditionModel
Instantiates a DefaultColumnConditionModel.
DefaultColumnConditionModel(K, Class, String, Format, String, ColumnConditionModel.AutomaticWildcard) - Constructor for class org.jminor.common.model.table.DefaultColumnConditionModel
Instantiates a DefaultColumnConditionModel.
DefaultColumnConditionModel(K, Class, String, Format, String, ColumnConditionModel.AutomaticWildcard, boolean) - Constructor for class org.jminor.common.model.table.DefaultColumnConditionModel
Instantiates a DefaultColumnConditionModel.
DefaultColumnSummaryModel - Class in org.jminor.common.model.table
A default ColumnSummaryModel implementation.
DefaultColumnSummaryModel(ColumnSummaryModel.ColumnValueProvider) - Constructor for class org.jminor.common.model.table.DefaultColumnSummaryModel
Instantiates a new DefaultColumnSummaryModel
DefaultColumnValueProvider(Object, FilteredTableModel, Format) - Constructor for class org.jminor.swing.common.model.table.AbstractFilteredTableModel.DefaultColumnValueProvider
 
DefaultConnectionPoolState - Class in org.jminor.common.db.pool
A default ConnectionPoolState implementation
DefaultConnectionPoolState() - Constructor for class org.jminor.common.db.pool.DefaultConnectionPoolState
 
DefaultConnectionPoolStatistics - Class in org.jminor.common.db.pool
A default ConnectionPoolStatistics implementation
DefaultConnectionPoolStatistics(User) - Constructor for class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
DefaultCredentialsProvider - Class in org.jminor.plugin.credentials.server
A default CredentialsProvider implementation, based on CredentialsServer.
DefaultCredentialsProvider() - Constructor for class org.jminor.plugin.credentials.server.DefaultCredentialsProvider
 
DefaultDeleteEvent(List<Entity>) - Constructor for class org.jminor.framework.model.DefaultEntityEditModel.DefaultDeleteEvent
Instantiates a new DefaultDeleteEvent.
DefaultDialogExceptionHandler - Class in org.jminor.swing.common.ui
A default DialogExceptionHandler implementation
DefaultDialogExceptionHandler() - Constructor for class org.jminor.swing.common.ui.DefaultDialogExceptionHandler
 
defaultEntity(String, ValueProvider<Property, Object>) - Method in class org.jminor.framework.domain.Domain
Instantiates a new Entity of the given type using the values provided by valueProvider.
DefaultEntityApplicationModel<M extends DefaultEntityModel> - Class in org.jminor.framework.model
A central application model class.
DefaultEntityApplicationModel(EntityConnectionProvider) - Constructor for class org.jminor.framework.model.DefaultEntityApplicationModel
Instantiates a new DefaultEntityApplicationModel
DefaultEntityConnectionServer - Class in org.jminor.framework.server
A remote server class, responsible for handling requests for AbstractRemoteEntityConnections.
DefaultEntityConnectionServer(String, int, int, int, Database, boolean, int, Collection<String>, Collection<String>, Collection<String>, Collection<User>, Collection<String>, boolean, int, Map<String, Integer>, User) - Constructor for class org.jminor.framework.server.DefaultEntityConnectionServer
Constructs a new DefaultEntityConnectionServer and binds it to a registry on the given port
DefaultEntityConnectionServerAdmin - Class in org.jminor.framework.server
Implements the EntityConnectionServerAdmin interface, providing admin access to a EntityConnectionServer instance.
DefaultEntityConnectionServerAdmin(DefaultEntityConnectionServer, Integer) - Constructor for class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
Instantiates a new DefaultEntityConnectionServerAdmin
DefaultEntityEditModel - Class in org.jminor.framework.model
A default EntityEditModel implementation
DefaultEntityEditModel(String, EntityConnectionProvider) - Constructor for class org.jminor.framework.model.DefaultEntityEditModel
Instantiates a new DefaultEntityEditModel based on the entity identified by entityId.
DefaultEntityEditModel(String, EntityConnectionProvider, Entity.Validator) - Constructor for class org.jminor.framework.model.DefaultEntityEditModel
Instantiates a new DefaultEntityEditModel based on the entity identified by entityId.
DefaultEntityEditModel.DefaultDeleteEvent - Class in org.jminor.framework.model
 
DefaultEntityEditModel.DefaultInsertEvent - Class in org.jminor.framework.model
 
DefaultEntityEditModel.DefaultUpdateEvent - Class in org.jminor.framework.model
 
DefaultEntityLookupModel - Class in org.jminor.framework.model
A default EntityLookupModel implementation
DefaultEntityLookupModel(String, EntityConnectionProvider) - Constructor for class org.jminor.framework.model.DefaultEntityLookupModel
Instantiates a new EntityLookupModel, using the search properties for the given entity type
DefaultEntityLookupModel(String, EntityConnectionProvider, Collection<ColumnProperty>) - Constructor for class org.jminor.framework.model.DefaultEntityLookupModel
Instantiates a new EntityLookupModel
DefaultEntityModel<M extends DefaultEntityModel<M,E,T>,E extends DefaultEntityEditModel,T extends EntityTableModel<E>> - Class in org.jminor.framework.model
A default EntityModel implementation.
DefaultEntityModel(E, T) - Constructor for class org.jminor.framework.model.DefaultEntityModel
Instantiates a new DefaultEntityModel
DefaultEntityTableCellRenderer(EntityTableModel, Property) - Constructor for class org.jminor.swing.framework.ui.EntityTableCellRenderers.DefaultEntityTableCellRenderer
Instantiates a new DefaultEntityTableCellRenderer based on the data provided by the given EntityTableModel
DefaultEntityTableCellRenderer(EntityTableModel, Property, Format, DateTimeFormatter) - Constructor for class org.jminor.swing.framework.ui.EntityTableCellRenderers.DefaultEntityTableCellRenderer
Instantiates a new DefaultEntityTableCellRenderer based on the data provided by the given EntityTableModel
DefaultEntityTableCellRenderer(EntityTableModel, Property, Format, DateTimeFormatter, int) - Constructor for class org.jminor.swing.framework.ui.EntityTableCellRenderers.DefaultEntityTableCellRenderer
Instantiates a new DefaultEntityTableCellRenderer based on the data provided by the given EntityTableModel
DefaultEntityTableConditionModel - Class in org.jminor.framework.model
A default EntityTableConditionModel implementation
DefaultEntityTableConditionModel(String, EntityConnectionProvider, PropertyFilterModelProvider, PropertyConditionModelProvider) - Constructor for class org.jminor.framework.model.DefaultEntityTableConditionModel
Instantiates a new DefaultEntityTableConditionModel
DefaultEntityTableSortModel(Domain, String) - Constructor for class org.jminor.swing.framework.model.SwingEntityTableModel.DefaultEntityTableSortModel
Instantiates a new DefaultEntityTableSortModel
DefaultForeignKeyConditionModel - Class in org.jminor.framework.model
A default ForeignKeyConditionModel implementation.
DefaultForeignKeyConditionModel(ForeignKeyProperty) - Constructor for class org.jminor.framework.model.DefaultForeignKeyConditionModel
Constructs a DefaultForeignKeyConditionModel instance
DefaultForeignKeyConditionModel(ForeignKeyProperty, EntityLookupModel) - Constructor for class org.jminor.framework.model.DefaultForeignKeyConditionModel
Constructs a DefaultForeignKeyConditionModel instance
DefaultInsertEvent(List<Entity>) - Constructor for class org.jminor.framework.model.DefaultEntityEditModel.DefaultInsertEvent
Instantiates a new DefaultInsertEvent.
DefaultPropertyConditionModel - Class in org.jminor.framework.model
A class for searching a set of entities based on a property.
DefaultPropertyConditionModel(ColumnProperty) - Constructor for class org.jminor.framework.model.DefaultPropertyConditionModel
Constructs a DefaultPropertyConditionModel instance
DefaultPropertyConditionModelProvider - Class in org.jminor.framework.model
A default PropertyConditionModelProvider implementation.
DefaultPropertyConditionModelProvider() - Constructor for class org.jminor.framework.model.DefaultPropertyConditionModelProvider
 
DefaultPropertyFilterModel - Class in org.jminor.framework.model
A class for filtering a set of entities based on a property.
DefaultPropertyFilterModel(Property) - Constructor for class org.jminor.framework.model.DefaultPropertyFilterModel
Instantiates a new DefaultPropertyFilterModel
DefaultPropertyFilterModelProvider - Class in org.jminor.framework.model
A default PropertyFilterModelProvider implementation.
DefaultPropertyFilterModelProvider() - Constructor for class org.jminor.framework.model.DefaultPropertyFilterModelProvider
 
DefaultUpdateEvent(Map<Entity.Key, Entity>) - Constructor for class org.jminor.framework.model.DefaultEntityEditModel.DefaultUpdateEvent
Instantiates a new DefaultUpdateEvent.
DefaultValidator() - Constructor for class org.jminor.common.db.valuemap.DefaultValueMap.DefaultValidator
 
DefaultValueMap<K,V> - Class in org.jminor.common.db.valuemap
A default ValueMap implementation.
DefaultValueMap() - Constructor for class org.jminor.common.db.valuemap.DefaultValueMap
Instantiates a new empty instance
DefaultValueMap(Map<K, V>, Map<K, V>) - Constructor for class org.jminor.common.db.valuemap.DefaultValueMap
Instantiates a new instance using the given maps for the values and original values respectively.
DefaultValueMap.DefaultValidator<K,V extends ValueMap<K,?>> - Class in org.jminor.common.db.valuemap
A default value map validator implementation, which performs basic null validation.
DefaultValueMapEditModel<K,V> - Class in org.jminor.common.model.valuemap
A default ValueMapEditModel implementation, handling value change events and validation
DefaultValueMapEditModel(ValueMap<K, V>, ValueMap.Validator) - Constructor for class org.jminor.common.model.valuemap.DefaultValueMapEditModel
 
define(String, Property.Builder...) - Method in class org.jminor.framework.domain.Domain
Adds a new Entity.Definition to this domain model, using the entityId as table name.
define(String, String, Property.Builder...) - Method in class org.jminor.framework.domain.Domain
Adds a new Entity.Definition to this domain model.
delete(List<Entity.Key>) - Method in interface org.jminor.framework.db.EntityConnection
Deletes the entities according to the given primary keys.
delete(EntityCondition) - Method in interface org.jminor.framework.db.EntityConnection
Deletes the entities specified by the given condition.
delete(List<Entity.Key>) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Deletes the entities according to the given primary keys.
delete(EntityCondition) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Deletes the entities specified by the given condition Performs a commit unless a transaction is open.
DELETE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
delete() - Method in class org.jminor.framework.model.DefaultEntityEditModel
Deletes the active entity
delete(List<Entity>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Deletes the given entities, returns silently on receiving an empty list
delete() - Method in interface org.jminor.framework.model.EntityEditModel
Deletes the active entity
delete(List<Entity>) - Method in interface org.jminor.framework.model.EntityEditModel
Deletes the given entities, returns silently on receiving an empty list
delete(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Deletes the entities for the given condition
delete() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Performs a delete on the active entity
delete(boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Performs a delete on the active entity
delete() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Deletes the entities selected in the underlying table model
DELETE_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
DELETE_SELECTED - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
DELETE_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
deleteByKey(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Deletes the entities for the given keys
deleteSelected() - Method in interface org.jminor.framework.model.EntityTableModel
Deletes the selected entities
deleteSelected() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Deletes the selected entities
deleteSelected() - Method in class org.jminor.javafx.framework.ui.EntityTableView
Deletes the selected entities after displaying a confirm dialog
deleteSelected() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Deletes the selected entities
DenormalizedProperty - Interface in org.jminor.framework.domain.property
A property representing a column that should get its value automatically from a column in a referenced table
denormalizedProperty(String, String, Property) - Static method in class org.jminor.framework.domain.property.Properties
 
denormalizedProperty(String, String, Property, String) - Static method in class org.jminor.framework.domain.property.Properties
 
denormalizedViewProperty(String, String, Property, String) - Static method in class org.jminor.framework.domain.property.Properties
 
dependencies(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Returns the entities referencing the given entities via foreign keys, mapped to their respective entityIds
DerbyDatabase - Class in org.jminor.dbms.derby
A Database implementation based on the Derby database.
DerbyDatabase() - Constructor for class org.jminor.dbms.derby.DerbyDatabase
Instantiates a new DerbyDatabase.
DerbyDatabase(String) - Constructor for class org.jminor.dbms.derby.DerbyDatabase
Instantiates a new embedded DerbyDatabase.
DerbyDatabase(String, Integer, String) - Constructor for class org.jminor.dbms.derby.DerbyDatabase
Instantiates a new networked DerbyDatabase.
DerbyDatabaseProvider - Class in org.jminor.dbms.derby
Provides derby database implementations
DerbyDatabaseProvider() - Constructor for class org.jminor.dbms.derby.DerbyDatabaseProvider
 
DerivedProperty - Interface in org.jminor.framework.domain.property
A property which value is derived from the values of one or more properties.
derivedProperty(String, int, String, DerivedProperty.Provider, String...) - Static method in class org.jminor.framework.domain.property.Properties
 
DerivedProperty.Provider - Interface in org.jminor.framework.domain.property
Responsible for providing values derived from other values
descending(String...) - Method in interface org.jminor.framework.domain.Entity.OrderBy
Adds a 'descending' order by for the given properties
deserialize(String) - Method in interface org.jminor.common.Serializer
Deserializes the given string into a list of values
deserialize(byte[]) - Static method in class org.jminor.common.Util
Deserializes the given byte array into a T, null or an empty byte array result in a null return value
deserialize(String) - Method in class org.jminor.plugin.json.EntityJSONParser
Deserializes the given JSON string into a list of Entity instances
deserializeEntities(String) - Method in class org.jminor.plugin.json.EntityJSONParser
Deserializes the given JSON string into a list of Entity instances
deserializeFromFile(File) - Static method in class org.jminor.common.FileUtil
Deserializes a list of Objects from the given file
deserializeKeys(String) - Method in class org.jminor.plugin.json.EntityJSONParser
Deserializes the given JSON string into a list of Entity.Key instances
destroyConnection(DatabaseConnection) - Method in interface org.jminor.common.db.DatabaseConnectionProvider
Disconnects the given connection and disposes of any resources it holds.
DialogExceptionHandler - Interface in org.jminor.swing.common.ui
Handles an exception by displaying a error dialog.
DIMENSION_TEXT_FIELD_SQUARE - Static variable in class org.jminor.swing.common.ui.UiUtil
A square dimension which sides are the same as the preferred height of a JTextField.
disableDialog() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
Hides the dialog displaying this condition panel
disconnect() - Method in interface org.jminor.common.db.DatabaseConnection
Performs a rollback and disconnects this connection
disconnect(UUID) - Method in class org.jminor.common.remote.AbstractServer
Disconnects the connection identified by the given key.
disconnect(UUID) - Method in interface org.jminor.common.remote.Server
Disconnects the connection identified by the given key.
disconnect() - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
Logs out, disconnects and performs cleanup if required
disconnect(T) - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
Disconnects the given connection
disconnect() - Method in interface org.jminor.framework.db.EntityConnection
Performs a rollback and disconnects this connection
disconnect() - Method in interface org.jminor.framework.db.EntityConnectionProvider
Logs out, disconnects and performs cleanup if required
disconnect(HttpEntityConnection) - Method in class org.jminor.framework.db.http.HttpEntityConnectionProvider
Disconnects the given connection
disconnect(LocalEntityConnection) - Method in class org.jminor.framework.db.local.LocalEntityConnectionProvider
Disconnects the given connection
disconnect() - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Disconnects this connection
disconnect(EntityConnection) - Method in class org.jminor.framework.db.remote.RemoteEntityConnectionProvider
Disconnects the given connection
disconnect() - Method in class org.jminor.framework.server.AbstractRemoteEntityConnection
Disconnects this connection
disconnect(UUID) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
Unregisters the connection from the server, if connection pooling is enabled for the user the connection is pooled.
disconnect(UUID) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Unregisters the connection from the server, if connection pooling is enabled for the user the connection is pooled.
disconnect(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Disconnects the underlying connection
disconnect() - Method in class org.jminor.swing.framework.server.monitor.ClientInstanceMonitor
Disconnects the client from the server
disconnectAll() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
Disconnects all users from the server
disconnectAll() - Method in class org.jminor.swing.framework.server.monitor.ui.ClientUserMonitorPanel
 
disconnectApplication(T) - Method in class org.jminor.swing.common.tools.LoadTestModel
 
disconnectApplication(QueryLoadTestModel.QueryApplication) - Method in class org.jminor.swing.common.tools.QueryLoadTestModel
disconnectApplication(M) - Method in class org.jminor.swing.framework.tools.EntityLoadTestModel
disconnectSelected() - Method in class org.jminor.swing.framework.server.monitor.ui.ClientInstanceMonitorPanel
 
disconnectTimedOut() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
Disconnects all timed out users from the server
displayAbout() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Shows an about dialog
displayException(Throwable, Window) - Method in class org.jminor.swing.common.ui.DefaultDialogExceptionHandler
Handle the given exception and display it to the user.
displayException(Throwable, Window) - Method in interface org.jminor.swing.common.ui.DialogExceptionHandler
Handle the given exception and display it to the user.
displayException(Throwable, Window) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Handle the given exception and display it to the user.
displayException(Throwable, Window) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Handle the given exception and display it to the user.
displayException(Exception) - Method in class org.jminor.swing.framework.ui.EntityPanel
Displays the exception in a dialog
displayException(Throwable, Window) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Handle the given exception and display it to the user.
displayHelp() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Shows a help dialog
displayInDialog(Container, JComponent, String) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays the given component in a modal dialog
displayInDialog(Container, JComponent, String, boolean) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays the given component in a dialog
displayInDialog(Container, JComponent, String, EventObserver) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays the given component in a dialog
displayInDialog(Container, JComponent, String, boolean, EventObserver) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays the given component in a dialog
displayInDialog(Container, JComponent, String, Action) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays the given component in a dialog
displayInDialog(Container, JComponent, String, boolean, Action) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays the given component in a dialog
displayInDialog(Container, JComponent, String, boolean, boolean, Action) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays the given component in a dialog
displayInDialog(Container, JComponent, String, boolean, JButton, boolean) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays the given component in a dialog
displayInDialog(Container, JComponent, String, boolean, JButton, EventObserver) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays the given component in a dialog
displayInDialog(Container, JComponent, String, EventObserver, EventDataListener<State>) - Static method in class org.jminor.swing.common.ui.UiUtil
 
displayInDialog(Container, JComponent, String, boolean, EventObserver, EventDataListener<State>) - Static method in class org.jminor.swing.common.ui.UiUtil
 
DISPOSE_EDIT_DIALOG_ON_ESCAPE - Static variable in class org.jminor.swing.framework.ui.EntityPanel
Indicates whether entity edit panel dialogs should be closed on escape
Value type: Boolean
Default value: true
DisposeWindowAction(Window) - Constructor for class org.jminor.swing.common.ui.UiUtil.DisposeWindowAction
Instantiates a new DisposeWindowAction, which disposes of the given window when performed
doConnect(RemoteClient) - Method in class org.jminor.common.remote.AbstractServer
Establishes the actual client connection.
doConnect(RemoteClient) - Method in class org.jminor.framework.server.DefaultEntityConnectionServer
Establishes the actual client connection.
DOCUMENT_ROOT - Static variable in class org.jminor.common.remote.http.HttpServer
Specifies the document root for file serving
.
DocumentAdapter - Class in org.jminor.swing.common.model
A simple document adapter, combining the insertUpdate and removeUpdate into contentsChanged
DocumentAdapter() - Constructor for class org.jminor.swing.common.model.DocumentAdapter
 
DocumentSizeFilter - Class in org.jminor.swing.common.ui.textfield
A DocumentFilter restricting the maximum length of the string the document can contain
DocumentSizeFilter(int) - Constructor for class org.jminor.swing.common.ui.textfield.DocumentSizeFilter
 
doDelete(List<Entity>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Deletes the given entities from the database
doDisconnect(T) - Method in class org.jminor.common.remote.AbstractServer
Disconnects the given connection.
doDisconnect(AbstractRemoteEntityConnection) - Method in class org.jminor.framework.server.DefaultEntityConnectionServer
Disconnects the given connection.
doInBackground() - Method in class org.jminor.swing.common.ui.worker.ProgressWorker
Displays the progress dialog and performs the background task.
doInsert(List<Entity>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Inserts the given entities into the database
doLogin(RemoteClient) - Method in interface org.jminor.common.remote.LoginProxy
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
doLogout(RemoteClient) - Method in interface org.jminor.common.remote.LoginProxy
Called after the given client has been disconnected
Domain - Class in org.jminor.framework.domain
A repository specifying the Entity.Definitions for a given domain.
Domain() - Constructor for class org.jminor.framework.domain.Domain
Instantiates a new Domain with the simple name of the class as domain id
Domain(String) - Constructor for class org.jminor.framework.domain.Domain
Instantiates a new Domain
Domain(Domain) - Constructor for class org.jminor.framework.domain.Domain
Instantiates a new domain and copies all the entity definitions and database operations from domain
Domain.StringProvider - Class in org.jminor.framework.domain
Provides String representations of Entity instances.
Given a Entity instance named entity containing the following mappings:
Domain.Validator - Class in org.jminor.framework.domain
A default Entity.Validator implementation providing null validation for properties marked as not null, range validation for numerical properties with max and/or min values specified and string length validation based on the specified max length.
DOMAIN_ID - Static variable in class org.jminor.framework.servlet.EntityService
 
doRefresh() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Refreshes the data in this table model.
doRefresh() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Refreshes the data in this table model.
doSetMnemonic(int) - Method in class org.jminor.swing.common.ui.control.Control
Sets the mnemonic key, if overridden remember to call super.doSetMnemonic()
doSetMnemonic(int) - Method in class org.jminor.swing.common.ui.control.Controls.ToggleControl
 
doSetUp() - Method in class org.jminor.framework.domain.test.EntityTestUnit
Override to provide specific setup for this test
doTearDown() - Method in class org.jminor.framework.domain.test.EntityTestUnit
Override to provide specific tear down for this test
DoubleInputProvider - Class in org.jminor.swing.common.ui.input
A InputProvider implementation for double values.
DoubleInputProvider(Double) - Constructor for class org.jminor.swing.common.ui.input.DoubleInputProvider
Instantiates a new DoubleInputProvider.
DoubleInputProvider(Double, double, double) - Constructor for class org.jminor.swing.common.ui.input.DoubleInputProvider
Instantiates a new DoubleInputProvider.
doublePropertyValue(StringProperty, NumberFormat) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 
doubleValue(String, Double) - Static method in class org.jminor.common.Configuration
Creates a double configuration value
doubleValue(SpinnerNumberModel) - Static method in class org.jminor.swing.common.ui.UiValues
 
doubleValue(DecimalField, boolean) - Static method in class org.jminor.swing.common.ui.UiValues
 
doubleValue(DecimalField, boolean, boolean) - Static method in class org.jminor.swing.common.ui.UiValues
 
doubleValueLink(DecimalField, Value<Double>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
doubleValueLink(DecimalField, Value<Double>, boolean, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
doUpdate(List<Entity>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Updates the given entities in the database

E

EMPTY_USERNAME - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
EmptyCondition() - Constructor for class org.jminor.framework.db.condition.Condition.EmptyCondition
 
enable(JComboBox) - Static method in class org.jminor.swing.common.ui.combobox.AutoCompletion
 
enable(JComboBox, boolean) - Static method in class org.jminor.swing.common.ui.combobox.AutoCompletion
 
enable(JComboBox, boolean, boolean) - Static method in class org.jminor.swing.common.ui.combobox.AutoCompletion
 
enable(JComboBox) - Static method in class org.jminor.swing.common.ui.combobox.MaximumMatch
 
enable(JComboBox, boolean) - Static method in class org.jminor.swing.common.ui.combobox.MaximumMatch
 
enable(JComboBox, boolean, boolean) - Static method in class org.jminor.swing.common.ui.combobox.MaximumMatch
 
enable(JTextField, String) - Static method in class org.jminor.swing.common.ui.textfield.TextFieldHint
Enables the search hint for the given field
enable(JTextField, String, Color) - Static method in class org.jminor.swing.common.ui.textfield.TextFieldHint
Enables the search hint for the given field
enableDialog(Container, Point) - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
Displays this condition panel in a dialog
Entities - Class in org.jminor.framework.domain
Helper class for working with Entity instances and related classes
entity(String) - Method in class org.jminor.framework.domain.Domain
Creates a new Entity instance with the given entityId
entity(Entity.Key) - Method in class org.jminor.framework.domain.Domain
Creates a new Entity instance with the given primary key
entity(String, Map<Property, Object>, Map<Property, Object>) - Method in class org.jminor.framework.domain.Domain
Instantiates a new Entity instance using the given maps for the values and original values respectively.
Entity - Interface in org.jminor.framework.domain
Represents a row in a database table, providing access to the column values via the ValueMap interface.
Entity.ColorProvider - Interface in org.jminor.framework.domain
Provides background colors for entities.
Entity.ConditionProvider - Interface in org.jminor.framework.domain
Provides condition strings for where clauses
Entity.Definition - Interface in org.jminor.framework.domain
Specifies a entity definition.
Entity.Definition.Builder - Interface in org.jminor.framework.domain
Builds a Entity.Definition
Entity.Key - Interface in org.jminor.framework.domain
A class representing a primary key.
Entity.KeyGenerator - Interface in org.jminor.framework.domain
Generates primary key values for entities on insert.
Entity.KeyGenerator.Type - Enum in org.jminor.framework.domain
The possible key generation strategy types
Entity.OrderBy - Interface in org.jminor.framework.domain
Specifies a order by clause
Entity.OrderBy.OrderByProperty - Interface in org.jminor.framework.domain
Specifies a propertyId and the order
Entity.ToString - Interface in org.jminor.framework.domain
Describes an object responsible for providing String representations of entity instances
Entity.Validator - Interface in org.jminor.framework.domain
Responsible for providing validation for entities.
ENTITY_SERIALIZER_CLASS - Static variable in class org.jminor.framework.domain.Domain
Specifies the class used for serializing and deserializing entity instances.
Value type: String, the name of the class implementing org.jminor.common.Serializer<Entity>
Default value: none
EntityApplicationModel<M extends EntityModel> - Interface in org.jminor.framework.model
A central application model class.
EntityApplicationPanel<M extends SwingEntityApplicationModel> - Class in org.jminor.swing.framework.ui
A central application panel class.
EntityApplicationPanel() - Constructor for class org.jminor.swing.framework.ui.EntityApplicationPanel
A default constructor
EntityApplicationPanel(EntityApplicationPanel.ApplicationFrameProvider) - Constructor for class org.jminor.swing.framework.ui.EntityApplicationPanel
 
EntityApplicationPanel.ApplicationFrameProvider - Interface in org.jminor.swing.framework.ui
Provides the JFrame instance to use for the application
EntityApplicationPanelTestUnit - Class in org.jminor.swing.framework.ui.test
A class for testing EntityApplicationPanel classes
EntityApplicationPanelTestUnit(Class<? extends EntityApplicationPanel>, User) - Constructor for class org.jminor.swing.framework.ui.test.EntityApplicationPanelTestUnit
Instantiates a new entity application panel test unit
EntityApplicationView<M extends EntityApplicationModel> - Class in org.jminor.javafx.framework.ui
A root application View.
EntityApplicationView(String) - Constructor for class org.jminor.javafx.framework.ui.EntityApplicationView
Instantiates a new EntityApplicationView instance.
EntityApplicationView(String, String) - Constructor for class org.jminor.javafx.framework.ui.EntityApplicationView
Instantiates a new EntityApplicationView instance.
EntityComboBox - Class in org.jminor.swing.framework.ui
A UI component based on the EntityComboBoxModel.
EntityComboBox(EntityComboBoxModel) - Constructor for class org.jminor.swing.framework.ui.EntityComboBox
Instantiates a new EntityComboBox
EntityComboBoxModel - Interface in org.jminor.framework.model
A ComboBoxModel based on Entity instances.
EntityComboProvider - Class in org.jminor.swing.framework.ui
A InputProvider implementation for Entity values based on a JComboBox.
EntityComboProvider(EntityComboBoxModel, Entity) - Constructor for class org.jminor.swing.framework.ui.EntityComboProvider
Instantiates a new input provider based on the EntityComboBoxModel class
entityCondition(Entity.Key) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a EntityCondition instance specifying the entity of the type identified by key
entityCondition(String, Condition) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a EntityCondition instance specifying the entities of the type identified by key, using the given Condition
entityCondition(List<Entity.Key>) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a condition based on the given primary keys, it is assumed they are all of the same type
entityCondition(String) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a EntitySelectCondition instance specifying all entities of the type identified by entityId
entityCondition(String, String, ConditionType, Object) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a EntityCondition instance for specifying entities of the type identified by entityId with a where condition based on the property identified by propertyId, the operators based on conditionType and value.
EntityCondition - Interface in org.jminor.framework.db.condition
A class encapsulating query condition parameters for querying a set of entities.
EntityConnection - Interface in org.jminor.framework.db
A connection to a database, for querying and manipulating Entitys and running database operations specified by a single Domain model.
EntityConnectionProvider<T extends EntityConnection> - Interface in org.jminor.framework.db
Specifies a class resposible for providing a single EntityConnection instance.
EntityConnectionProviders - Class in org.jminor.framework.db
A factory class for handing out EntityConnectionProviders according to system properties.
EntityConnections - Class in org.jminor.framework.db
A static helper class for mass data manipulation.
EntityConnectionServerAdmin - Interface in org.jminor.framework.server
Defines the server admin service methods.
EntityConnectionServerAdmin.GcEvent - Interface in org.jminor.framework.server
Garbage collection event
EntityConnectionServerAdmin.ThreadStatistics - Interface in org.jminor.framework.server
Thread statistics
EntityDataProvider - Interface in org.jminor.framework.model
The base interface for objects responsible for reading and/or writing entities to and from a database.
EntityEditModel - Interface in org.jminor.framework.model
Specifies a class for editing Entity instances.
EntityEditModel.DeleteEvent - Interface in org.jminor.framework.model
An event describing a delete action.
EntityEditModel.InsertEvent - Interface in org.jminor.framework.model
An event describing a insert action.
EntityEditModel.UpdateEvent - Interface in org.jminor.framework.model
An event describing a update action.
EntityEditPanel - Class in org.jminor.swing.framework.ui
A UI component based on a EntityEditModel.
EntityEditPanel(SwingEntityEditModel) - Constructor for class org.jminor.swing.framework.ui.EntityEditPanel
Instantiates a new EntityEditPanel based on the given EntityEditModel
EntityEditPanel(SwingEntityEditModel, EntityEditPanel.ControlCode...) - Constructor for class org.jminor.swing.framework.ui.EntityEditPanel
Instantiates a new EntityEditPanel based on the given EntityEditModel
EntityEditPanel.ConfirmType - Enum in org.jminor.swing.framework.ui
The actions meriting user confirmation
EntityEditPanel.ControlCode - Enum in org.jminor.swing.framework.ui
The standard controls available to the EditPanel
EntityEditPanelTestUnit - Class in org.jminor.swing.framework.ui.test
A base class for testing a EntityEditPanel
EntityEditPanelTestUnit(SwingEntityEditModel, Class<? extends EntityEditPanel>) - Constructor for class org.jminor.swing.framework.ui.test.EntityEditPanelTestUnit
Instantiates a new edit panel test unit for the given edit panel class
EntityEditView - Class in org.jminor.javafx.framework.ui
A View for editing entity instances
EntityEditView(FXEntityEditModel) - Constructor for class org.jminor.javafx.framework.ui.EntityEditView
Instantiates a new EntityEditView instance
EntityGeneratorModel - Class in org.jminor.swing.framework.tools
A model class for generating entity definitions.
EntityGeneratorModel(User, String) - Constructor for class org.jminor.swing.framework.tools.EntityGeneratorModel
Instantiates a new EntityGeneratorModel.
EntityGeneratorModel(Database, User, String) - Constructor for class org.jminor.swing.framework.tools.EntityGeneratorModel
Instantiates a new EntityGeneratorModel.
EntityGeneratorModel.Table - Class in org.jminor.swing.framework.tools
Represents a database table
EntityGeneratorPanel - Class in org.jminor.swing.framework.tools.ui
A UI class based on the EntityGeneratorModel.
EntityGeneratorPanel(EntityGeneratorModel) - Constructor for class org.jminor.swing.framework.tools.ui.EntityGeneratorPanel
Instantiates a new EntityGeneratorPanel.
EntityJSONParser - Class in org.jminor.plugin.json
A class responsible for serializing Entity related objects to and from the JSON format.
EntityJSONParser(Domain) - Constructor for class org.jminor.plugin.json.EntityJSONParser
 
EntityLoadTestModel<M extends EntityApplicationModel> - Class in org.jminor.swing.framework.tools
A class for running multiple EntityApplicationModel instances for load testing purposes.
EntityLoadTestModel(User, Collection<? extends LoadTest.UsageScenario<M>>) - Constructor for class org.jminor.swing.framework.tools.EntityLoadTestModel
Instantiates a new EntityLoadTestModel.
EntityLoadTestModel.AbstractEntityUsageScenario<M extends EntityApplicationModel> - Class in org.jminor.swing.framework.tools
An abstract base class for usage scenarios based on EntityApplicationModel instances
EntityLookupField - Class in org.jminor.javafx.framework.ui
A TextField allowing entity lookup based on the text entered
EntityLookupField(EntityLookupModel) - Constructor for class org.jminor.javafx.framework.ui.EntityLookupField
Instantiates a new EntityLookupField based on the given model
EntityLookupField - Class in org.jminor.swing.framework.ui
A UI component based on the EntityLookupModel.
EntityLookupField(EntityLookupModel) - Constructor for class org.jminor.swing.framework.ui.EntityLookupField
Initializes a new EntityLookupField.
EntityLookupField(EntityLookupModel, boolean) - Constructor for class org.jminor.swing.framework.ui.EntityLookupField
Initializes a new EntityLookupField
EntityLookupField.ListSelectionProvider - Class in org.jminor.swing.framework.ui
A EntityLookupField.SelectionProvider implementation based on JList
EntityLookupField.SelectionProvider - Interface in org.jminor.swing.framework.ui
Provides a JComponent for selecting one or more of a given set of entities
EntityLookupField.TableSelectionProvider - Class in org.jminor.swing.framework.ui
EntityLookupModel - Interface in org.jminor.framework.model
A interface responsible for doing entity lookups based on a set of condition properties.
EntityLookupModel.LookupSettings - Interface in org.jminor.framework.model
Property lookup settings
EntityLookupProvider - Class in org.jminor.swing.framework.ui
A InputProvider implementation for Entity values based on a EntityLookupField.
EntityLookupProvider(EntityLookupModel, Entity) - Constructor for class org.jminor.swing.framework.ui.EntityLookupProvider
Instantiates a new EntityLookupProvider
EntityModel<M extends EntityModel<M,E,T>,E extends EntityEditModel,T extends EntityTableModel<E>> - Interface in org.jminor.framework.model
Specifies a class responsible for, among other things, coordinating a EntityEditModel and an EntityTableModel.
EntityModelProvider<M extends EntityModel<M,E,T>,E extends EntityEditModel,T extends EntityTableModel<E>> - Interface in org.jminor.framework.model
Specifies a class which provides EntityModel, EntityTableModel and EntityEditModel instances for a given entityId.
EntityPanel - Class in org.jminor.swing.framework.ui
A panel representing a Entity via a EntityModel, which facilitates browsing and editing of records.
EntityPanel(SwingEntityModel) - Constructor for class org.jminor.swing.framework.ui.EntityPanel
Initializes a new EntityPanel instance.
EntityPanel(SwingEntityModel, String) - Constructor for class org.jminor.swing.framework.ui.EntityPanel
Initializes a new EntityPanel instance.
EntityPanel(SwingEntityModel, EntityEditPanel) - Constructor for class org.jminor.swing.framework.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanel(SwingEntityModel, EntityTablePanel) - Constructor for class org.jminor.swing.framework.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanel(SwingEntityModel, String, EntityEditPanel) - Constructor for class org.jminor.swing.framework.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanel(SwingEntityModel, String, EntityTablePanel) - Constructor for class org.jminor.swing.framework.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanel(SwingEntityModel, EntityEditPanel, EntityTablePanel) - Constructor for class org.jminor.swing.framework.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanel(SwingEntityModel, String, EntityEditPanel, EntityTablePanel) - Constructor for class org.jminor.swing.framework.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanel.Direction - Enum in org.jminor.swing.framework.ui
The novigation directions.
EntityPanel.PanelState - Enum in org.jminor.swing.framework.ui
The possible states of a detail panel.
EntityPanelProvider - Class in org.jminor.swing.framework.ui
A class providing EntityPanel instances.
EntityPanelProvider(String) - Constructor for class org.jminor.swing.framework.ui.EntityPanelProvider
Instantiates a new EntityPanelProvider for the given entity type
EntityPanelProvider(String, String) - Constructor for class org.jminor.swing.framework.ui.EntityPanelProvider
Instantiates a new EntityPanelProvider for the given entity type
EntityPanelProvider(String, String, Class<? extends SwingEntityModel>, Class<? extends EntityPanel>) - Constructor for class org.jminor.swing.framework.ui.EntityPanelProvider
Instantiates a new EntityPanelProvider
EntityPanelProvider(SwingEntityModelProvider) - Constructor for class org.jminor.swing.framework.ui.EntityPanelProvider
Instantiates a new EntityPanelProvider
EntityPanelProvider(SwingEntityModelProvider, String) - Constructor for class org.jminor.swing.framework.ui.EntityPanelProvider
Instantiates a new EntityPanelProvider
EntityReportUiUtil - Class in org.jminor.swing.framework.ui.reporting
A static utility class for displaying reports.
EntityReportUtil - Class in org.jminor.swing.framework.model.reporting
A static utility class for working with reports.
entitySelectCondition(Entity.Key) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a EntitySelectCondition instance for selecting the entity with the given key
entitySelectCondition(List<Entity.Key>) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a EntitySelectCondition instance for selecting the entities with the given keys, it is assumed they are all of the same type
entitySelectCondition(String) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a EntitySelectCondition instance for selecting all entities of the type identified by entityId
entitySelectCondition(String, Condition) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a EntitySelectCondition instance for selecting entities of the type identified by entityId, using the given Condition
entitySelectCondition(String, String, ConditionType, Object) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a EntitySelectCondition instance for selecting entities of the type identified by entityId with a where condition based on the property identified by propertyId, the operators based on conditionType and value.
EntitySelectCondition - Interface in org.jminor.framework.db.condition
A class encapsulating select query parameters.
entitySerializerAvailable() - Method in class org.jminor.framework.domain.Domain
 
EntityServerMonitor - Class in org.jminor.swing.framework.server.monitor
A monitor for the EntityConnectionServer
EntityServerMonitor(String, int) - Constructor for class org.jminor.swing.framework.server.monitor.EntityServerMonitor
Instantiates a new EntityServerMonitor
EntityServerMonitorPanel - Class in org.jminor.swing.framework.server.monitor.ui
A UI based on the EntityServerMonitor model
EntityServerMonitorPanel() - Constructor for class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
Instantiates a new EntityServerMonitorPanel
EntityServerMonitorPanel(EntityServerMonitor) - Constructor for class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
Instantiates a new EntityServerMonitorPanel
EntityService - Class in org.jminor.framework.servlet
A service for dealing with entities
EntityService() - Constructor for class org.jminor.framework.servlet.EntityService
 
EntityServletServer - Class in org.jminor.framework.servlet
A Entity servlet server
EntityServletServer(Server) - Constructor for class org.jminor.framework.servlet.EntityServletServer
Instantiates a new EntityServletServer.
EntityTableCellRenderer - Interface in org.jminor.swing.framework.ui
A TableCellRenderer with the added options of visually displaying if a cell (or column) is involved in a condition and showing its contents in a tooltip
EntityTableCellRenderers - Class in org.jminor.swing.framework.ui
Provides TableCellRenderer implementations for EntityTablePanels
EntityTableCellRenderers.DefaultEntityTableCellRenderer - Class in org.jminor.swing.framework.ui
The default table cell renderer for a EntityTablePanel
EntityTableColumn - Class in org.jminor.javafx.framework.ui
A table column based on properties via FXEntityListModel.PropertyTableColumn
EntityTableColumn(FXEntityListModel, Property, Callback<TableColumn.CellDataFeatures<Entity, Object>, ObservableValue<Object>>) - Constructor for class org.jminor.javafx.framework.ui.EntityTableColumn
Instantiates a new table column for the given list model based on the given property
EntityTableConditionModel - Interface in org.jminor.framework.model
This interface defines filtering functionality, which refers to showing/hiding entities already available in a table model and searching functionality, which refers to configuring the underlying query, which then needs to be re-run.
EntityTableConditionPanel - Class in org.jminor.swing.framework.ui
A UI component based on the EntityTableConditionModel
EntityTableConditionPanel(SwingEntityTableModel) - Constructor for class org.jminor.swing.framework.ui.EntityTableConditionPanel
Instantiates a new EntityTableConditionPanel with a default condition panel setup, based on an AbstractTableColumnSyncPanel containing PropertyConditionPanels
EntityTableConditionPanel(SwingEntityTableModel, JPanel, JPanel) - Constructor for class org.jminor.swing.framework.ui.EntityTableConditionPanel
Instantiates a new EntityTableConditionPanel, either advancedConditionPanel, simpleConditionPanel or both need to be provided
EntityTableModel<E extends EntityEditModel> - Interface in org.jminor.framework.model
Specifies a table model containing Entity objects
EntityTableModel.InsertAction - Enum in org.jminor.framework.model
Defines the actions a table model can perform when entities are inserted via the associated edit model
EntityTablePanel - Class in org.jminor.swing.framework.ui
The EntityTablePanel is a UI class based on the EntityTableModel class.
EntityTablePanel(SwingEntityTableModel) - Constructor for class org.jminor.swing.framework.ui.EntityTablePanel
Initializes a new EntityTablePanel instance
EntityTablePanel(SwingEntityTableModel, EntityTableConditionPanel) - Constructor for class org.jminor.swing.framework.ui.EntityTablePanel
Initializes a new EntityTablePanel instance
EntityTablePanel(JTable, EntityTableConditionPanel) - Constructor for class org.jminor.swing.framework.ui.EntityTablePanel
Initializes a new EntityTablePanel instance.
EntityTablePanel.ReferentialIntegrityErrorHandling - Enum in org.jminor.swing.framework.ui
The possible actions to take on a referential integrity error
EntityTableView - Class in org.jminor.javafx.framework.ui
A TableView extension based on entities
EntityTableView(FXEntityListModel) - Constructor for class org.jminor.javafx.framework.ui.EntityTableView
Instantiates a new EntityTableView
EntityTestUnit - Class in org.jminor.framework.domain.test
A class for unit testing a domain model.
EntityTestUnit(String) - Constructor for class org.jminor.framework.domain.test.EntityTestUnit
Instantiates a new EntityTestUnit.
EntityUiUtil - Class in org.jminor.swing.framework.ui
A static utility class concerned with UI related tasks.
EntityView - Class in org.jminor.javafx.framework.ui
A Pane joining a EntityEditView and a EntityTableView.
EntityView(EntityModel) - Constructor for class org.jminor.javafx.framework.ui.EntityView
Instantiates a new EntityView with no EntityEditView and a default EntityTableView
EntityView(EntityModel, EntityEditView) - Constructor for class org.jminor.javafx.framework.ui.EntityView
Instantiates a new EntityView with the given EntityEditView and a default EntityTableView
EntityView(EntityModel, EntityTableView) - Constructor for class org.jminor.javafx.framework.ui.EntityView
Instantiates a new EntityView with no EntityEditView and the given EntityTableView
EntityView(EntityModel, EntityEditView, EntityTableView) - Constructor for class org.jminor.javafx.framework.ui.EntityView
Instantiates a new EntityView with the given EntityEditView and EntityTableView
EntityView(String, EntityModel, EntityEditView, EntityTableView) - Constructor for class org.jminor.javafx.framework.ui.EntityView
Instantiates a new EntityView with the given EntityEditView and EntityTableView
EntityView.PanelState - Enum in org.jminor.javafx.framework.ui
The possible panel states
Entry(String, String) - Constructor for class org.jminor.common.MethodLogger.Entry
Instantiates a new Entry, using the current time
Entry(String, String, long, long) - Constructor for class org.jminor.common.MethodLogger.Entry
Instantiates a new Entry
equal(Entity, Entity, String...) - Static method in class org.jminor.framework.domain.Entities
Returns true if the values of the given properties are equal in the given entities.
equals(Object) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Two DefaultValueMap objects are equal if they contain the same number of values and all their values are equal.
equals(Object) - Method in class org.jminor.common.Item
equals(Object) - Method in class org.jminor.common.remote.ClientLog
equals(Object) - Method in class org.jminor.common.User
User objects are equal if the usernames match
equals(Object) - Method in class org.jminor.common.Version
equals(Object) - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
equals(Object) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
equals(Object) - Method in class org.jminor.swing.framework.tools.EntityGeneratorModel.Table
 
equals(Object) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
Event<T> - Interface in org.jminor.common
A event class.
event() - Static method in class org.jminor.common.Events
Instantiates a new Event.
eventControl(Event<ActionEvent>) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a Control which fires the given event on action performed
EventDataListener<T> - Interface in org.jminor.common
An event listener receiving some data on each event occurrence
EventListener - Interface in org.jminor.common
An event listener
EventObserver<T> - Interface in org.jminor.common
Specifies an Event observer, managing listeners for an Event.
eventOccurred(T) - Method in interface org.jminor.common.EventDataListener
Called when an event this listener is registered for occurs
eventOccurred() - Method in interface org.jminor.common.EventListener
Called when an event this listener is registered for occurs
Events - Class in org.jminor.common
A factory class for Event objects.
EXACT_TIMESTAMP - Static variable in class org.jminor.common.DateFormats
dd-MM-yyyy HH:mm:ss.SSS
EXCEPTION - Static variable in class org.jminor.common.i18n.Messages
 
ExceptionHandler - Interface in org.jminor.common
Handles exceptions
execute(C, Object...) - Method in interface org.jminor.common.db.DatabaseConnection.Function
Executes this function with the given connection
execute(C, Object...) - Method in interface org.jminor.common.db.DatabaseConnection.Procedure
Executes this procedure with the given connection
executeFunction(String, Object...) - Method in interface org.jminor.framework.db.EntityConnection
Executes the function with the given id
executeFunction(String, Object...) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Executes the function with the given id
executeProcedure(String, Object...) - Method in interface org.jminor.framework.db.EntityConnection
Executes the procedure with the given id
executeProcedure(String, Object...) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Executes the procedure with the given id
EXIT - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
exit() - Method in class org.jminor.plugin.credentials.server.CredentialsServer
Removes this server from the registry
exit() - Method in interface org.jminor.swing.common.tools.LoadTest
Removes all applications and exits
exit() - Method in class org.jminor.swing.common.tools.LoadTestModel
Removes all applications and exits
exit() - Method in class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
 
exit() - Method in class org.jminor.swing.framework.tools.EntityGeneratorModel
Closes the connection to the database
exit() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Exits this application
EXIT_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
EXIT_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
expandAll(JTree, TreePath, boolean) - Static method in class org.jminor.swing.common.ui.UiUtil
Expands or collapses all the paths from a parent in the given tree
EXPORT_JSON - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
exportSelected() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Exports the selected records as a text file using the available serializer

F

fetch(ResultSet) - Method in interface org.jminor.common.db.ResultPacker
Fetches a single instance from the given result set, assumes ResultSet.next() has been called
fetchValue(ResultSet, int) - Method in interface org.jminor.common.db.ValueFetcher
Fetches a single value from a ResultSet
fetchValue(ResultSet, int) - Method in interface org.jminor.framework.domain.property.ColumnProperty
Fetches a value for this property from a ResultSet
FILE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
FILE_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
FILE_NOT_FOUND - Static variable in class org.jminor.common.i18n.Messages
 
FILE_SEPARATOR - Static variable in class org.jminor.common.Util
The file separator for the current system
FileUtil - Class in org.jminor.common
A utility class for working with files
fillReport(Connection) - Method in interface org.jminor.common.db.reports.ReportWrapper
Fills the report using the given database connection
fillReport(ReportDataWrapper<D>) - Method in interface org.jminor.common.db.reports.ReportWrapper
Fills the report using the data source wrapped by the given data wrapper
fillReport(ReportWrapper) - Method in interface org.jminor.framework.db.EntityConnection
Takes a ReportWrapper object using a JDBC datasource and returns an initialized ReportResult object
fillReport(ReportWrapper) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Takes a ReportWrapper object using a JDBC datasource and returns an initialized ReportResult object
fillReport(Connection) - Method in class org.jminor.plugin.jasperreports.model.JasperReportsWrapper
Fills the report using the given database connection
fillReport(ReportDataWrapper<JRDataSource>) - Method in class org.jminor.plugin.jasperreports.model.JasperReportsWrapper
Fills the report using the data source wrapped by the given data wrapper
fillReport(Connection) - Method in class org.jminor.plugin.nextreports.model.NextReportsWrapper
 
fillReport(ReportDataWrapper<Void>) - Method in class org.jminor.plugin.nextreports.model.NextReportsWrapper
 
fillReport(ReportWrapper<R, D>, EntityConnectionProvider) - Static method in class org.jminor.swing.framework.model.reporting.EntityReportUtil
Takes a ReportWrapper which uses a JDBC datasource and returns an initialized ReportResult object
fillReport(ReportWrapper<R, D>, ReportDataWrapper<D>) - Static method in class org.jminor.swing.framework.model.reporting.EntityReportUtil
Takes a ReportWrapper object and returns an initialized ReportResult object
FILTER_INDICATOR - Static variable in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
FILTER_ON_MASTER_INSERT - Static variable in interface org.jminor.framework.model.EntityModel
Specifies whether or not a table model should be automatically filtered when an insert is performed in a master model, using the inserted entity.
FilterCondition<T> - Interface in org.jminor.common.model
An interface describing a filtering condition.
FilterCondition.AcceptAllCondition<T> - Class in org.jminor.common.model
A convenience condition class which always returns true
FilterCondition.RejectAllCondition<T> - Class in org.jminor.common.model
A convenience condition class which always returns false
filterContents() - Method in interface org.jminor.common.model.FilteredModel
Filters the table according to the condition returned by getFilterCondition().
filterContents() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
Filters the table according to the condition returned by getFilterCondition().
filterContents() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Filters the table according to the condition returned by getFilterCondition().
filterContents() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Filters the table according to the condition returned by getFilterCondition().
FilteredComboBoxModel<T> - Interface in org.jminor.common.model.combobox
A ComboBoxModel that allows filtering via FilterCondition objects.
FilteredModel<T> - Interface in org.jminor.common.model
Specifies a data model that can be filtered to hide some or all of the items it contains.
FilteredTableColumnModel<C,T> - Interface in org.jminor.common.model.table
A TableColumnModel handling hidden columns
FilteredTableModel<R,C,T> - Interface in org.jminor.common.model.table
Specifies a table model supporting selection as well as filtering
FilteredTablePanel<R,C> - Class in org.jminor.swing.common.ui.table
A UI component based on a FilteredTableModel.
FilteredTablePanel(AbstractFilteredTableModel<R, C>) - Constructor for class org.jminor.swing.common.ui.table.FilteredTablePanel
Instantiates a new FilteredTablePanel.
FilteredTablePanel(AbstractFilteredTableModel<R, C>, FilteredTablePanel.ColumnConditionPanelProvider<C>) - Constructor for class org.jminor.swing.common.ui.table.FilteredTablePanel
Instantiates a new FilteredTablePanel.
FilteredTablePanel(JTable, FilteredTablePanel.ColumnConditionPanelProvider<C>) - Constructor for class org.jminor.swing.common.ui.table.FilteredTablePanel
Instantiates a new FilteredTablePanel.
FilteredTablePanel.ColumnConditionPanelProvider<C> - Interface in org.jminor.swing.common.ui.table
Responsible for creating ColumnConditionPanels
FilteredTableSummaryPanel - Class in org.jminor.swing.common.ui.table
A UI component for showing column summary panels for numerical columns in a FilteredTableModel.
FilteredTableSummaryPanel(AbstractFilteredTableModel) - Constructor for class org.jminor.swing.common.ui.table.FilteredTableSummaryPanel
Instantiates a new EntityTableSummaryPanel
findNextItemCoordinate(int, boolean, String) - Method in interface org.jminor.common.model.table.FilteredTableModel
Returns a RowColumn denoting the row and column index of the first value to fulfill the given search condition.
findNextItemCoordinate(int, boolean, FilterCondition<Object>) - Method in interface org.jminor.common.model.table.FilteredTableModel
Returns a RowColumn denoting the row and column index of the first value to fulfill the given search condition.
findNextItemCoordinate(int, boolean, String) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Returns a RowColumn denoting the row and column index of the first value to fulfill the given search condition.
findNextItemCoordinate(int, boolean, FilterCondition<Object>) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Returns a RowColumn denoting the row and column index of the first value to fulfill the given search condition.
fire() - Method in interface org.jminor.common.Event
Notifies all listeners that this event has occurred
fire(T) - Method in interface org.jminor.common.Event
Notifies all listeners that this event has occurred
fireAfterDeleteEvent(EntityEditModel.DeleteEvent) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Notifies that a delete has been performed
fireAfterInsertEvent(EntityEditModel.InsertEvent) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Notifies that a insert has been performed
fireAfterUpdateEvent(EntityEditModel.UpdateEvent) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Notifies that an update has been performed
fireBeforeDeleteEvent(EntityEditModel.DeleteEvent) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Notifies that a delete is about to be performed
fireBeforeInsertEvent(EntityEditModel.InsertEvent) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Notifies that a insert is about to be performed
fireBeforeUpdateEvent(EntityEditModel.UpdateEvent) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Notifies that an update is about to be performed
fireChangeEvent(V) - Method in class org.jminor.common.Values.AbstractValue
Fires the change event for this value, indicating that the underlying value has changed or at least that it may have changed
fireContentsChanged() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Fires a ListDataEvent.CONTENTS_CHANGED event on all registered listeners
fireValueChanged(int, int, boolean) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
fireWeightsChangedEvent() - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
Notifies this model that the item weights have changed.
FlexibleGridLayout - Class in org.jminor.swing.common.ui.layout
Grid Layout which allows components of different sizes.
FlexibleGridLayout(int, int) - Constructor for class org.jminor.swing.common.ui.layout.FlexibleGridLayout
Instantiates a new FlexibleGridLayout
FlexibleGridLayout(int, int, int, int) - Constructor for class org.jminor.swing.common.ui.layout.FlexibleGridLayout
Instantiates a new FlexibleGridLayout
FlexibleGridLayout(int, int, int, int, boolean, boolean) - Constructor for class org.jminor.swing.common.ui.layout.FlexibleGridLayout
Instantiates a new FlexibleGridLayout
flushUserPreferences() - Static method in class org.jminor.common.model.PreferencesUtil
Flushes the preferences to disk
forceRefresh() - Method in interface org.jminor.framework.model.EntityComboBoxModel
Forces a refresh of this model, disregarding the staticData directive
forceRefresh() - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
Forces a refresh of this model, disregarding the staticData directive
FOREIGN_KEY_FETCH_DEPTH - Static variable in interface org.jminor.framework.domain.property.Property
Specifies the default foreign key fetch depth
Value type: Integer
Default value: 1
ForeignKeyConditionModel - Interface in org.jminor.framework.model
A condition model based on foreign key properties, using one or more Entity instances as condition values.
ForeignKeyConditionPanel - Class in org.jminor.swing.framework.ui
A column condition panel based on foreign key properties.
ForeignKeyConditionPanel(ForeignKeyConditionModel) - Constructor for class org.jminor.swing.framework.ui.ForeignKeyConditionPanel
Instantiates a new ForeignKeyConditionPanel.
ForeignKeyConditionPanel(ForeignKeyConditionModel, boolean, boolean) - Constructor for class org.jminor.swing.framework.ui.ForeignKeyConditionPanel
Instantiates a new ForeignKeyConditionPanel.
ForeignKeyProperty - Interface in org.jminor.framework.domain.property
A wrapper property that represents a reference to another entity, typically but not necessarily based on a foreign key.
foreignKeyProperty(String, String, String, ColumnProperty.Builder) - Static method in class org.jminor.framework.domain.property.Properties
Instantiates a ForeignKeyProperty
foreignKeyProperty(String, String, String, List<ColumnProperty.Builder>) - Static method in class org.jminor.framework.domain.property.Properties
Instantiates a ForeignKeyProperty
ForeignKeyProperty.Builder - Interface in org.jminor.framework.domain.property
Provides setters for ForeignKeyProperty properties
format(Object) - Method in interface org.jminor.common.model.table.ColumnSummaryModel.ColumnValueProvider
 
format(Object) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel.DefaultColumnValueProvider
 
format(String) - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocumentFilter
 
FormatResult(int, String) - Constructor for class org.jminor.swing.common.ui.textfield.NumberField.FormatResult
 
Formats - Class in org.jminor.common
A static utility class for formats.
FrameworkMessages - Class in org.jminor.framework.i18n
A class containing i18n message keys used in the framework package.
fromBean(V) - Method in class org.jminor.framework.domain.Domain
Creates a Entity from the given bean object.
fromBeans(List) - Method in class org.jminor.framework.domain.Domain
Transforms the given beans into a entities according to the information found in this Domain model
fromColumnValue(C) - Method in interface org.jminor.common.db.ValueConverter
 
fromColumnValue(Object) - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
FULL_COMPACT_TIMESTAMP - Static variable in class org.jminor.common.DateFormats
ddMMyy HH:mm:ss
FULL_TIMESTAMP - Static variable in class org.jminor.common.DateFormats
dd-MM-yyyy HH:mm:ss
function(HttpServletRequest, HttpHeaders, String) - Method in class org.jminor.framework.servlet.EntityService
Executes the function identified by functionId, with the given parameters
FXConditionModelProvider - Class in org.jminor.javafx.framework.model
Provides foreign key condition models based on ObservableEntityList for entities based on small datasets, see Entity.Definition.isSmallDataset()
FXConditionModelProvider() - Constructor for class org.jminor.javafx.framework.model.FXConditionModelProvider
 
FXEntityApplicationModel - Class in org.jminor.javafx.framework.model
A JavaFX implementation of DefaultEntityApplicationModel
FXEntityApplicationModel(EntityConnectionProvider) - Constructor for class org.jminor.javafx.framework.model.FXEntityApplicationModel
Instantiates a new FXEntityApplicationModel
FXEntityEditModel - Class in org.jminor.javafx.framework.model
A JavaFX implementation of EntityEditModel
FXEntityEditModel(String, EntityConnectionProvider) - Constructor for class org.jminor.javafx.framework.model.FXEntityEditModel
Instantiates a new FXEntityEditModel based on the entity identified by entityId.
FXEntityEditModel(String, EntityConnectionProvider, Entity.Validator) - Constructor for class org.jminor.javafx.framework.model.FXEntityEditModel
Instantiates a new FXEntityEditModel based on the entity identified by entityId.
FXEntityListModel - Class in org.jminor.javafx.framework.model
A JavaFX implementation of EntityTableModel.
FXEntityListModel(String, EntityConnectionProvider) - Constructor for class org.jminor.javafx.framework.model.FXEntityListModel
Instantiates a new FXEntityListModel based on the given entityId
FXEntityListModel(String, EntityConnectionProvider, EntityTableConditionModel) - Constructor for class org.jminor.javafx.framework.model.FXEntityListModel
Instantiates a new FXEntityListModel based on the given entityId
FXEntityListModel.PropertyTableColumn - Class in org.jminor.javafx.framework.model
A TableColumn based on a Property instance
FXEntityListSelectionModel - Class in org.jminor.javafx.framework.model
A JavaFX SelectionModel implementation
FXEntityListSelectionModel(SelectionModel<Entity>) - Constructor for class org.jminor.javafx.framework.model.FXEntityListSelectionModel
 
FXEntityModel - Class in org.jminor.javafx.framework.model
A JavaFX EntityEditModel implementation
FXEntityModel(String, EntityConnectionProvider) - Constructor for class org.jminor.javafx.framework.model.FXEntityModel
Instantiates a new FXEntityModel with default FXEntityEditModel and FXEntityListModel implementations
FXEntityModel(FXEntityEditModel) - Constructor for class org.jminor.javafx.framework.model.FXEntityModel
Instantiates a new FXEntityModel with a default FXEntityListModel implementation
FXEntityModel(FXEntityListModel) - Constructor for class org.jminor.javafx.framework.model.FXEntityModel
Instantiates a new FXEntityModel, using the edit model provided by the list model, or a default FXEntityEditModel implementation if the list model does not contain an edit model.
FXEntityModel(FXEntityEditModel, FXEntityListModel) - Constructor for class org.jminor.javafx.framework.model.FXEntityModel
Instantiates a new FXEntityModel
FXForeignKeyConditionListModel - Class in org.jminor.javafx.framework.model
A foreign key condition model based on an ObservableEntityList
FXForeignKeyConditionListModel(ForeignKeyProperty, ObservableEntityList) - Constructor for class org.jminor.javafx.framework.model.FXForeignKeyConditionListModel
Constructs a FXForeignKeyConditionListModel instance
FXUiUtil - Class in org.jminor.javafx.framework.ui
A factory class for UI related things.

G

get(K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Retrieves the value mapped to the given key
get(K) - Method in interface org.jminor.common.db.valuemap.ValueProvider
Retrieves the value mapped to the given key
get(String) - Static method in class org.jminor.common.i18n.Messages
Retrieves the locale string associated with the given key
get(K) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
Returns the value associated with the given key in the underlying value map
get(K) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
Returns the value associated with the given key in the underlying value map
get() - Method in interface org.jminor.common.StateObserver
 
get() - Method in interface org.jminor.common.ValueObserver
 
get(String) - Method in interface org.jminor.framework.domain.Entity
 
get(String) - Method in interface org.jminor.framework.domain.Entity.Key
 
get() - Method in interface org.jminor.framework.domain.property.ColumnProperty.Builder
 
get() - Method in interface org.jminor.framework.domain.property.ForeignKeyProperty.Builder
 
get() - Method in interface org.jminor.framework.domain.property.Property.Builder
 
get() - Method in interface org.jminor.framework.domain.property.TransientProperty.Builder
 
get(String) - Static method in class org.jminor.framework.i18n.FrameworkMessages
Retrieves the locale string associated with the given key
get(String) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Returns the value associated with the given property
get(String) - Method in interface org.jminor.framework.model.EntityEditModel
Returns the value associated with the given property
get(int) - Method in class org.jminor.swing.common.ui.control.ControlSet
 
get(String) - Static method in class org.jminor.swing.common.ui.SwingMessages
Retrieves the locale string associated with the given key
getAboutPanel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getAccessMessage() - Method in class org.jminor.common.MethodLogger.Entry
 
getAccessTime() - Method in class org.jminor.common.MethodLogger.Entry
 
getActions() - Method in class org.jminor.swing.common.ui.control.ControlSet
 
getActiveConnectionCount() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getActiveConnectionCount() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getActiveDetailPanel() - Method in interface org.jminor.swing.common.ui.MasterDetailPanel
 
getActiveDetailPanel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
getActiveDetailPanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
getActiveObserver() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Indicates whether this panel is active and ready to receive input
getAdditionalConditionProvider() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
getAdditionalConditionProvider() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
getAdditionalFilterCondition() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
getAdditionalFilterCondition() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
getAdditionalMenuControlSet() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getAfterInsertFocusComponent() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getAllColumns() - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
 
getAllColumns() - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
getAllItems() - Method in interface org.jminor.common.model.FilteredModel
 
getAllItems() - Method in interface org.jminor.framework.model.EntityTableModel
 
getAllItems() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
getAllItems() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
getAllItems() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getAllocatedMemory() - Static method in class org.jminor.common.Util
 
getAllocatedMemory() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getAllocatedMemory() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getAllowDeleteObserver() - Method in class org.jminor.framework.model.DefaultEntityEditModel
getAllowDeleteObserver() - Method in interface org.jminor.framework.model.EntityEditModel
 
getAllowInsertObserver() - Method in class org.jminor.framework.model.DefaultEntityEditModel
getAllowInsertObserver() - Method in interface org.jminor.framework.model.EntityEditModel
 
getAllowUpdateObserver() - Method in class org.jminor.framework.model.DefaultEntityEditModel
getAllowUpdateObserver() - Method in interface org.jminor.framework.model.EntityEditModel
 
getApplicationBatchSize() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getApplicationBatchSize() - Method in class org.jminor.swing.common.tools.LoadTestModel
getApplicationCount() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getApplicationCount() - Method in class org.jminor.swing.common.tools.LoadTestModel
getApplicationFrame() - Method in interface org.jminor.swing.framework.ui.EntityApplicationPanel.ApplicationFrameProvider
 
getApplicationIdentifier() - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
 
getApplicationIdentifier() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Returns a String identifying the application this EntityApplicationPanel represents, by default the full class name is returned.
getApplicationTabPane() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Returns the JTabbedPane used by the default UI, note that this can be null if the default UI initialization has been overridden.
getApplicationUser() - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
Displays a login panel in case authentication is required, otherwise returns the default user.
getArrayContentsAsString(Object[], boolean) - Static method in class org.jminor.common.TextUtil
 
getAsString(K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Retrieves a string representation of the value mapped to the given key, an empty string is returned in case of null values or if key is not found.
getAsString(K) - Method in interface org.jminor.common.db.valuemap.ValueMap
Retrieves a string representation of the value mapped to the given key, an empty string is returned in case of null values or if key is not found.
getAsString(String) - Method in interface org.jminor.framework.domain.Entity
This method returns a String representation of the value associated with the given property, if the property has a format it is used.
getAuditAction() - Method in interface org.jminor.framework.domain.property.AuditProperty
 
getAuthenticationInfo(Properties) - Method in class org.jminor.common.db.AbstractDatabase
Returns a string containing authentication info to append to the connection URL, based on the values found in connectionProperties.
getAuthenticationInfo(Properties) - Method in interface org.jminor.common.db.Database
In the case of embedded databases the user login info can be appended to the connection url, this method should return that string in case the dbms requires it and connectionProperties contains the username and password info, otherwise it should be safe to return null.
getAuthenticationToken(String[]) - Method in interface org.jminor.common.CredentialsProvider
Finds and returns a authentication token in the given String array
getAuthenticationToken(String) - Static method in interface org.jminor.common.CredentialsProvider
 
getAutoIncrementQuery(String) - Method in interface org.jminor.common.db.Database
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementQuery(String) - Method in class org.jminor.dbms.derby.DerbyDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementQuery(String) - Method in class org.jminor.dbms.h2database.H2Database
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementQuery(String) - Method in class org.jminor.dbms.hsqldb.HSQLDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementQuery(String) - Method in class org.jminor.dbms.mysql.MySQLDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementQuery(String) - Method in class org.jminor.dbms.oracle.OracleDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementQuery(String) - Method in class org.jminor.dbms.postgresql.PostgreSQLDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementQuery(String) - Method in class org.jminor.dbms.sqlite.SQLiteDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementQuery(String) - Method in class org.jminor.dbms.sqlserver.SQLServerDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutomaticWildcard() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getAutomaticWildcard() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getAvailable() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getAvailable() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getAvailableSummaries() - Method in interface org.jminor.common.model.table.ColumnSummaryModel
 
getAvailableSummaries() - Method in class org.jminor.common.model.table.DefaultColumnSummaryModel
getAverageGetTime() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getAverageGetTime() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getBasePanel() - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
Returns the base panel containing the table scroll pane (BorderLayout.CENTER).
getBeanClass() - Method in interface org.jminor.framework.domain.Entity.Definition
Returns the bean class associated with this entity type
getBeanProperty() - Method in interface org.jminor.framework.domain.property.Property
 
getBigDecimal(String) - Method in interface org.jminor.framework.domain.Entity
 
getBigDecimal() - Method in class org.jminor.swing.common.ui.textfield.DecimalField
 
getBigDecimal() - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocument
 
getBoolean(String) - Method in interface org.jminor.framework.domain.Entity
 
getBrowseControl(JTextField) - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a Control instance, with a triple-dot name ('...') for selecting a file path to display in the given text field
getButton() - Method in class org.jminor.swing.common.ui.TextInputPanel
 
getButtonClickObserver() - Method in class org.jminor.swing.common.ui.input.InputProviderPanel
 
getButtonModel() - Method in class org.jminor.swing.common.ui.control.Controls.ToggleControl
 
getButtonPanel() - Method in class org.jminor.javafx.framework.ui.EntityEditView
 
getCalendarButton() - Method in class org.jminor.swing.common.ui.LocalDateInputPanel
 
getCancelButton() - Method in class org.jminor.swing.common.ui.input.InputProviderPanel
 
getCaption() - Method in enum org.jminor.common.db.ConditionType
 
getCaption() - Method in class org.jminor.common.Item
 
getCaption() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getCaption() - Method in interface org.jminor.framework.domain.property.Property
 
getCaption(Object) - Method in interface org.jminor.framework.domain.property.ValueListProperty
 
getCaption() - Method in class org.jminor.javafx.framework.ui.EntityView
 
getCaption() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getCaption() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
getCaseSensitiveValue() - Method in interface org.jminor.framework.model.EntityLookupModel.LookupSettings
 
getChangeObserver() - Method in interface org.jminor.common.ValueObserver
Returns an observer notified each time this value changes, may not return null.
getChangeObserver() - Method in class org.jminor.common.Values.AbstractValue
Returns an observer notified each time this value changes, may not return null.
getCharacter(String) - Method in interface org.jminor.framework.domain.Entity
 
getCheckConnectionQuery() - Method in class org.jminor.common.db.AbstractDatabase
Returns a query to use when checking if the connection is valid, this is used in cases where the dbms does not support the isValid() call.
getCheckConnectionQuery() - Method in interface org.jminor.common.db.Database
Returns a query to use when checking if the connection is valid, this is used in cases where the dbms does not support the isValid() call.
getCheckConnectionQuery() - Method in class org.jminor.dbms.oracle.OracleDatabase
Returns a query to use when checking if the connection is valid, this is used in cases where the dbms does not support the isValid() call.
getCheckConnectionQuery() - Method in class org.jminor.dbms.postgresql.PostgreSQLDatabase
Returns a query to use when checking if the connection is valid, this is used in cases where the dbms does not support the isValid() call.
getCheckOutTimeCollection() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getChildViews() - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
 
getChildViews() - Method in class org.jminor.javafx.framework.ui.EntityView
getChildViews() - Method in interface org.jminor.javafx.framework.ui.ViewTreeNode
 
getCleanupInterval() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getClearControl() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getClearControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getClearSelectionControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getClientHost() - Method in interface org.jminor.common.remote.RemoteClient
 
getClientId() - Method in class org.jminor.common.remote.ClientLog
 
getClientId() - Method in interface org.jminor.common.remote.ConnectionRequest
 
getClientId() - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
getClientId() - Method in interface org.jminor.framework.db.EntityConnectionProvider
 
getClientInstanceListModel() - Method in class org.jminor.swing.framework.server.monitor.ClientMonitor
 
getClientLog(UUID) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getClientLog(UUID) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getClientMonitor() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getClients(User) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getClients(String) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getClients() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getClients() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getClients(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getClients(String) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getClientTimeoutValues() - Static method in class org.jminor.framework.server.DefaultEntityConnectionServer
 
getClientTypeId() - Method in interface org.jminor.common.remote.ConnectionRequest
 
getClientTypeId() - Method in interface org.jminor.common.remote.ConnectionValidator
 
getClientTypeId() - Method in interface org.jminor.common.remote.LoginProxy
 
getClientTypeId() - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
getClientTypeId() - Method in interface org.jminor.framework.db.EntityConnectionProvider
 
getClientTypeId() - Method in class org.jminor.swing.framework.server.monitor.ClientMonitor
 
getClientTypeListModel() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
 
getClientTypes() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getClientTypes() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getClientVersion() - Method in interface org.jminor.common.remote.ConnectionRequest
 
getClientVersion() - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
 
getClientVersion() - Method in interface org.jminor.framework.db.EntityConnectionProvider
 
getClientVersion() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getCollectFineGrainedStatisticsObserver() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getCollectionContentsAsString(Collection, boolean) - Static method in class org.jminor.common.TextUtil
 
getColmnPropertyBuilders() - Method in interface org.jminor.framework.domain.property.ForeignKeyProperty.Builder
 
getColor(Entity, Property) - Method in interface org.jminor.framework.domain.Entity.ColorProvider
 
getColor(Entity, Property) - Method in interface org.jminor.framework.domain.Entity.Definition
 
getColor(Property) - Method in interface org.jminor.framework.domain.Entity
 
getColumn() - Method in interface org.jminor.common.model.table.RowColumn
 
getColumnClass(C) - Method in interface org.jminor.common.model.table.TableSortModel
Returns the class of the column with the given identifier
getColumnClass(int) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getColumnClass(Property) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel.DefaultEntityTableSortModel
Returns the class of the column with the given identifier
getColumnCount() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getColumnFilterModel(C) - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
 
getColumnFilterModel(C) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
getColumnFilterModels() - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
 
getColumnFilterModels() - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
getColumnIdentifier() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getColumnIdentifier() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getColumnIdentifier(int) - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
 
getColumnIdentifier(int) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
getColumnModel() - Method in interface org.jminor.common.model.table.FilteredTableModel
 
getColumnModel() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getColumnName() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
getColumnPanels() - Method in class org.jminor.swing.common.ui.table.AbstractTableColumnSyncPanel
 
getColumnProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getColumnProperties(List<String>) - Method in interface org.jminor.framework.domain.Entity.Definition
Returns the ColumnPropertys identified by the propertyIds in propertyIds
getColumnProperty(String) - Method in interface org.jminor.framework.domain.Entity.Definition
 
getColumns() - Method in interface org.jminor.common.model.table.TableSortModel
 
getColumns() - Method in class org.jminor.swing.common.model.table.AbstractTableSortModel
getColumnSummaryModel(C) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
getColumnSummaryModel(String) - Method in interface org.jminor.framework.model.EntityTableModel
Returns the ColumnSummaryModel associated with the property identified by propertyId
getColumnSummaryModel(String) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Returns the ColumnSummaryModel associated with the property identified by propertyId
getColumnSummaryModel(C) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
 
getColumnSummaryModel(String) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Returns the ColumnSummaryModel associated with the property identified by propertyId
getColumnType() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
getComboBoxModel(String) - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
Returns a PropertyComboBoxModel for the given property,
getComparable(Object) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
 
getComparable(Object) - Method in class org.jminor.framework.model.DefaultPropertyFilterModel
getComparable(R, C) - Method in class org.jminor.swing.common.model.table.AbstractTableSortModel
Returns a Comparable instance for the given rowObject and columnIdentifier, used when sorting
getComparable(Entity, Property) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel.DefaultEntityTableSortModel
Returns a Comparable instance for the given rowObject and columnIdentifier, used when sorting
getComparator() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getComponent(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getComponentPropertyId(JComponent) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getComponentPropertyIds() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getCondition() - Method in interface org.jminor.framework.db.condition.Condition.Provider
 
getCondition(Entity.Definition) - Method in interface org.jminor.framework.db.condition.EntityCondition
 
getCondition() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
getCondition() - Method in class org.jminor.framework.model.DefaultForeignKeyConditionModel
getCondition() - Method in class org.jminor.framework.model.DefaultPropertyConditionModel
getCondition() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
getCondition() - Method in interface org.jminor.framework.model.PropertyConditionModel
 
getConditionEntities() - Method in class org.jminor.framework.model.DefaultForeignKeyConditionModel
getConditionEntities() - Method in interface org.jminor.framework.model.ForeignKeyConditionModel
 
getConditionId() - Method in interface org.jminor.framework.db.condition.Condition.CustomCondition
 
getConditionModel() - Method in interface org.jminor.framework.model.EntityTableModel
 
getConditionModel() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
getConditionModel() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
getConditionModel() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
getConditionModel() - Method in class org.jminor.swing.framework.ui.EntityTableConditionPanel
 
getConditionPanel(String) - Method in class org.jminor.swing.framework.ui.EntityTableConditionPanel
 
getConditionPanel() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getConditionPanelControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getConditionProvider(String) - Method in interface org.jminor.framework.domain.Entity.Definition
Returns the Entity.ConditionProvider associated with the given id
getConditions() - Method in interface org.jminor.framework.db.condition.Condition.Set
 
getConditionStateObserver() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
getConditionStateObserver() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
getConditionString(Entity.Definition) - Method in class org.jminor.framework.db.condition.Condition.EmptyCondition
 
getConditionString(Entity.Definition) - Method in interface org.jminor.framework.db.condition.Condition
Returns a condition string which can be used in a WHERE clause, containing the ? substitution character in place of any values
getConditionString(List) - Method in interface org.jminor.framework.domain.Entity.ConditionProvider
Creates a query condition string for the given values
getConditionType() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getConditionType() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getConditionType() - Method in interface org.jminor.framework.db.condition.Condition.PropertyCondition
 
getConditionTypeObserver() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getConditionTypeObserver() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getConfirmationMessages(EntityEditPanel.ConfirmType) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getConfirmDeleteMessages() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getConjunction() - Method in interface org.jminor.common.State.AggregateState
 
getConjunction() - Method in interface org.jminor.framework.db.condition.Condition.Set
 
getConjunction() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
getConjunction() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
getConnection() - Method in interface org.jminor.common.db.DatabaseConnection
Returns the underlying connection object, use DatabaseConnection.isConnected() to verify that the connection is not null and valid.
getConnection() - Method in interface org.jminor.common.db.pool.ConnectionPool
Fetches a connection from the pool.
getConnection(UUID) - Method in class org.jminor.common.remote.AbstractServer
 
getConnection() - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
Provides a EntityConnection object, is responsible for returning a healthy EntityConnection object, that is, it must reconnect an invalid connection whether remotely or locally
getConnection() - Method in interface org.jminor.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
getConnection() - Method in class org.jminor.framework.domain.test.EntityTestUnit
 
getConnectionCount() - Method in class org.jminor.common.remote.AbstractServer
 
getConnectionCount() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getConnectionCount() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getConnectionCount() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getConnectionCountDataset() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getConnectionCreationDate() - Method in class org.jminor.common.remote.ClientLog
 
getConnectionLimit() - Method in class org.jminor.common.remote.AbstractServer
 
getConnectionLimit() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getConnectionLimit() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getConnectionLimit() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getConnectionLimitObserver() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getConnectionPool(User) - Static method in class org.jminor.common.db.pool.ConnectionPools
 
getConnectionPool() - Method in class org.jminor.swing.common.tools.QueryLoadTestModel
 
getConnectionPoolCleanupInterval(User) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getConnectionPoolCleanupInterval(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getConnectionPoolInstanceMonitors() - Method in class org.jminor.swing.framework.server.monitor.PoolMonitor
 
getConnectionPoolMonitor() - Method in class org.jminor.swing.framework.server.monitor.DatabaseMonitor
 
getConnectionPoolProvider(String) - Static method in interface org.jminor.common.db.pool.ConnectionPoolProvider
 
getConnectionPoolProvider() - Static method in interface org.jminor.common.db.pool.ConnectionPoolProvider
 
getConnectionPools() - Static method in class org.jminor.common.db.pool.ConnectionPools
 
getConnectionPools() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getConnectionPools() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getConnectionPoolStatistics(User, long) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getConnectionPoolStatistics(User, long) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getConnectionPoolStatistics() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getConnectionProvider() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
getConnectionProvider() - Method in class org.jminor.framework.model.DefaultEntityEditModel
getConnectionProvider() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getConnectionProvider() - Method in class org.jminor.framework.model.DefaultEntityModel
getConnectionProvider() - Method in interface org.jminor.framework.model.EntityApplicationModel
 
getConnectionProvider() - Method in interface org.jminor.framework.model.EntityDataProvider
 
getConnectionProvider() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
 
getConnectionProvider() - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
getConnectionProvider() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
getConnectionRequest() - Method in interface org.jminor.common.remote.RemoteClient
 
getConnectionRequestsDataset() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getConnections() - Method in class org.jminor.common.remote.AbstractServer
 
getConnectionServer() - Method in class org.jminor.common.remote.http.HttpServer
 
getConnectionTimeout() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getConnectionTimeout() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
Returns the connection timeout in ms
getConnectionTimeout() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Returns the connection timeout in ms
getConnectionTimeout() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
 
getConnectionTimeoutObserver() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
 
getConnectionType() - Method in interface org.jminor.framework.db.EntityConnectionProvider
Returns a String specifying the type of connection provided by this connection provider
getConnectionType() - Method in class org.jminor.framework.db.http.HttpEntityConnectionProvider
Returns a String specifying the type of connection provided by this connection provider
getConnectionType() - Method in class org.jminor.framework.db.local.LocalEntityConnectionProvider
Returns a String specifying the type of connection provided by this connection provider
getConnectionType() - Method in class org.jminor.framework.db.remote.RemoteEntityConnectionProvider
Returns a String specifying the type of connection provided by this connection provider
getConnectionValidObserver() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
Returns a StateObserver which is active while the underlying application connection provider is connected.
getConnectionValidObserver() - Method in interface org.jminor.framework.model.EntityApplicationModel
Returns a StateObserver which is active while the underlying application connection provider is connected.
getControl() - Method in class org.jminor.javafx.framework.ui.PropertyInputDialog
 
getControl(EntityEditPanel.ControlCode) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getControl(String) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getControlPanelConstraints() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getControls() - Method in class org.jminor.swing.framework.ui.EntityTableConditionPanel
 
getControlSets() - Method in class org.jminor.swing.common.ui.control.ControlSet
 
getConverter() - Method in interface org.jminor.javafx.framework.ui.values.StringValue
 
getCopy() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
getCopy() - Method in interface org.jminor.common.db.valuemap.ValueMap
 
getCopyCellControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getCopyControlSet() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getCopyTableWithHeaderControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getCounter() - Method in class org.jminor.common.db.pool.AbstractConnectionPool
 
getCreated() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getCreated() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getCreationDate() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getCreationDate() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getCreationDate() - Method in class org.jminor.swing.framework.server.monitor.ClientInstanceMonitor
 
getCredentials(UUID) - Method in interface org.jminor.common.CredentialsProvider
Performs a authentication lookup.
getCredentials(UUID) - Method in class org.jminor.plugin.credentials.server.DefaultCredentialsProvider
Performs a authentication lookup.
getCurrentEntity() - Method in class org.jminor.plugin.jasperreports.model.JasperReportsEntityDataSource
 
getCurrentValue() - Method in interface org.jminor.common.db.valuemap.ValueChange
 
getDaemonThreadCount() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin.ThreadStatistics
 
getDatabase() - Method in interface org.jminor.common.db.DatabaseConnection
 
getDatabase() - Method in interface org.jminor.common.db.DatabaseConnectionProvider
 
getDatabase() - Method in class org.jminor.common.db.pool.AbstractConnectionPool
getDatabase() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getDatabaseConnection() - Method in interface org.jminor.framework.db.local.LocalEntityConnection
 
getDatabaseMonitor() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getDatabaseStatistics() - Static method in class org.jminor.common.db.Databases
Returns the statistics gathered via Databases.QUERY_COUNTER.
getDatabaseStatistics() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getDatabaseStatistics() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getDatabaseType() - Static method in interface org.jminor.common.db.Database
 
getDatabaseType() - Method in interface org.jminor.common.db.DatabaseProvider
 
getDatabaseType() - Method in class org.jminor.dbms.derby.DerbyDatabaseProvider
getDatabaseType() - Method in class org.jminor.dbms.h2database.H2DatabaseProvider
getDatabaseType() - Method in class org.jminor.dbms.hsqldb.HSQLDatabaseProvider
getDatabaseType() - Method in class org.jminor.dbms.mysql.MySQLDatabaseProvider
getDatabaseType() - Method in class org.jminor.dbms.oracle.OracleDatabaseProvider
getDatabaseType() - Method in class org.jminor.dbms.postgresql.PostgreSQLDatabaseProvider
getDatabaseType() - Method in class org.jminor.dbms.sqlite.SQLiteDatabaseProvider
getDatabaseType() - Method in class org.jminor.dbms.sqlserver.SQLServerDatabaseProvider
getDatabaseURL() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getDatabaseURL() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getDatabaseUser() - Method in interface org.jminor.common.remote.RemoteClient
 
getDataSource() - Method in interface org.jminor.common.db.reports.ReportDataWrapper
 
getDataSource() - Method in class org.jminor.plugin.jasperreports.model.JasperReportsDataWrapper
getDataSource() - Method in class org.jminor.plugin.jasperreports.model.JasperReportsEntityDataSource
getDate(String) - Method in interface org.jminor.framework.domain.Entity
 
getDateFormat() - Method in class org.jminor.swing.common.ui.TemporalInputPanel
 
getDateMask(String) - Static method in class org.jminor.common.DateFormats
Parses the date pattern and returns mask string that can be used in JFormattedFields.
getDateTimeFormatPattern() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getDateTimeFormatPattern() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getDateTimeFormatPattern() - Method in interface org.jminor.framework.domain.property.Property
 
getDateTimeFormatter() - Method in interface org.jminor.framework.domain.property.Property
 
getDateTimeFromUserAsText(LocalDateTime, String, String, Container) - Static method in class org.jminor.swing.common.ui.UiUtil
Retrieves a date from the user using a simple formatted text field
getDateWithCalendar(LocalDate, String, Container) - Static method in class org.jminor.swing.common.ui.UiUtil
Retrieves a LocalDate from the user via JCalendar.
getDefaultEntity() - Method in class org.jminor.framework.model.DefaultEntityEditModel
getDefaultEntity() - Method in interface org.jminor.framework.model.EntityEditModel
 
getDefaultFontSize() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getDefaultLookAndFeelClassName() - Static method in class org.jminor.swing.common.ui.UiUtil
Note that GTKLookAndFeel is overridden with MetalLookAndFeel, since JTabbedPane does not respect the 'TabbedPane.contentBorderInsets' setting, making hierachical tabbed panes look bad
getDefaultLookAndFeelClassName() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getDefaultUser() - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
 
getDefaultUsername() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getDefaultValue() - Method in interface org.jminor.framework.domain.property.Property
 
getDefaultValue(Property) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Returns the default value for the given property, used when initializing a new default entity for this edit model.
getDefaultValue(Property) - Method in interface org.jminor.framework.model.EntityEditModel
Returns the default value for the given property, used when initializing a new default entity for this edit model.
getDefaultWeight() - Method in interface org.jminor.swing.common.tools.LoadTest.UsageScenario
 
getDefaultWeight() - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
getDefinition(String) - Method in class org.jminor.framework.domain.Domain
 
getDefinitionTextValue() - Method in class org.jminor.swing.framework.tools.EntityGeneratorModel
 
getDelayedRequests() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getDelayedRequests() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getDelayedRequestsPerSecond() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getDelayedRequestsPerSecond() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getDeleteControl() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getDeletedEntities() - Method in class org.jminor.framework.model.DefaultEntityEditModel.DefaultDeleteEvent
 
getDeletedEntities() - Method in interface org.jminor.framework.model.EntityEditModel.DeleteEvent
 
getDeleteSelectedControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getDeletesPerSecond() - Method in interface org.jminor.common.db.Database.Statistics
 
getDeletesPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getDelimitedString(String[][], String[][], String) - Static method in class org.jminor.common.TextUtil
 
getDenormalizedProperties(String) - Method in interface org.jminor.framework.domain.Entity.Definition
Retrieves the denormalized properties which values originate from the entity referenced by the given foreign key property
getDenormalizedProperty() - Method in interface org.jminor.framework.domain.property.DenormalizedProperty
 
getDependencyTreeModel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getDerivedProperties(String) - Method in interface org.jminor.framework.domain.Entity.Definition
Returns the properties which values are derived from the value of the given property, an empty collection if no such derived properties exist
getDescription() - Method in enum org.jminor.common.db.ConditionType
 
getDescription() - Method in interface org.jminor.framework.db.EntityConnectionProvider
 
getDescription() - Method in class org.jminor.framework.db.http.HttpEntityConnectionProvider
 
getDescription() - Method in class org.jminor.framework.db.local.LocalEntityConnectionProvider
 
getDescription() - Method in class org.jminor.framework.db.remote.RemoteEntityConnectionProvider
 
getDescription() - Method in interface org.jminor.framework.domain.property.Property
 
getDescription() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getDescription() - Method in interface org.jminor.framework.model.EntityLookupModel
 
getDescription() - Method in class org.jminor.swing.common.ui.control.Control
 
getDestroyed() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getDestroyed() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getDetailModel(Class<? extends M>) - Method in class org.jminor.framework.model.DefaultEntityModel
Returns the first detail model of the given type
getDetailModel(String) - Method in class org.jminor.framework.model.DefaultEntityModel
Returns a detail model of the given type
getDetailModel(Class<? extends M>) - Method in interface org.jminor.framework.model.EntityModel
Returns the first detail model of the given type
getDetailModel(String) - Method in interface org.jminor.framework.model.EntityModel
Returns a detail model of the given type
getDetailModelForeignKey(M) - Method in class org.jminor.framework.model.DefaultEntityModel
getDetailModelForeignKey(M) - Method in interface org.jminor.framework.model.EntityModel
 
getDetailModels() - Method in class org.jminor.framework.model.DefaultEntityModel
getDetailModels() - Method in interface org.jminor.framework.model.EntityModel
 
getDetailPanel(String) - Method in class org.jminor.swing.framework.ui.EntityPanel
Returns the detail panel for the given entityId, if one is available
getDetailPanelProviders() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
getDetailPanels() - Method in interface org.jminor.swing.common.ui.MasterDetailPanel
 
getDetailPanels() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
getDetailPanels() - Method in class org.jminor.swing.framework.ui.EntityPanel
getDetailPanelState() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getDetailPanelState() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
getDetailSplitPanelResizeWeight() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
getDetailSplitPaneResizeWeight() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getDialog() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
getDialogOwner() - Method in interface org.jminor.swing.common.ui.worker.ProgressWorker.DialogOwnerProvider
 
getDirective() - Method in interface org.jminor.common.model.table.TableSortModel.SortingState
 
getDistinctValues(String, Collection<Entity>) - Static method in class org.jminor.framework.domain.Entities
Returns a Collection containing the distinct values of propertyId from the given entities, excluding null values.
getDistinctValues(String, Collection<Entity>, boolean) - Static method in class org.jminor.framework.domain.Entities
Returns a Collection containing the distinct values of propertyId from the given entities.
getDocumentCase() - Method in class org.jminor.swing.common.ui.textfield.SizedDocument
 
getDomain() - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
Returns the domain model this connection is based on
getDomain() - Method in interface org.jminor.framework.db.EntityConnection
 
getDomain() - Method in interface org.jminor.framework.db.EntityConnectionProvider
Returns the domain model this connection is based on
getDomain() - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
 
getDomain(String) - Static method in class org.jminor.framework.domain.Domain
 
getDomain() - Method in class org.jminor.framework.domain.test.EntityTestUnit
 
getDomain() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
getDomain() - Method in class org.jminor.framework.model.DefaultEntityEditModel
getDomain() - Method in interface org.jminor.framework.model.EntityApplicationModel
 
getDomain() - Method in interface org.jminor.framework.model.EntityEditModel
 
getDomain() - Method in interface org.jminor.framework.model.EntityTableModel
 
getDomain(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Returns the underlying domain model
getDomain() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
getDomain() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
getDomainClassName() - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
getDomainClassName() - Method in interface org.jminor.framework.db.EntityConnectionProvider
 
getDomainId(String) - Static method in class org.jminor.framework.db.AbstractEntityConnectionProvider
 
getDomainId() - Method in class org.jminor.framework.domain.Domain
 
getDomainId() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getDomainTableModel() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getDouble(String) - Static method in class org.jminor.common.TextUtil
Parses a Double from the given String.
getDouble(String) - Method in interface org.jminor.framework.domain.Entity
 
getDouble() - Method in class org.jminor.swing.common.ui.textfield.DecimalField
 
getDouble() - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocument
 
getDriverClassName() - Method in class org.jminor.common.db.AbstractDatabase
getDriverClassName() - Method in interface org.jminor.common.db.Database
 
getDuration() - Method in class org.jminor.common.MethodLogger.Entry
Returns the duration of the method call this entry represents in nanoseconds, this value is 0 or undefined until setExitTime() has been called, this can be checked via isComplete().
getDuration() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin.GcEvent
 
getEditControlPanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getEditModel() - Method in class org.jminor.framework.model.DefaultEntityModel
getEditModel() - Method in interface org.jminor.framework.model.EntityModel
 
getEditModel() - Method in interface org.jminor.framework.model.EntityTableModel
Returns the EntityEditModel associated with this table model
getEditModel() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Returns the EntityEditModel associated with this table model
getEditModel() - Method in class org.jminor.javafx.framework.ui.EntityEditView
 
getEditModel() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Returns the EntityEditModel associated with this table model
getEditModel() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getEditModel() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getEditModel() - Method in class org.jminor.swing.framework.ui.test.EntityEditPanelTestUnit
 
getEditModelClass() - Method in interface org.jminor.framework.model.EntityModelProvider
 
getEditModelClass() - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
getEditPanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getEditPanelClass() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
getEditPanelState() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getEditView() - Method in class org.jminor.javafx.framework.ui.EntityView
 
getElementAt(int) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
getElementAt(int) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
getEnabledObserver() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getEnabledObserver() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getEnabledObserver() - Method in interface org.jminor.swing.common.tools.ItemRandomizer
 
getEnabledObserver() - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
getEnabledObserver() - Method in class org.jminor.swing.common.ui.control.Control
 
getEntitiesByKey(Collection<Entity.Key>) - Method in interface org.jminor.framework.model.EntityTableModel
Finds entities according to the values in keys
getEntitiesByKey(Collection<Entity.Key>) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Finds entities according to the values in keys
getEntitiesByKey(Collection<Entity.Key>) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Finds entities according to the values in keys
getEntitiesByValue(Collection<Entity>, Map<String, Object>) - Static method in class org.jminor.framework.domain.Entities
Finds entities according to the values of values
getEntity() - Method in class org.jminor.framework.model.DefaultEntityEditModel
 
getEntity(Entity.Key) - Method in interface org.jminor.framework.model.EntityComboBoxModel
 
getEntity(Entity.Key) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
getEntityByKey(Entity.Key) - Method in interface org.jminor.framework.model.EntityTableModel
 
getEntityByKey(Entity.Key) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
getEntityByKey(Entity.Key) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
getEntityComboBoxModel() - Method in class org.jminor.swing.framework.model.SwingForeignKeyConditionModel
 
getEntityCopy() - Method in class org.jminor.framework.model.DefaultEntityEditModel
getEntityCopy(boolean) - Method in class org.jminor.framework.model.DefaultEntityEditModel
getEntityCopy() - Method in interface org.jminor.framework.model.EntityEditModel
 
getEntityCopy(boolean) - Method in interface org.jminor.framework.model.EntityEditModel
 
getEntityDefinition() - Method in class org.jminor.framework.model.DefaultEntityEditModel
getEntityDefinition() - Method in interface org.jminor.framework.model.EntityEditModel
 
getEntityDefinition() - Method in interface org.jminor.framework.model.EntityTableModel
 
getEntityDefinition() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
getEntityDefinition() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
getEntityDefinitions() - Method in class org.jminor.framework.domain.Domain
 
getEntityDefinitions() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getEntityDefinitions() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getEntityId() - Method in interface org.jminor.framework.db.condition.EntityCondition
 
getEntityId() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getEntityId() - Method in interface org.jminor.framework.domain.Entity
 
getEntityId() - Method in interface org.jminor.framework.domain.Entity.Key
 
getEntityId() - Method in interface org.jminor.framework.domain.property.Property
 
getEntityId() - Method in class org.jminor.framework.model.DefaultEntityEditModel
getEntityId() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getEntityId() - Method in class org.jminor.framework.model.DefaultEntityModel
getEntityId() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
getEntityId() - Method in interface org.jminor.framework.model.EntityDataProvider
 
getEntityId() - Method in interface org.jminor.framework.model.EntityModelProvider
 
getEntityId() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
getEntityId() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
 
getEntityId() - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
getEntityId() - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
getEntityId() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
getEntityId() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
getEntityLookupModel() - Method in class org.jminor.framework.model.DefaultForeignKeyConditionModel
getEntityLookupModel() - Method in interface org.jminor.framework.model.ForeignKeyConditionModel
 
getEntityModel(Class<? extends M>) - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
getEntityModel(String) - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
getEntityModel(Class<? extends M>) - Method in interface org.jminor.framework.model.EntityApplicationModel
 
getEntityModel(String) - Method in interface org.jminor.framework.model.EntityApplicationModel
 
getEntityModels() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
getEntityModels() - Method in interface org.jminor.framework.model.EntityApplicationModel
 
getEntityNewObserver() - Method in class org.jminor.framework.model.DefaultEntityEditModel
getEntityNewObserver() - Method in interface org.jminor.framework.model.EntityEditModel
 
getEntityPanel(String) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getEntityPanels() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getEntitySerializer() - Method in class org.jminor.framework.domain.Domain
 
getEntityTableModel() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getEntityTablePanel() - Method in class org.jminor.swing.framework.ui.EntityLookupField.TableSelectionProvider
 
getEntries() - Method in class org.jminor.common.MethodLogger
 
getEntries() - Method in class org.jminor.common.remote.ClientLog
 
getEnvironmentInfo() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getErrorCode() - Method in exception org.jminor.common.db.exception.DatabaseException
Returns the underlying error code, note that this is only available when running with a local database connection.
getErrorMessage(SQLException) - Method in class org.jminor.common.db.AbstractDatabase
Returns a user friendly error message for the given exception, otherwise simply return the message from exception
getErrorMessage(SQLException) - Method in interface org.jminor.common.db.Database
Returns a user friendly error message for the given exception, otherwise simply return the message from exception
getErrorMessage(SQLException) - Method in class org.jminor.dbms.oracle.OracleDatabase
Returns a user friendly error message for the given exception, otherwise simply return the message from exception
getExceptions() - Method in interface org.jminor.swing.common.tools.LoadTest.UsageScenario
 
getExceptions() - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
getExitTime() - Method in class org.jminor.common.MethodLogger.Entry
 
getExportControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getFailedRequests() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getFailedRequests() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getFailedRequestsPerSecond() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getFailedRequestsPerSecond() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getFetchCount() - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
 
getFetchCount() - Method in interface org.jminor.framework.model.EntityTableModel
Returns the maximum number of records to fetch via the underlying query the next time this table model is refreshed, a value of -1 means all records should be fetched
getFetchCount() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Returns the maximum number of records to fetch via the underlying query the next time this table model is refreshed, a value of -1 means all records should be fetched
getFetchCount() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Returns the maximum number of records to fetch via the underlying query the next time this table model is refreshed, a value of -1 means all records should be fetched
getFetchDepth() - Method in interface org.jminor.framework.domain.property.ForeignKeyProperty
 
getFieldValue(JRField) - Method in class org.jminor.plugin.jasperreports.model.JasperReportsEntityDataSource
Returns the table value of the property identified by jrField.getName()
getFileControlSet() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getFilterCondition() - Method in interface org.jminor.common.model.FilteredModel
Returns the filter condition defined by this model, null if no filter condition has been set.
getFilterCondition() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
Returns the filter condition defined by this model, null if no filter condition has been set.
getFilterCondition() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Returns the filter condition defined by this model, null if no filter condition has been set.
getFilterCondition() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Returns the filter condition defined by this model, null if no filter condition has been set.
getFilteredItemCount() - Method in interface org.jminor.common.model.FilteredModel
 
getFilteredItemCount() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
getFilteredItemCount() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
getFilteredItemCount() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getFilteredItems() - Method in interface org.jminor.common.model.FilteredModel
 
getFilteredItems() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
getFilteredItems() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
getFilteredItems() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getFilteredList() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
 
getFilterTextField() - Method in class org.jminor.javafx.framework.ui.EntityTableView
 
getFineGrainedInPoolDataset() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getFineGrainedStatistics() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
Returns a list containing connection pool states spanning some interval, the order of items in the list is not guaranteed.
getFineGrainedStatistics() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
Returns a list containing connection pool states spanning some interval, the order of items in the list is not guaranteed.
getFirstDayOfCurrentYear() - Static method in class org.jminor.common.Dates
 
getFirstDayOfLastMonth() - Static method in class org.jminor.common.Dates
 
getFirstDayOfMonth(int) - Static method in class org.jminor.common.Dates
 
getFirstDayOfQuarter(Dates.Quarter) - Static method in class org.jminor.common.Dates
Returns the first day of the the given quarter, assuming quarters begin in january, april, july and october.
getFirstDayOfYear(int) - Static method in class org.jminor.common.Dates
 
getFirstProperty() - Method in interface org.jminor.framework.domain.Entity.Key
 
getFirstValue() - Method in interface org.jminor.framework.domain.Entity.Key
 
getForeignEntityId() - Method in interface org.jminor.framework.domain.property.ForeignKeyProperty
 
getForeignKey(String) - Method in interface org.jminor.framework.domain.Entity
Returns the Entity instance referenced by the given foreign key property.
getForeignKey(ForeignKeyProperty) - Method in interface org.jminor.framework.domain.Entity
Returns the Entity instance referenced by the given foreign key property.
getForeignKey(String) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Returns the value associated with the given propertyId assuming it is an Entity instance
getForeignKey(String) - Method in interface org.jminor.framework.model.EntityEditModel
Returns the value associated with the given propertyId assuming it is an Entity instance
getForeignKeyComboBoxModel(String) - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
Returns a EntityComboBoxModel for the given foreign key property.
getForeignKeyComboBoxModel(ForeignKeyProperty) - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
Returns a EntityComboBoxModel for the given foreign key property.
getForeignKeyFetchDepthLimit(String) - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
Returns the number of levels of foreign key values to fetch, with 0 meaning no referenced entities should be fetched, -1 no limit and null unspecified (use default).
getForeignKeyFilterCondition() - Method in interface org.jminor.framework.model.EntityComboBoxModel
Use this method to retrieve the default foreign key filter condition model if you want to add a custom FilterCondition to this model via FilteredModel.setFilterCondition(FilterCondition).
getForeignKeyFilterCondition() - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
Use this method to retrieve the default foreign key filter condition model if you want to add a custom FilterCondition to this model via FilteredModel.setFilterCondition(FilterCondition).
getForeignKeyFilterEntities(String) - Method in interface org.jminor.framework.model.EntityComboBoxModel
 
getForeignKeyFilterEntities(String) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
getForeignKeyListModel(String) - Method in class org.jminor.javafx.framework.model.FXEntityEditModel
Returns a FXEntityListModel for the given foreign key property.
getForeignKeyListModel(ForeignKeyProperty) - Method in class org.jminor.javafx.framework.model.FXEntityEditModel
Returns a FXEntityListModel for the given foreign key property.
getForeignKeyLookupModel(String) - Method in class org.jminor.framework.model.DefaultEntityEditModel
getForeignKeyLookupModel(ForeignKeyProperty) - Method in class org.jminor.framework.model.DefaultEntityEditModel
getForeignKeyLookupModel(String) - Method in interface org.jminor.framework.model.EntityEditModel
 
getForeignKeyLookupModel(ForeignKeyProperty) - Method in interface org.jminor.framework.model.EntityEditModel
 
getForeignKeyProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getForeignKeyProperties(String) - Method in interface org.jminor.framework.domain.Entity.Definition
Returns the foreign key properties referencing entities of the given type
getForeignKeyProperty(String) - Method in interface org.jminor.framework.domain.Entity.Definition
 
getForeignKeyProperty() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
getForeignKeyPropertyId() - Method in interface org.jminor.framework.domain.property.DenormalizedProperty
 
getFormat() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getFormat() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getFormat() - Method in interface org.jminor.framework.domain.property.Property
 
getFormat() - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocument
 
getFormat() - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocumentFilter
 
getFormatted(String, Format) - Method in interface org.jminor.framework.domain.Entity
 
getFormatted(Property, Format) - Method in interface org.jminor.framework.domain.Entity
 
getFormatter() - Method in class org.jminor.swing.common.ui.TemporalInputPanel
 
getFrameTitle(String, EntityConnectionProvider) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getFrameworkVersion() - Method in interface org.jminor.common.remote.ConnectionRequest
 
getFreeMemory() - Static method in class org.jminor.common.Util
 
getFunction(String) - Method in class org.jminor.framework.domain.Domain
 
getGcEvents(long) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getGcEvents(long) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getGcEventsDataset() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getGcName() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin.GcEvent
 
getGetMethod(Class, String, Object) - Static method in class org.jminor.common.Util
 
getGetMethod(Class, String, Class) - Static method in class org.jminor.common.Util
 
getGroupByClause() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getHavingClause() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getHelpControlSet() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getHelpPanel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getHelpText() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getHiddenColumns() - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
 
getHiddenColumns() - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
getHintText() - Method in class org.jminor.swing.common.ui.textfield.TextFieldHint
 
getHost() - Method in class org.jminor.common.db.AbstractDatabase
getHost() - Method in interface org.jminor.common.db.Database
 
getHostMonitors() - Method in class org.jminor.swing.framework.server.monitor.EntityServerMonitor
 
getHostName() - Method in class org.jminor.swing.framework.server.monitor.HostMonitor
 
getIcon() - Method in class org.jminor.swing.common.ui.control.Control
 
getId() - Method in interface org.jminor.common.db.DatabaseConnection.Operation
 
getImage() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
 
getImageHeight() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
 
getImageIcon(Class, String) - Static method in class org.jminor.swing.common.ui.images.Images
Loads an image from the given resource assuming it is on the classpath on the same level as the given class
getImageOrigin() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Gets the image origin.
getImageWidth() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
 
getIndentation() - Method in class org.jminor.plugin.json.EntityJSONParser
 
getInitialFocusComponent() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getInPoolDataset() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getInputComponent() - Method in class org.jminor.swing.common.ui.input.AbstractInputProvider
getInputComponent() - Method in interface org.jminor.swing.common.ui.input.InputProvider
 
getInputComponent() - Method in class org.jminor.swing.common.ui.input.InputProviderPanel
getInputField() - Method in class org.jminor.swing.common.ui.TemporalInputPanel
 
getInputProvider(Property, List<Entity>) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Provides value input components for multiple entity update, override to supply specific InputValueProvider implementations for properties.
getInsertAction() - Method in interface org.jminor.framework.model.EntityTableModel
 
getInsertAction() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
getInsertAction() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
getInsertControl() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getInsertedEntities() - Method in class org.jminor.framework.model.DefaultEntityEditModel.DefaultInsertEvent
 
getInsertedEntities() - Method in interface org.jminor.framework.model.EntityEditModel.InsertEvent
 
getInsertsPerSecond() - Method in interface org.jminor.common.db.Database.Statistics
 
getInsertsPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getInstance() - Static method in interface org.jminor.common.db.DatabaseProvider
 
getInstance() - Static method in class org.jminor.common.db.Databases
 
getInstance() - Static method in class org.jminor.swing.common.ui.DefaultDialogExceptionHandler
 
getInt(String) - Static method in class org.jminor.common.TextUtil
Parses an Integer from the given String.
getInteger(String) - Method in interface org.jminor.framework.domain.Entity
 
getInteger() - Method in class org.jminor.swing.common.ui.textfield.IntegerField
 
getInteger() - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocument
 
getInterval() - Method in class org.jminor.common.TaskScheduler
 
getIntervalObserver() - Method in class org.jminor.common.TaskScheduler
 
getIntX() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel.Coordinates
 
getIntY() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel.Coordinates
 
getInUse() - Method in class org.jminor.common.db.pool.AbstractConnectionPool
 
getInUse() - Method in interface org.jminor.common.db.pool.ConnectionPoolState
 
getInUse() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getInUse() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolState
getInUse() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getItem() - Method in interface org.jminor.swing.common.tools.ItemRandomizer.RandomItem
 
getItemAt(int) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
getItemAt(int) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getItemCount() - Method in interface org.jminor.swing.common.tools.ItemRandomizer
 
getItemCount() - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
getItems() - Method in interface org.jminor.swing.common.tools.ItemRandomizer
 
getItems() - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
getJTable() - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
getKey() - Method in exception org.jminor.common.db.valuemap.exception.ValidationException
 
getKey() - Method in interface org.jminor.common.db.valuemap.ValueChange
 
getKey(V) - Method in interface org.jminor.common.Util.MapKeyProvider
 
getKey() - Method in interface org.jminor.framework.domain.Entity
 
getKeyGenerator() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getKeyGeneratorType() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getKeyGeneratorType() - Method in interface org.jminor.framework.domain.Entity
 
getKeys(List<Entity>) - Static method in class org.jminor.framework.domain.Entities
Returns the primary keys of the given entities.
getKeys(List<Entity>, boolean) - Static method in class org.jminor.framework.domain.Entities
Returns the primary key values of the given entities, current or original.
getLastDayOfCurrentYear() - Static method in class org.jminor.common.Dates
 
getLastDayOfLastMonth() - Static method in class org.jminor.common.Dates
 
getLastDayOfMonth(int) - Static method in class org.jminor.common.Dates
 
getLastDayOfQuarter(Dates.Quarter) - Static method in class org.jminor.common.Dates
Returns the last day of the the given quarter, assuming quarters begin in january, april, july and october.
getLastDayOfYear(int) - Static method in class org.jminor.common.Dates
 
getLastDialogPosition() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
getLimit() - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
 
getLinkedDetailModels() - Method in class org.jminor.framework.model.DefaultEntityModel
getLinkedDetailModels() - Method in interface org.jminor.framework.model.EntityModel
 
getLinkedDetailPanels() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getListModel() - Method in class org.jminor.javafx.framework.model.FXForeignKeyConditionListModel
 
getListModel() - Method in class org.jminor.javafx.framework.ui.EntityTableView
 
getLocale() - Method in interface org.jminor.common.remote.Server.ServerInfo
 
getLockedObserver() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getLockedObserver() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getLog() - Method in class org.jminor.swing.framework.server.monitor.ClientInstanceMonitor
 
getLoggingEnabledButtonModel() - Method in class org.jminor.swing.framework.server.monitor.ClientInstanceMonitor
 
getLoggingLevel() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getLoggingLevel() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getLoggingLevel() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getLoggingLevelObserver() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getLoggingLevels() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getLoginDelayFactor() - Method in interface org.jminor.swing.common.tools.LoadTest
Sets the with which to multiply the think time when logging in, this helps spread the application logins when creating a batch of application.
getLoginDelayFactor() - Method in class org.jminor.swing.common.tools.LoadTestModel
Sets the with which to multiply the think time when logging in, this helps spread the application logins when creating a batch of application.
getLoginTimeout() - Method in class org.jminor.common.db.AbstractDatabase
 
getLogLevel() - Method in interface org.jminor.common.LoggerProxy
 
getLogLevel() - Method in class org.jminor.plugin.log4j.Log4jProxy
getLogLevel() - Method in class org.jminor.plugin.logback.LogbackProxy
getLogLevels() - Method in interface org.jminor.common.LoggerProxy
 
getLogLevels() - Method in class org.jminor.plugin.log4j.Log4jProxy
getLogLevels() - Method in class org.jminor.plugin.logback.LogbackProxy
getLogTreeModel() - Method in class org.jminor.swing.framework.server.monitor.ClientInstanceMonitor
 
getLong(String) - Static method in class org.jminor.common.TextUtil
Parses a Long from the given String.
getLong(String) - Method in interface org.jminor.framework.domain.Entity
 
getLong() - Method in class org.jminor.swing.common.ui.textfield.LongField
 
getLong() - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocument
 
getLookupProperties() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getLookupProperties() - Method in interface org.jminor.framework.model.EntityLookupModel
 
getLowerBound() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getLowerBound() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getLowerBoundField() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
getLowerBoundValue() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getLowerBoundValue() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getMainMenuControlSet() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getMaintenanceInterval() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getMaintenanceInterval() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMaintenanceInterval() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
 
getMajor() - Method in class org.jminor.common.Version
 
getMasterModel() - Method in class org.jminor.framework.model.DefaultEntityModel
getMasterModel() - Method in interface org.jminor.framework.model.EntityModel
 
getMasterPanel() - Method in interface org.jminor.swing.common.ui.MasterDetailPanel
 
getMasterPanel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
getMasterPanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
getMax() - Method in interface org.jminor.framework.domain.property.Property
 
getMaximumCheckOutTime() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getMaximumCheckOutTime() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getMaximumCheckOutTime() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getMaximumCheckOutTime() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getMaximumConnectionPoolSize(User) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getMaximumConnectionPoolSize(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMaximumFractionDigits() - Method in interface org.jminor.framework.domain.property.Property
 
getMaximumFractionDigits() - Method in class org.jminor.swing.common.ui.textfield.DecimalField
 
getMaximumPoolCheckOutTime(User) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getMaximumPoolCheckOutTime(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMaximumPoolRetryWaitPeriod(User) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getMaximumPoolRetryWaitPeriod(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMaximumPoolSize() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getMaximumPoolSize() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getMaximumRetryWaitPeriod() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getMaximumRetryWaitPeriod() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getMaximumThinkTime() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getMaximumThinkTime() - Method in class org.jminor.swing.common.tools.LoadTestModel
getMaximumValue() - Method in class org.jminor.swing.common.ui.textfield.NumberField
 
getMaxLength() - Method in interface org.jminor.framework.domain.property.Property
 
getMaxLength() - Method in class org.jminor.swing.common.ui.textfield.SizedDocument
 
getMaxLength() - Method in class org.jminor.swing.common.ui.TextInputPanel
 
getMaxMemory() - Static method in class org.jminor.common.Util
 
getMaxMemory() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getMaxMemory() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMemoryUsage() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getMemoryUsageDataset() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getMemoryUsageDataset() - Method in class org.jminor.swing.common.tools.LoadTestModel
getMemoryUsageDataset() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getMemoryUsageString() - Static method in class org.jminor.common.Util
 
getMetadata() - Method in class org.jminor.common.Version
 
getMethod() - Method in class org.jminor.common.MethodLogger.Entry
 
getMethodLogger() - Method in interface org.jminor.common.db.DatabaseConnection
 
getMethodLogger() - Method in interface org.jminor.framework.db.local.LocalEntityConnection
 
getMin() - Method in interface org.jminor.framework.domain.property.Property
 
getMinimumCheckOutTime() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getMinimumCheckOutTime() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getMinimumConnectionPoolSize(User) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getMinimumConnectionPoolSize(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMinimumPoolSize() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getMinimumPoolSize() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getMinimumThinkTime() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getMinimumThinkTime() - Method in class org.jminor.swing.common.tools.LoadTestModel
getMinimumThinkTimeObserver() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getMinimumThinkTimeObserver() - Method in class org.jminor.swing.common.tools.LoadTestModel
getMinimumValue() - Method in class org.jminor.swing.common.ui.textfield.NumberField
 
getMinor() - Method in class org.jminor.common.Version
 
getMnemonic() - Method in interface org.jminor.framework.domain.property.Property
 
getMnemonic() - Method in class org.jminor.swing.common.ui.control.Control
 
getModel() - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
 
getModel() - Method in class org.jminor.javafx.framework.ui.EntityLookupField
 
getModel() - Method in class org.jminor.javafx.framework.ui.EntityView
 
getModel() - Method in class org.jminor.swing.common.tools.ui.ItemRandomizerPanel
 
getModel() - Method in class org.jminor.swing.common.tools.ui.LoadTestPanel
 
getModel() - Method in class org.jminor.swing.common.ui.table.ColumnSummaryPanel
 
getModel() - Method in class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
 
getModel() - Method in class org.jminor.swing.framework.server.monitor.ui.ServerMonitorPanel
 
getModel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getModel() - Method in class org.jminor.swing.framework.ui.EntityLookupField
 
getModel() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getModelClass() - Method in interface org.jminor.framework.model.EntityModelProvider
 
getModelClass() - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
getModelProvider() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
getModifiedColumnProperties(Entity, Entity, boolean) - Static method in class org.jminor.framework.domain.Entities
Returns all ColumnPropertys which value is missing or the original value differs from the one in the comparison entity, returns an empty Collection if all of entitys original values match the values found in comparison
getModifiedEntities(Collection<Entity>) - Static method in class org.jminor.framework.domain.Entities
Returns all of the given entities which have been modified
getModifiedEntities(List<Entity>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Called during the DefaultEntityEditModel.update() function, to determine which entities need to be updated, these entities will then be forwarded to DefaultEntityEditModel.doUpdate(java.util.List).
getModifiedObserver() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
getModifiedObserver() - Method in interface org.jminor.common.db.valuemap.ValueMap
 
getModifiedObserver() - Method in class org.jminor.framework.model.DefaultEntityEditModel
Returns a StateObserver responsible for indicating when and if any values in the underlying Entity are modified.
getModifiedObserver() - Method in interface org.jminor.framework.model.EntityEditModel
Returns a StateObserver responsible for indicating when and if any values in the underlying Entity are modified.
getModifiedRow() - Method in exception org.jminor.common.db.exception.RecordModifiedException
 
getMoveSelectionDownControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getMoveSelectionUpControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getMultipleItemSeparatorValue() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getMultipleItemSeparatorValue() - Method in interface org.jminor.framework.model.EntityLookupModel
 
getMultipleSelectionAllowedValue() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getMultipleSelectionAllowedValue() - Method in interface org.jminor.framework.model.EntityLookupModel
 
getMultipleSelectionObserver() - Method in interface org.jminor.common.model.table.SelectionModel
 
getMultipleSelectionObserver() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
getMultipleSelectionObserver() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
 
getMultipleSelectionObserver() - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
getName() - Method in interface org.jminor.common.db.DatabaseConnection.Operation
 
getName() - Method in interface org.jminor.swing.common.tools.LoadTest.UsageScenario
 
getName() - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
getName() - Method in class org.jminor.swing.common.ui.control.Control
 
getNewConnectionThreshold() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getNewConnectionThreshold() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getNextPanel() - Method in interface org.jminor.swing.common.ui.MasterDetailPanel
 
getNextPanel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
getNextPanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
getNextSiblingView() - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
 
getNextSiblingView() - Method in class org.jminor.javafx.framework.ui.EntityView
getNextSiblingView() - Method in interface org.jminor.javafx.framework.ui.ViewTreeNode
 
getNonGroupingNumberFormat() - Static method in class org.jminor.common.Formats
 
getNonGroupingNumberFormat(boolean) - Static method in class org.jminor.common.Formats
 
getNullValue() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
getNullValue() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
getNumber() - Method in class org.jminor.swing.common.ui.textfield.NumberField
 
getNumber() - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocument
 
getNumberOfApplicationsDataset() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getNumberOfApplicationsDataset() - Method in class org.jminor.swing.common.tools.LoadTestModel
getObserver() - Method in interface org.jminor.common.Event
 
getObserver() - Method in interface org.jminor.common.State
 
getObserver() - Method in interface org.jminor.common.Value
 
getObserver() - Method in class org.jminor.common.Values.AbstractObservableValue
getOffset() - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
 
getOkButton() - Method in class org.jminor.swing.common.ui.input.InputProviderPanel
 
getOrderBy() - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
 
getOrderBy() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getOrderBy() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
The order by clause to use when selecting the data for this model, by default the order by clause defined for the underlying entity
getOrderBy() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
The order by clause to use when selecting the data for this model, by default the order by clause defined for the underlying entity
getOrderByProperties() - Method in interface org.jminor.framework.domain.Entity.OrderBy
 
getOriginal(K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Returns the original value associated with the given key or the current value if it has not been modified.
getOriginal(K) - Method in interface org.jminor.common.db.valuemap.ValueMap
Returns the original value associated with the given key or the current value if it has not been modified.
getOriginal(String) - Method in interface org.jminor.framework.domain.Entity
 
getOriginalCopy() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
getOriginalCopy() - Method in interface org.jminor.common.db.valuemap.ValueMap
 
getOriginalKey() - Method in interface org.jminor.framework.domain.Entity
 
getPanelClass() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
getParameters() - Method in interface org.jminor.common.remote.ConnectionRequest
 
getParameters() - Method in class org.jminor.swing.common.tools.QueryLoadTestModel.QueryScenario
For overriding, returns the parameter values to use for the next query execution, these must of course match the parameter slots in the underlying query.
getParentDialog(Component) - Static method in class org.jminor.swing.common.ui.UiUtil
 
getParentFrame(Component) - Static method in class org.jminor.swing.common.ui.UiUtil
 
getParentOfType(Node, Class<T>) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Finds and returns the first parent of node of the given type
getParentOfType(Component, Class<T>) - Static method in class org.jminor.swing.common.ui.UiUtil
Searches the parent component hierarchy of the given component for an ancestor of the given type
getParentView() - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
 
getParentView() - Method in class org.jminor.javafx.framework.ui.EntityView
getParentView() - Method in interface org.jminor.javafx.framework.ui.ViewTreeNode
 
getParentWindow(Component) - Static method in class org.jminor.swing.common.ui.UiUtil
 
getParentWindow() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getPassword() - Method in class org.jminor.common.User
 
getPasswordField() - Method in class org.jminor.swing.common.ui.LoginPanel
 
getPatch() - Method in class org.jminor.common.Version
 
getPauseObserver() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getPauseObserver() - Method in class org.jminor.swing.common.tools.LoadTestModel
getPool() - Method in class org.jminor.common.db.pool.AbstractConnectionPool
 
getPoolCleanupInterval() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getPoolConnectionThreshold(User) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getPoolConnectionThreshold(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getPooledConnectionTimeout(User) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getPooledConnectionTimeout(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getPooledConnectionTimeout() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getPoolTime() - Method in interface org.jminor.common.db.DatabaseConnection
 
getPoolUsers(Collection<String>) - Static method in class org.jminor.framework.server.DefaultEntityConnectionServer
 
getPopupControls(List<ControlSet>) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Constructs a ControlSet containing the controls to include in the table popup menu.
getPopupSize() - Method in class org.jminor.swing.common.ui.combobox.SteppedComboBox
 
getPort() - Method in class org.jminor.common.db.AbstractDatabase
getPort() - Method in interface org.jminor.common.db.Database
 
getPreferredColumnWidth() - Method in interface org.jminor.framework.domain.property.Property
 
getPreferredScrollBarWidth() - Static method in class org.jminor.swing.common.ui.UiUtil
 
getPreferredTextFieldHeight() - Static method in class org.jminor.swing.common.ui.UiUtil
 
getPreferredTextFieldSize() - Static method in class org.jminor.swing.common.ui.UiUtil
 
getPreviousPanel() - Method in interface org.jminor.swing.common.ui.MasterDetailPanel
 
getPreviousPanel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
getPreviousPanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
getPreviousSiblingView() - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
 
getPreviousSiblingView() - Method in class org.jminor.javafx.framework.ui.EntityView
getPreviousSiblingView() - Method in interface org.jminor.javafx.framework.ui.ViewTreeNode
 
getPreviousValue() - Method in interface org.jminor.common.db.valuemap.ValueChange
 
getPrimaryKeyIndex() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
getPrimaryKeyNullObserver() - Method in class org.jminor.framework.model.DefaultEntityEditModel
getPrimaryKeyNullObserver() - Method in interface org.jminor.framework.model.EntityEditModel
 
getPrimaryKeyProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getPrimaryKeyProperties() - Method in interface org.jminor.framework.domain.Entity
 
getPrimaryKeyPropertyMap() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getPrintControls() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getPrintTableControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getPriority() - Method in interface org.jminor.common.model.table.TableSortModel.SortingState
 
getProcedure(String) - Method in class org.jminor.framework.domain.Domain
 
getProcessCpuLoad() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getProcessCpuLoad() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getProgressBar() - Method in class org.jminor.swing.common.ui.worker.ProgressDialog
 
getProgressModel() - Method in class org.jminor.swing.common.ui.worker.ProgressDialog
 
getProperties(String) - Method in class org.jminor.common.PropertyStore
Returns the values associated with the properties with the given prefix
getProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getProperties(Collection<String>) - Method in interface org.jminor.framework.domain.Entity.Definition
Returns the Propertys identified by the propertyIds in propertyIds
getProperties(boolean) - Method in interface org.jminor.framework.domain.Entity.Definition
Returns all Propertys for the given entity
getProperties() - Method in interface org.jminor.framework.domain.Entity
 
getProperties() - Method in interface org.jminor.framework.domain.Entity.Key
 
getProperties() - Method in interface org.jminor.framework.domain.property.ForeignKeyProperty
Returns an unmodifiable list containing the properties that comprise this foreign key
getProperty(String) - Method in class org.jminor.common.PropertyStore
Retrieves the value for the given property, null if no value is present
getProperty() - Method in interface org.jminor.common.PropertyValue
 
getProperty(String) - Method in interface org.jminor.framework.domain.Entity.Definition
 
getProperty(String) - Method in interface org.jminor.framework.domain.Entity
Retrieves the property identified by propertyId from the entity repository
getProperty() - Method in class org.jminor.javafx.framework.model.FXEntityListModel.PropertyTableColumn
 
getPropertyBackgroundColor(int, Property) - Method in interface org.jminor.framework.model.EntityTableModel
 
getPropertyBackgroundColor(int, Property) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
getPropertyBackgroundColor(int, Property) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
getPropertyColumnIndex(String) - Method in interface org.jminor.framework.model.EntityTableModel
 
getPropertyColumnIndex(String) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
getPropertyColumnIndex(String) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
getPropertyConditionModel(String) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
getPropertyConditionModel(String) - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
getPropertyConditionModels() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
getPropertyConditionModels() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
getPropertyCount() - Method in interface org.jminor.framework.domain.Entity.Key
 
getPropertyFilterModel(String) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
The PropertyFilterModel associated with the property identified by propertyId
getPropertyFilterModel(String) - Method in interface org.jminor.framework.model.EntityTableConditionModel
The PropertyFilterModel associated with the property identified by propertyId
getPropertyFilterModels() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
getPropertyFilterModels() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
getPropertyId() - Method in interface org.jminor.framework.db.condition.Condition.PropertyCondition
 
getPropertyId() - Method in interface org.jminor.framework.domain.Entity.OrderBy.OrderByProperty
 
getPropertyId() - Method in interface org.jminor.framework.domain.property.Property
The property identifier, should be unique within an Entity.
getPropertyIds() - Method in class org.jminor.framework.db.condition.Condition.EmptyCondition
 
getPropertyIds() - Method in interface org.jminor.framework.db.condition.Condition
 
getPropertyLookupSettings() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
 
getPropertyLookupSettings() - Method in interface org.jminor.framework.model.EntityLookupModel
 
getPropertyMap() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getPropertyNames(String) - Method in class org.jminor.common.PropertyStore
Returns all property names with the given prefix
getPropertyValue(String) - Method in class org.jminor.common.PropertyStore
Returns the Value associated with the given property, null if none has been created.
getQueriesPerSecond() - Method in interface org.jminor.common.db.Database.Statistics
 
getQueriesPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getQueriesPerSecondCollection() - Method in class org.jminor.swing.framework.server.monitor.DatabaseMonitor
 
getQueryConditionRequiredState() - Method in interface org.jminor.framework.model.EntityTableModel
Returns a State controlling whether this table model should display all underlying entities when no query condition has been set.
getQueryConditionRequiredState() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Returns a State controlling whether this table model should display all underlying entities when no query condition has been set.
getQueryConditionRequiredState() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Returns a State controlling whether this table model should display all underlying entities when no query condition has been set.
getRandom() - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
 
getRandomItem() - Method in interface org.jminor.swing.common.tools.ItemRandomizer
Fetches a random item from this model based on the item weights.
getRandomItem() - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
Fetches a random item from this model based on the item weights.
getRandomItem(T) - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
Returns the RandomItem associated with item.
getReferencedKey(ForeignKeyProperty) - Method in interface org.jminor.framework.domain.Entity
Returns the primary key of the entity referenced by the given ForeignKeyProperty, if the reference is null this method returns null.
getRefreshControl() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getRefreshControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getRegisteredDomains() - Static method in class org.jminor.framework.domain.Domain
 
getRegistry(int) - Static method in class org.jminor.common.remote.Servers
 
getRegistryPort() - Method in class org.jminor.swing.framework.server.monitor.HostMonitor
 
getRemoteClient() - Method in class org.jminor.swing.framework.server.monitor.ClientInstanceMonitor
 
getReportName() - Method in interface org.jminor.common.db.reports.ReportWrapper
 
getReportName() - Method in class org.jminor.plugin.jasperreports.model.JasperReportsWrapper
getReportName() - Method in class org.jminor.plugin.nextreports.model.NextReportsWrapper
 
getReportPath() - Static method in interface org.jminor.common.db.reports.ReportWrapper
 
getRequests() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getRequests() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getRequestsPerSecond() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getRequestsPerSecond() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getRequestsPerSecond() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getRequestsPerSecond() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getRequestsPerSecondDataset() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getResetTime() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getResetTime() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getResult() - Method in interface org.jminor.common.db.reports.ReportResult
 
getResult() - Method in class org.jminor.plugin.jasperreports.model.JasperReportsResult
getResult() - Method in class org.jminor.plugin.nextreports.model.NextReportsResult
getResult() - Method in class org.jminor.plugin.nextreports.model.NextReportsResultWrapper
 
getResultPacker() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
getRetryCount() - Method in interface org.jminor.common.db.DatabaseConnection
 
getReversedObserver() - Method in interface org.jminor.common.StateObserver
 
getRow() - Method in exception org.jminor.common.db.exception.RecordModifiedException
 
getRow() - Method in interface org.jminor.common.model.table.RowColumn
 
getRowCount() - Method in interface org.jminor.common.model.table.FilteredTableModel
 
getRowCount() - Method in interface org.jminor.framework.model.EntityTableModel
 
getRowCount() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
getRowCount() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getSaveControl() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getScale() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
 
getScenarioChooser() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getScenarioChooser() - Method in class org.jminor.swing.common.tools.LoadTestModel
getScenarioDurationDataset(String) - Method in interface org.jminor.swing.common.tools.LoadTest
 
getScenarioDurationDataset(String) - Method in class org.jminor.swing.common.tools.LoadTestModel
getSchemaName() - Method in class org.jminor.swing.framework.tools.EntityGeneratorModel.Table
 
getScreenSizeRatio(double) - Static method in class org.jminor.swing.common.ui.UiUtil
 
getSearchCondition(String) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
 
getSearchField() - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
getSearchProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
Returns the properties to search by when looking up entities of the type identified by entityId
getSearchPropertyIds() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getSearchString() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getSearchString() - Method in interface org.jminor.framework.model.EntityLookupModel
 
getSearchStringRepresentsSelectedObserver() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getSearchStringRepresentsSelectedObserver() - Method in interface org.jminor.framework.model.EntityLookupModel
 
getSearchStringValue() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getSearchStringValue() - Method in interface org.jminor.framework.model.EntityLookupModel
 
getSearchValueAt(int, TableColumn) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Returns the value to use when searching through the table.
getSearchValueAt(int, TableColumn) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Returns the value to use when searching through the table.
getSelectableColumnProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getSelectableColumnProperties(Collection<String>) - Method in interface org.jminor.framework.domain.Entity.Definition
Returns the selectable ColumnPropertys identified by the propertyIds in propertyIds
getSelectableColumnProperty(String) - Method in interface org.jminor.framework.domain.Entity.Definition
 
getSelectColumnsControl() - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
getSelectComponentPropertyIds() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getSelectConditionProvider() - Method in interface org.jminor.framework.model.EntityComboBoxModel
 
getSelectConditionProvider() - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
getSelectControl() - Method in class org.jminor.swing.framework.ui.EntityLookupField.ListSelectionProvider
getSelectControl() - Method in interface org.jminor.swing.framework.ui.EntityLookupField.SelectionProvider
 
getSelectControl() - Method in class org.jminor.swing.framework.ui.EntityLookupField.TableSelectionProvider
getSelectedEntities() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getSelectedEntities() - Method in interface org.jminor.framework.model.EntityLookupModel
 
getSelectedEntitiesIterator() - Method in interface org.jminor.framework.model.EntityTableModel
Returns an Iterator which iterates through the selected entities
getSelectedEntitiesIterator() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Returns an Iterator which iterates through the selected entities
getSelectedEntitiesIterator() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Returns an Iterator which iterates through the selected entities
getSelectedIndex() - Method in interface org.jminor.common.model.table.SelectionModel
 
getSelectedIndex() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
getSelectedIndex() - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
getSelectedIndexes() - Method in interface org.jminor.common.model.table.SelectionModel
 
getSelectedIndexes() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
getSelectedIndexes() - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
getSelectedItem() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
getSelectedItem() - Method in interface org.jminor.common.model.table.SelectionModel
 
getSelectedItem() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
getSelectedItem() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
 
getSelectedItem() - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
getSelectedItems() - Method in interface org.jminor.common.model.table.SelectionModel
 
getSelectedItems() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
getSelectedItems() - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
getSelectedItems() - Method in class org.jminor.swing.common.tools.ui.ItemRandomizerPanel
 
getSelectedValue() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
getSelectedValue() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
getSelectionComponent(List<Entity>) - Method in class org.jminor.swing.framework.ui.EntityLookupField.ListSelectionProvider
getSelectionComponent(List<Entity>) - Method in interface org.jminor.swing.framework.ui.EntityLookupField.SelectionProvider
 
getSelectionComponent(List<Entity>) - Method in class org.jminor.swing.framework.ui.EntityLookupField.TableSelectionProvider
getSelectionCount() - Method in interface org.jminor.common.model.table.SelectionModel
 
getSelectionCount() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
getSelectionCount() - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
getSelectionEmptyObserver() - Method in interface org.jminor.common.model.table.SelectionModel
 
getSelectionEmptyObserver() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
getSelectionEmptyObserver() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
 
getSelectionEmptyObserver() - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
getSelectionModel() - Method in interface org.jminor.common.model.table.FilteredTableModel
 
getSelectionModel() - Method in interface org.jminor.framework.model.EntityTableModel
 
getSelectionModel() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
 
getSelectionModel() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
 
getSelectionModel() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getSelectPropertyIds() - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
 
getSelectQuery() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getSelectsPerSecond() - Method in interface org.jminor.common.db.Database.Statistics
 
getSelectsPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getSelectTableName() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getSequenceQuery(String) - Method in class org.jminor.common.db.AbstractDatabase
getSequenceQuery(String) - Method in interface org.jminor.common.db.Database
 
getSequenceQuery(String) - Method in class org.jminor.dbms.h2database.H2Database
getSequenceQuery(String) - Method in class org.jminor.dbms.hsqldb.HSQLDatabase
getSequenceQuery(String) - Method in class org.jminor.dbms.oracle.OracleDatabase
getSequenceQuery(String) - Method in class org.jminor.dbms.postgresql.PostgreSQLDatabase
getServer(String, String, int, int) - Static method in class org.jminor.common.remote.Servers
Retrieves a Server from a registry running on the given host, using the given server name prefix as a condition.
getServer() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getServerAdmin(User) - Method in interface org.jminor.common.remote.Server
Returns the admin intarface used to administer this server
getServerAdmin(User) - Method in class org.jminor.framework.server.DefaultEntityConnectionServer
 
getServerHostName() - Method in interface org.jminor.framework.db.EntityConnectionProvider
 
getServerHostName() - Method in class org.jminor.framework.db.http.HttpEntityConnectionProvider
getServerHostName() - Method in class org.jminor.framework.db.local.LocalEntityConnectionProvider
getServerHostName() - Method in class org.jminor.framework.db.remote.RemoteEntityConnectionProvider
getServerId() - Method in interface org.jminor.common.remote.Server.ServerInfo
 
getServerInfo() - Method in class org.jminor.common.remote.AbstractServer
getServerInfo() - Method in interface org.jminor.common.remote.Server
 
getServerInfo() - Method in class org.jminor.framework.db.remote.RemoteEntityConnectionProvider
 
getServerInfo() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getServerInfo() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getServerInfo() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getServerLoad() - Method in interface org.jminor.common.remote.Server
 
getServerLoad() - Method in class org.jminor.framework.server.DefaultEntityConnectionServer
getServerMonitors() - Method in class org.jminor.swing.framework.server.monitor.HostMonitor
 
getServerName() - Method in interface org.jminor.common.remote.Server.ServerInfo
 
getServerPort() - Method in interface org.jminor.common.remote.Server.ServerInfo
 
getServerVersion() - Method in interface org.jminor.common.remote.Server.ServerInfo
 
getSetMethod(Class, String, Object) - Static method in class org.jminor.common.Util
 
getSetMethod(Class, String, Class) - Static method in class org.jminor.common.Util
 
getSettingsControlSet() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getSid() - Method in class org.jminor.common.db.AbstractDatabase
getSid() - Method in interface org.jminor.common.db.Database
 
getSimpleConditionString() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
getSimpleConditionString() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
getSimpleConditionStringObserver() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
getSimpleConditionStringObserver() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
getSingleSelectionObserver() - Method in interface org.jminor.common.model.table.SelectionModel
 
getSingleSelectionObserver() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
getSingleSelectionObserver() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
 
getSingleSelectionObserver() - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
getSize() - Method in class org.jminor.common.db.pool.AbstractConnectionPool
 
getSize() - Method in interface org.jminor.common.db.pool.ConnectionPoolState
 
getSize() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getSize() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolState
getSize() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getSize() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
getSize() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
getSortComparator() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
getSortComparator() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
getSortedList() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
 
getSortingState(C) - Method in interface org.jminor.common.model.table.TableSortModel
 
getSortingState(C) - Method in class org.jminor.swing.common.model.table.AbstractTableSortModel
getSortModel() - Method in interface org.jminor.common.model.table.FilteredTableModel
 
getSortModel() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getSourcePropertyIds() - Method in interface org.jminor.framework.domain.property.DerivedProperty
 
getSpaceAwareCollator() - Static method in class org.jminor.common.TextUtil
 
getSpaceAwareCollator(Locale) - Static method in class org.jminor.common.TextUtil
 
getStartTime() - Method in interface org.jminor.common.remote.Server.ServerInfo
 
getState() - Method in class org.jminor.swing.common.model.checkbox.TristateButtonModel
 
getState() - Method in class org.jminor.swing.common.ui.checkbox.TristateCheckBox
 
getStatement() - Method in exception org.jminor.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.
getStatistics(long) - Method in class org.jminor.common.db.pool.AbstractConnectionPool
Retrives usage statistics for the connection pool since time since.
getStatistics(long) - Method in interface org.jminor.common.db.pool.ConnectionPool
Retrives usage statistics for the connection pool since time since.
getStatisticsObserver() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getStatisticsUpdatedObserver() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getStatusMessage() - Method in interface org.jminor.framework.model.EntityTableModel
 
getStatusMessage() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
getStatusMessage() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
getString(String) - Method in interface org.jminor.framework.domain.Entity
 
getStringProvider() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getStringValueArray(List<? extends Property>, List<Entity>) - Static method in class org.jminor.framework.domain.Entities
Creates a two dimensional array containing the values of the given properties for the given entities in string format.
getSubLog() - Method in class org.jminor.common.MethodLogger.Entry
 
getSubQuery() - Method in interface org.jminor.framework.domain.property.SubqueryProperty
 
getSuccessfulRunCount() - Method in interface org.jminor.swing.common.tools.LoadTest.UsageScenario
 
getSuccessfulRunCount() - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
getSummary() - Method in interface org.jminor.common.model.table.ColumnSummaryModel
 
getSummary(ColumnSummaryModel.ColumnValueProvider) - Method in interface org.jminor.common.model.table.ColumnSummaryModel.Summary
Returns a String containing the summary information for the given column
getSummary() - Method in class org.jminor.common.model.table.DefaultColumnSummaryModel
getSummaryText() - Method in interface org.jminor.common.model.table.ColumnSummaryModel
 
getSummaryText() - Method in class org.jminor.common.model.table.DefaultColumnSummaryModel
getSupportTableControlSet() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getSystemCpuLoad() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getSystemCpuLoad() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getSystemLoadDataset() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getSystemProperties() - Static method in class org.jminor.common.Util
 
getSystemProperties(Util.PropertyWriter) - Static method in class org.jminor.common.Util
 
getSystemProperties() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getSystemProperties() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getTableCellRenderer(EntityTableModel, Property) - Static method in class org.jminor.swing.framework.ui.EntityTableCellRenderers
Instantiates a new EntityTableCellRenderer for the given property
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.jminor.swing.framework.ui.EntityTableCellRenderers.DefaultEntityTableCellRenderer
getTableColumn(C) - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
Returns the TableColumn with the given identifier
getTableColumn(String) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Returns the table column for property with the given id
getTableColumn(C) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
Returns the TableColumn with the given identifier
getTableDataAsDelimitedString(char) - Method in interface org.jminor.framework.model.EntityTableModel
 
getTableDataAsDelimitedString(char) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
getTableDataAsDelimitedString(char) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
getTableDoubleClickAction() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getTableModel() - Method in class org.jminor.framework.model.DefaultEntityModel
getTableModel() - Method in interface org.jminor.framework.model.EntityModel
 
getTableModel() - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
getTableModel() - Method in class org.jminor.swing.framework.tools.EntityGeneratorModel
 
getTableModel() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getTableModelClass() - Method in interface org.jminor.framework.model.EntityModelProvider
 
getTableModelClass() - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
getTableName() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getTableName() - Method in class org.jminor.swing.framework.tools.EntityGeneratorModel.Table
 
getTablePanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getTablePanelClass() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
getTableScrollPane() - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
getTableView() - Method in class org.jminor.javafx.framework.ui.EntityView
 
getTemporal() - Method in class org.jminor.swing.common.ui.TemporalInputPanel
 
getTestUser() - Method in class org.jminor.framework.domain.test.EntityTestUnit
Returns the database user to use when running the tests, this default implementation returns a user based on the "jminor.unittest.username" and "jminor.unittest.password" system properties.
getText() - Method in class org.jminor.swing.common.ui.TextInputPanel
 
getTextField() - Method in class org.jminor.swing.common.ui.TextInputPanel
 
getTextFileContents(Class, String) - Static method in class org.jminor.common.TextUtil
Fetch the entire contents of a resource text file, and return it in a String, using the default Charset.
getTextFileContents(Class, String, Charset) - Static method in class org.jminor.common.TextUtil
Fetch the entire contents of a resource textfile, and return it in a String.
getTextFileContents(String, Charset) - Static method in class org.jminor.common.TextUtil
Fetch the entire contents of a textfile, and return it in a String
getTextFileContents(File, Charset) - Static method in class org.jminor.common.TextUtil
Fetch the entire contents of a textfile, and return it in a String
getTextFileContents(InputStream, Charset) - Static method in class org.jminor.common.TextUtil
Fetch the entire contents of an InputStream, and return it in a String.
getThinkTime() - Method in class org.jminor.swing.common.tools.LoadTestModel
 
getThinkTimeDataset() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getThinkTimeDataset() - Method in class org.jminor.swing.common.tools.LoadTestModel
getThreadCount() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin.ThreadStatistics
 
getThreadCountDataset() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getThreadStateCount() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin.ThreadStatistics
 
getThreadStatistics() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getThreadStatistics() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getTime(String) - Method in interface org.jminor.framework.domain.Entity
 
getTimestamp() - Method in interface org.jminor.common.db.Database.Statistics
 
getTimestamp() - Method in interface org.jminor.common.db.pool.ConnectionPoolState
 
getTimestamp() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getTimestamp() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolState
getTimestamp() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getTimestamp(String) - Method in interface org.jminor.framework.domain.Entity
 
getTimeStamp() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin.GcEvent
 
getTimeZone() - Method in interface org.jminor.common.remote.Server.ServerInfo
 
getTitle() - Method in interface org.jminor.swing.common.tools.LoadTest
The title of this LoadTest
getTitle() - Method in class org.jminor.swing.common.tools.LoadTestModel
The title of this LoadTest
getTitle() - Method in class org.jminor.swing.framework.tools.EntityLoadTestModel
The title of this LoadTest
getToggleConditionPanelControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Initializes the button used to toggle the condition panel state (hidden, visible and advanced)
getToggleDetailPanelControl() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getToggleEditPanelControl() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
getToggleSummaryPanelControl() - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
Initializes the button used to toggle the summary panel state (hidden and visible)
getToolbarControls(List<ControlSet>) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getToolPane() - Method in class org.jminor.javafx.framework.ui.EntityTableView
 
getToolsControlSet() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getToStringProvider() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getToStringProvider() - Method in interface org.jminor.framework.model.EntityLookupModel
 
getTotalRunCount() - Method in interface org.jminor.swing.common.tools.LoadTest.UsageScenario
 
getTotalRunCount() - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
getTransferFiles(TransferHandler.TransferSupport) - Static method in class org.jminor.swing.common.ui.UiUtil
Returns the files described by the given transfer support object.
getTransientProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getTristateModel() - Method in class org.jminor.swing.common.ui.checkbox.TristateCheckBox
 
getType() - Method in class org.jminor.common.db.AbstractDatabase
getType() - Method in interface org.jminor.common.db.Database
 
getType() - Method in interface org.jminor.framework.domain.Entity.KeyGenerator
 
getType() - Method in interface org.jminor.framework.domain.property.Property
 
getTypeClass() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getTypeClass() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getTypeClass() - Method in interface org.jminor.framework.domain.property.Property
 
getUndefinedPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getUnsuccessfulRunCount() - Method in interface org.jminor.swing.common.tools.LoadTest.UsageScenario
 
getUnsuccessfulRunCount() - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
getUpdatableProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getUpdateControl() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
getUpdatedEntities() - Method in class org.jminor.framework.model.DefaultEntityEditModel.DefaultUpdateEvent
 
getUpdatedEntities() - Method in interface org.jminor.framework.model.EntityEditModel.UpdateEvent
 
getUpdateInterval() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getUpdateInterval() - Method in class org.jminor.swing.common.tools.LoadTestModel
getUpdateScheduler() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
 
getUpdateScheduler() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getUpdateScheduler() - Method in class org.jminor.swing.framework.server.monitor.DatabaseMonitor
 
getUpdateScheduler() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
getUpdateSelectedControlSet() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Creates a ControlSet containing controls for updating the value of a single property for the selected entities.
getUpdatesPerSecond() - Method in interface org.jminor.common.db.Database.Statistics
 
getUpdatesPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getUpperBound() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getUpperBound() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getUpperBoundField() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
getUpperBoundValue() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
getUpperBoundValue() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
getURL(Properties) - Method in interface org.jminor.common.db.Database
 
getURL(Properties) - Method in class org.jminor.dbms.derby.DerbyDatabase
getURL(Properties) - Method in class org.jminor.dbms.h2database.H2Database
getURL(Properties) - Method in class org.jminor.dbms.hsqldb.HSQLDatabase
getURL(Properties) - Method in class org.jminor.dbms.mysql.MySQLDatabase
getURL(Properties) - Method in class org.jminor.dbms.oracle.OracleDatabase
getURL(Properties) - Method in class org.jminor.dbms.postgresql.PostgreSQLDatabase
getURL(Properties) - Method in class org.jminor.dbms.sqlite.SQLiteDatabase
getURL(Properties) - Method in class org.jminor.dbms.sqlserver.SQLServerDatabase
getUrlAppend() - Method in class org.jminor.common.db.AbstractDatabase
getUrlAppend() - Method in interface org.jminor.common.db.Database
 
getUsageScenario(String) - Method in interface org.jminor.swing.common.tools.LoadTest
 
getUsageScenario(String) - Method in class org.jminor.swing.common.tools.LoadTestModel
getUsageScenarioDataset() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getUsageScenarioDataset() - Method in class org.jminor.swing.common.tools.LoadTestModel
getUsageScenarioFailureDataset() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getUsageScenarioFailureDataset() - Method in class org.jminor.swing.common.tools.LoadTestModel
getUsageScenarios() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getUsageScenarios() - Method in class org.jminor.swing.common.tools.LoadTestModel
getUsedMemory() - Static method in class org.jminor.common.Util
 
getUsedMemory() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getUsedMemory() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getUser() - Method in interface org.jminor.common.db.DatabaseConnection
 
getUser() - Method in interface org.jminor.common.db.DatabaseConnectionProvider
 
getUser() - Method in class org.jminor.common.db.pool.AbstractConnectionPool
getUser() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getUser() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getUser() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
getUser() - Method in interface org.jminor.common.remote.ConnectionRequest
 
getUser() - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
getUser() - Method in interface org.jminor.framework.db.EntityConnection
 
getUser() - Method in interface org.jminor.framework.db.EntityConnectionProvider
 
getUser() - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
 
getUser() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
getUser() - Method in interface org.jminor.framework.model.EntityApplicationModel
 
getUser() - Method in class org.jminor.framework.server.AbstractRemoteEntityConnection
 
getUser(UUID) - Method in class org.jminor.plugin.credentials.server.CredentialsServer
getUser(UUID) - Method in interface org.jminor.plugin.credentials.server.CredentialsService
 
getUser() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getUser() - Method in class org.jminor.swing.common.tools.LoadTestModel
getUser() - Method in class org.jminor.swing.common.ui.LoginPanel
 
getUser() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
getUser(String, User, ImageIcon) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Returns the user, either via a login dialog or via override, called during startup
getUser(String[]) - Static method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Looks up user credentials via a CredentialsProvider service using an authentication token found in the program arguments list.
getUserHistoryTableModel() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
 
getUserListModel() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
 
getUsername() - Method in class org.jminor.common.User
 
getUsernameField() - Method in class org.jminor.swing.common.ui.LoginPanel
 
getUserPreference(String, String) - Static method in class org.jminor.common.model.PreferencesUtil
 
getUserPreferencesKey() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Returns the key used to identify user preferences for this table model, that is column positions, widths and such.
getUserPreferencesKey() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Returns the key used to identify user preferences for this table model, that is column positions, widths and such.
getUsers() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
getUsers() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getValidator() - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
getValidator() - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
 
getValidator() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getValidObserver() - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
getValidObserver() - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
 
getValue() - Method in exception org.jminor.common.db.valuemap.exception.ValidationException
 
getValue() - Method in class org.jminor.common.Item
 
getValue(Map<String, Object>) - Method in interface org.jminor.framework.domain.property.DerivedProperty.Provider
 
getValue() - Method in interface org.jminor.framework.domain.property.Property.ValueProvider
 
getValue() - Method in class org.jminor.javafx.framework.ui.PropertyInputDialog.InputResult
 
getValue() - Method in class org.jminor.swing.common.ui.input.BigDecimalInputProvider
getValue() - Method in class org.jminor.swing.common.ui.input.BooleanInputProvider
getValue() - Method in class org.jminor.swing.common.ui.input.DoubleInputProvider
getValue() - Method in interface org.jminor.swing.common.ui.input.InputProvider
 
getValue() - Method in class org.jminor.swing.common.ui.input.InputProviderPanel
getValue() - Method in class org.jminor.swing.common.ui.input.IntegerInputProvider
getValue() - Method in class org.jminor.swing.common.ui.input.LongInputProvider
getValue() - Method in class org.jminor.swing.common.ui.input.TemporalInputProvider
getValue() - Method in class org.jminor.swing.common.ui.input.TextInputProvider
getValue() - Method in class org.jminor.swing.common.ui.input.ValueListInputProvider
getValue(Entity, Property) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Return the value to display in a table cell for the given property of the given entity.
getValue() - Method in class org.jminor.swing.framework.ui.EntityComboProvider
getValue() - Method in class org.jminor.swing.framework.ui.EntityLookupProvider
getValueAt(int, int) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Returns the value for the cell at modelColumnIndex and rowIndex.
getValueMap() - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
 
getValueObserver() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Returns an EventObserver notified each time a value changes, with a ValueChange argument.
getValueObserver() - Method in interface org.jminor.common.db.valuemap.ValueMap
Returns an EventObserver notified each time a value changes, with a ValueChange argument.
getValueObserver() - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
getValueObserver(K) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
getValueObserver() - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
 
getValueObserver(K) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
 
getValueObserver(String) - Method in class org.jminor.framework.model.DefaultEntityEditModel
getValueObserver(String) - Method in interface org.jminor.framework.model.EntityEditModel
 
getValueProvider() - Method in interface org.jminor.framework.domain.property.DerivedProperty
 
getValueProvider(Property) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Initializes a value provider for the given property, useful for adding lookup functionality to input fields for example.
getValueProvider(Property) - Method in interface org.jminor.framework.model.EntityEditModel
Initializes a value provider for the given property, useful for adding lookup functionality to input fields for example.
getValues() - Method in enum org.jminor.common.db.ConditionType
 
getValues() - Method in interface org.jminor.common.model.table.ColumnSummaryModel.ColumnValueProvider
 
getValues(C, boolean) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
getValues() - Method in class org.jminor.framework.db.condition.Condition.EmptyCondition
 
getValues() - Method in interface org.jminor.framework.db.condition.Condition
 
getValues(List<Entity.Key>) - Static method in class org.jminor.framework.domain.Entities
Retrieves the values of the given keys, assuming they are single column keys.
getValues(String, Collection<Entity>) - Static method in class org.jminor.framework.domain.Entities
Returns the values associated with the given property from the given entities.
getValues(String, Collection<Entity>, boolean) - Static method in class org.jminor.framework.domain.Entities
Returns the values associated with the given property from the given entities.
getValues() - Method in interface org.jminor.framework.domain.property.ValueListProperty
 
getValues() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel.DefaultColumnValueProvider
 
getValues(C, boolean) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getVersion() - Static method in class org.jminor.common.Version
 
getVersionAndBuildNumberString() - Static method in class org.jminor.common.Version
 
getVersionString() - Static method in class org.jminor.common.Version
 
getViewControlSet() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
getViewDependenciesControl() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
getViewImageControl(String) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Creates a Control for viewing an image based on the entity selected in this EntityTablePanel.
getVisibleItemCount() - Method in interface org.jminor.common.model.FilteredModel
 
getVisibleItemCount() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
getVisibleItemCount() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
getVisibleItemCount() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getVisibleItems() - Method in interface org.jminor.common.model.FilteredModel
 
getVisibleItems() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
getVisibleItems() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
getVisibleItems() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
getVisibleProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getWaiting() - Method in class org.jminor.common.db.pool.AbstractConnectionPool
 
getWaiting() - Method in interface org.jminor.common.db.pool.ConnectionPoolState
 
getWaiting() - Method in class org.jminor.common.db.pool.DefaultConnectionPoolState
getWarningTime() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getWarningTime() - Method in class org.jminor.swing.common.tools.LoadTestModel
getWarningTimeObserver() - Method in interface org.jminor.swing.common.tools.LoadTest
 
getWarningTimeObserver() - Method in class org.jminor.swing.common.tools.LoadTestModel
getWeight(T) - Method in interface org.jminor.swing.common.tools.ItemRandomizer
Returns the weight of the given item.
getWeight() - Method in interface org.jminor.swing.common.tools.ItemRandomizer.RandomItem
 
getWeight(T) - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
Returns the weight of the given item.
getWeightBounds() - Method in class org.jminor.swing.common.tools.BoundedItemRandomizerModel
 
getWeightRatio(T) - Method in interface org.jminor.swing.common.tools.ItemRandomizer
Returns this items share in the total weights as a floating point number between 0 and 1
getWeightRatio(T) - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
Returns this items share in the total weights as a floating point number between 0 and 1
getWeightsObserver() - Method in interface org.jminor.swing.common.tools.ItemRandomizer
 
getWeightsObserver() - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
getWhereClause(Entity.Definition) - Method in interface org.jminor.framework.db.condition.EntityCondition
Returns a condition clause based on this Condition without the WHERE keyword, note that this clause contains the ? substitution character instead of actual values.
getWildcard() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
 
getWildcard() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
getWildcard() - Method in interface org.jminor.framework.model.EntityLookupModel
 
getWildcardPostfixValue() - Method in interface org.jminor.framework.model.EntityLookupModel.LookupSettings
 
getWildcardPrefixValue() - Method in interface org.jminor.framework.model.EntityLookupModel.LookupSettings
 
getWritableColumnProperties(boolean, boolean) - Method in interface org.jminor.framework.domain.Entity.Definition
Retrieves the writable (non read-only) column properties comprising this entity type
getX() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel.Coordinates
 
getY() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel.Coordinates
 
getYesterday() - Static method in class org.jminor.common.Dates
 
getZoom() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Gets the current zoom level.
getZoomDevice() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Gets the current zoom device.
getZoomIncrement() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Gets the current zoom increment.
group(State...) - Static method in class org.jminor.common.States
Instantiates a new State.Group object, which guarantees that only a single state within the group is active at a time

H

H2Database - Class in org.jminor.dbms.h2database
A Database implementation based on the H2 database.
H2Database() - Constructor for class org.jminor.dbms.h2database.H2Database
Instantiates a new embedded H2Database, using Database.DATABASE_HOST for database name.
H2Database(String) - Constructor for class org.jminor.dbms.h2database.H2Database
Instantiates a new embedded H2Database.
H2Database(String, boolean) - Constructor for class org.jminor.dbms.h2database.H2Database
Instantiates a new embedded H2Database.
H2Database(String, Integer, String) - Constructor for class org.jminor.dbms.h2database.H2Database
Instantiates a new networked H2Database.
H2Database(String, String) - Constructor for class org.jminor.dbms.h2database.H2Database
Instantiates a new embedded H2Database instance, in memory, initialized with the given script, if any
H2Database(String, String, boolean) - Constructor for class org.jminor.dbms.h2database.H2Database
Instantiates a new embedded H2Database instance, initialized with the given script, if any
H2DatabaseProvider - Class in org.jminor.dbms.h2database
Provides h2 database implementations
H2DatabaseProvider() - Constructor for class org.jminor.dbms.h2database.H2DatabaseProvider
 
handleAction(Action) - Method in interface org.jminor.swing.common.ui.control.Control.Iterator
Creates a component base on the given action
handleClear() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Called after the value map has been cleared.
handleControl(Control) - Method in interface org.jminor.swing.common.ui.control.Control.Iterator
Creates a component based on the given control
handleControlSet(ControlSet) - Method in interface org.jminor.swing.common.ui.control.Control.Iterator
Creates a component based on the given control set
handleDelete(EntityEditModel.DeleteEvent) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
 
handleException(Throwable) - Method in interface org.jminor.common.ExceptionHandler
Handles the given exception
handleException(Throwable) - Method in class org.jminor.swing.common.ui.worker.ProgressWorker
Displays exception information in a dialog if the exception is not a CancelException.
handleException(Throwable) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Handles the given exception, which usually means simply logging it and displaying it to the user.
handleException(ValidationException) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Handles ValidationExceptions.
handleException(DatabaseException) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Handles DatabaseExceptions By default displays the exception message to the user.
handleException(Throwable) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Handles the given exception, which usually means simply displaying it to the user
handleException(ValidationException) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Handles ValidationExceptions.
handleException(DatabaseException) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Handles DatabaseExceptions By default displays the exception message to the user.
handleInitialization(ForeignKeyProperty, List<Entity>) - Method in class org.jminor.framework.model.DefaultEntityModel
By default this method sets the foreign key value in the edit model if the entity is new, using the first item in foreignKeyValues.
handleInterruptedException(InterruptedException) - Method in class org.jminor.swing.common.ui.worker.ProgressWorker
Handles an InterruptedException.
handleInvocation(Database, User, DataSource, Method, Object[]) - Method in class org.jminor.common.db.pool.AbstractConnectionPool
Handles a method invocation for this pool, counting created and destroyed connections.
handleLogin() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
Called after a login has been performed Override to add a login handler.
handleLogout() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
Called after a logout has been performed.
handleMasterDelete(EntityEditModel.DeleteEvent) - Method in class org.jminor.framework.model.DefaultEntityModel
 
handleMasterInsert(EntityEditModel.InsertEvent) - Method in class org.jminor.framework.model.DefaultEntityModel
Adds the inserted entities to the EntityComboBoxModels based on the inserted entity type, sets the value of the master foreign key property and filters the table model if applicable
handleMasterUpdate(EntityEditModel.UpdateEvent) - Method in class org.jminor.framework.model.DefaultEntityModel
Replaces the updated master entities wherever they are referenced
handlePut(K, V, V, boolean) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Called after a value has been put.
handleRemove(K, V) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Called after a value has been removed from this map.
handleSeparator() - Method in interface org.jminor.swing.common.ui.control.Control.Iterator
Creates a separator
handleShutdown() - Method in class org.jminor.common.remote.AbstractServer
Called after shutdown has finished, for subclasses
handleShutdown() - Method in class org.jminor.framework.server.DefaultEntityConnectionServer
Called after shutdown has finished, for subclasses
handleValueChangedEventInitialized() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Called after the valueChangeEvent has been initialized, via the first call to DefaultValueMap.getValueChangedEvent()
hasConditionStateChanged() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
hasConditionStateChanged() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
hasDefaultValue() - Method in interface org.jminor.framework.domain.property.Property
 
hasDenormalizedProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
hasDenormalizedProperties(String) - Method in interface org.jminor.framework.domain.Entity.Definition
 
hasDerivedProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
hasDerivedProperties(String) - Method in interface org.jminor.framework.domain.Entity.Definition
Returns true if this entity contains properties which values are derived from the value of the given property
hasEditModel() - Method in interface org.jminor.framework.model.EntityTableModel
 
hasEditModel() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
hasEditModel() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
hashCode() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
hashCode() - Method in class org.jminor.common.Item
hashCode() - Method in class org.jminor.common.remote.ClientLog
hashCode() - Method in class org.jminor.common.User
hashCode() - Method in class org.jminor.common.Version
hashCode() - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
hashCode() - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
hashCode() - Method in class org.jminor.swing.framework.tools.EntityGeneratorModel.Table
 
hashCode() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
hasIcon() - Method in class org.jminor.swing.common.ui.control.ControlSet
 
hasName() - Method in class org.jminor.swing.common.ui.control.ControlSet
 
hasNext() - Method in interface org.jminor.common.db.ResultIterator
Returns true if a row is available in the underlying result set.
hasSingleIntegerPrimaryKey() - Method in interface org.jminor.framework.domain.Entity.Definition
 
hideDialog() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
Hides the dialog showing this panel if visible
HikariConnectionPoolProvider - Class in org.jminor.plugin.hikari.pool
A HikariCP connection pool based ConnectionPoolProvider implementation
HikariConnectionPoolProvider() - Constructor for class org.jminor.plugin.hikari.pool.HikariConnectionPoolProvider
 
HostMonitor - Class in org.jminor.swing.framework.server.monitor
A HostMonitor
HostMonitor(String, int, User) - Constructor for class org.jminor.swing.framework.server.monitor.HostMonitor
Instantiates a new HostMonitor
HostMonitorPanel - Class in org.jminor.swing.framework.server.monitor.ui
A HostMonitorPanel
HostMonitorPanel(HostMonitor) - Constructor for class org.jminor.swing.framework.server.monitor.ui.HostMonitorPanel
Instantiates a new HostMonitorPanel
HSQLDatabase - Class in org.jminor.dbms.hsqldb
A Database implementation based on the HSQL database.
HSQLDatabase() - Constructor for class org.jminor.dbms.hsqldb.HSQLDatabase
Instantiates a new H2Database.
HSQLDatabase(String) - Constructor for class org.jminor.dbms.hsqldb.HSQLDatabase
Instantiates a new embedded HSQLDatabase.
HSQLDatabase(String, Integer, String) - Constructor for class org.jminor.dbms.hsqldb.HSQLDatabase
Instantiates a new networked HSQLDatabase.
HSQLDatabaseProvider - Class in org.jminor.dbms.hsqldb
Provides hsql database implementations
HSQLDatabaseProvider() - Constructor for class org.jminor.dbms.hsqldb.HSQLDatabaseProvider
 
HTTP_CLIENT_HOST_NAME - Static variable in class org.jminor.framework.db.http.HttpEntityConnectionProvider
The host on which to locate the http server
Value type: String
Default value: localhost
HTTP_CLIENT_PORT - Static variable in class org.jminor.framework.db.http.HttpEntityConnectionProvider
The port which the http client should use.
Value type: Integer
Default value: 8080
HTTP_CLIENT_SECURE - Static variable in class org.jminor.framework.db.http.HttpEntityConnectionProvider
Specifies whether https should be used.
Value types: Boolean
Default value: true
HTTP_SERVER_KEYSTORE_PASSWORD - Static variable in class org.jminor.common.remote.http.HttpServer
Specifies the password for the keystore used for securing http connections.
Value type: String
Default value: null
HTTP_SERVER_KEYSTORE_PATH - Static variable in class org.jminor.common.remote.http.HttpServer
Specifies the keystore to use for securing http connections.
Value type: String
Default value: null
HTTP_SERVER_PORT - Static variable in class org.jminor.common.remote.http.HttpServer
The port on which the http server is made available to clients.
Value type: Integer
Default value: 8080
HTTP_SERVER_SECURE - Static variable in class org.jminor.common.remote.http.HttpServer
Specifies whether https should be used.
Value type: Boolean
Default value: true
HttpEntityConnectionProvider - Class in org.jminor.framework.db.http
A class responsible for managing a HttpEntityConnection.
HttpEntityConnectionProvider() - Constructor for class org.jminor.framework.db.http.HttpEntityConnectionProvider
Instantiates a new HttpEntityConnectionProvider.
HttpEntityConnectionProvider(String, Integer, Boolean) - Constructor for class org.jminor.framework.db.http.HttpEntityConnectionProvider
Instantiates a new HttpEntityConnectionProvider.
HttpEntityConnections - Class in org.jminor.framework.db.http
A factory class providing http based EntityConnection instances.
HttpServer - Class in org.jminor.common.remote.http
A simple Jetty based http file server
HttpServer(Server) - Constructor for class org.jminor.common.remote.http.HttpServer
Instantiates a new HttpServer on the given port.
HttpServer(Server, String, Integer, Boolean) - Constructor for class org.jminor.common.remote.http.HttpServer
Instantiates a new HttpServer on the given port.

I

ICON_LOGGING - Static variable in class org.jminor.swing.common.ui.images.Images
 
IMAGE_CHANGED_PROPERTY - Static variable in class org.jminor.plugin.imagepanel.NavigableImagePanel
Identifies that the image in the panel has changed.
Images - Class in org.jminor.swing.common.ui.images
A class serving as resource owner for images.
imageToPanelCoordinates(NavigableImagePanel.Coordinates) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Converts the original image coordinates into this panel's coordinates
IMG_ADD_16 - Static variable in class org.jminor.swing.common.ui.images.Images
 
IMG_DELETE_16 - Static variable in class org.jminor.swing.common.ui.images.Images
 
IMG_DOWN_16 - Static variable in class org.jminor.swing.common.ui.images.Images
 
IMG_FILTER_16 - Static variable in class org.jminor.swing.common.ui.images.Images
 
IMG_HISTORY_16 - Static variable in class org.jminor.swing.common.ui.images.Images
 
IMG_NEW_16 - Static variable in class org.jminor.swing.common.ui.images.Images
 
IMG_PREFERENCES_16 - Static variable in class org.jminor.swing.common.ui.images.Images
 
IMG_REFRESH_16 - Static variable in class org.jminor.swing.common.ui.images.Images
 
IMG_SAVE_16 - Static variable in class org.jminor.swing.common.ui.images.Images
 
IMG_STOP_16 - Static variable in class org.jminor.swing.common.ui.images.Images
 
IMG_UP_16 - Static variable in class org.jminor.swing.common.ui.images.Images
 
include(T) - Method in class org.jminor.common.model.FilterCondition.AcceptAllCondition
 
include(T) - Method in interface org.jminor.common.model.FilterCondition
 
include(T) - Method in class org.jminor.common.model.FilterCondition.RejectAllCondition
 
include(Object) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
include(Comparable) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
include(Object) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
include(Comparable) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
include(Entity) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
includeComponentSelectionPropertyId(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Override to exclude components from the component focus selection.
includeUpdateSelectedProperty(Property) - Method in class org.jminor.javafx.framework.ui.EntityTableView
Specifies whether or not a property should be included in the update selected menu
includeUpdateSelectedProperty(Property) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Override to exclude properties from the update selected menu.
incrementConnectionsCreatedCounter() - Method in interface org.jminor.common.db.pool.ConnectionPool.Counter
Increments the number of the connections created counter
incrementConnectionsDestroyedCounter() - Method in interface org.jminor.common.db.pool.ConnectionPool.Counter
Increments the number of the connections destroyed counter
incrementDelayedRequestCounter() - Method in interface org.jminor.common.db.pool.ConnectionPool.Counter
Increments the number of requests made that had to wait for a connection counter
incrementFailedRequestCounter() - Method in interface org.jminor.common.db.pool.ConnectionPool.Counter
Increments the number of requests made that failed counter
incrementKeyGenerator(String, String) - Method in class org.jminor.framework.domain.Domain
Instantiates a primary key generator which fetches the current maximum primary key value and increments it by one prior to insert.
incrementRequestCounter() - Method in interface org.jminor.common.db.pool.ConnectionPool.Counter
Increments the number of the requests made counter
incrementWeight(T) - Method in class org.jminor.swing.common.tools.BoundedItemRandomizerModel
Increments the weight of the given item by one
incrementWeight(T) - Method in interface org.jminor.swing.common.tools.ItemRandomizer
Increments the weight of the given item by one
incrementWeight() - Method in interface org.jminor.swing.common.tools.ItemRandomizer.RandomItem
Increments the weight value assigned to this random item
incrementWeight(T) - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
Increments the weight of the given item by one
indexOf(R) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
indexOf(Entity.Key) - Method in interface org.jminor.framework.model.EntityTableModel
 
indexOf(Entity.Key) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
indexOf(T) - Method in class org.jminor.swing.common.model.combobox.ItemComboBoxModel
 
indexOf(R) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
indexOf(Entity.Key) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
init() - Static method in class org.jminor.swing.common.ui.SwingMessages
A convenience method for triggering a loading of this class
initialize(String, List<Entity>) - Method in class org.jminor.framework.model.DefaultEntityModel
Initializes this EntityModel according to the given foreign key entities.
initialize(ForeignKeyProperty, List<Entity>) - Method in class org.jminor.framework.model.DefaultEntityModel
Initializes this EntityModel according to the given foreign key entities, sets the appropriate property value in the EntityEditModel and filters the EntityTableModel
initialize(String, List<Entity>) - Method in interface org.jminor.framework.model.EntityModel
Initializes this EntityModel according to the given foreign key entities.
initialize(ForeignKeyProperty, List<Entity>) - Method in interface org.jminor.framework.model.EntityModel
Initializes this EntityModel according to the given foreign key entities, sets the appropriate property value in the EntityEditModel and filters the EntityTableModel
initialize(M) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Initializes this application panel
initialize() - Method in class org.jminor.swing.framework.ui.EntityPanel
Override to add code that should be called during the initialization routine after the panel has been initialized
initializeApplication() - Method in class org.jminor.swing.common.tools.LoadTestModel
 
initializeApplication() - Method in class org.jminor.swing.common.tools.QueryLoadTestModel
initializeApplication() - Method in class org.jminor.swing.framework.tools.EntityLoadTestModel
initializeApplicationModel(EntityConnectionProvider) - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
Initializes the application model
initializeApplicationModel(EntityConnectionProvider) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Initializes the application model
initializeApplicationScene(Stage) - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
Creates the application scene from the available EntityViews.
initializeAssociatedPanels() - Method in class org.jminor.swing.framework.ui.EntityPanel
Called during initialization, before controls have been initialized
initializeColumnComparator(C) - Method in class org.jminor.swing.common.model.table.AbstractTableSortModel
Initializes a comparator used when sorting by the give column, the comparator receives the column values, but never null.
initializeColumnComparator(Property) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel.DefaultEntityTableSortModel
Initializes a comparator used when sorting by the give column, the comparator receives the column values, but never null.
initializeColumnPanel(TableColumn) - Method in class org.jminor.swing.common.ui.table.AbstractTableColumnSyncPanel
Initializes the column panel for the given column
initializeColumnPanel(TableColumn) - Method in class org.jminor.swing.common.ui.table.FilteredTableSummaryPanel
Initializes the column panel for the given column
initializeConnectionPools(ConnectionPoolProvider, Database, Collection<User>) - Static method in class org.jminor.common.db.pool.ConnectionPools
Initializes connection pools for the given users
initializeConnectionProvider() - Method in class org.jminor.framework.domain.test.EntityTestUnit
 
initializeConnectionProvider(User, String) - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
Initializes the connection provider to use in this application
initializeConnectionProvider(User, String) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Initializes the entity connection provider
initializeContents() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
 
initializeContents() - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
initializeContents() - Method in class org.jminor.swing.framework.model.SwingPropertyComboBoxModel
initializeControlPanelControlSet() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Initializes a ControlSet on which to base the control panel
initializeControlPanels() - Method in class org.jminor.swing.framework.ui.EntityPanel
Called during initialization, after controls have been initialized, use this method to initialize any application panels that rely on controls having been initialized
initializeDetailModels() - Method in class org.jminor.framework.model.DefaultEntityModel
Initializes all linked detail models according to the active entities in this master model
initializeEditPanel() - Method in class org.jminor.javafx.framework.ui.EntityEditView
 
initializeEntityPanels(M) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
By default this method returns the panels defined by the available EntityPanelProviders.
initializeEntityViews() - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
Initialized all entity views and adds them via EntityApplicationView.addEntityView(EntityView)
initializeForeignKeyConditionModel(ForeignKeyProperty, EntityConnectionProvider) - Method in class org.jminor.framework.model.DefaultPropertyConditionModelProvider
Initializes a PropertyConditionModel for the given property
initializeForeignKeyConditionModel(ForeignKeyProperty, EntityConnectionProvider) - Method in interface org.jminor.framework.model.PropertyConditionModelProvider
Initializes a PropertyConditionModel for the given property
initializeForeignKeyConditionModel(ForeignKeyProperty, EntityConnectionProvider) - Method in class org.jminor.javafx.framework.model.FXConditionModelProvider
Initializes a PropertyConditionModel for the given property
initializeForeignKeyConditionModel(ForeignKeyProperty, EntityConnectionProvider) - Method in class org.jminor.swing.framework.model.SwingPropertyConditionModelProvider
Initializes a PropertyConditionModel for the given property
initializeInputField(boolean) - Method in interface org.jminor.swing.common.ui.table.ColumnConditionPanel.InputFieldProvider
 
initializeMenuBar() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Initializes the JMenuBar to use on the application Frame
initializeNorthPanel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Initializes a panel to display in the NORTH position of this application panel.
initializePanel() - Method in class org.jminor.javafx.framework.ui.EntityEditView
Initializes this edit view
initializePanel() - Method in class org.jminor.javafx.framework.ui.EntityView
Initializes this EntityView
initializePanel() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Initializes this EntityEditPanel UI.
initializePanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
Initializes this EntityPanels UI, in case of some specific initialization code you can override the initialize() method and add your code there.
initializePanel() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Initializes the UI, while presenting a wait cursor to the user.
initializePropertyConditionModel(ColumnProperty) - Method in class org.jminor.framework.model.DefaultPropertyConditionModelProvider
Initializes a PropertyConditionModel for the given property
initializePropertyConditionModel(ColumnProperty) - Method in interface org.jminor.framework.model.PropertyConditionModelProvider
Initializes a PropertyConditionModel for the given property
initializePropertyFilterModel(Property) - Method in class org.jminor.framework.model.DefaultPropertyFilterModelProvider
Initializes a ColumnConditionModel for the given property
initializePropertyFilterModel(Property) - Method in interface org.jminor.framework.model.PropertyFilterModelProvider
Initializes a ColumnConditionModel for the given property
initializeProxy(Class<T>, InvocationHandler) - Static method in class org.jminor.common.Util
Initializes a proxy instance for the given class, using the class loader of that class
initializeReferenceEntity(String, Map<String, Entity>) - Method in class org.jminor.framework.domain.test.EntityTestUnit
Initializes a new Entity of the given type, by default this method creates a Entity filled with random values.
initializeRegistry(int) - Static method in class org.jminor.common.remote.Servers
Initializes a Registry if one is not running
initializeServerName(String, String) - Static method in class org.jminor.framework.server.DefaultEntityConnectionServer
 
initializeSouthPanel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Initializes a panel to display in the SOUTH position of this application frame, override to provide a south panel.
initializeSouthPanel() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Initializes the south panel, override and return null for no south panel.
initializeStartupDialog(Icon, String) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Initializes the startup dialog
initializeStartupProgressPanel(Icon) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Initializes the progress panel to show in the startup dialog
initializeTableCellRenderer(Property) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Returns the TableCellRenderer used for the given property in this EntityTablePanel
initializeTableMouseListener() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Initialize the MouseListener for the table component handling double click and right click, or popup click with ALT down.
initializeTestEntity(String, Map<String, Entity>) - Method in class org.jminor.framework.domain.test.EntityTestUnit
This method should return an instance of the entity specified by entityId
initializeToolbar() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Initializes the south panel toolbar, by default based on getToolbarControls()
initializeUI(JPanel, ControlSet) - Method in class org.jminor.swing.common.ui.worker.ProgressDialog
Initalizes the UI, override for a custom look
initializeUI() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Initializes this EntityApplicationPanel
initializeUI() - Method in class org.jminor.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 org.jminor.swing.framework.ui.EntityPanel
Initializes this EntityPanels UI.
InputProvider<T,K extends javax.swing.JComponent> - Interface in org.jminor.swing.common.ui.input
Specifies a generic class for providing a value via a UI component.
InputProviderPanel<T,K extends javax.swing.JComponent> - Class in org.jminor.swing.common.ui.input
A panel for presenting a InputProvider.
InputProviderPanel(String, InputProvider<T, K>) - Constructor for class org.jminor.swing.common.ui.input.InputProviderPanel
Instantiates a new InputProviderPanel
InputResult(boolean, Object) - Constructor for class org.jminor.javafx.framework.ui.PropertyInputDialog.InputResult
 
insert(List<Entity>) - Method in interface org.jminor.framework.db.EntityConnection
Inserts the given entities, returning a list containing the primary keys of the inserted entities in the same order as they were received.
insert(List<Entity>) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Inserts the given entities, returning a list containing the primary keys of the inserted entities in the same order as they were received.
INSERT - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
insert() - Method in class org.jminor.framework.model.DefaultEntityEditModel
Performs a insert on the active entity, sets the primary key values of the active entity according to the primary key of the inserted entity
insert(List<Entity>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Performs an insert on the given entities, returns silently on receiving an empty list
insert() - Method in interface org.jminor.framework.model.EntityEditModel
Performs a insert on the active entity, sets the primary key values of the active entity according to the primary key of the inserted entity
insert(List<Entity>) - Method in interface org.jminor.framework.model.EntityEditModel
Performs an insert on the given entities, returns silently on receiving an empty list
insert(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Inserts the given entities, returning their keys
insert() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Performs a insert on the active entity
insert(boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Performs a insert on the active entity
INSERT_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
INSERT_NEW - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
INSERT_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
insertIndexInterval(int, int, boolean) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
 
insertString(int, String, AttributeSet) - Method in class org.jminor.swing.common.ui.combobox.AutoCompletion
insertString(int, String, AttributeSet) - Method in class org.jminor.swing.common.ui.combobox.MaximumMatch
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class org.jminor.swing.common.ui.textfield.DocumentSizeFilter
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocumentFilter
 
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class org.jminor.swing.common.ui.textfield.ValidationDocumentFilter
insertUpdate(DocumentEvent) - Method in class org.jminor.swing.common.model.DocumentAdapter
INTEGER_RESULT_PACKER - Static variable in class org.jminor.common.db.Databases
A result packer for fetching integers from a result set containing a single integer column
IntegerField - Class in org.jminor.swing.common.ui.textfield
A text field for integers.
IntegerField() - Constructor for class org.jminor.swing.common.ui.textfield.IntegerField
Constructs a new IntegerField.
IntegerField(int) - Constructor for class org.jminor.swing.common.ui.textfield.IntegerField
Constructs a new IntegerField.
IntegerField(NumberFormat) - Constructor for class org.jminor.swing.common.ui.textfield.IntegerField
Constructs a new IntegerField.
IntegerField(NumberFormat, int) - Constructor for class org.jminor.swing.common.ui.textfield.IntegerField
Constructs a new IntegerField.
IntegerInputProvider - Class in org.jminor.swing.common.ui.input
A InputProvider implementation for integer values.
IntegerInputProvider(Integer) - Constructor for class org.jminor.swing.common.ui.input.IntegerInputProvider
Instantiates a new IntegerInputProvider.
IntegerInputProvider(Integer, int, int) - Constructor for class org.jminor.swing.common.ui.input.IntegerInputProvider
Instantiates a new IntegerInputProvider.
integerPropertyValue(StringProperty, NumberFormat) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 
integerValue(String, Integer) - Static method in class org.jminor.common.Configuration
Creates a integer configuration value
integerValue(IntegerField, boolean) - Static method in class org.jminor.swing.common.ui.UiValues
 
integerValue(IntegerField, boolean, boolean) - Static method in class org.jminor.swing.common.ui.UiValues
 
integerValue(SpinnerNumberModel) - Static method in class org.jminor.swing.common.ui.UiValues
 
integerValue(BoundedRangeModel) - Static method in class org.jminor.swing.common.ui.UiValues
 
integerValueLink(IntegerField, Value<Integer>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
integerValueLink(IntegerField, Value<Integer>, boolean, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
INTERVAL_PROPERTY - Static variable in class org.jminor.common.TaskScheduler
 
intSpinnerValueLink(Object, String, EventObserver<Integer>) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
intSpinnerValueLink(Object, String, EventObserver<Integer>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
intSpinnerValueLink(Value<Integer>) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
intSpinnerValueLink(Value<Integer>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
intSpinnerValueLink(Object, String, EventObserver<Integer>, SpinnerNumberModel, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
intSpinnerValueLink(SpinnerNumberModel, Value<Integer>) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
intSpinnerValueLink(SpinnerNumberModel, Value<Integer>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
is(String) - Method in interface org.jminor.framework.domain.Entity
 
is(String) - Method in interface org.jminor.framework.domain.property.Property
 
is(Property) - Method in interface org.jminor.framework.domain.property.Property
 
IS_CONNECTED - Static variable in class org.jminor.framework.db.AbstractEntityConnectionProvider
 
isAdvanced() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
isAdvanced() - Method in class org.jminor.swing.framework.ui.EntityTableConditionPanel
 
isAggregateColumn() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
isAlwaysOnTop() - Method in class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
 
isAlwaysOnTop() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
isAuthenticationException(SQLException) - Method in class org.jminor.common.db.AbstractDatabase
This default implementation returns false
isAuthenticationException(SQLException) - Method in interface org.jminor.common.db.Database
 
isAuthenticationException(SQLException) - Method in class org.jminor.dbms.h2database.H2Database
This default implementation returns false
isAuthenticationException(SQLException) - Method in class org.jminor.dbms.oracle.OracleDatabase
This default implementation returns false
isAuthenticationException(SQLException) - Method in class org.jminor.dbms.postgresql.PostgreSQLDatabase
This default implementation returns false
isAuthenticationException(SQLException) - Method in class org.jminor.dbms.sqlserver.SQLServerDatabase
This default implementation returns false
isAuthenticationToken(String) - Static method in interface org.jminor.common.CredentialsProvider
 
isAutoEnable() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
isAutoEnable() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
isAutoIncrement() - Method in enum org.jminor.framework.domain.Entity.KeyGenerator.Type
 
isBatchUpdateAllowed() - Method in interface org.jminor.framework.model.EntityTableModel
 
isBatchUpdateAllowed() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
isBatchUpdateAllowed() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
isBigDecimal() - Method in interface org.jminor.framework.domain.property.Property
 
isBoolean() - Method in interface org.jminor.framework.domain.property.Property
 
isCaseSensitive() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
isCaseSensitive() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
isCaseSensitive() - Method in interface org.jminor.framework.db.condition.Condition.PropertyCondition
 
isCellEditable(int, int) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Returns true if the cell at rowIndex and modelColumnIndex is editable.
isCellVisible(int, int) - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
Returns true if the given cell is visible.
isCharacter() - Method in interface org.jminor.framework.domain.property.Property
 
isClearAfterInsert() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
isCleared() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
isCleared() - Method in interface org.jminor.framework.model.PropertyComboBoxModel
 
isCleared() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
isClientLoggingEnabled() - Method in class org.jminor.framework.server.DefaultEntityConnectionServer
 
isCollectChartData() - Method in interface org.jminor.swing.common.tools.LoadTest
 
isCollectChartData() - Method in class org.jminor.swing.common.tools.LoadTestModel
isCollectFineGrainedPoolStatistics(User) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
isCollectFineGrainedPoolStatistics(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
isCollectFineGrainedStatistics() - Method in class org.jminor.common.db.pool.AbstractConnectionPool
isCollectFineGrainedStatistics() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
isCollectFineGrainedStatistics() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
isColumnVisible(C) - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
 
isColumnVisible(C) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
isCompactDetailLayout() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
isComplete() - Method in class org.jminor.common.MethodLogger.Entry
 
isCompositeKey() - Method in interface org.jminor.framework.domain.Entity.Key
 
isCompositeKey() - Method in interface org.jminor.framework.domain.property.ForeignKeyProperty
 
isConditionPanelVisible() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
isConnected() - Method in interface org.jminor.common.db.DatabaseConnection
 
isConnected() - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
isConnected() - Method in interface org.jminor.framework.db.EntityConnection
 
isConnected() - Method in interface org.jminor.framework.db.EntityConnectionProvider
 
isConnected() - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
 
isConnected() - Method in class org.jminor.framework.server.AbstractRemoteEntityConnection
 
isConnectionValid() - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
isConnectionValid() - Method in interface org.jminor.framework.db.EntityConnectionProvider
 
isDate() - Method in interface org.jminor.framework.domain.property.Property
 
isDecimal() - Method in interface org.jminor.framework.domain.property.Property
 
isDefined(String) - Method in class org.jminor.framework.domain.Domain
 
isDeleteAllowed() - Method in class org.jminor.framework.model.DefaultEntityEditModel
isDeleteAllowed() - Method in interface org.jminor.framework.model.EntityEditModel
 
isDeleteAllowed() - Method in interface org.jminor.framework.model.EntityTableModel
 
isDeleteAllowed() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
isDeleteAllowed() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
isDenormalized() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
isDescending() - Method in interface org.jminor.framework.domain.Entity.OrderBy.OrderByProperty
 
isDialogEnabled() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
isDialogVisible() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
isDisposeEditDialogOnEscape() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
isDouble() - Method in interface org.jminor.framework.domain.property.Property
 
isEmbedded() - Method in class org.jminor.common.db.AbstractDatabase
isEmbedded() - Method in interface org.jminor.common.db.Database
 
isEnabled() - Method in class org.jminor.common.MethodLogger
 
isEnabled() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
isEnabled() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
isEnabled() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
isEnabled(String) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
isEnabled() - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
isEnabled(String) - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
isEnabled() - Method in interface org.jminor.swing.common.tools.ItemRandomizer.RandomItem
 
isEntityNew(Entity) - Static method in class org.jminor.framework.domain.Entities
Returns true if the entity has a null primary key or a null original primary key, which is the best guess about an entity being new, as in, not existing in a database.
isEntityNew() - Method in class org.jminor.framework.model.DefaultEntityEditModel
Returns true if the active entity is new or false if it represents a row already persisted.
isEntityNew() - Method in interface org.jminor.framework.model.EntityEditModel
Returns true if the active entity is new or false if it represents a row already persisted.
isFileDataFlavor(TransferHandler.TransferSupport) - Static method in class org.jminor.swing.common.ui.UiUtil
 
isFiltered(T) - Method in interface org.jminor.common.model.FilteredModel
Returns true if the given item is being filtered in this model, that is, is not visible
isFiltered(Entity) - Method in class org.jminor.javafx.framework.model.ObservableEntityList
Returns true if the given item is being filtered in this model, that is, is not visible
isFiltered(T) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Returns true if the given item is being filtered in this model, that is, is not visible
isFiltered(R) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Returns true if the given item is being filtered in this model, that is, is not visible
isFilterEnabled(String) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
isFilterEnabled(String) - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
isFilterOnMasterInsert() - Method in class org.jminor.framework.model.DefaultEntityModel
isFilterOnMasterInsert() - Method in interface org.jminor.framework.model.EntityModel
 
isFilterSelectedItem() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
Specifies whether or not filtering can change the selected item, if true then the selected item is set to null when the currently selected item is filtered from the model, otherwise the selected item can potentially represent a value which is not currently visible in the model.
isFilterSelectedItem() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Specifies whether or not filtering can change the selected item, if true then the selected item is set to null when the currently selected item is filtered from the model, otherwise the selected item can potentially represent a value which is not currently visible in the model.
isForeignKeyNull(ForeignKeyProperty) - Method in interface org.jminor.framework.domain.Entity
Returns true if the value of the given foreign key is null, in case of composite foreign keys a single null value is enough.
isForeignKeyProperty() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
isForUpdate() - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
 
isGroupingColumn() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
isHidden() - Method in interface org.jminor.framework.domain.property.Property
 
isHighQualityRenderingEnabled() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Indicates whether the high quality rendering feature is enabled.
isHintTextVisible() - Method in class org.jminor.swing.common.ui.textfield.TextFieldHint
 
isIncludeControlPanel() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
isIncludeDetailPanelTabPane() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
isIncludeForeignKeyValues() - Method in class org.jminor.plugin.json.EntityJSONParser
 
isIncludeNullValues() - Method in class org.jminor.plugin.json.EntityJSONParser
 
isIncludeReadOnlyValues() - Method in class org.jminor.plugin.json.EntityJSONParser
 
isIndeterminate() - Method in class org.jminor.swing.common.model.checkbox.TristateButtonModel
 
isIndeterminate() - Method in class org.jminor.swing.common.ui.checkbox.TristateCheckBox
 
isIndicateCondition() - Method in interface org.jminor.swing.framework.ui.EntityTableCellRenderer
 
isIndicateCondition() - Method in class org.jminor.swing.framework.ui.EntityTableCellRenderers.DefaultEntityTableCellRenderer
isInitialization() - Method in interface org.jminor.common.db.valuemap.ValueChange
 
isInputAccepted() - Method in class org.jminor.javafx.framework.ui.PropertyInputDialog.InputResult
 
isInputAccepted() - Method in class org.jminor.swing.common.ui.input.InputProviderPanel
 
isInsertAllowed() - Method in class org.jminor.framework.model.DefaultEntityEditModel
isInsertAllowed() - Method in interface org.jminor.framework.model.EntityEditModel
 
isInteger() - Method in interface org.jminor.framework.domain.property.Property
 
isItemEnabled(T) - Method in interface org.jminor.swing.common.tools.ItemRandomizer
 
isItemEnabled(T) - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
isJCalendarAvailable() - Static method in class org.jminor.swing.common.ui.UiUtil
 
isKeyModified(Collection<Entity>) - Static method in class org.jminor.framework.domain.Entities
Checks if the primary key of any of the given entities is modified
isKeyNull() - Method in interface org.jminor.framework.domain.Entity
 
isLimitForeignKeyFetchDepth() - Method in interface org.jminor.framework.db.local.LocalEntityConnection
 
isLoaded(String) - Method in interface org.jminor.framework.domain.Entity
Returns true if the entity referenced via the given foreign key property has been loaded
isLocked() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
isLocked() - Method in interface org.jminor.common.model.table.ColumnSummaryModel
 
isLocked() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
isLocked() - Method in class org.jminor.common.model.table.DefaultColumnSummaryModel
isLoggingEnabled(UUID) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
Returns true if logging is enabled for the given connection
isLoggingEnabled(UUID) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Returns true if logging is enabled for the given connection
isLoggingEnabled() - Method in class org.jminor.swing.framework.server.monitor.ClientInstanceMonitor
 
isLoggingEnabled() - Method in class org.jminor.swing.framework.server.monitor.ui.ClientInstanceMonitorPanel
 
isLoginRequired() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
isLong() - Method in interface org.jminor.framework.domain.property.Property
 
isLookupAllowed(Property) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Returns true if values based on this property should be available for lookup via this EditModel.
isLookupAllowed(Property) - Method in interface org.jminor.framework.model.EntityEditModel
Returns true if values based on this property should be available for lookup via this EditModel.
isLowerBoundRequired() - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
isLowerBoundRequired() - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
isManual() - Method in enum org.jminor.framework.domain.Entity.KeyGenerator.Type
 
isModified() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
isModified(K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Returns true if the value associated with the given key has been modified..
isModified() - Method in interface org.jminor.common.db.valuemap.ValueMap
 
isModified(K) - Method in interface org.jminor.common.db.valuemap.ValueMap
Returns true if the value associated with the given key has been modified..
isModified(String) - Method in interface org.jminor.framework.domain.Entity
 
isModified() - Method in class org.jminor.framework.model.DefaultEntityEditModel
isModified() - Method in interface org.jminor.framework.model.EntityEditModel
 
isModifiesEntity() - Method in interface org.jminor.framework.domain.property.TransientProperty
 
isNavigationImageEnabled() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Indicates whether navigation image is enabled.
isNotNull(K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Returns true if a this ValueMap contains a non-null value mapped to the given key
isNotNull(K) - Method in interface org.jminor.common.db.valuemap.ValueMap
Returns true if a this ValueMap contains a non-null value mapped to the given key
isNotNull(K) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
isNotNull(K) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
 
isNotNull(String) - Method in interface org.jminor.framework.domain.Entity
Returns true if a this Entity contains a non-null value mapped to the given property In case of foreign key properties the value of the underlying reference property is checked.
isNotNull(String) - Method in interface org.jminor.framework.domain.Entity.Key
Returns true if a non-null value is mapped to the given property.
isNotNull(String) - Method in class org.jminor.framework.model.DefaultEntityEditModel
isNotNull(String) - Method in interface org.jminor.framework.model.EntityEditModel
 
isNull(K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Returns true if a null value is mapped to the given key or the key is not found.
isNull(K) - Method in interface org.jminor.common.db.valuemap.ValueMap
Returns true if a null value is mapped to the given key or the key is not found.
isNull(K) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
isNull(K) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
 
isNull(String) - Method in interface org.jminor.framework.domain.Entity
Returns true if a null value is mapped to the given property or if no mapping is found.
isNull() - Method in interface org.jminor.framework.domain.Entity.Key
 
isNull(String) - Method in interface org.jminor.framework.domain.Entity.Key
Returns true if a null value is mapped to the given property or no mapping exists.
isNull(String) - Method in class org.jminor.framework.model.DefaultEntityEditModel
isNull(String) - Method in interface org.jminor.framework.model.EntityEditModel
 
isNullable(V, K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap.DefaultValidator
isNullable(V, K) - Method in interface org.jminor.common.db.valuemap.ValueMap.Validator
 
isNullable(K) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
isNullable(K) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
 
isNullable() - Method in interface org.jminor.common.ValueObserver
If false then get() is guaranteed to never return null.
isNullable(Entity, Property) - Method in class org.jminor.framework.domain.Domain.Validator
Returns true if the given property accepts a null value for the given entity, by default this method simply returns property.isNullable()
isNullable() - Method in interface org.jminor.framework.domain.property.Property
 
isNullCondition() - Method in interface org.jminor.framework.db.condition.Condition.PropertyCondition
 
isNullValueSelected() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
Returns true if the value representing null is selected, false if no such value has been specified or if it is not selected.
isNullValueSelected() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Returns true if the value representing null is selected, false if no such value has been specified or if it is not selected.
isNumerical() - Method in interface org.jminor.common.model.table.ColumnSummaryModel.ColumnValueProvider
 
isNumerical() - Method in interface org.jminor.framework.domain.property.Property
 
isNumerical() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel.DefaultColumnValueProvider
 
isOptimisticLocking() - Method in interface org.jminor.framework.db.local.LocalEntityConnection
 
isPanelInitialized() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
isPanelInitialized() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
isPaused() - Method in interface org.jminor.swing.common.tools.LoadTest
 
isPaused() - Method in class org.jminor.swing.common.tools.LoadTestModel
isPrimaryKeyAutoGenerated() - Method in interface org.jminor.framework.domain.Entity.Definition
Returns true if the value for the primary key of this entity is automatically generated, either by the framework, such as values queried from sequences or set by triggers.
isPrimaryKeyProperty() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
isReadOnly() - Method in interface org.jminor.framework.domain.Entity.Definition
 
isReadOnly() - Method in interface org.jminor.framework.domain.property.Property
Specifies whether or not this attribute is read only
isReadOnly() - Method in class org.jminor.framework.model.DefaultEntityEditModel
isReadOnly() - Method in interface org.jminor.framework.model.EntityEditModel
 
isReadOnly() - Method in interface org.jminor.framework.model.EntityTableModel
 
isReadOnly() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
isReadOnly() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
isReferentialIntegrityException(SQLException) - Method in class org.jminor.common.db.AbstractDatabase
This default implementation returns false
isReferentialIntegrityException(SQLException) - Method in interface org.jminor.common.db.Database
 
isReferentialIntegrityException(SQLException) - Method in class org.jminor.dbms.derby.DerbyDatabase
 
isReferentialIntegrityException(SQLException) - Method in class org.jminor.dbms.h2database.H2Database
This default implementation returns false
isReferentialIntegrityException(SQLException) - Method in class org.jminor.dbms.mysql.MySQLDatabase
This default implementation returns false
isReferentialIntegrityException(SQLException) - Method in class org.jminor.dbms.oracle.OracleDatabase
This default implementation returns false
isReferentialIntegrityException(SQLException) - Method in class org.jminor.dbms.postgresql.PostgreSQLDatabase
This default implementation returns false
isReferentialIntegrityException(SQLException) - Method in class org.jminor.dbms.sqlite.SQLiteDatabase
 
isReferentialIntegrityException(SQLException) - Method in class org.jminor.dbms.sqlserver.SQLServerDatabase
This default implementation returns false
isRefreshOnForeignKeyConditionValuesSet() - Method in interface org.jminor.framework.model.EntityTableModel
 
isRefreshOnForeignKeyConditionValuesSet() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
isRefreshOnForeignKeyConditionValuesSet() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
isRefreshOnInit() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
isRegularExpressionSearch() - Method in interface org.jminor.common.model.table.FilteredTableModel
 
isRegularExpressionSearch() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
isRemoveEntitiesOnDelete() - Method in interface org.jminor.framework.model.EntityTableModel
 
isRemoveEntitiesOnDelete() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
isRemoveEntitiesOnDelete() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
isRequestFocusAfterInsert() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
isRunning() - Method in class org.jminor.common.TaskScheduler
 
isScenarioEnabled(String) - Method in interface org.jminor.swing.common.tools.LoadTest
 
isScenarioEnabled(String) - Method in class org.jminor.swing.common.tools.LoadTestModel
isScrollToSelectedItem() - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
isSelectable() - Method in interface org.jminor.framework.domain.property.ColumnProperty
 
isSelectionEmpty() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
isSelectionEmpty() - Method in interface org.jminor.common.model.table.SelectionModel
 
isSelectionEmpty() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
isSelectionEmpty() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
isServerReachable() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
isShowDetailPanelControls() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
isShowStartupDialog() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
isShowToggleEditPanelControl() - Method in class org.jminor.swing.framework.ui.EntityPanel
 
isShuttingDown() - Method in class org.jminor.common.remote.AbstractServer
 
isSingleIntegerKey() - Method in interface org.jminor.framework.domain.Entity.Key
 
isSmallDataset() - Method in interface org.jminor.framework.domain.Entity.Definition
 
isSoftReference() - Method in interface org.jminor.framework.domain.property.ForeignKeyProperty
 
isSortingEnabled() - Method in interface org.jminor.common.model.table.TableSortModel
 
isSortingEnabled() - Method in class org.jminor.swing.common.model.table.AbstractTableSortModel
isSortingEnabled() - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
isStandardRGBImage(BufferedImage) - Static method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Tests whether an image uses the standard RGB color space.
isStaticData() - Method in interface org.jminor.framework.domain.Entity.Definition
 
isStaticData() - Method in interface org.jminor.framework.model.EntityComboBoxModel
 
isStaticData() - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
isStrictForeignKeyFiltering() - Method in interface org.jminor.framework.model.EntityComboBoxModel
 
isStrictForeignKeyFiltering() - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
isString() - Method in interface org.jminor.framework.domain.property.Property
 
isSummaryPanelVisible() - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
isTableConditionPanelVisible() - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
isTemporal() - Method in interface org.jminor.framework.domain.property.Property
 
isTime() - Method in interface org.jminor.framework.domain.property.Property
 
isTimestamp() - Method in interface org.jminor.framework.domain.property.Property
 
isTooltipData() - Method in interface org.jminor.swing.framework.ui.EntityTableCellRenderer
 
isTooltipData() - Method in class org.jminor.swing.framework.ui.EntityTableCellRenderers.DefaultEntityTableCellRenderer
isTransactionOpen() - Method in interface org.jminor.common.db.DatabaseConnection
 
isTransactionOpen() - Method in interface org.jminor.framework.db.EntityConnection
 
isTransactionOpen() - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
 
isTransactionOpen(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Checks if a transaction is open
isType(int) - Method in interface org.jminor.framework.domain.property.Property
 
isUniqueConstraintException(SQLException) - Method in class org.jminor.common.db.AbstractDatabase
isUniqueConstraintException(SQLException) - Method in interface org.jminor.common.db.Database
 
isUniqueConstraintException(SQLException) - Method in class org.jminor.dbms.h2database.H2Database
isUniqueConstraintException(SQLException) - Method in class org.jminor.dbms.mysql.MySQLDatabase
isUniqueConstraintException(SQLException) - Method in class org.jminor.dbms.oracle.OracleDatabase
isUniqueConstraintException(SQLException) - Method in class org.jminor.dbms.postgresql.PostgreSQLDatabase
isUniqueConstraintException(SQLException) - Method in class org.jminor.dbms.sqlserver.SQLServerDatabase
isUpdatable() - Method in interface org.jminor.framework.domain.property.ColumnProperty
Indicates whether or not this column is updatable
isUpdatable() - Method in interface org.jminor.framework.domain.property.ForeignKeyProperty
 
isUpdateAllowed() - Method in class org.jminor.framework.model.DefaultEntityEditModel
isUpdateAllowed() - Method in interface org.jminor.framework.model.EntityEditModel
 
isUpdateAllowed() - Method in interface org.jminor.framework.model.EntityTableModel
 
isUpdateAllowed() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
isUpdateAllowed() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
isUpdatingModel() - Method in class org.jminor.framework.model.DefaultForeignKeyConditionModel
 
isValid(Connection, Database, int) - Static method in class org.jminor.common.db.Databases
Returns true if the given connection is valid, if the underlying driver supports isValid() it is used, otherwise a simple query is run
isValid(V) - Method in class org.jminor.common.db.valuemap.DefaultValueMap.DefaultValidator
isValid(V) - Method in interface org.jminor.common.db.valuemap.ValueMap.Validator
 
isValid() - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
isValid(K) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
Returns true if the value associated with the given key is valid, using the validate method
isValid(K) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
Returns true if the value associated with the given key is valid, using the validate method
isValid() - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
 
isValid(Object) - Method in interface org.jminor.framework.domain.property.ValueListProperty
 
isValid(String) - Method in class org.jminor.swing.common.ui.textfield.ValidationDocumentFilter
 
isValuePersistent(Property) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Returns true if the last available value for this property should be used when initializing a default entity.
isValuePersistent(Property) - Method in interface org.jminor.framework.model.EntityEditModel
Returns true if the last available value for this property should be used when initializing a default entity.
isValueSubset() - Method in interface org.jminor.common.model.table.ColumnSummaryModel.ColumnValueProvider
 
isValueSubset() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel.DefaultColumnValueProvider
 
isVisible(T) - Method in interface org.jminor.common.model.FilteredModel
Returns true if the given item is visible, that is, not filtered in this model
isVisible(Entity) - Method in class org.jminor.javafx.framework.model.ObservableEntityList
Returns true if the given item is visible, that is, not filtered in this model
isVisible(T) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Returns true if the given item is visible, that is, not filtered in this model
isVisible(R) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Returns true if the given item is visible, that is, not filtered in this model
isWarnAboutUnsavedData() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
isWarnAboutUnsavedData() - Method in class org.jminor.framework.model.DefaultEntityEditModel
isWarnAboutUnsavedData() - Method in interface org.jminor.framework.model.EntityApplicationModel
 
isWarnAboutUnsavedData() - Method in interface org.jminor.framework.model.EntityEditModel
 
isWithinImage(Point) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Tests whether a given point in the panel falls within the image boundaries.
Item<T> - Class in org.jminor.common
A class encapsulating a value and a caption representing the value.
Item(T) - Constructor for class org.jminor.common.Item
Instantiates a new Item, with the caption as item.toString() or an empty string in case of a null value
Item(T, String) - Constructor for class org.jminor.common.Item
Instantiates a new Item.
ItemComboBoxModel<T> - Class in org.jminor.swing.common.model.combobox
A ComboBoxModel implementation based on the Item class.
ItemComboBoxModel() - Constructor for class org.jminor.swing.common.model.combobox.ItemComboBoxModel
Constructs a new ItemComboBoxModel.
ItemComboBoxModel(Collection<Item<T>>) - Constructor for class org.jminor.swing.common.model.combobox.ItemComboBoxModel
Constructs a new ItemComboBoxModel
ItemComboBoxModel(Comparator<Item<T>>, Collection<Item<T>>) - Constructor for class org.jminor.swing.common.model.combobox.ItemComboBoxModel
Constructs a new ItemComboBoxModel
ItemRandomizer<T> - Interface in org.jminor.swing.common.tools
ItemRandomizer provides a way for randomly choosing an item based on a weight value.
ItemRandomizer.RandomItem<T> - Interface in org.jminor.swing.common.tools
Wraps an item for usage in the ItemRandomizer
ItemRandomizerModel<T> - Class in org.jminor.swing.common.tools
A default ItemRandomizer implementation.
ItemRandomizerModel() - Constructor for class org.jminor.swing.common.tools.ItemRandomizerModel
Instantiates a new empty RandomItemModel.
ItemRandomizerModel(int, T...) - Constructor for class org.jminor.swing.common.tools.ItemRandomizerModel
Instantiates a new RandomItemModel with the given items.
ItemRandomizerPanel<T> - Class in org.jminor.swing.common.tools.ui
A default UI for the ItemRandomizer class.
ItemRandomizerPanel(ItemRandomizer<T>) - Constructor for class org.jminor.swing.common.tools.ui.ItemRandomizerPanel
Instantiates a new RandomItemPanel.
iterateState() - Method in class org.jminor.swing.common.model.checkbox.TristateButtonModel
 
iterator(EntitySelectCondition) - Method in interface org.jminor.framework.db.local.LocalEntityConnection
Returns a result set iterator based on the given query condition, this iterator closes all underlying resources in case of an exception and when it finishes iterating.

J

JasperReportsDataWrapper - Class in org.jminor.plugin.jasperreports.model
A Jasper Reports data wrapper.
JasperReportsDataWrapper(JRDataSource) - Constructor for class org.jminor.plugin.jasperreports.model.JasperReportsDataWrapper
 
JasperReportsEntityDataSource - Class in org.jminor.plugin.jasperreports.model
A default JRDataSource implementation which iterates through the iterator received via the constructor.
JasperReportsEntityDataSource(Iterator<Entity>) - Constructor for class org.jminor.plugin.jasperreports.model.JasperReportsEntityDataSource
 
JasperReportsResult - Class in org.jminor.plugin.jasperreports.model
A Jasper Reports result wrapper.
JasperReportsResult(JasperPrint) - Constructor for class org.jminor.plugin.jasperreports.model.JasperReportsResult
 
JasperReportsUIWrapper - Class in org.jminor.plugin.jasperreports.ui
A class responsible for displaying a JasperReport
JasperReportsUIWrapper() - Constructor for class org.jminor.plugin.jasperreports.ui.JasperReportsUIWrapper
 
JasperReportsWrapper - Class in org.jminor.plugin.jasperreports.model
A Jasper Reports wrapper.
JasperReportsWrapper(String) - Constructor for class org.jminor.plugin.jasperreports.model.JasperReportsWrapper
 
JasperReportsWrapper(String, Map<String, Object>) - Constructor for class org.jminor.plugin.jasperreports.model.JasperReportsWrapper
 
JasperReportsWrapper(JasperReport, Map<String, Object>) - Constructor for class org.jminor.plugin.jasperreports.model.JasperReportsWrapper
 
JAVAX_NET_KEYSTORE - Static variable in interface org.jminor.common.remote.Server
The system property key for specifying a ssl keystore
JAVAX_NET_KEYSTORE_PASSWORD - Static variable in interface org.jminor.common.remote.Server
The system property key for specifying a ssl keystore password
JAVAX_NET_TRUSTSTORE - Static variable in interface org.jminor.common.remote.Server
The system property key for specifying a ssl truststore
JAVAX_NET_TRUSTSTORE_PASSWORD - Static variable in interface org.jminor.common.remote.Server
The system property key for specifying a ssl truststore password

K

key(String) - Method in class org.jminor.framework.domain.Domain
Creates a new Entity.Key instance with the given entityId
keySet() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
keySet() - Method in interface org.jminor.common.db.valuemap.ValueMap
 
KEYSTORE - Static variable in interface org.jminor.common.remote.Server
The rmi ssl keystore to use
Value type: String Default value: null
KEYSTORE_PASSWORD - Static variable in interface org.jminor.common.remote.Server
The rmi ssl keystore password to use
Value type: String Default value: null

L

LABEL_TEXT_ALIGNMENT - Static variable in class org.jminor.swing.framework.ui.EntityUiUtil
Specifies the default horizontal alignment used in labels
Value type: Integer (JLabel.LEFT, JLabel.RIGHT, JLabel.CENTER)
Default value: JLabel.LEFT
layoutContainer(Container) - Method in class org.jminor.swing.common.ui.layout.FlexibleGridLayout
layoutPanel(JPanel) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
This method simply adds the given southPanel to the BorderLayout.SOUTH location, assuming the basePanel is at location BorderLayout.CENTER.
LengthValidationException - Exception in org.jminor.common.db.valuemap.exception
An exception used to indicate that a value associated with a key exceeds the allowed length.
LengthValidationException(Object, Object, String) - Constructor for exception org.jminor.common.db.valuemap.exception.LengthValidationException
Instantiates a new LengthValidationException
LIMIT_FOREIGN_KEY_FETCH_DEPTH - Static variable in interface org.jminor.framework.db.local.LocalEntityConnection
Specifies whether the foreign key value graph should be fully populated instead of being limited by the foreign key fetch depth setting.
Value type: Boolean
Default value: true
LINE_SEPARATOR - Static variable in class org.jminor.common.Util
The line separator for the current system
link(Value<V>, Value<V>) - Static method in class org.jminor.common.Values
Links the two values together so that changes in one are reflected in the other
link(Value<V>, Value<V>, boolean) - Static method in class org.jminor.common.Values
Links the two values together so that changes in one are reflected in the other
link(BooleanProperty, StateObserver) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Links the given boolean property to the given state observer, so that changes is one are reflected in the other
linkBoundedRangeModels(BoundedRangeModel, BoundedRangeModel) - Static method in class org.jminor.swing.common.ui.UiUtil
Links the given BoundedRangeModels so that changes in master are reflected in slave
linkForeignKeyComboBoxModel(String, EntityComboBoxModel) - Method in interface org.jminor.framework.model.EntityComboBoxModel
Links the given combo box model representing master entities to this combo box model so that selection in the master model filters this model according to the selected master entity
linkForeignKeyComboBoxModel(String, EntityComboBoxModel) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
Links the given combo box model representing master entities to this combo box model so that selection in the master model filters this model according to the selected master entity
linkToEnabledState(StateObserver, Action) - Static method in class org.jminor.swing.common.ui.UiUtil
Links the given action to the given StateObserver, so that the action is enabled only when the observed state is active
linkToEnabledState(StateObserver, JComponent...) - Static method in class org.jminor.swing.common.ui.UiUtil
Links the given components to the given StateObserver, so that each component is enabled and focusable only when the observed state is active
linkToEnabledState(StateObserver, boolean, JComponent...) - Static method in class org.jminor.swing.common.ui.UiUtil
Links the given components to the given StateObserver, so that each component is enabled only when the observed state is active.
listener(EventDataListener) - Static method in class org.jminor.common.Events
 
ListSelectionProvider(EntityLookupModel) - Constructor for class org.jminor.swing.framework.ui.EntityLookupField.ListSelectionProvider
 
LOAD_TEST_BATCH_SIZE - Static variable in class org.jminor.swing.framework.tools.EntityLoadTestModel
Specifies the initial client batch size
Value type: Integer
Default value: 10
LOAD_TEST_LOGIN_DELAY - Static variable in class org.jminor.swing.framework.tools.EntityLoadTestModel
Specifies the number which the max think time is multiplied with when initializing the clients
Value type: Integer
Default value: 2
LOAD_TEST_REMOTE_HOSTNAME - Static variable in class org.jminor.swing.framework.tools.EntityLoadTestModel
Specifies the hostname of the remote load test server
Value type: String
Default value: localhost
LOAD_TEST_THINKTIME - Static variable in class org.jminor.swing.framework.tools.EntityLoadTestModel
Specifies the initial think time setting for the load test client (max think time = thinktime, min think time = max think time / 2)
Value type: Integer
Default value: 2000
loadImage(String) - Static method in class org.jminor.swing.common.ui.images.Images
Loads the given image assuming it is on the classpath on the same level as this class
loadJasperReport(String) - Static method in class org.jminor.plugin.jasperreports.model.JasperReportsWrapper
Loads a JasperReport file from the path given, it can be a URL a file or classpath resource.
LoadTest - Interface in org.jminor.swing.common.tools
Specifies a class for running multiple application instances for load testing purposes.
LoadTest.ScenarioException - Exception in org.jminor.swing.common.tools
An exception originating from a scenario run
LoadTest.UsageScenario<T> - Interface in org.jminor.swing.common.tools
Specifies a load test usage scenario.
LoadTestModel<T> - Class in org.jminor.swing.common.tools
A default LoadTest implementation.
LoadTestModel(User, int, int, int) - Constructor for class org.jminor.swing.common.tools.LoadTestModel
Constructs a new LoadTestModel.
LoadTestModel(User, int, int, int, int) - Constructor for class org.jminor.swing.common.tools.LoadTestModel
Constructs a new LoadTestModel.
LoadTestModel(User, Collection<? extends LoadTest.UsageScenario<T>>, int, int, int) - Constructor for class org.jminor.swing.common.tools.LoadTestModel
Constructs a new LoadTestModel.
LoadTestModel(User, Collection<? extends LoadTest.UsageScenario<T>>, int, int, int, int) - Constructor for class org.jminor.swing.common.tools.LoadTestModel
Constructs a new LoadTestModel.
LoadTestModel.AbstractUsageScenario<T> - Class in org.jminor.swing.common.tools
An abstract usage scenario.
LoadTestPanel - Class in org.jminor.swing.common.tools.ui
A default UI component for the LoadTestModel class.
LoadTestPanel(LoadTest) - Constructor for class org.jminor.swing.common.tools.ui.LoadTestPanel
Constructs a new LoadTestPanel.
LoadTestPanel(LoadTest, JPanel) - Constructor for class org.jminor.swing.common.tools.ui.LoadTestPanel
Constructs a new LoadTestPanel.
LocalDateInputPanel - Class in org.jminor.swing.common.ui
A panel for LocalDate input via a formatted text field and a button activating a calendar for date input.
LocalDateInputPanel(LocalDate, String) - Constructor for class org.jminor.swing.common.ui.LocalDateInputPanel
Instantiates a new LocalDateInputPanel.
LocalDateInputPanel(JFormattedTextField, String, boolean, StateObserver) - Constructor for class org.jminor.swing.common.ui.LocalDateInputPanel
Instantiates a new LocalTimeInputPanel.
LocalDateTimeInputPanel - Class in org.jminor.swing.common.ui
A panel for displaying a formatted text field for date/time input.
LocalDateTimeInputPanel(LocalDateTime, String) - Constructor for class org.jminor.swing.common.ui.LocalDateTimeInputPanel
Instantiates a new LocalDateTimeInputPanel.
LocalDateTimeInputPanel(JFormattedTextField, String, StateObserver) - Constructor for class org.jminor.swing.common.ui.LocalDateTimeInputPanel
Instantiates a new LocalDateTimeInputPanel.
localDateTimeValue(JFormattedTextField, String) - Static method in class org.jminor.swing.common.ui.UiValues
 
localDateTimeValue(JFormattedTextField, String, boolean) - Static method in class org.jminor.swing.common.ui.UiValues
 
localDateTimeValueLink(JFormattedTextField, Value<LocalDateTime>, String) - Static method in class org.jminor.swing.common.ui.ValueLinks
Links a date value with a given text component
localDateTimeValueLink(JFormattedTextField, Value<LocalDateTime>, String, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
Links a date value with a given text component
localDateValue(JFormattedTextField, String) - Static method in class org.jminor.swing.common.ui.UiValues
 
localDateValue(JFormattedTextField, String, boolean) - Static method in class org.jminor.swing.common.ui.UiValues
 
localDateValueLink(JFormattedTextField, Value<LocalDate>, String) - Static method in class org.jminor.swing.common.ui.ValueLinks
Links a date value with a given text component
localDateValueLink(JFormattedTextField, Value<LocalDate>, String, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
Links a date value with a given text component
LocalEntityConnection - Interface in org.jminor.framework.db.local
EntityConnection implementation based on a local JDBC connection.
LocalEntityConnectionProvider - Class in org.jminor.framework.db.local
A class responsible for managing a local EntityConnection.
LocalEntityConnectionProvider() - Constructor for class org.jminor.framework.db.local.LocalEntityConnectionProvider
Instantiates a new LocalEntityConnectionProvider
LocalEntityConnectionProvider(Database) - Constructor for class org.jminor.framework.db.local.LocalEntityConnectionProvider
Instantiates a new LocalEntityConnectionProvider
LocalEntityConnections - Class in org.jminor.framework.db.local
A factory class providing a LocalEntityConnection instances.
LOCALHOST - Static variable in interface org.jminor.common.remote.Server
Localhost
LOCALHOST - Static variable in class org.jminor.plugin.credentials.server.CredentialsServer
 
LocalTimeInputPanel - Class in org.jminor.swing.common.ui
A panel for displaying a formatted text field and a button activating a calendar for date input.
LocalTimeInputPanel(LocalTime, String) - Constructor for class org.jminor.swing.common.ui.LocalTimeInputPanel
Instantiates a new LocalTimeInputPanel.
LocalTimeInputPanel(JFormattedTextField, String, StateObserver) - Constructor for class org.jminor.swing.common.ui.LocalTimeInputPanel
Instantiates a new LocalTimeInputPanel.
localTimeValue(JFormattedTextField, String) - Static method in class org.jminor.swing.common.ui.UiValues
 
localTimeValue(JFormattedTextField, String, boolean) - Static method in class org.jminor.swing.common.ui.UiValues
 
localTimeValueLink(JFormattedTextField, Value<LocalTime>, String) - Static method in class org.jminor.swing.common.ui.ValueLinks
Links a date value with a given text component
localTimeValueLink(JFormattedTextField, Value<LocalTime>, String, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
Links a date value with a given text component
LOG - Static variable in interface org.jminor.common.LoggerProxy
 
LOG - Static variable in class org.jminor.common.remote.SerializationWhitelist
 
LOG - Static variable in class org.jminor.framework.model.DefaultEntityModel
 
LOG - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
 
LOG - Static variable in class org.jminor.swing.common.tools.LoadTestModel
 
LOG - Static variable in class org.jminor.swing.framework.model.SwingEntityModelProvider
 
Log4jProxy - Class in org.jminor.plugin.log4j
A Log4j LoggerProxy implementation
Log4jProxy() - Constructor for class org.jminor.plugin.log4j.Log4jProxy
 
logAccess(String) - Method in class org.jminor.common.MethodLogger
 
logAccess(String, Object[]) - Method in class org.jminor.common.MethodLogger
 
LogbackProxy - Class in org.jminor.plugin.logback
A Logback LoggerProxy implementation
LogbackProxy() - Constructor for class org.jminor.plugin.logback.LogbackProxy
 
logExit(String) - Method in class org.jminor.common.MethodLogger
 
logExit(String, Throwable) - Method in class org.jminor.common.MethodLogger
 
logExit(String, Throwable, String) - Method in class org.jminor.common.MethodLogger
 
LOGGER_PROXY_IMPLEMENTATION - Static variable in interface org.jminor.common.LoggerProxy
Specifies the logger proxy implementation.
Value type: String
Default value: org.jminor.plugin.logback.LogbackProxy.
LoggerProxy - Interface in org.jminor.common
A simple logging proxy facilitating the setting of log levels
LOGIN - Static variable in class org.jminor.common.i18n.Messages
 
login(User) - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
Logs in the given user
login(User) - Method in interface org.jminor.framework.model.EntityApplicationModel
Logs in the given user
login() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
loginException(String) - Static method in exception org.jminor.common.remote.ServerException
 
LoginException(String) - Constructor for exception org.jminor.common.remote.ServerException.LoginException
LoginPanel - Class in org.jminor.swing.common.ui
A JPanel for retrieving login information.
LoginPanel(User) - Constructor for class org.jminor.swing.common.ui.LoginPanel
Instantiates a new LoginPanel
LoginProxy - Interface in org.jminor.common.remote
A login proxy.
logout() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
Log out from this application model
logout() - Method in interface org.jminor.framework.model.EntityApplicationModel
Log out from this application model
logout() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Performs a logout
LONG_RESULT_PACKER - Static variable in class org.jminor.common.db.Databases
A result packer for fetching longs from a result set containing a single long column
LongField - Class in org.jminor.swing.common.ui.textfield
A text field for longs.
LongField() - Constructor for class org.jminor.swing.common.ui.textfield.LongField
Instantiates a new LongField.
LongField(int) - Constructor for class org.jminor.swing.common.ui.textfield.LongField
Instantiates a new LongField
LongField(NumberFormat) - Constructor for class org.jminor.swing.common.ui.textfield.LongField
Instantiates a new LongField
LongField(NumberFormat, int) - Constructor for class org.jminor.swing.common.ui.textfield.LongField
Instantiates a new LongField
LongInputProvider - Class in org.jminor.swing.common.ui.input
A InputProvider implementation for long values.
LongInputProvider(Long) - Constructor for class org.jminor.swing.common.ui.input.LongInputProvider
Instantiates a new LongInputProvider.
LongInputProvider(Long, long, long) - Constructor for class org.jminor.swing.common.ui.input.LongInputProvider
Instantiates a new LongInputProvider.
longPropertyValue(StringProperty, NumberFormat) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 
longValue(String, Long) - Static method in class org.jminor.common.Configuration
Creates a long configuration value
longValue(LongField, boolean) - Static method in class org.jminor.swing.common.ui.UiValues
 
longValue(LongField, boolean, boolean) - Static method in class org.jminor.swing.common.ui.UiValues
 
longValueLink(LongField, Value<Long>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
longValueLink(LongField, Value<Long>, boolean, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
lookupEntities(String, EntityConnectionProvider, boolean, JComponent, String) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Performs a lookup for the given entity type, using a EntityLookupField displayed in a dialog, using the default search properties for the given entityId.
lookupEntities(String, EntityConnectionProvider, boolean, JComponent, String, String) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Performs a lookup for the given entity type, using a EntityLookupField displayed in a dialog, using the default search properties for the given entityId.
lookupValue(EntityLookupModel) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 

M

main(String[]) - Static method in class org.jminor.framework.server.DefaultEntityConnectionServer
If no arguments are supplied a new DefaultEntityConnectionServer is started.
main(String[]) - Static method in class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
 
main(String[]) - Static method in class org.jminor.swing.framework.tools.ui.EntityGeneratorPanel
Runs a EntityGeneratorPanel instance in a frame
makeLowerCase(T) - Static method in class org.jminor.swing.common.ui.UiUtil
Makes textComponent convert all upper case input to lower case
makeUpperCase(T) - Static method in class org.jminor.swing.common.ui.UiUtil
Makes textComponent convert all lower case input to upper case
map(Collection<V>, Util.MapKeyProvider<K, V>) - Static method in class org.jminor.common.Util
Maps the given values according to the keys provided by the given key provider, keeping the iteration order of the given collection.
mapKeysToEntityId(Collection<Entity.Key>) - Static method in class org.jminor.framework.domain.Entities
Returns a LinkedHashMap containing the given entity keys mapped to their entityIds, respecting the iteration order of the given collection
mapToEntityId(Collection<Entity>) - Static method in class org.jminor.framework.domain.Entities
Returns a LinkedHashMap containing the given entities mapped to their entityIds, respecting the iteration order of the given collection
mapToKey(Collection<Entity>) - Static method in class org.jminor.framework.domain.Entities
Maps the given entities to their primary key
mapToOriginalPrimaryKey(List<Entity>, List<Entity>) - Static method in class org.jminor.framework.domain.Entities
Maps the given entities and their updated counterparts to their original primary keys, assumes a single copy of each entity in the given lists.
mapToValue(String, Collection<Entity>) - Static method in class org.jminor.framework.domain.Entities
Returns a LinkedHashMap containing the given entities mapped to the value of the property with id propertyId, respecting the iteration order of the given collection
MasterDetailPanel - Interface in org.jminor.swing.common.ui
Specifies a panel which is part of a navigable master/detail hierarchy
MAXIMUM_FRACTION_DIGITS - Static variable in interface org.jminor.framework.domain.property.Property
Specifies the default maximum number of fraction digits for double property values
Note that values are rounded when set.
Value type: Integer
Default value: 10
MaximumMatch - Class in org.jminor.swing.common.ui.combobox
Code originally from: http://www.orbital-computer.de/JComboBox Selects an item in a JComboBox based on values typed in on the keyboard.
maximumThinkTimeObserver() - Method in interface org.jminor.swing.common.tools.LoadTest
 
maximumThinkTimeObserver() - Method in class org.jminor.swing.common.tools.LoadTestModel
Messages - Class in org.jminor.common.i18n
A class containing i18n message keys used in the common package.
MethodLogger - Class in org.jminor.common
A method call logger allowing logging of nested method calls.
MethodLogger(int, boolean) - Constructor for class org.jminor.common.MethodLogger
Instantiates a new MethodLogger.
MethodLogger(int, boolean, MethodLogger.ArgumentStringProvider) - Constructor for class org.jminor.common.MethodLogger
Instantiates a new MethodLogger.
MethodLogger.ArgumentStringProvider - Interface in org.jminor.common
Provides String representations of method arguments
MethodLogger.DefaultArgumentStringProvider - Class in org.jminor.common
A default MethodLogger.ArgumentStringProvider implementation based on String.valueOf(Object)
MethodLogger.Entry - Class in org.jminor.common
A log entry
minimumLayoutSize(Container) - Method in class org.jminor.swing.common.ui.layout.FlexibleGridLayout
MirrorProperty - Interface in org.jminor.framework.domain.property
Represents a property which is part of a composite foreign key but is already included as part of another composite foreign key, and should not handle updating the underlying property, useful in rare cases where multiple foreign keys are referencing tables having composite natural primary keys, using the same column.
mirrorProperty(String) - Static method in class org.jminor.framework.domain.property.Properties
 
modifyEntity(Entity, Map<String, Entity>) - Method in class org.jminor.framework.domain.test.EntityTestUnit
This method should return testEntity in a modified state
MOUSE_BUTTON - Static variable in class org.jminor.plugin.imagepanel.NavigableImagePanel.ZoomDevice
Identifies the left and right mouse buttons as the zooming device.
MOUSE_WHEEL - Static variable in class org.jminor.plugin.imagepanel.NavigableImagePanel.ZoomDevice
Identifies the mouse scroll wheel as the zooming device.
MOVE_SELECTION_DOWN - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
MOVE_SELECTION_UP - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
moveCaretToEndOnFocusGained(T) - Static method in class org.jminor.swing.common.ui.UiUtil
Sets the caret position to the right of the last character in the given text component when it gains focus
moveCaretToStartOnFocusGained(T) - Static method in class org.jminor.swing.common.ui.UiUtil
Sets the caret position to 0 in the given text component when it gains focus
moveSelectionDown() - Method in interface org.jminor.common.model.table.SelectionModel
Moves all selected indexes down one index, wraps around.
moveSelectionDown() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Moves all selected indexes down one index, wraps around.
moveSelectionDown() - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Moves all selected indexes down one index, wraps around.
moveSelectionUp() - Method in interface org.jminor.common.model.table.SelectionModel
Moves all selected indexes up one index, wraps around.
moveSelectionUp() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Moves all selected indexes up one index, wraps around.
moveSelectionUp() - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Moves all selected indexes up one index, wraps around.
MultipleRecordsFoundException - Exception in org.jminor.common.db.exception
Exception used when one record was expected but many were found.
MultipleRecordsFoundException(String) - Constructor for exception org.jminor.common.db.exception.MultipleRecordsFoundException
Instantiates a new MultipleRecordsFoundException
MySQLDatabase - Class in org.jminor.dbms.mysql
A Database implementation based on the MySQL database.
MySQLDatabase() - Constructor for class org.jminor.dbms.mysql.MySQLDatabase
Instantiates a new MySQLDatabase.
MySQLDatabase(String, Integer, String) - Constructor for class org.jminor.dbms.mysql.MySQLDatabase
Instantiates a new MySQLDatabase.
MySQLDatabaseProvider - Class in org.jminor.dbms.mysql
Provides mysql database implementations
MySQLDatabaseProvider() - Constructor for class org.jminor.dbms.mysql.MySQLDatabaseProvider
 

N

NavigableImagePanel - Class in org.jminor.plugin.imagepanel
NavigableImagePanel is a lightweight container displaying an image that can be zoomed in and out and panned with ease and simplicity, using an adaptive rendering for high quality display and satisfactory performance.
NavigableImagePanel() - Constructor for class org.jminor.plugin.imagepanel.NavigableImagePanel
Creates a new navigable image panel with no default image and the mouse scroll wheel as the zooming device.
NavigableImagePanel(BufferedImage) - Constructor for class org.jminor.plugin.imagepanel.NavigableImagePanel
Creates a new navigable image panel with the specified image and the mouse scroll wheel as the zooming device.
NavigableImagePanel.Coordinates - Class in org.jminor.plugin.imagepanel
This class is required for high precision image coordinates translation.
NavigableImagePanel.ZoomDevice - Class in org.jminor.plugin.imagepanel
Defines zoom devices.
newInstance() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
newInstance() - Method in interface org.jminor.common.db.valuemap.ValueMap
 
newThread(Runnable) - Method in class org.jminor.common.DaemonThreadFactory
 
next() - Method in interface org.jminor.common.db.ResultIterator
 
next() - Method in class org.jminor.plugin.jasperreports.model.JasperReportsEntityDataSource
next() - Method in enum org.jminor.swing.common.model.checkbox.TristateState
 
NextReportsResult - Class in org.jminor.plugin.nextreports.model
A ReportResult implementation based on NextReports
NextReportsResult(byte[], String) - Constructor for class org.jminor.plugin.nextreports.model.NextReportsResult
Instantiates a new NextReportsResult
NextReportsResultWrapper - Class in org.jminor.plugin.nextreports.model
A NextReports ReportResult implementation
NextReportsResultWrapper(NextReportsResult) - Constructor for class org.jminor.plugin.nextreports.model.NextReportsResultWrapper
Instantiates a new NextReportsResultWrapper instance based on the given result
NextReportsUiUtil - Class in org.jminor.plugin.nextreports.swing
A utility class for viewing a NextReports report
NextReportsWrapper - Class in org.jminor.plugin.nextreports.model
A NextReports ReportWrapper implementation
NextReportsWrapper(String, Map<String, Object>, String) - Constructor for class org.jminor.plugin.nextreports.model.NextReportsWrapper
Instantiates a new NextReportsWrapper.
NO - Static variable in class org.jminor.common.i18n.Messages
 
NO_RESULTS_FROM_CONDITION - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
NoConnectionAvailable(int, long) - Constructor for exception org.jminor.common.db.pool.ConnectionPoolException.NoConnectionAvailable
Instantiates a new NoConnectionAvailable exception
NONE - Static variable in class org.jminor.plugin.imagepanel.NavigableImagePanel.ZoomDevice
Identifies that the panel does not implement zooming, but the component using the panel does (programmatic zooming method).
northCenterPanel(JComponent, JComponent) - Static method in class org.jminor.swing.common.ui.UiUtil
Creates a JPanel, using a BorderLayout with a five pixel hgap and vgap, adding the given components to their respective positions.
NOT_CONNECTED - Static variable in class org.jminor.common.i18n.Messages
 
notifyValueChange(K, V, V, boolean) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
 
notNull(Object...) - Static method in class org.jminor.common.Util
Checks if any of the given objects is null
NULL_FORMAT - Static variable in class org.jminor.common.Formats
A Format object performing no formatting
nullOrEmpty(String...) - Static method in class org.jminor.common.Util
 
nullOrEmpty(Map...) - Static method in class org.jminor.common.Util
 
nullOrEmpty(Map) - Static method in class org.jminor.common.Util
 
nullOrEmpty(Collection...) - Static method in class org.jminor.common.Util
 
nullOrEmpty(Collection) - Static method in class org.jminor.common.Util
 
NullValidationException - Exception in org.jminor.common.db.valuemap.exception
An exception used to indicate that a null value was being associated with a key which does not allow null values.
NullValidationException(Object, String) - Constructor for exception org.jminor.common.db.valuemap.exception.NullValidationException
Instantiates a new NullValidationException
NumberDocument(NumberField.NumberDocumentFilter) - Constructor for class org.jminor.swing.common.ui.textfield.NumberField.NumberDocument
 
NumberDocumentFilter(NumberFormat) - Constructor for class org.jminor.swing.common.ui.textfield.NumberField.NumberDocumentFilter
 
NumberField - Class in org.jminor.swing.common.ui.textfield
A text field for numbers.
NumberField(NumberField.NumberDocument, int) - Constructor for class org.jminor.swing.common.ui.textfield.NumberField
Instantiates a new NumberField
NumberField.FormatResult - Class in org.jminor.swing.common.ui.textfield
 
NumberField.NumberDocument - Class in org.jminor.swing.common.ui.textfield
A Document implementation for numerical values
NumberField.NumberDocumentFilter - Class in org.jminor.swing.common.ui.textfield
A DocumentFilter for restricting input to numerical values
numberOfDaysInRange(LocalDate, LocalDate) - Static method in class org.jminor.common.Dates
Calculates the number of days between the two dates, note that this is inclusive so the number of days between two instances of the same date is 1.

O

ObservableEntityList - Class in org.jminor.javafx.framework.model
An ObservableList based on a Entity
ObservableEntityList(String, EntityConnectionProvider) - Constructor for class org.jminor.javafx.framework.model.ObservableEntityList
Instantiates a new ObservableEntityList
of(double, double) - Static method in class org.jminor.plugin.imagepanel.NavigableImagePanel.Coordinates
Instantiates a new Coordinates object
OK - Static variable in class org.jminor.common.i18n.Messages
 
OK_MNEMONIC - Static variable in class org.jminor.common.i18n.Messages
 
onClasspath(String) - Static method in class org.jminor.common.Util
 
openReport(ReportResult<NextReportsResult>, File) - Static method in class org.jminor.plugin.nextreports.swing.NextReportsUiUtil
Writes the given report result to the given file and opens it
OracleDatabase - Class in org.jminor.dbms.oracle
A Database implementation based on the Oracle database.
OracleDatabase() - Constructor for class org.jminor.dbms.oracle.OracleDatabase
Instantiates a new OracleDatabase.
OracleDatabase(String, Integer, String) - Constructor for class org.jminor.dbms.oracle.OracleDatabase
Instantiates a new OracleDatabase.
OracleDatabaseProvider - Class in org.jminor.dbms.oracle
Provides oracle database implementations
OracleDatabaseProvider() - Constructor for class org.jminor.dbms.oracle.OracleDatabaseProvider
 
orderBy() - Static method in class org.jminor.framework.domain.Domain
 
org.jminor.common - package org.jminor.common
org.jminor.common.db - package org.jminor.common.db
org.jminor.common.db.exception - package org.jminor.common.db.exception
 
org.jminor.common.db.pool - package org.jminor.common.db.pool
 
org.jminor.common.db.reports - package org.jminor.common.db.reports
Package configuration values:
ReportWrapper.REPORT_PATH
org.jminor.common.db.valuemap - package org.jminor.common.db.valuemap
 
org.jminor.common.db.valuemap.exception - package org.jminor.common.db.valuemap.exception
 
org.jminor.common.i18n - package org.jminor.common.i18n
 
org.jminor.common.model - package org.jminor.common.model
org.jminor.common.model.combobox - package org.jminor.common.model.combobox
 
org.jminor.common.model.table - package org.jminor.common.model.table
 
org.jminor.common.model.valuemap - package org.jminor.common.model.valuemap
 
org.jminor.common.remote - package org.jminor.common.remote
org.jminor.common.remote.http - package org.jminor.common.remote.http
org.jminor.dbms.derby - package org.jminor.dbms.derby
 
org.jminor.dbms.h2database - package org.jminor.dbms.h2database
 
org.jminor.dbms.hsqldb - package org.jminor.dbms.hsqldb
 
org.jminor.dbms.mysql - package org.jminor.dbms.mysql
 
org.jminor.dbms.oracle - package org.jminor.dbms.oracle
Package configuration values:
OracleDatabase.USE_LEGACY_SID
org.jminor.dbms.postgresql - package org.jminor.dbms.postgresql
 
org.jminor.dbms.sqlite - package org.jminor.dbms.sqlite
 
org.jminor.dbms.sqlserver - package org.jminor.dbms.sqlserver
 
org.jminor.framework.db - package org.jminor.framework.db
org.jminor.framework.db.condition - package org.jminor.framework.db.condition
 
org.jminor.framework.db.http - package org.jminor.framework.db.http
org.jminor.framework.db.local - package org.jminor.framework.db.local
org.jminor.framework.db.remote - package org.jminor.framework.db.remote
 
org.jminor.framework.domain - package org.jminor.framework.domain
org.jminor.framework.domain.property - package org.jminor.framework.domain.property
 
org.jminor.framework.domain.test - package org.jminor.framework.domain.test
 
org.jminor.framework.i18n - package org.jminor.framework.i18n
 
org.jminor.framework.model - package org.jminor.framework.model
org.jminor.framework.server - package org.jminor.framework.server
org.jminor.framework.servlet - package org.jminor.framework.servlet
 
org.jminor.javafx.framework.model - package org.jminor.javafx.framework.model
 
org.jminor.javafx.framework.ui - package org.jminor.javafx.framework.ui
 
org.jminor.javafx.framework.ui.values - package org.jminor.javafx.framework.ui.values
 
org.jminor.plugin.credentials.server - package org.jminor.plugin.credentials.server
 
org.jminor.plugin.hikari.pool - package org.jminor.plugin.hikari.pool
 
org.jminor.plugin.imagepanel - package org.jminor.plugin.imagepanel
 
org.jminor.plugin.jasperreports.model - package org.jminor.plugin.jasperreports.model
 
org.jminor.plugin.jasperreports.ui - package org.jminor.plugin.jasperreports.ui
 
org.jminor.plugin.json - package org.jminor.plugin.json
 
org.jminor.plugin.log4j - package org.jminor.plugin.log4j
 
org.jminor.plugin.logback - package org.jminor.plugin.logback
 
org.jminor.plugin.nextreports.model - package org.jminor.plugin.nextreports.model
 
org.jminor.plugin.nextreports.swing - package org.jminor.plugin.nextreports.swing
 
org.jminor.plugin.tomcat.pool - package org.jminor.plugin.tomcat.pool
 
org.jminor.swing.common.model - package org.jminor.swing.common.model
 
org.jminor.swing.common.model.checkbox - package org.jminor.swing.common.model.checkbox
 
org.jminor.swing.common.model.combobox - package org.jminor.swing.common.model.combobox
 
org.jminor.swing.common.model.table - package org.jminor.swing.common.model.table
 
org.jminor.swing.common.tools - package org.jminor.swing.common.tools
 
org.jminor.swing.common.tools.ui - package org.jminor.swing.common.tools.ui
 
org.jminor.swing.common.ui - package org.jminor.swing.common.ui
 
org.jminor.swing.common.ui.checkbox - package org.jminor.swing.common.ui.checkbox
 
org.jminor.swing.common.ui.combobox - package org.jminor.swing.common.ui.combobox
 
org.jminor.swing.common.ui.control - package org.jminor.swing.common.ui.control
 
org.jminor.swing.common.ui.images - package org.jminor.swing.common.ui.images
 
org.jminor.swing.common.ui.input - package org.jminor.swing.common.ui.input
 
org.jminor.swing.common.ui.layout - package org.jminor.swing.common.ui.layout
 
org.jminor.swing.common.ui.reports - package org.jminor.swing.common.ui.reports
 
org.jminor.swing.common.ui.table - package org.jminor.swing.common.ui.table
 
org.jminor.swing.common.ui.textfield - package org.jminor.swing.common.ui.textfield
 
org.jminor.swing.common.ui.valuemap - package org.jminor.swing.common.ui.valuemap
 
org.jminor.swing.common.ui.worker - package org.jminor.swing.common.ui.worker
 
org.jminor.swing.framework.model - package org.jminor.swing.framework.model
 
org.jminor.swing.framework.model.reporting - package org.jminor.swing.framework.model.reporting
 
org.jminor.swing.framework.server.monitor - package org.jminor.swing.framework.server.monitor
org.jminor.swing.framework.server.monitor.ui - package org.jminor.swing.framework.server.monitor.ui
 
org.jminor.swing.framework.tools - package org.jminor.swing.framework.tools
org.jminor.swing.framework.tools.ui - package org.jminor.swing.framework.tools.ui
 
org.jminor.swing.framework.ui - package org.jminor.swing.framework.ui
org.jminor.swing.framework.ui.reporting - package org.jminor.swing.framework.ui.reporting
 
org.jminor.swing.framework.ui.test - package org.jminor.swing.framework.ui.test
 
originalKeySet() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
originalKeySet() - Method in interface org.jminor.common.db.valuemap.ValueMap
 

P

pack(ResultSet, int) - Method in interface org.jminor.common.db.ResultPacker
Iterates through the given ResultSet, packing its contents into a List using ResultPacker.fetch(ResultSet) in the order they appear.
padString(String, int, char, TextUtil.Alignment) - Static method in class org.jminor.common.TextUtil
Pads the given string with the given pad character until a length of length has been reached
paintComponent(Graphics) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Paints the panel and its image at the current zoom level, location, and interpolation method dependent on the image scale.
panelToImageCoordinates(Point) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Converts this panel's coordinates into the original image coordinates
parse(String, DateTimeFormatter) - Method in interface org.jminor.common.DateFormats.DateParser
Parses the given text with the given formatter
parse(String) - Static method in class org.jminor.common.Version
Parses a string on the form x.y.z-metadata
parseCommaSeparatedValues(String) - Static method in class org.jminor.common.TextUtil
 
parseEntity(String) - Method in class org.jminor.plugin.json.EntityJSONParser
Parses an Entity instance from the given JSON object string
parseKey(String) - Method in class org.jminor.plugin.json.EntityJSONParser
Parses an Entity.Key instance from the given JSON object string
parseKey(JSONObject) - Method in class org.jminor.plugin.json.EntityJSONParser
Parses an Entity.Key instance from the given JSON object
parseStrict(Format, String) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
Parses the given value using the given format
parseUser(String) - Static method in class org.jminor.common.User
Parses a User from a string, containing the username and password with a ':' as delimiter, f.ex.
parseValue(Property, JSONObject) - Method in class org.jminor.plugin.json.EntityJSONParser
Fetches the value of the given property from the given JSONObject
PASSWORD - Static variable in class org.jminor.common.i18n.Messages
 
PASSWORD_PROPERTY - Static variable in interface org.jminor.common.db.Database
The constant used to denote the password value in the connection properties
PATH_SEPARATOR - Static variable in class org.jminor.common.Util
The path separator for the current system
perform() - Method in interface org.jminor.swing.common.ui.control.Control.Command
Performs the work
performBackgroundWork() - Method in class org.jminor.swing.common.ui.worker.ProgressWorker
Performs the background task.
performLengthValidation(Entity, Property) - Method in class org.jminor.framework.domain.Domain.Validator
Performs a length validation on the given string based property
performLengthValidation(Entity, Property) - Method in interface org.jminor.framework.domain.Entity.Validator
Performs a length validation on the given string based property
performNullValidation(Entity, Property) - Method in class org.jminor.framework.domain.Domain.Validator
Performs a null validation on the given property
performNullValidation(Entity, Property) - Method in interface org.jminor.framework.domain.Entity.Validator
Performs a null validation on the given property
performQuery() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
Performs a query based on the select condition
performQuery() - Method in interface org.jminor.framework.model.EntityLookupModel
Performs a query based on the select condition
performQuery() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Queries for the data used to populate this EntityTableModel when it is refreshed, using the order by clause returned by FXEntityListModel.getOrderBy()
performQuery() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
 
performQuery() - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
Retrieves the entities to present in this EntityComboBoxModel, taking into account the SwingEntityComboBoxModel.getSelectConditionProvider() specified for this model
performQuery() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Queries for the data used to populate this EntityTableModel when it is refreshed, using the order by clause returned by SwingEntityTableModel.getOrderBy()
performRangeValidation(Entity, Property) - Method in class org.jminor.framework.domain.Domain.Validator
Performs a range validation on the given number based property
performRangeValidation(Entity, Property) - Method in interface org.jminor.framework.domain.Entity.Validator
Performs a range validation on the given number based property
performScenario(T) - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
Runs a set of actions on the given application.
performScenario(QueryLoadTestModel.QueryApplication) - Method in class org.jminor.swing.common.tools.QueryLoadTestModel.QueryScenario
 
performSimpleSearch() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
Uses the simpleSearchText as a basis for a wildcard search on all String based condition models, or the condition models representing the search properties for the underlying entity
performSimpleSearch() - Method in interface org.jminor.framework.model.EntityTableConditionModel
Uses the simpleSearchText as a basis for a wildcard search on all String based condition models, or the condition models representing the search properties for the underlying entity
PERSIST_ENTITY_PANELS - Static variable in class org.jminor.swing.framework.ui.EntityApplicationPanel
Specifies if EntityPanels opened via the EntityApplicationPanel.showEntityPanelDialog method should be persisted, or kept in memory, when the dialog is closed.
Value type: Boolean
Default value: false
PERSIST_FOREIGN_KEY_VALUES - Static variable in interface org.jminor.framework.model.EntityEditModel
Specifies whether foreign key values should persist when the UI is cleared or be reset to null
Value type: Boolean
Default value: true
PoolMonitor - Class in org.jminor.swing.framework.server.monitor
A class responsible for monitoring the connection pools of a given EntityConnectionServer.
PoolMonitor(EntityConnectionServerAdmin) - Constructor for class org.jminor.swing.framework.server.monitor.PoolMonitor
Instantiates a new PoolMonitor
PoolMonitorPanel - Class in org.jminor.swing.framework.server.monitor.ui
A PoolMonitorPanel
PoolMonitorPanel(PoolMonitor) - Constructor for class org.jminor.swing.framework.server.monitor.ui.PoolMonitorPanel
Instantiates a new PoolMonitorPanel
PostgreSQLDatabase - Class in org.jminor.dbms.postgresql
A Database implementation based on the PostgreSQL database.
PostgreSQLDatabase() - Constructor for class org.jminor.dbms.postgresql.PostgreSQLDatabase
Instantiates a new PostgreSQLDatabase.
PostgreSQLDatabase(String, Integer, String) - Constructor for class org.jminor.dbms.postgresql.PostgreSQLDatabase
Instantiates a new PostgreSQLDatabase.
PostgreSQLDatabaseProvider - Class in org.jminor.dbms.postgresql
Provides postgresql database implementations
PostgreSQLDatabaseProvider() - Constructor for class org.jminor.dbms.postgresql.PostgreSQLDatabaseProvider
 
PREFERENCES_COLUMN_INDEX - Static variable in interface org.jminor.framework.model.EntityTableModel
 
PREFERENCES_COLUMN_VISIBLE - Static variable in interface org.jminor.framework.model.EntityTableModel
 
PREFERENCES_COLUMN_WIDTH - Static variable in interface org.jminor.framework.model.EntityTableModel
 
PREFERENCES_COLUMNS - Static variable in interface org.jminor.framework.model.EntityTableModel
 
PreferencesUtil - Class in org.jminor.common.model
A utility class for working with user preferences
preferredLayoutSize(Container) - Method in class org.jminor.swing.common.ui.layout.FlexibleGridLayout
prepare(Object) - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
Called before this scenario is run, override to prepare the application for each run
prepareFrame(String, boolean, boolean, Dimension, ImageIcon, boolean) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Initializes a JFrame according to the given parameters, containing this EntityApplicationPanel
prepareScrollPanelDialog(JDialog, JComponent, JComponent, Action, Action) - Static method in class org.jminor.swing.common.ui.UiUtil
Prepares a dialog for displaying toScroll, with OK and Cancel buttons.
prepareUI(boolean, boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Prepares the UI.
prepareUI(boolean, boolean) - Method in class org.jminor.swing.framework.ui.EntityPanel
Prepares the UI, by clearing the input fields and setting the initial focus, if both parameters are set to false then there is no effect
primaryKeyProperty(String) - Static method in class org.jminor.framework.domain.property.Properties
 
primaryKeyProperty(String, int) - Static method in class org.jminor.framework.domain.property.Properties
 
primaryKeyProperty(String, int, String) - Static method in class org.jminor.framework.domain.property.Properties
 
PRINT - Static variable in class org.jminor.common.i18n.Messages
 
PRINT_TABLE - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
printTable() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Prints the table
procedure(HttpServletRequest, HttpHeaders, String) - Method in class org.jminor.framework.servlet.EntityService
Executes the procedure identified by procedureId, with the given parameters
ProgressDialog - Class in org.jminor.swing.common.ui.worker
A dialog containing a progress bar.
ProgressDialog(Window, String) - Constructor for class org.jminor.swing.common.ui.worker.ProgressDialog
Instantiates a new 'inditerminate' progress bar dialog.
ProgressDialog(Window, String, int) - Constructor for class org.jminor.swing.common.ui.worker.ProgressDialog
Instantiates a new progress bar dialog.
ProgressDialog(Window, String, int, JPanel, ControlSet) - Constructor for class org.jminor.swing.common.ui.worker.ProgressDialog
Instantiates a new progress bar dialog.
ProgressWorker<T> - Class in org.jminor.swing.common.ui.worker
A SwingWorker implementation which displays a progress bar in a modal dialog while background work is being performed.
ProgressWorker(ProgressWorker.DialogOwnerProvider, String) - Constructor for class org.jminor.swing.common.ui.worker.ProgressWorker
Instantiates a 'indeterminate' ProgressWorker.
ProgressWorker(ProgressWorker.DialogOwnerProvider, String, boolean) - Constructor for class org.jminor.swing.common.ui.worker.ProgressWorker
Instantiates a ProgressWorker.
ProgressWorker(ProgressWorker.DialogOwnerProvider, String, boolean, JPanel, ControlSet) - Constructor for class org.jminor.swing.common.ui.worker.ProgressWorker
Instantiates a ProgressWorker.
ProgressWorker.DialogOwnerProvider - Interface in org.jminor.swing.common.ui.worker
Provides a dialog owner Window.
Properties - Class in org.jminor.framework.domain.property
A Property factory class.
Property - Interface in org.jminor.framework.domain.property
Specifies a Property.
Property.Builder - Interface in org.jminor.framework.domain.property
Builds a Property instance
Property.ValueProvider - Interface in org.jminor.framework.domain.property
Provides a single value
PropertyComboBoxModel - Interface in org.jminor.framework.model
Defines the methods a ComboBoxModel based on a property value that are required
propertyCondition(String, ConditionType, Object) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a Condition for the given property, with the operator specified by the conditionType and value.
propertyCondition(String, ConditionType, Object, boolean) - Static method in class org.jminor.framework.db.condition.Conditions
Creates a Condition for the given property, with the operator specified by the conditionType and value.
PropertyConditionModel<T extends Property> - Interface in org.jminor.framework.model
A base interface for a column condition based on a property.
PropertyConditionModelProvider - Interface in org.jminor.framework.model
Specifies an object responsible for providing property condition models
PropertyConditionPanel - Class in org.jminor.swing.framework.ui
A column condition panel based on the the Property class.
PropertyConditionPanel(PropertyConditionModel<ColumnProperty>) - Constructor for class org.jminor.swing.framework.ui.PropertyConditionPanel
Instantiates a new PropertyConditionPanel.
PropertyConditionPanel(PropertyConditionModel<ColumnProperty>, boolean, boolean) - Constructor for class org.jminor.swing.framework.ui.PropertyConditionPanel
Instantiates a new PropertyConditionPanel.
PropertyConditionView - Class in org.jminor.javafx.framework.ui
A View for configuring a query condition for a single property
PropertyConditionView(ColumnConditionModel<? extends Property>) - Constructor for class org.jminor.javafx.framework.ui.PropertyConditionView
Instantiates a new PropertyConditionView
PropertyFilterModelProvider - Interface in org.jminor.framework.model
Specifies an object responsible for providing property filter models
PropertyFilterPanel - Class in org.jminor.swing.framework.ui
A column filter panel based on properties.
PropertyFilterPanel(ColumnConditionModel<Property>) - Constructor for class org.jminor.swing.framework.ui.PropertyFilterPanel
Instantiates a new PropertyFilterPanel.
PropertyFilterPanel(ColumnConditionModel<Property>, boolean, boolean) - Constructor for class org.jminor.swing.framework.ui.PropertyFilterPanel
Instantiates a new PropertyFilterPanel.
PropertyInputDialog - Class in org.jminor.javafx.framework.ui
A Dialog implementation for receiving property values as input from user
PropertyInputDialog(Property, Object, EntityConnectionProvider) - Constructor for class org.jminor.javafx.framework.ui.PropertyInputDialog
 
PropertyInputDialog.InputResult - Class in org.jminor.javafx.framework.ui
The result from a InputDialog
propertyListValue(String, List<V>, Function<String, V>, Function<V, String>) - Method in class org.jminor.common.PropertyStore
Instantiates a Value representing the given property.
PropertyStore - Class in org.jminor.common
Provides configuration values which sync with a central configuration store as well as system properties, which can be written to file.
PropertyStore(File) - Constructor for class org.jminor.common.PropertyStore
Instantiates a new PropertyStore backed by the given file.
PropertyStore(Properties) - Constructor for class org.jminor.common.PropertyStore
Instantiates a new PropertyStore initialized with the given properties.
PropertyTableColumn(Property) - Constructor for class org.jminor.javafx.framework.model.FXEntityListModel.PropertyTableColumn
 
propertyValue(String, Boolean) - Method in class org.jminor.common.PropertyStore
Instantiates a Value representing the given property.
propertyValue(String, String) - Method in class org.jminor.common.PropertyStore
Instantiates a Value representing the given property.
propertyValue(String, Integer) - Method in class org.jminor.common.PropertyStore
Instantiates a Value representing the given property.
propertyValue(String, Double) - Method in class org.jminor.common.PropertyStore
Instantiates a Value representing the given property.
propertyValue(String, V, Function<String, V>, Function<V, String>) - Method in class org.jminor.common.PropertyStore
Instantiates a Value representing the given property.
PropertyValue<T> - Interface in org.jminor.common
A Value bound to a property
propertyValue(Object, String, Class<V>, EventObserver<V>) - Static method in class org.jminor.common.Values
Instantiates a new Value based on a class property
PropertyValues - Class in org.jminor.javafx.framework.ui.values
A factory class for Value instances based on JavaFX models and properties
put(K, V) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Maps the given value to the given key, returning the old value if any.
put(K, V) - Method in interface org.jminor.common.db.valuemap.ValueMap
Maps the given value to the given key, returning the old value if any.
put(K, V) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
Sets the given value in the underlying value map
put(K, V) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
Sets the given value in the underlying value map
put(String, Object, Collection<Entity>) - Static method in class org.jminor.framework.domain.Entities
Sets the value of the property with id propertyId to value in the given entities
put(String, Object) - Method in interface org.jminor.framework.domain.Entity.Key
 
put(String, Object) - Method in interface org.jminor.framework.domain.Entity
Sets the value of the given property
put(Property, Object, boolean) - Method in interface org.jminor.framework.domain.Entity
Sets the value of the given property
put(String, Object) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Sets the given value in the underlying value map
put(String, Object) - Method in interface org.jminor.framework.model.EntityEditModel
Sets the given value in the underlying value map
putUserPreference(String, String) - Static method in class org.jminor.common.model.PreferencesUtil
 

Q

queriedKeyGenerator(String) - Method in class org.jminor.framework.domain.Domain
Instantiates a primary key generator which fetches primary key values using the given query prior to insert.
QUERY_COUNTER - Static variable in class org.jminor.common.db.Databases
A synchronized query counter.
QueryCounter() - Constructor for class org.jminor.common.db.Databases.QueryCounter
 
queryInteger(String) - Method in interface org.jminor.common.db.DatabaseConnection
Performs the given query and returns the result as an integer
QueryLoadTestModel - Class in org.jminor.swing.common.tools
A load test implementation for testing database queries.
QueryLoadTestModel(Database, User, Collection<? extends QueryLoadTestModel.QueryScenario>) - Constructor for class org.jminor.swing.common.tools.QueryLoadTestModel
Instantiates a new QueryLoadTest.
QueryLoadTestModel.QueryApplication - Class in org.jminor.swing.common.tools
A class used internally
QueryLoadTestModel.QueryScenario - Class in org.jminor.swing.common.tools
A usage scenario based on a SQL query.
queryLong(String) - Method in interface org.jminor.common.db.DatabaseConnection
Performs the given query and returns the result as a long
QueryScenario(String, String) - Constructor for class org.jminor.swing.common.tools.QueryLoadTestModel.QueryScenario
Instantiates a new non-transactional QueryScenario.
QueryScenario(String, String, boolean) - Constructor for class org.jminor.swing.common.tools.QueryLoadTestModel.QueryScenario
Instantiates a new QueryScenario.

R

RANDOM - Static variable in class org.jminor.swing.common.tools.LoadTestModel
 
randomize(Domain, Entity, Map<String, Entity>) - Static method in class org.jminor.framework.domain.test.EntityTestUnit
Randomizes the values in the given entity, note that if a foreign key entity is not provided the respective foreign key value in not modified
RangeValidationException - Exception in org.jminor.common.db.valuemap.exception
An exception used to indicate that a value associated with a key which not fall within the allowed range of values.
RangeValidationException(Object, Object, String) - Constructor for exception org.jminor.common.db.valuemap.exception.RangeValidationException
Instantiates a new RangeValidationException
readBlob(Entity.Key, String) - Method in interface org.jminor.framework.db.EntityConnection
Reads the blob specified by the property identified by propertyId from the given entity
readBlob(Entity.Key, String) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Reads the blob specified by the property identified by propertyId from the given entity
readBlob(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Reads a BLOB value
readFromFile(File) - Static method in class org.jminor.common.PropertyStore
Reads all properties from the given properties file if it exists
readImage(String) - Static method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Reads an image from the given path
RecordModifiedException - Exception in org.jminor.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 org.jminor.common.db.exception.RecordModifiedException
Instantiates a new RecordModifiedException
RecordNotFoundException - Exception in org.jminor.common.db.exception
Exception used when an expected record was not found.
RecordNotFoundException(String) - Constructor for exception org.jminor.common.db.exception.RecordNotFoundException
Instantiates a new RecordNotFoundException
REFERENTIAL_INTEGRITY_ERROR_HANDLING - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
Specifies whether to display the error message or the dependent entities in case of a referential integrity error on delete
Value type: EntityTablePanel.ReferentialIntegrityErrorHandling
Default value: EntityTablePanel.ReferentialIntegrityErrorHandling.ERROR
ReferentialIntegrityException - Exception in org.jminor.common.db.exception
An exception indication a referential integrity failure
ReferentialIntegrityException(SQLException, String) - Constructor for exception org.jminor.common.db.exception.ReferentialIntegrityException
 
refresh() - Method in interface org.jminor.common.model.Refreshable
Performs a refresh, reloading the relevant data
REFRESH - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
refresh() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
Performs a refresh, reloading the relevant data
refresh() - Method in class org.jminor.framework.model.DefaultEntityEditModel
Performs a refresh, reloading the relevant data
refresh() - Method in class org.jminor.framework.model.DefaultEntityModel
Performs a refresh, reloading the relevant data
refresh() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
Performs a refresh, reloading the relevant data
refresh() - Method in class org.jminor.framework.model.DefaultForeignKeyConditionModel
Performs a refresh, reloading the relevant data
refresh() - Method in class org.jminor.javafx.framework.model.FXForeignKeyConditionListModel
Performs a refresh, reloading the relevant data
refresh() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
Performs a refresh, reloading the relevant data
refresh() - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Performs a refresh, reloading the relevant data
refresh() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Refreshes the data in this table model, respecting the selection, filtering as well as sorting states.
refresh() - Method in class org.jminor.swing.framework.model.SwingForeignKeyConditionModel
Performs a refresh, reloading the relevant data
refresh() - Method in class org.jminor.swing.framework.server.monitor.ClientMonitor
Refreshes the client info from the server
refresh() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
Refreshes the user and client data from the server
refresh() - Method in class org.jminor.swing.framework.server.monitor.EntityServerMonitor
Refreshes the servers
refresh() - Method in class org.jminor.swing.framework.server.monitor.HostMonitor
Refreshes the servers on this host
refresh() - Method in class org.jminor.swing.framework.server.monitor.PoolMonitor
Refreshes the the connection pools
refresh() - Method in class org.jminor.swing.framework.server.monitor.ui.ClientMonitorPanel
 
refresh() - Method in class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
 
REFRESH - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
REFRESH_ALL - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
REFRESH_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
REFRESH_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
Refreshable - Interface in org.jminor.common.model
Specifies some sort of data container that can be refreshed and cleared.
refreshComboBoxModels() - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
Refreshes all combobox models
refreshDataModels() - Method in class org.jminor.framework.model.DefaultEntityEditModel
 
refreshDataModels() - Method in class org.jminor.javafx.framework.model.FXEntityEditModel
refreshDataModels() - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
refreshDetailModels() - Method in class org.jminor.framework.model.DefaultEntityModel
Refreshes the detail models.
refreshDetailModels() - Method in interface org.jminor.framework.model.EntityModel
Refreshes the detail models.
refreshDomainList() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
Refreshes the domain model list
refreshEntities(List<Entity.Key>) - Method in interface org.jminor.framework.model.EntityTableModel
Refreshes the entities with the given keys by re-selecting them from the underlying database.
refreshEntities(List<Entity.Key>) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Refreshes the entities with the given keys by re-selecting them from the underlying database.
refreshEntities(List<Entity.Key>) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Refreshes the entities with the given keys by re-selecting them from the underlying database.
refreshEntity() - Method in class org.jminor.framework.model.DefaultEntityEditModel
Refreshes the active Entity from the database, discarding all changes.
refreshEntity() - Method in interface org.jminor.framework.model.EntityEditModel
Refreshes the active Entity from the database, discarding all changes.
refreshLogTreeModel() - Method in class org.jminor.swing.framework.server.monitor.ClientInstanceMonitor
Refreshes the log tree model with the most recent log from the server
refreshSearchText() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
Refreshes the search text so that is represents the selected entities
refreshSearchText() - Method in interface org.jminor.framework.model.EntityLookupModel
Refreshes the search text so that is represents the selected entities
registerDomain() - Method in class org.jminor.framework.domain.Domain
Registers this instance for lookup via Domain.getDomain(String), required for serialization of domain objects, entities and related classes.
REGISTRY_PORT - Static variable in interface org.jminor.common.remote.Server
The port on which to locate the server registry
Value type: Integer
Default value: Registry.REGISTRY_PORT (1099)
RejectAllCondition() - Constructor for class org.jminor.common.model.FilterCondition.RejectAllCondition
 
rejectNullOrEmpty(String, String) - Static method in class org.jminor.common.Util
Throws an IllegalArgumentException if the given string value is null or empty
rememberCurrentConditionState() - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
Remembers the current condition model state, any subsequent changes to condition parameters or operators are notified via the conditionStateChanged observer.
rememberCurrentConditionState() - Method in interface org.jminor.framework.model.EntityTableConditionModel
Remembers the current condition model state, any subsequent changes to condition parameters or operators are notified via the conditionStateChanged observer.
REMOTE_CLIENT_DOMAIN_ID - Static variable in class org.jminor.framework.db.remote.RemoteEntityConnectionProvider
A key for specifying the ID of the domain required by a remote client
RemoteClient - Interface in org.jminor.common.remote
Contains basic information about a remote client
remoteClient(ConnectionRequest) - Static method in class org.jminor.common.remote.Servers
Instantiates a new RemoteClient
remoteClient(ConnectionRequest, User) - Static method in class org.jminor.common.remote.Servers
Instantiates a new RemoteClient
remoteClient(RemoteClient, User) - Static method in class org.jminor.common.remote.Servers
Instantiates a new RemoteClient based on the given client but with the specified database user
RemoteEntityConnection - Interface in org.jminor.framework.db.remote
A remote EntityConnection.
RemoteEntityConnectionProvider - Class in org.jminor.framework.db.remote
A class responsible for managing a remote entity connection.
RemoteEntityConnectionProvider() - Constructor for class org.jminor.framework.db.remote.RemoteEntityConnectionProvider
 
remove(K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Removes the given key and value from this value map along with the original value if any.
remove(K) - Method in interface org.jminor.common.db.valuemap.ValueMap
Removes the given key and value from this value map along with the original value if any.
remove(K) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
Removes the given value from the map
remove(K) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
Removes the given value from the map
remove(String) - Method in interface org.jminor.framework.domain.Entity
Removes the given property and value from this Entity along with the original value if any.
remove(String) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Removes the given value from the underlying value map
remove(String) - Method in interface org.jminor.framework.model.EntityEditModel
Removes the given value from the underlying value map
remove(Action) - Method in class org.jminor.swing.common.ui.control.ControlSet
 
remove(DocumentFilter.FilterBypass, int, int) - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocumentFilter
 
remove(DocumentFilter.FilterBypass, int, int) - Method in class org.jminor.swing.common.ui.textfield.ValidationDocumentFilter
removeAdvancedListener(EventDataListener) - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
removeAdvancedListener(EventDataListener) - Method in class org.jminor.swing.framework.ui.EntityTableConditionPanel
 
removeAfterDeleteListener(EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeAfterDeleteListener(EventDataListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeAfterInsertListener(EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeAfterInsertListener(EventDataListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeAfterRefreshListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeAfterRefreshListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityModel
removeAfterRefreshListener(EventListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeAfterRefreshListener(EventListener) - Method in interface org.jminor.framework.model.EntityModel
 
removeAfterUpdateListener(EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeAfterUpdateListener(EventDataListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeAll(String) - Method in class org.jminor.common.PropertyStore
Removes all properties with the given prefix
removeAll() - Method in class org.jminor.swing.common.ui.control.ControlSet
Removes all actions from this control set
removeAlwaysOnTopListener(EventListener) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
removeApplicationBatch() - Method in interface org.jminor.swing.common.tools.LoadTest
Removes one batch of applications.
removeApplicationBatch() - Method in class org.jminor.swing.common.tools.LoadTestModel
Removes one batch of applications.
removeApplicationStartedListener(EventListener) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
removeBeforeDeleteListener(EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeBeforeDeleteListener(EventDataListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeBeforeInsertListener(EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeBeforeInsertListener(EventDataListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeBeforeRefreshListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeBeforeRefreshListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityModel
removeBeforeRefreshListener(EventListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeBeforeRefreshListener(EventListener) - Method in interface org.jminor.framework.model.EntityModel
 
removeBeforeUpdateListener(EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeBeforeUpdateListener(EventDataListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeButtonClickListener(EventDataListener) - Method in class org.jminor.swing.common.ui.input.InputProviderPanel
 
removeClearedListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
removeClearedListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
removeColumnHiddenListener(EventDataListener<C>) - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
 
removeColumnHiddenListener(EventDataListener<C>) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
removeColumnShownListener(EventDataListener<C>) - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
 
removeColumnShownListener(EventDataListener<C>) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
removeConditionPanelVisibleListener(EventListener) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
removeConditionStateListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
removeConditionStateListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
removeConditionStateListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
removeConditionStateListener(EventListener) - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
removeConditionTypeListener(EventDataListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
removeConditionTypeListener(EventDataListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
removeConfirmSetEntityObserver(EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeConfirmSetEntityObserver(EventDataListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeConnectionPool(User) - Static method in class org.jminor.common.db.pool.ConnectionPools
Closes and removes the pool associated with the given user
removeConnections(boolean) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
Removes connections.
removeConnections(boolean) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Removes connections.
removeDataListener(EventDataListener) - Method in interface org.jminor.common.EventObserver
Removes listener from this EventObserver
removeDataListener(EventDataListener) - Method in interface org.jminor.common.ValueObserver
Removes listener from this EventObserver
removeEnabledListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
removeEnabledListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
removeEntitiesChangedListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeEntitiesChangedListener(EventListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeEntitySetListener(EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeEntitySetListener(EventDataListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeFilteringListener(EventListener) - Method in interface org.jminor.common.model.FilteredModel
 
removeFilteringListener(EventListener) - Method in class org.jminor.javafx.framework.model.ObservableEntityList
removeFilteringListener(EventListener) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
removeFilteringListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
removeForeignKeyValues(List<Entity>) - Method in interface org.jminor.framework.model.EntityEditModel
Removes the deleted entities from all foreign key models based on that entity type todo set foreign key values referencing the deleted entity to null
removeForeignKeyValues(List<Entity>) - Method in class org.jminor.javafx.framework.model.FXEntityEditModel
Removes the given foreign key values from respective FXEntityListModels.
removeForeignKeyValues(List<Entity>) - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
Removes the deleted entities from all foreign key models based on that entity type todo set foreign key values referencing the deleted entity to null
removeIndexInterval(int, int) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
 
removeItem(T) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
Removes the given item from this model
removeItem(R) - Method in interface org.jminor.common.model.table.FilteredTableModel
Removes the given item from this table model
removeItem(T) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Removes the given item from this model
removeItem(R) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Removes the given item from this table model
removeItems(Collection<R>) - Method in interface org.jminor.common.model.table.FilteredTableModel
Removes the given items from this table model
removeItems(int, int) - Method in interface org.jminor.common.model.table.FilteredTableModel
Removes from this table model all visible elements whose index is between fromIndex, inclusive and toIndex, exclusive
removeItems(Collection<R>) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Removes the given items from this table model
removeItems(int, int) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Removes from this table model all visible elements whose index is between fromIndex, inclusive and toIndex, exclusive
removeLinkedDetailModel(M) - Method in class org.jminor.framework.model.DefaultEntityModel
Removes the given model from the currently linked detail models.
removeLinkedDetailModel(M) - Method in interface org.jminor.framework.model.EntityModel
Removes the given model from the currently linked detail models.
removeLinkedDetailModelAddedListener(EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityModel
removeLinkedDetailModelAddedListener(EventDataListener) - Method in interface org.jminor.framework.model.EntityModel
 
removeLinkedDetailModelRemovedListener(EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityModel
removeLinkedDetailModelRemovedListener(EventDataListener) - Method in interface org.jminor.framework.model.EntityModel
 
removeListDataListener(ListDataListener) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
removeListener(EventListener) - Method in interface org.jminor.common.EventObserver
Removes listener from this EventObserver
removeListener(EventListener) - Method in interface org.jminor.common.ValueObserver
Removes listener from this EventObserver
removeLowerBoundListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
removeLowerBoundListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
removeLowerBoundRequiredListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
removeLowerBoundRequiredListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
removeOnConnectListener(EventListener) - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
Removes the given listener
removeOnConnectListener(EventListener) - Method in interface org.jminor.framework.db.EntityConnectionProvider
Removes the given listener
removeOriginalValue(K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
 
removeRefreshDoneListener(EventListener) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
removeRefreshDoneListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
removeRefreshDoneListener(EventListener) - Method in class org.jminor.swing.framework.tools.EntityGeneratorModel
 
removeRefreshListener(EventListener) - Method in interface org.jminor.framework.model.EntityComboBoxModel
 
removeRefreshListener(EventListener) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
removeRefreshStartedListener(EventListener) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
removeRefreshStartedListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
removeRefreshStartedListener(EventListener) - Method in class org.jminor.swing.framework.tools.EntityGeneratorModel
 
removeRevalidationListener(EventListener) - Method in class org.jminor.common.db.valuemap.DefaultValueMap.DefaultValidator
removeRevalidationListener(EventListener) - Method in interface org.jminor.common.db.valuemap.ValueMap.Validator
 
removeRowsDeletedListener(EventDataListener) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
removeRowsDeletedListener(EventDataListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
removeSelectedIndex(int) - Method in interface org.jminor.common.model.table.SelectionModel
Removes the item at index from the selection
removeSelectedIndex(int) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Removes the item at index from the selection
removeSelectedIndex(int) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Removes the item at index from the selection
removeSelectedIndexes(Collection<Integer>) - Method in interface org.jminor.common.model.table.SelectionModel
Removes the given indexes from the selection
removeSelectedIndexes(Collection<Integer>) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Removes the given indexes from the selection
removeSelectedIndexes(Collection<Integer>) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Removes the given indexes from the selection
removeSelectedIndexListener(EventDataListener) - Method in interface org.jminor.common.model.table.SelectionModel
 
removeSelectedIndexListener(EventDataListener) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
removeSelectedIndexListener(EventDataListener) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
removeSelectedItem(R) - Method in interface org.jminor.common.model.table.SelectionModel
Remove the given item from the selection
removeSelectedItem(Entity) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Remove the given item from the selection
removeSelectedItem(R) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Remove the given item from the selection
removeSelectedItemListener(EventDataListener) - Method in interface org.jminor.common.model.table.SelectionModel
 
removeSelectedItemListener(EventDataListener) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
removeSelectedItemListener(EventDataListener) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
removeSelectedItemListener(EventListener) - Method in class org.jminor.swing.common.tools.ui.ItemRandomizerPanel
 
removeSelectedItems(Collection<R>) - Method in interface org.jminor.common.model.table.SelectionModel
Remove the given items from the selection
removeSelectedItems(Collection<Entity>) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Remove the given items from the selection
removeSelectedItems(Collection<R>) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Remove the given items from the selection
removeSelectedItemsListener(EventDataListener) - Method in interface org.jminor.common.model.table.SelectionModel
 
removeSelectedItemsListener(EventDataListener) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
removeSelectedItemsListener(EventDataListener) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
removeSelectionChangedListener(EventListener) - Method in interface org.jminor.common.model.table.SelectionModel
 
removeSelectionChangedListener(EventListener) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
removeSelectionChangedListener(EventListener) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
removeSelectionInterval(int, int) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
 
removeSelectionListener(EventDataListener) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
removeSelectionListener(EventDataListener) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
removeSimpleConditionListener(EventListener) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
removeSimpleConditionListener(EventListener) - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
removeSortingListener(EventListener) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
removeSortingListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
removeState(StateObserver) - Method in interface org.jminor.common.State.AggregateState
 
removeSummaryListener(EventDataListener<ColumnSummaryModel.Summary>) - Method in interface org.jminor.common.model.table.ColumnSummaryModel
 
removeSummaryListener(EventDataListener) - Method in class org.jminor.common.model.table.DefaultColumnSummaryModel
removeSummaryPanelVisibleListener(EventListener) - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
removeSummaryValueListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnSummaryModel
 
removeSummaryValueListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnSummaryModel
removeTableDataChangedListener(EventListener) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
removeTableDataChangedListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
removeTableDoubleClickListener(EventListener) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
removeTableModelClearedListener(EventListener) - Method in interface org.jminor.common.model.table.FilteredTableModel
 
removeTableModelClearedListener(EventListener) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
removeTransferFocusOnEnter(T) - Static method in class org.jminor.swing.common.ui.UiUtil
Removes the transfer focus action added via UiUtil.transferFocusOnEnter(javax.swing.JComponent)
removeUpdate(DocumentEvent) - Method in class org.jminor.swing.common.model.DocumentAdapter
removeUpperBoundListener(EventListener) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
removeUpperBoundListener(EventListener) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
removeUserPreference(String) - Static method in class org.jminor.common.model.PreferencesUtil
Removes the preference associated with the given key
removeValueListener(EventDataListener) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Removes the given value listener if it has been registered with this value map.
removeValueListener(EventDataListener) - Method in interface org.jminor.common.db.valuemap.ValueMap
Removes the given value listener if it has been registered with this value map.
removeValueListener(K, EventDataListener) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
removeValueListener(K, EventDataListener) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
 
removeValueListener(String, EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeValueListener(String, EventDataListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
removeValueSetListener(K, EventDataListener) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
removeValueSetListener(K, EventDataListener) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
 
removeValueSetListener(String, EventDataListener) - Method in class org.jminor.framework.model.DefaultEntityEditModel
removeValueSetListener(String, EventDataListener) - Method in interface org.jminor.framework.model.EntityEditModel
 
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class org.jminor.swing.common.ui.textfield.DocumentSizeFilter
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocumentFilter
 
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class org.jminor.swing.common.ui.textfield.ValidationDocumentFilter
replaceEntities(Collection<Entity>) - Method in interface org.jminor.framework.model.EntityTableModel
Replaces the given entities in this table model
replaceEntities(Collection<Entity>) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Replaces the given entities in this table model
replaceEntities(Collection<Entity>) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Replaces the given entities in this table model
replaceForeignKeyValues(String, Collection<Entity>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
For every field referencing the given foreign key values, replaces that foreign key instance with the corresponding entity from foreignKeyValues, useful when property values have been changed in the referenced entity that must be reflected in the edit model.
replaceForeignKeyValues(String, Collection<Entity>) - Method in interface org.jminor.framework.model.EntityEditModel
For every field referencing the given foreign key values, replaces that foreign key instance with the corresponding entity from foreignKeyValues, useful when property values have been changed in the referenced entity that must be reflected in the edit model.
replaceForeignKeyValues(String, Collection<Entity>) - Method in interface org.jminor.framework.model.EntityTableModel
For every entity in this table model, replaces the foreign key instance bearing the primary key with the corresponding entity from foreignKeyValues, useful when property values have been changed in the referenced entity that must be reflected in the table model.
replaceForeignKeyValues(String, Collection<Entity>) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
For every entity in this table model, replaces the foreign key instance bearing the primary key with the corresponding entity from foreignKeyValues, useful when property values have been changed in the referenced entity that must be reflected in the table model.
replaceForeignKeyValues(String, Collection<Entity>) - Method in class org.jminor.swing.framework.model.SwingEntityEditModel
For every field referencing the given foreign key values, replaces that foreign key instance with the corresponding entity from foreignKeyValues, useful when property values have been changed in the referenced entity that must be reflected in the edit model.
replaceForeignKeyValues(String, Collection<Entity>) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
For every entity in this table model, replaces the foreign key instance bearing the primary key with the corresponding entity from foreignKeyValues, useful when property values have been changed in the referenced entity that must be reflected in the table model.
report(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Fills the given report
REPORT_PATH - Static variable in interface org.jminor.common.db.reports.ReportWrapper
The report path used for the default report generation, either file or http based
ReportDataWrapper<T> - Interface in org.jminor.common.db.reports
A simple wrapper for a report data source
ReportException - Exception in org.jminor.common.db.reports
An exception occurring during report generation.
ReportException(Throwable) - Constructor for exception org.jminor.common.db.reports.ReportException
Instantiates a new ReportException
ReportResult<R> - Interface in org.jminor.common.db.reports
A simple wrapper for a report result
ReportUIWrapper<R> - Interface in org.jminor.swing.common.ui.reports
A simple wrapper for a report presentation UI
ReportWrapper<R,D> - Interface in org.jminor.common.db.reports
A simple wrapper for a report
requestComponentFocus(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Request focus for the component associated with the given propertyId
requestFocus() - Method in class org.jminor.swing.common.ui.combobox.SteppedComboBox
 
requestInitialFocus() - Method in class org.jminor.javafx.framework.ui.EntityEditView
Transfers focus to the component associated with the initial focus property
requestInitialFocus() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Sets the initial focus, if a initial focus component or component propertyId has been set that component receives the focus, if not, or if that component is not focusable, this panel receives the focus
requestInputFocus() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
Requests keyboard focus for this panels input field
resetChartData() - Method in interface org.jminor.swing.common.tools.LoadTest
Resets the accumulated chart data
resetChartData() - Method in class org.jminor.swing.common.tools.LoadTestModel
Resets the accumulated chart data
resetConnectionPoolStatistics(User) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
Resets the statistics that have been collected so far
resetConnectionPoolStatistics(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Resets the statistics that have been collected so far
resetHistory() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
Resets the user connection history
resetInPoolStatistics() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
Resets all graph data sets
resetPanel() - Method in class org.jminor.swing.common.ui.table.AbstractTableColumnSyncPanel
Resets the panel and lays out all sub-panels.
resetRunCount() - Method in interface org.jminor.swing.common.tools.LoadTest.UsageScenario
Resets the run counters
resetRunCount() - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
Resets the run counters
resetStatistics() - Method in class org.jminor.common.db.pool.AbstractConnectionPool
Resets the collected usage statistics
resetStatistics() - Method in interface org.jminor.common.db.pool.ConnectionPool
Resets the collected usage statistics
resetStatistics() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
Resets all collected pool statistics
resetStatistics() - Method in class org.jminor.swing.framework.server.monitor.DatabaseMonitor
Resets all collected statistics
resetStatistics() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
Resets all connected statistics
resetView() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Resets the view so the image fits the panel
resizePanel(EntityPanel.Direction, int) - Method in class org.jminor.swing.framework.ui.EntityPanel
Resizes this panel in the given direction
resizeWindow(Window, double) - Static method in class org.jminor.swing.common.ui.UiUtil
Resizes the given window so that it is screenSizeRatio percent of the current screen size
resizeWindow(Window, double, Dimension) - Static method in class org.jminor.swing.common.ui.UiUtil
Resizes the given window so that it is screenSizeRatio percent of the current screen size, within the given minimum size
resolveTrustStoreFromClasspath(String) - Static method in class org.jminor.common.remote.Servers
Reads the trust store specified by "javax.net.ssl.trustStore" from the classpath, copies it to a temporary file and sets the trust store property so that it points to that temporary file.
RESTART - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
 
ResultIterator<T> - Interface in org.jminor.common.db
Iterates through a ResultSet fetching instances of T.
ResultPacker<T> - Interface in org.jminor.common.db
A ResultPacker packs the contents of a ResultSet into a List.
returnConnection(Connection) - Method in interface org.jminor.common.db.pool.ConnectionPool
Return the given connection to the pool.
returnPrimaryKeyValues() - Method in interface org.jminor.framework.domain.Entity.KeyGenerator
Specifies whether the insert statement should return the primary key column values via the resulting Statement.getGeneratedKeys() resultSet, accessible in Entity.KeyGenerator.afterInsert(Entity, DatabaseConnection, Statement).
revalidate() - Method in class org.jminor.common.db.valuemap.DefaultValueMap.DefaultValidator
Notifies all re-validation listeners that a re-validation is called for, for example due to modified validation settings
revalidate() - Method in interface org.jminor.common.db.valuemap.ValueMap.Validator
Notifies all re-validation listeners that a re-validation is called for, for example due to modified validation settings
revert(K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Reverts the value associated with the given key to its original value.
revert(K) - Method in interface org.jminor.common.db.valuemap.ValueMap
Reverts the value associated with the given key to its original value.
revert(String) - Method in interface org.jminor.framework.domain.Entity
Reverts the value associated with the given property to its original value.
revertAll() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Reverts all value modifications that have been made.
revertAll() - Method in interface org.jminor.common.db.valuemap.ValueMap
Reverts all value modifications that have been made.
RMI_SERVER_HOSTNAME - Static variable in interface org.jminor.common.remote.Server
Specifies the rmi server hostname
Note that this is the standard Java property 'java.rmi.server.hostname'
Value type: String
Default value: localhost
rollback() - Method in interface org.jminor.common.db.DatabaseConnection
Performs a rollback
rollbackTransaction() - Method in interface org.jminor.common.db.DatabaseConnection
Performs a rollback and ends the current transaction
rollbackTransaction() - Method in interface org.jminor.framework.db.EntityConnection
Performs a rollback and ends the current transaction
rollbackTransaction() - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Performs a rollback and ends the current transaction
rollbackTransaction(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Rolls back an open transaction
roundDouble(double, int) - Static method in class org.jminor.common.Util
Rounds the given double to places decimal places
RowColumn - Interface in org.jminor.common.model.table
Holds a row/column coordinate
rowColumn(int, int) - Static method in interface org.jminor.common.model.table.RowColumn
Factory method for RowColumn instances.
run(T) - Method in interface org.jminor.swing.common.tools.LoadTest.UsageScenario
Runs this scenario with the given application
run(T) - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
Runs this scenario with the given application
runJConsole() - Method in class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
 
runScenario(String, T) - Method in class org.jminor.swing.common.tools.LoadTestModel
Runs the scenario with the given name on the given application
runScript(String) - Method in class org.jminor.dbms.h2database.H2Database
Runs the given script using the RunScript tool, with the default sysadmin username (sa) and default charset
runScript(String, String, String, Charset) - Method in class org.jminor.dbms.h2database.H2Database
Runs the given script using the RunScript tool
runWithProgressBar(JComponent, String, String, String, Control.Command) - Static method in class org.jminor.swing.common.ui.UiUtil
Runs the given Control.Command instance while displaying a simple indeterminate progress bar.
runWithProgressBar(JComponent, String, String, String, ControlSet, Control.Command) - Static method in class org.jminor.swing.common.ui.UiUtil
Runs the given Control.Command instance while displaying a simple indeterminate progress bar, along with buttons based on the buttonControls parameter, if specified Any exception thrown from the task is caught and displayed, rendering the execution unsuccessful.
runWithProgressBar(JComponent, String, String, String, ControlSet, JPanel, Control.Command) - Static method in class org.jminor.swing.common.ui.UiUtil
Runs the given Control.Command instance while displaying a simple indeterminate progress bar, along with buttons based on the buttonControls parameter, if specified.
runWithProgressBar(JComponent, String, Control.Command) - Static method in class org.jminor.swing.common.ui.UiUtil
Runs the given task while displaying a simple indeterminate progress bar, using the default exception handler, which displays exceptions resulting from the tast execution in an exception dialog.
runWithProgressBar(JComponent, String, Control.Command, Runnable) - Static method in class org.jminor.swing.common.ui.UiUtil
Runs the given task while displaying a simple indeterminate progress bar, using the default exception handler, which displays exceptions resulting from the tast execution in an exception dialog.
runWithProgressBar(JComponent, String, Control.Command, Runnable, ExceptionHandler) - Static method in class org.jminor.swing.common.ui.UiUtil
Runs the given task while displaying a simple indeterminate progress bar.
runWithProgressBar(JComponent, String, Control.Command, Runnable, ExceptionHandler, JPanel) - Static method in class org.jminor.swing.common.ui.UiUtil
Runs the given task while displaying a simple indeterminate progress bar.
runWithProgressBar(JComponent, String, Control.Command, Runnable, ExceptionHandler, JPanel, ControlSet) - Static method in class org.jminor.swing.common.ui.UiUtil
Runs the given task while displaying a simple indeterminate progress bar.

S

save(K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Saves the value associated with the given key, that is, removes the original value.
save(K) - Method in interface org.jminor.common.db.valuemap.ValueMap
Saves the value associated with the given key, that is, removes the original value.
save(String) - Method in interface org.jminor.framework.domain.Entity
Saves the value associated with the given key, that is, removes the original value.
SAVE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
save() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Saves the active entity, that is, if no entity is selected it performs a insert otherwise the user is asked whether to update the selected entity or insert a new one
SAVE_DEFAULT_USERNAME - Static variable in interface org.jminor.framework.model.EntityApplicationModel
Specifies whether or not 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
SAVE_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SAVE_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
saveAll() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Saves all the value modifications that have been made.
saveAll() - Method in interface org.jminor.common.db.valuemap.ValueMap
Saves all the value modifications that have been made.
saveDefaultUsername(String) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Saves the username so that it can be used as default the next time this application is started.
savePreferences() - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
Saves user preferences relating to this application model, remember to call super.savePreferences() when overriding
savePreferences() - Method in class org.jminor.framework.model.DefaultEntityModel
Saves any user preferences
savePreferences() - Method in interface org.jminor.framework.model.EntityApplicationModel
Saves user preferences relating to this application model, remember to call super.savePreferences() when overriding
savePreferences() - Method in interface org.jminor.framework.model.EntityModel
Saves any user preferences
savePreferences() - Method in interface org.jminor.framework.model.EntityTableModel
Saves any user preferences
savePreferences() - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Saves any user preferences
savePreferences() - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
Called on application exit, override to save user preferences on program exit, remember to call super.savePreferences() when overriding
savePreferences() - Method in class org.jminor.javafx.framework.ui.EntityView
Saves any user preferences for all entity panels and associated elements
savePreferences() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Saves any user preferences
savePreferences() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Called during the exit() method, override to save user preferences on program exit, remember to call super.savePreferences() when overriding
savePreferences() - Method in class org.jminor.swing.framework.ui.EntityPanel
Saves any user preferences for all entity panels and associated elements
ScenarioException() - Constructor for exception org.jminor.swing.common.tools.LoadTest.ScenarioException
Instantiates a new ScenarioException.
ScenarioException(Throwable) - Constructor for exception org.jminor.swing.common.tools.LoadTest.ScenarioException
Instantiates a new ScenarioException.
SCHEDULE_CONNECTION_VALIDATION - Static variable in interface org.jminor.framework.model.EntityApplicationModel
Specifies whether a periodic (30 sec) validity check of the underlying connection should be scheduled.
scrollToColumn(Object) - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
Scrolls horizontally so that the column identified by columnIdentifier becomes visible, centered if possible
scrollToCoordinate(int, int, boolean, boolean) - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
Scrolls to the given coordinate.
SEARCH - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SEARCH_FIELD_HINT - Static variable in class org.jminor.common.i18n.Messages
 
SEARCH_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
searchStringRepresentsSelected() - Method in class org.jminor.framework.model.DefaultEntityLookupModel
searchStringRepresentsSelected() - Method in interface org.jminor.framework.model.EntityLookupModel
 
select(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Returns the entities for the given query condition
SELECT_COLUMNS - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
SELECT_INPUT_FIELD - Static variable in class org.jminor.common.i18n.Messages
 
selectAll() - Method in interface org.jminor.common.model.table.SelectionModel
Selects all visible entities
selectAll() - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Selects all visible entities
selectAll() - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Selects all visible entities
selectAllOnFocusGained(T) - Static method in class org.jminor.swing.common.ui.UiUtil
Selects all text in the given component when it gains focus and clears the selection when focus is lost
selectByKey(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Returns the entities for the given keys
selectConditionPanel() - Method in class org.jminor.swing.framework.ui.EntityTableConditionPanel
Allows the user to select one of the available condition panels for keyboard input focus, if only one condition panel is available that one is selected automatically.
selectConditionPanel() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Allows the user to select on of the available search condition fields
selectDependencies(Collection<Entity>) - Method in interface org.jminor.framework.db.EntityConnection
Returns the entities that depend on the given entities via (non-soft) foreign keys, mapped to corresponding entityIds
selectDependencies(Collection<Entity>) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Returns the entities that depend on the given entities via foreign keys, mapped to corresponding entityIds
selectDirectory(JComponent, String) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a file selection dialog for selecting an existing directory
selectDirectory(JComponent, String, String) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a file selection dialog for selecting an existing directory
selectedItemValue(SingleSelectionModel<Item>) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 
selectedItemValue(JComboBox<V>) - Static method in class org.jminor.swing.common.ui.UiValues
 
selectedItemValueLink(JComboBox<V>, Object, String, Class<V>, EventObserver<V>) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
selectedItemValueLink(JComboBox<V>, Object, String, Class<V>, EventObserver<V>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
selectedItemValueLink(JComboBox<V>, Value<V>) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
selectedItemValueLink(JComboBox<V>, Value<V>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
selectedValue(SingleSelectionModel<V>) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 
selectEntities(SwingEntityTableModel, Container, boolean, String) - Static method in class org.jminor.swing.framework.ui.EntityTablePanel
Displays a entity table in a dialog for selecting one or more entities
selectEntities(SwingEntityTableModel, Container, boolean, String, Dimension) - Static method in class org.jminor.swing.framework.ui.EntityTablePanel
Displays a entity table in a dialog for selecting one or more entities
selectFile(JComponent, String) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a file selection dialog for selecting an existing file
selectFile(JComponent, String, String) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a file selection dialog for selecting an existing file
selectFileOrDirectory(JComponent, String, boolean, String) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a file selection dialog for selecting an existing file or directory
selectFilesOrDirectories(JComponent, String, boolean, boolean, String) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a file selection dialog for selecting files or directories
selectFileToSave(JComponent, String, String) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a save file dialog for creating a new file
selectFileToSave(JComponent, String, String, boolean) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a save file dialog for creating a new file
selectFontSize() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Display a dialog for selecting the application font size
selectInputComponent() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Displays a dialog allowing the user the select a input component which should receive the keyboard focus, if only one input component is available then that component is selected automatically.
selectInputControl() - Method in class org.jminor.javafx.framework.ui.EntityEditView
Displays a dialog for choosing a input component to receive focus
SelectionModel<R> - Interface in org.jminor.common.model.table
A table selection model
selectionModelHasBeenSet() - Method in class org.jminor.javafx.framework.model.ObservableEntityList
 
selectLookAndFeel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Allows the user the select between the system and cross platform Look and Feel, activated on next appliation start
selectMany(List<Entity.Key>) - Method in interface org.jminor.framework.db.EntityConnection
Returns entities according to keys
selectMany(EntitySelectCondition) - Method in interface org.jminor.framework.db.EntityConnection
Selects entities according to the specified condition
selectMany(String, String, Object...) - Method in interface org.jminor.framework.db.EntityConnection
Selects entities according to one property (propertyId), using values as a condition
selectMany(List<Entity.Key>) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Returns entities according to keys
selectMany(EntitySelectCondition) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Selects entities according to the specified condition
selectMany(String, String, Object...) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Selects entities according to one property (propertyId), using values as a condition
selectNoneOnFocusGained(T) - Static method in class org.jminor.swing.common.ui.UiUtil
Reverts the functionality added via UiUtil.selectAllOnFocusGained(JTextComponent).
selectQueryContainsWhereClause() - Method in interface org.jminor.framework.domain.Entity.Definition
 
selectRandomItem(EntityComboBoxModel) - Static method in class org.jminor.swing.framework.tools.EntityLoadTestModel
Selects a random non-null visible item in the given combobox model, if one is available
selectRandomRow(EntityTableModel) - Static method in class org.jminor.swing.framework.tools.EntityLoadTestModel
Selects a random row in the given table model
selectRandomRows(EntityTableModel, int) - Static method in class org.jminor.swing.framework.tools.EntityLoadTestModel
Selects random rows in the given table model
selectRandomRows(EntityTableModel, double) - Static method in class org.jminor.swing.framework.tools.EntityLoadTestModel
Selects random rows in the given table model
selectRowCount(EntityCondition) - Method in interface org.jminor.framework.db.EntityConnection
Selects the number of rows returned according to the given condition
selectRowCount(EntityCondition) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Selects the number of rows returned according to the given condition
selectSingle(String, String, Object) - Method in interface org.jminor.framework.db.EntityConnection
Selects a single entity
selectSingle(Entity.Key) - Method in interface org.jminor.framework.db.EntityConnection
Selects a single entity by key
selectSingle(EntitySelectCondition) - Method in interface org.jminor.framework.db.EntityConnection
Selects a single entity according to the specified condition, throws a DatabaseException if the condition results in more than one entity
selectSingle(String, String, Object) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Selects a single entity
selectSingle(Entity.Key) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Selects a single entity by key
selectSingle(EntitySelectCondition) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Selects a single entity according to the specified condition, throws a DatabaseException if the condition results in more than one entity
selectTableColumns() - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
Shows a dialog for selecting which columns to show/hide
selectValue(List<T>) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Displays a dialog for selecting one of the given values
selectValue(JComponent, Collection<T>) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a dialog for selecting one of a collection of values
selectValue(JComponent, Collection<T>, String) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a dialog for selecting one of a collection of values
selectValue(JComponent, Collection<T>, String, T) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a dialog for selecting one of a collection of values
selectValues(String, EntityCondition) - Method in interface org.jminor.framework.db.EntityConnection
Selects ordered and distinct non-null values of the given property, note that the given property must be of type ColumnProperty.
selectValues(String, EntityCondition) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Selects ordered and distinct non-null values of the given property
selectValues(List<T>) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Displays a dialog for selecting one or more of the given values
selectValues(List<T>, boolean) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Displays a dialog for selecting one or more of the given values
selectValues(JComponent, Collection<T>, String) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a dialog for selecting from of a collection of values
selectValues(JComponent, Collection<T>, String, Collection<T>) - Static method in class org.jminor.swing.common.ui.UiUtil
Displays a dialog for selecting from of a collection of values
sequenceKeyGenerator(String) - Method in class org.jminor.framework.domain.Domain
Instantiates a primary key generator which fetches primary key values from a sequence prior to insert.
SERIALIZATION_FILTER_DRYRUN - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
If true then the serialization whitelist specified by DefaultEntityConnectionServer.SERIALIZATION_FILTER_WHITELIST is populated with the names of all deserialized classes on server shutdown.
SERIALIZATION_FILTER_WHITELIST - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
The serialization whitelist file to use if any
SerializationWhitelist - Class in org.jminor.common.remote
Implements a serialization whitelist for Java 8
serialize(List<V>) - Method in interface org.jminor.common.Serializer
Serializes the given values to a string
serialize(Object) - Static method in class org.jminor.common.Util
Serializes the given Object, null object results in an empty byte array
serialize(List<Entity>) - Method in class org.jminor.plugin.json.EntityJSONParser
Serializes the given Entity instances into a JSON string array
serializeEntity(Entity) - Method in class org.jminor.plugin.json.EntityJSONParser
Serializes the given entity
SerializeException(String, Throwable) - Constructor for exception org.jminor.common.Serializer.SerializeException
Instantiates a new SerializeException.
serializeKey(Entity.Key) - Method in class org.jminor.plugin.json.EntityJSONParser
Serializes the given key
serializeKeys(Collection<Entity.Key>) - Method in class org.jminor.plugin.json.EntityJSONParser
Serializes the given Entity.Key instances into a JSON string array
Serializer<V> - Interface in org.jminor.common
Serializes a list of values to and from a String.
Serializer.SerializeException - Exception in org.jminor.common
An exception occurring during serialization
serializeToFile(Collection, File) - Static method in class org.jminor.common.FileUtil
Serializes a Collection of Objects to a given file
serializeValue(Object, Property) - Method in class org.jminor.plugin.json.EntityJSONParser
Serializes the given property value
Server<T extends java.rmi.Remote,A extends java.rmi.Remote> - Interface in org.jminor.common.remote
A server for serving remote interfaces
Server.AuxiliaryServer - Interface in org.jminor.common.remote
Auxiliary servers to be run in conjunction with a Server must implement this interface, as well as provide a constructor with the following signature: (Server) for the associated server
Server.ServerInfo - Interface in org.jminor.common.remote
Encapsulates static server information
SERVER_ADMIN_PORT - Static variable in interface org.jminor.common.remote.Server
The port on which the server should export the remote admin interface
Value type: Integer
Default value: none
SERVER_ADMIN_USER - Static variable in interface org.jminor.common.remote.Server
Specifies a username:password combination representing the server admin user
Example: scott:tiger
SERVER_CLIENT_CONNECTION_TIMEOUT - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
Specifies the default client connection timeout (ms) in a comma separated list.
SERVER_CLIENT_LOGGING_ENABLED - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
The initial connection logging status on the server, either true (on) or false (off)
Value type: Boolean
Default value: false
SERVER_CONNECTION_LIMIT - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
Specifies maximum number of concurrent connections the server accepts
-1 indicates no limit and 0 indicates a closed server.
SERVER_CONNECTION_POOL_PROVIDER_CLASS - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
Specifies the class name of the connection pool provider to user, if none is specified the internal connection pool is used if necessary
Value type: String
Default value: none
SERVER_CONNECTION_POOLING_STARTUP_POOL_USERS - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
Specifies a comma separated list of username:password combinations for which to create connection pools on startup Example: scott:tiger,john:foo,paul:bar
SERVER_CONNECTION_SSL_ENABLED - Static variable in interface org.jminor.common.remote.Server
Specifies whether the server should establish connections using a secure sockets layer, true (on) or false (off)
Value type: Boolean
Default value: true
SERVER_CONNECTION_TIMEOUT - Static variable in interface org.jminor.common.remote.Server
Specifies a specific connection timeout for different client types Value type: Integer
Default value: 120000ms (2 minutes)
SERVER_CONNECTION_VALIDATOR_CLASSES - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
Specifies a comma separated list of ConnectionValidator class names, which should be initialized on server startup, these classes must be available on the server classpath and contain a parameterless constructor
SERVER_DOMAIN_MODEL_CLASSES - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
Specifies a comma separated list of domain model class names, these classes must be available on the server classpath
SERVER_HOST_NAME - Static variable in interface org.jminor.common.remote.Server
The host on which to locate the server
Value type: String
Default value: localhost
SERVER_LOGIN_PROXY_CLASSES - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
Specifies a comma separated list of LoginProxy class names, which should be initialized on server startup, these classes must be available on the server classpath and contain a parameterless constructor
SERVER_MONITOR_UPDATE_RATE - Static variable in class org.jminor.swing.framework.server.monitor.EntityServerMonitor
Specifies the statistics polling rate for the server monitor, in seconds.
SERVER_NAME_PREFIX - Static variable in interface org.jminor.common.remote.Server
Specifies the prefix used when exporting/looking up the JMinor server
Value type: String
Default value: JMinor Server
SERVER_PORT - Static variable in interface org.jminor.common.remote.Server
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: none
ServerException - Exception in org.jminor.common.remote
An exception originating from a remote server
ServerException.AuthenticationException - Exception in org.jminor.common.remote
An exception indicating that a login has failed due to an authentication error, invalid username or password
ServerException.ConnectionValidationException - Exception in org.jminor.common.remote
An exception indicating that a connection validation has failed
ServerException.LoginException - Exception in org.jminor.common.remote
An exception indicating that a login has failed
ServerException.ServerFullException - Exception in org.jminor.common.remote
An exception indicating that the server is not accepting new connections
serverFullException() - Static method in exception org.jminor.common.remote.ServerException
 
ServerMonitor - Class in org.jminor.swing.framework.server.monitor
A ServerMonitor
ServerMonitor(String, Server.ServerInfo, int, User) - Constructor for class org.jminor.swing.framework.server.monitor.ServerMonitor
Instantiates a new ServerMonitor
ServerMonitorPanel - Class in org.jminor.swing.framework.server.monitor.ui
A ServerMonitorPanel
ServerMonitorPanel(ServerMonitor) - Constructor for class org.jminor.swing.framework.server.monitor.ui.ServerMonitorPanel
Instantiates a new ServerMonitorPanel
Servers - Class in org.jminor.common.remote
A utility class for working with Server instances.
set(long, int, int, int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolState
Sets this state
set(boolean) - Method in interface org.jminor.common.State
 
set(V) - Method in interface org.jminor.common.Value
Sets the value, setting the same value again does not trigger a value change
SET_LOG_LEVEL - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SET_LOG_LEVEL_DESC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SET_PROPERTY_VALUE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
setActive(boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Sets the active state of this edit panel, an active edit panel should be enabled and ready to receive input
setActiveDetailPanel(MasterDetailPanel) - Method in interface org.jminor.swing.common.ui.MasterDetailPanel
Activates (and shows) the given detail panel
setActiveDetailPanel(MasterDetailPanel) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Activates (and shows) the given detail panel
setActiveDetailPanel(MasterDetailPanel) - Method in class org.jminor.swing.framework.ui.EntityPanel
Activates (and shows) the given detail panel
setAdditionalConditionProvider(Condition.Provider) - Method in class org.jminor.framework.model.DefaultEntityLookupModel
Sets the additional lookup condition provider to use when performing the next lookup.
setAdditionalConditionProvider(Condition.Provider) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
Sets the additional condition provider, one not based on any individual property condition
setAdditionalConditionProvider(Condition.Provider) - Method in interface org.jminor.framework.model.EntityLookupModel
Sets the additional lookup condition provider to use when performing the next lookup.
setAdditionalConditionProvider(Condition.Provider) - Method in interface org.jminor.framework.model.EntityTableConditionModel
Sets the additional condition provider, one not based on any individual property condition
setAdditionalFilterCondition(FilterCondition<Entity>) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
Sets the additional filter condition, one not based on any individual property condition
setAdditionalFilterCondition(FilterCondition<Entity>) - Method in interface org.jminor.framework.model.EntityTableConditionModel
Sets the additional filter condition, one not based on any individual property condition
setAdvanced(boolean) - Method in class org.jminor.javafx.framework.ui.PropertyConditionView
Toggles the advanced view
setAdvanced(boolean) - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
 
setAdvanced(boolean) - Method in class org.jminor.swing.framework.ui.EntityTableConditionPanel
 
setAfterInsertFocusComponent(JComponent) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Sets the component that should receive the focus after an insert has been performed..
setAfterInsertFocusProperty(String) - Method in class org.jminor.javafx.framework.ui.EntityEditView
Sets the given property as the property which component should receive focus after an insert has been performed
setAfterInsertFocusProperty(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Sets the component associated with the given propertyId as the component that should receive the focus after an insert is performed in this edit panel.
setAggregateColumn(boolean) - Method in interface org.jminor.framework.domain.property.ColumnProperty.Builder
 
setAlwaysOnTop(boolean) - Method in class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
 
setAlwaysOnTop(boolean) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
setApplicationBatchSize(int) - Method in interface org.jminor.swing.common.tools.LoadTest
 
setApplicationBatchSize(int) - Method in class org.jminor.swing.common.tools.LoadTestModel
setArmed(boolean) - Method in class org.jminor.swing.common.model.checkbox.TristateButtonModel
 
setAs(ValueMap<K, V>) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
After a call to this method this ValueMap contains the same values and original values as the source map.
setAs(ValueMap<K, V>) - Method in interface org.jminor.common.db.valuemap.ValueMap
After a call to this method this ValueMap contains the same values and original values as the source map.
setAutoEnable(boolean) - Method in interface org.jminor.common.model.table.ColumnConditionModel
If set, this model automatically enables itself when a condition is specified
setAutoEnable(boolean) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
If set, this model automatically enables itself when a condition is specified
setAutomaticWildcard(ColumnConditionModel.AutomaticWildcard) - Method in interface org.jminor.common.model.table.ColumnConditionModel
Sets the automatic wildcard type.
setAutomaticWildcard(ColumnConditionModel.AutomaticWildcard) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
Sets the automatic wildcard type.
setAvailableInPool(int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setAverageCheckOutTime(long) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setBatchUpdateAllowed(boolean) - Method in interface org.jminor.framework.model.EntityTableModel
 
setBatchUpdateAllowed(boolean) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
setBatchUpdateAllowed(boolean) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
setBeanClass(Class) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Sets the bean class to associate with this entity type
setBeanProperty(String) - Method in interface org.jminor.framework.domain.property.Property.Builder
Sets the bean name property to associate with this property
setBigDecimal(BigDecimal) - Method in class org.jminor.swing.common.ui.textfield.DecimalField
 
setCaption(String) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Sets the caption for this entity type
setCaseSensitive(boolean) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
setCaseSensitive(boolean) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
setCleanupInterval(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setClearAfterInsert(boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
setClientHost(String) - Method in interface org.jminor.common.remote.RemoteClient
 
setClientId(UUID) - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
Disconnects the underlying connection if connected.
setClientId(UUID) - Method in interface org.jminor.framework.db.EntityConnectionProvider
Disconnects the underlying connection if connected.
setClientTypeId(String) - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
Disconnects the underlying connection if connected.
setClientTypeId(String) - Method in interface org.jminor.framework.db.EntityConnectionProvider
Disconnects the underlying connection if connected.
setClientVersion(Version) - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
setClientVersion(Version) - Method in interface org.jminor.framework.db.EntityConnectionProvider
 
setClipboard(String) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Sets the given string as the system clipboard value
setClipboard(String) - Static method in class org.jminor.swing.common.ui.UiUtil
Sets the given string as clipboard contents
setCollectChartData(boolean) - Method in interface org.jminor.swing.common.tools.LoadTest
 
setCollectChartData(boolean) - Method in class org.jminor.swing.common.tools.LoadTestModel
setCollectFineGrainedPoolStatistics(User, boolean) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
setCollectFineGrainedPoolStatistics(User, boolean) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setCollectFineGrainedStatistics(boolean) - Method in class org.jminor.common.db.pool.AbstractConnectionPool
Specifies whether or not fine grained usage statistics should be collected.
setCollectFineGrainedStatistics(boolean) - Method in interface org.jminor.common.db.pool.ConnectionPool
Specifies whether or not fine grained usage statistics should be collected.
setCollectFineGrainedStatistics(boolean) - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
setColorProvider(Entity.ColorProvider) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
 
setColumnHasDefaultValue(boolean) - Method in interface org.jminor.framework.domain.property.ColumnProperty.Builder
 
setColumnName(String) - Method in interface org.jminor.framework.domain.property.ColumnProperty.Builder
Sets the actual string used as column when querying
setColumns(C...) - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
Arranges the columns so that only the given columns are visible and in the given order
setColumns(String...) - Method in interface org.jminor.framework.model.EntityTableModel
Arranges the column model so that only the given columns are visible and in the given order
setColumns(ObservableList<? extends TableColumn<Entity, ?>>) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Sets the columns for this FXEntityListModel.
setColumns(String...) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Arranges the column model so that only the given columns are visible and in the given order
setColumns(C...) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
Arranges the columns so that only the given columns are visible and in the given order
setColumns(String...) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Arranges the column model so that only the given columns are visible and in the given order
setColumnVisible(C, boolean) - Method in interface org.jminor.common.model.table.FilteredTableColumnModel
Toggles the visibility of the column representing the given columnIdentifier.
setColumnVisible(C, boolean) - Method in class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
Toggles the visibility of the column representing the given columnIdentifier.
setCompactDetailLayout(boolean) - Method in class org.jminor.swing.framework.ui.EntityPanel
 
setComparator(Comparator<Entity>) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Sets the comparator to use when comparing this entity type to other entities
setComponent(String, JComponent) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Associates the given input component with the given propertyId, preferably this should be called for components associated with properties.
setConditionPaneAdvanced(boolean) - Method in class org.jminor.javafx.framework.ui.EntityTableView
Toggles the advanced property condition view
setConditionPanelVisible(boolean) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Hides or shows the column condition panel for this EntityTablePanel
setConditionPaneVisible(boolean) - Method in class org.jminor.javafx.framework.ui.EntityTableView
Toggles the visibility of the property condition views
setConditionType(ConditionType) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
setConditionType(ConditionType) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
setConditionValues(String, Collection) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
Sets the search condition values of the condition model associated with the property identified by propertyId
setConditionValues(String, Collection) - Method in interface org.jminor.framework.model.EntityTableConditionModel
Sets the search condition values of the condition model associated with the property identified by propertyId
setConditionViewAdvanced(boolean) - Method in class org.jminor.javafx.framework.ui.EntityTableColumn
Toggles the advanced property condition view
setConditionViewVisible(boolean) - Method in class org.jminor.javafx.framework.ui.EntityTableColumn
Toggles the visibility of the property condition view
setConjunction(Conjunction) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
setConjunction(Conjunction) - Method in interface org.jminor.framework.model.EntityTableConditionModel
 
setConnection(Connection) - Method in interface org.jminor.common.db.DatabaseConnection
Sets the internal connection to use, note that no validation or transaction checking is performed, it is simply used 'as is'
setConnectionLimit(int) - Method in class org.jminor.common.remote.AbstractServer
 
setConnectionLimit(int) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
setConnectionLimit(int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setConnectionLimit(int) - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
setConnectionPoolCleanupInterval(User, int) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
setConnectionPoolCleanupInterval(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setConnectionRequests(int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setConnectionRequestsDelayed(int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setConnectionRequestsFailed(int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setConnectionsCreated(int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setConnectionsDestroyed(int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setConnectionsInUse(int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setConnectionTimeout(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setConnectionTimeout(int) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
Sets the connection timeout in ms
setConnectionTimeout(int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Sets the connection timeout in ms
setConnectionTimeout(int) - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
Sets the server connection timeout
setConnectionValidator(String, ConnectionValidator) - Method in class org.jminor.common.remote.AbstractServer
Sets the ConnectionValidator for the given client type id, if connectionValidator is null the current connection validator (if any) is removed.
setContents(Collection<T>) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
Resets the contents of this model using the values found in contents, if contents is null then the model is considered to be cleared.
setContents(Collection<T>) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Resets the contents of this model using the values found in contents, if contents is null then the model is considered to be cleared.
setControl(EntityEditPanel.ControlCode, Control) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Associates control with controlCode
setControl(String, Control) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Associates control with controlCode
setControlPanelConstraints(String) - Method in class org.jminor.swing.framework.ui.EntityPanel
Sets the layout constraints to use for the control panel
setCreationDate(long) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setDateTimeFormatPattern(String) - Method in interface org.jminor.framework.domain.property.Property.Builder
Sets the date/time format pattern used when presenting values
setDefaultValue(Object) - Method in interface org.jminor.framework.domain.property.Property.Builder
Sets the default value for this property, overrides the underlying column default value, if any
setDefaultValueProvider(Property.ValueProvider) - Method in interface org.jminor.framework.domain.property.Property.Builder
Sets the default value provider, use in case of dynamic default values.
setDeleteAllowed(boolean) - Method in class org.jminor.framework.model.DefaultEntityEditModel
setDeleteAllowed(boolean) - Method in interface org.jminor.framework.model.EntityEditModel
 
setDescription(String) - Method in interface org.jminor.framework.domain.property.Property.Builder
 
setDescription(String) - Method in class org.jminor.framework.model.DefaultEntityLookupModel
setDescription(String) - Method in interface org.jminor.framework.model.EntityLookupModel
 
setDescription(String) - Method in class org.jminor.swing.common.ui.control.Control
 
setDetailModelForeignKey(M, String) - Method in class org.jminor.framework.model.DefaultEntityModel
Indicates that the given detail model is based on the foreign key with the given ID, this becomes practical when a detail model is based on an entity which contains multiple foreign keys to the same master entity.
setDetailModelForeignKey(M, String) - Method in interface org.jminor.framework.model.EntityModel
Indicates that the given detail model is based on the foreign key with the given ID, this becomes practical when a detail model is based on an entity which contains multiple foreign keys to the same master entity.
setDetailPanelState(EntityPanel.PanelState) - Method in class org.jminor.swing.framework.ui.EntityPanel
 
setDetailPanelState(EntityPanel.PanelState) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
setDetailSplitPanelResizeWeight(double) - Method in class org.jminor.swing.framework.ui.EntityPanel
 
setDetailSplitPanelResizeWeight(double) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
setDisposeEditDialogOnEscape(boolean) - Method in class org.jminor.swing.framework.ui.EntityPanel
 
setDocumentCase(SizedDocument.DocumentCase) - Method in class org.jminor.swing.common.ui.textfield.SizedDocument
Sets the case setting for this document
setDocumentFilter(DocumentFilter) - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocument
 
setDocumentFilter(DocumentFilter) - Method in class org.jminor.swing.common.ui.textfield.SizedDocument
 
setDomainClassName(String) - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
Disconnects the underlying connection if connected.
setDomainClassName(String) - Method in interface org.jminor.framework.db.EntityConnectionProvider
Disconnects the underlying connection if connected.
setDouble(Double) - Method in class org.jminor.swing.common.ui.textfield.DecimalField
 
setEditable(boolean) - Method in class org.jminor.swing.common.ui.LocalDateInputPanel
setEditable(boolean) - Method in class org.jminor.swing.common.ui.TemporalInputPanel
 
setEditModel(E) - Method in interface org.jminor.framework.model.EntityTableModel
Associates the given EntityEditModel with this EntityTableModel, this enables delete/update functionality via this table model as well as enabling it to react to delete events in the edit model.
setEditModel(FXEntityEditModel) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Associates the given EntityEditModel with this EntityTableModel, this enables delete/update functionality via this table model as well as enabling it to react to delete events in the edit model.
setEditModel(SwingEntityEditModel) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Associates the given EntityEditModel with this EntityTableModel, this enables delete/update functionality via this table model as well as enabling it to react to delete events in the edit model.
setEditModelClass(Class<? extends E>) - Method in interface org.jminor.framework.model.EntityModelProvider
Sets the edit model class
setEditModelClass(Class<? extends SwingEntityEditModel>) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
Sets the edit model class
setEditPanelClass(Class<? extends EntityEditPanel>) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
setEditPanelState(EntityPanel.PanelState) - Method in class org.jminor.swing.framework.ui.EntityPanel
 
setEnabled(boolean) - Method in class org.jminor.common.MethodLogger
 
setEnabled(boolean) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
setEnabled(boolean) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
setEnabled(String, boolean) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
Enables/disables the search for the given property
setEnabled(String, boolean) - Method in interface org.jminor.framework.model.EntityTableConditionModel
Enables/disables the search for the given property
setEnabled(boolean) - Method in class org.jminor.swing.common.model.checkbox.TristateButtonModel
 
setEnabled(boolean) - Method in interface org.jminor.swing.common.tools.ItemRandomizer.RandomItem
 
setEnabled(boolean) - Method in class org.jminor.swing.common.ui.control.Control
Unsupported, the enabled state of Controls is based on their enabledObserver
setEntity(Entity) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Copies the values from the given Entity into the underlying Entity being edited by this edit model.
setEntity(Entity) - Method in interface org.jminor.framework.model.EntityEditModel
Copies the values from the given Entity into the underlying Entity being edited by this edit model.
setEntityId(String) - Method in interface org.jminor.framework.domain.property.Property.Builder
 
setFetchCount(int) - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
 
setFetchCount(int) - Method in interface org.jminor.framework.model.EntityTableModel
Sets the maximum number of records to fetch via the underlying query the next time this table model is refreshed, a value of -1 means all records should be fetched
setFetchCount(int) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Sets the maximum number of records to fetch via the underlying query the next time this table model is refreshed, a value of -1 means all records should be fetched
setFetchCount(int) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Sets the maximum number of records to fetch via the underlying query the next time this table model is refreshed, a value of -1 means all records should be fetched
setFetchDepth(int) - Method in interface org.jminor.framework.domain.property.ForeignKeyProperty.Builder
 
setFilterCondition(FilterCondition<T>) - Method in interface org.jminor.common.model.FilteredModel
Sets the filter condition and filters the model
setFilterCondition(FilterCondition<Entity>) - Method in class org.jminor.javafx.framework.model.ObservableEntityList
Sets the filter condition and filters the model
setFilterCondition(FilterCondition<T>) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Sets the filter condition and filters the model
setFilterCondition(FilterCondition<R>) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Sets the filter condition and filters the model
setFilterOnMasterInsert(boolean) - Method in class org.jminor.framework.model.DefaultEntityModel
setFilterOnMasterInsert(boolean) - Method in interface org.jminor.framework.model.EntityModel
 
setFilterPanelsVisible(boolean) - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
Hides or shows the active filter panels for this table panel
setFilterPanelsVisible(boolean) - Method in class org.jminor.swing.framework.ui.EntityPanel
Hides or shows the active filter panels for this panel and all its child panels (detail panels and their detail panels etc.)
setFilterSelectedItem(boolean) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
Specifies whether or not filtering can change the selected item, if true then the selected item is set to null when the currently selected item is filtered from the model, otherwise the selected item can potentially represent a value which is not currently visible in the model.
setFilterSelectedItem(boolean) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Specifies whether or not filtering can change the selected item, if true then the selected item is set to null when the currently selected item is filtered from the model, otherwise the selected item can potentially represent a value which is not currently visible in the model.
setFilterValue(String, Comparable) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
Sets the condition value of the PropertyFilterModel associated with the property identified by propertyId.
setFilterValue(String, Comparable) - Method in interface org.jminor.framework.model.EntityTableConditionModel
Sets the condition value of the PropertyFilterModel associated with the property identified by propertyId.
setFineGrainedStatistics(List<ConnectionPoolState>) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setFixedColumnWidth(int) - Method in class org.jminor.swing.common.ui.layout.FlexibleGridLayout
 
setFixedRowHeight(int) - Method in class org.jminor.swing.common.ui.layout.FlexibleGridLayout
 
setFontSize(float) - Static method in class org.jminor.swing.common.ui.UiUtil
 
setForeignKeyConditionValues(ForeignKeyProperty, Collection<Entity>) - Method in interface org.jminor.framework.model.EntityTableModel
Sets foreignKeyValues as the search condition values for the given foreignKeyProperty and refreshes this table model.
setForeignKeyConditionValues(ForeignKeyProperty, Collection<Entity>) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Sets foreignKeyValues as the search condition values for the given foreignKeyProperty and refreshes this table model.
setForeignKeyConditionValues(ForeignKeyProperty, Collection<Entity>) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Sets foreignKeyValues as the search condition values for the given foreignKeyProperty and refreshes this table model.
setForeignKeyFetchDepthLimit(String, int) - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
Limit the levels of foreign keys to fetch via the given foreign key property
setForeignKeyFetchDepthLimit(int) - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
Limit the levels of foreign keys to fetch
setForeignKeyFilterEntities(String, Collection<Entity>) - Method in interface org.jminor.framework.model.EntityComboBoxModel
Filters this combo box model so that only entities referencing the given foreign key entities via the given foreign key property are shown.
setForeignKeyFilterEntities(String, Collection<Entity>) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
Filters this combo box model so that only entities referencing the given foreign key entities via the given foreign key property are shown.
setForeignKeyProperty(ForeignKeyProperty) - Method in interface org.jminor.framework.domain.property.ColumnProperty.Builder
 
setForeignKeyValues(List<Entity>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Sets the values in the given list as the values for the respective foreign keys, uses the first value found for each entity type in case of multiple entities of that type
setForeignKeyValues(List<Entity>) - Method in interface org.jminor.framework.model.EntityEditModel
Sets the values in the given list as the values for the respective foreign keys, uses the first value found for each entity type in case of multiple entities of that type
setFormat(Format) - Method in interface org.jminor.framework.domain.property.Property.Builder
Sets the Format to use when presenting property values
setForUpdate(boolean) - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
Marks this condition as a select for update query, this means the resulting records 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
setGroupByClause(String) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Sets the group by clause for this entity type, this clause should not include the "group by" keywords.
setGroupingColumn(boolean) - Method in interface org.jminor.framework.domain.property.ColumnProperty.Builder
 
setGroupingUsed(boolean) - Method in class org.jminor.swing.common.ui.textfield.NumberField
Set whether or not grouping will be used in this field.
setHavingClause(String) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Sets the having clause for this entity type, this clause should not include the "having" keyword.
setHidden(boolean) - Method in interface org.jminor.framework.domain.property.Property.Builder
 
setHighQualityRenderingEnabled(boolean) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Enables/disables high quality rendering.
setHorizontalVerticalComponentGap(int) - Static method in class org.jminor.swing.common.ui.UiUtil
Sets the default horizontal and vertical component gap, used by the layout factory methods, by default this is 5
setIcon(Icon) - Method in class org.jminor.swing.common.ui.control.Control
 
setImage(BufferedImage) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Sets an image for display in the panel.
setImageOrigin(int, int) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Sets the image origin.
setImageOrigin(Point) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Sets the image origin.
setIncludeConditionPanel(boolean) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
setIncludeControlPanel(boolean) - Method in class org.jminor.swing.framework.ui.EntityPanel
 
setIncludeDetailPanelTabPane(boolean) - Method in class org.jminor.swing.framework.ui.EntityPanel
 
setIncludeForeignKeyValues(boolean) - Method in class org.jminor.plugin.json.EntityJSONParser
 
setIncludeNullValues(boolean) - Method in class org.jminor.plugin.json.EntityJSONParser
 
setIncludePopupMenu(boolean) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
setIncludeReadOnlyValues(boolean) - Method in class org.jminor.plugin.json.EntityJSONParser
 
setIncludeSouthPanel(boolean) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
setIndentation(int) - Method in class org.jminor.plugin.json.EntityJSONParser
Sets the indendation used when exporting to JSON format, -1 means non-human readable, whereas >= 0 means human readable with the given indentation.
setIndeterminate() - Method in class org.jminor.swing.common.model.checkbox.TristateButtonModel
 
setIndeterminate() - Method in class org.jminor.swing.common.ui.checkbox.TristateCheckBox
 
setIndicateCondition(boolean) - Method in interface org.jminor.swing.framework.ui.EntityTableCellRenderer
If true then columns involved in a condition have different background color
setIndicateCondition(boolean) - Method in class org.jminor.swing.framework.ui.EntityTableCellRenderers.DefaultEntityTableCellRenderer
If true then columns involved in a condition have different background color
setInitialFocusComponent(JComponent) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Sets the component that should receive the focus when the UI is cleared or activated.
setInitialFocusProperty(String) - Method in class org.jminor.javafx.framework.ui.EntityEditView
Sets the given property as the property which component should receive focus when this edit view is initialized
setInitialFocusProperty(String) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Sets the component associated with the given propertyId as the component that should receive the initial focus in this edit panel.
setInsertAction(EntityTableModel.InsertAction) - Method in interface org.jminor.framework.model.EntityTableModel
 
setInsertAction(EntityTableModel.InsertAction) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
setInsertAction(EntityTableModel.InsertAction) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
setInsertAllowed(boolean) - Method in class org.jminor.framework.model.DefaultEntityEditModel
setInsertAllowed(boolean) - Method in interface org.jminor.framework.model.EntityEditModel
 
setInteger(Integer) - Method in class org.jminor.swing.common.ui.textfield.IntegerField
 
setInterval(int) - Method in class org.jminor.common.TaskScheduler
Sets the new task interval and re-schedules the task, note that if the scheduler was stopped it will be restarted.
setInvalidBackgroundColor(Color) - Method in class org.jminor.javafx.framework.ui.EntityLookupField
 
setInvalidBackgroundColor(Color) - Method in class org.jminor.swing.framework.ui.EntityLookupField
 
setItemEnabled(T, boolean) - Method in interface org.jminor.swing.common.tools.ItemRandomizer
 
setItemEnabled(T, boolean) - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
setJDKDir() - Method in class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
 
setJDKDir(JComponent) - Static method in class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
 
setKeyGenerator(Entity.KeyGenerator) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Sets the primary key generator
setKeyStroke(KeyStroke) - Method in class org.jminor.swing.common.ui.control.Control
 
setLikeValue(Object) - Method in interface org.jminor.common.model.table.ColumnConditionModel
A shortcut method for setting the upper bound value, conditionType to LIKE and enabling this model in case of a non-null value.
setLikeValue(Object) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
A shortcut method for setting the upper bound value, conditionType to LIKE and enabling this model in case of a non-null value.
setLimit(int) - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
 
setLimitForeignKeyFetchDepth(boolean) - Method in interface org.jminor.framework.db.local.LocalEntityConnection
 
setLocked(boolean) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
setLocked(boolean) - Method in interface org.jminor.common.model.table.ColumnSummaryModel
 
setLocked(boolean) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
setLocked(boolean) - Method in class org.jminor.common.model.table.DefaultColumnSummaryModel
setLoggingEnabled(UUID, boolean) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
Sets the logging status for the given connection
setLoggingEnabled(UUID, boolean) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Sets the logging status for the given connection
setLoggingEnabled(boolean) - Method in class org.jminor.swing.framework.server.monitor.ClientInstanceMonitor
 
setLoggingEnabled(boolean) - Method in class org.jminor.swing.framework.server.monitor.ui.ClientInstanceMonitorPanel
 
setLoggingLevel(Object) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
setLoggingLevel(Object) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setLoggingLevel(Object) - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
 
setLoggingLevel() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Shows a dialog for setting the logging level
setLoggingLevel(JComponent) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Shows a dialog for selecting the root logging level.
setLoginDelayFactor(int) - Method in interface org.jminor.swing.common.tools.LoadTest
Sets the with which to multiply the think time when logging in, this helps spread the application logins when creating a batch of application.
setLoginDelayFactor(int) - Method in class org.jminor.swing.common.tools.LoadTestModel
Sets the with which to multiply the think time when logging in, this helps spread the application logins when creating a batch of application.
setLoginProxy(String, LoginProxy) - Method in class org.jminor.common.remote.AbstractServer
Sets the LoginProxy for the given client type id, if loginProxy is null the current login proxy (if any) is closed and removed.
setLoginRequired(boolean) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Sets whether or not this application requires a login dialog, setting this value after the application has been started has no effect
setLogLevel(Object) - Method in interface org.jminor.common.LoggerProxy
Sets the log level
setLogLevel(Object) - Method in class org.jminor.plugin.log4j.Log4jProxy
Sets the log level
setLogLevel(Object) - Method in class org.jminor.plugin.logback.LogbackProxy
Sets the log level
setLong(Long) - Method in class org.jminor.swing.common.ui.textfield.LongField
 
setLowerBound(Object) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
setLowerBound(Object) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
setMaintenanceInterval(int) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
setMaintenanceInterval(int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setMaintenanceInterval(int) - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
Sets the servers connection maintenance interval
setMasterModel(M) - Method in class org.jminor.framework.model.DefaultEntityModel
Sets the model serving as master model
setMasterModel(M) - Method in interface org.jminor.framework.model.EntityModel
Sets the model serving as master model
setMasterPanel(EntityPanel) - Method in class org.jminor.swing.framework.ui.EntityPanel
 
setMax(double) - Method in interface org.jminor.framework.domain.property.Property.Builder
Sets the maximum allowed value for this property, only applicable to numerical properties
setMaximumCheckOutTime(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setMaximumCheckOutTime(long) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setMaximumCheckOutTime(int) - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
setMaximumConnectionPoolSize(User, int) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
setMaximumConnectionPoolSize(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setMaximumFractionDigits(int) - Method in interface org.jminor.framework.domain.property.Property.Builder
Sets the maximum fraction digits to show for this property, only applicable to properties based on Types.DOUBLE.
setMaximumFractionDigits(int) - Method in class org.jminor.swing.common.ui.textfield.DecimalField
 
setMaximumPoolCheckOutTime(User, int) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
setMaximumPoolCheckOutTime(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setMaximumPoolRetryWaitPeriod(User, int) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
setMaximumPoolRetryWaitPeriod(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setMaximumPoolSize(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
Sets the maximum number of connections to keep in this pool.
setMaximumPoolSize(int) - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
setMaximumRetryWaitPeriod(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setMaximumRetryWaitPeriod(int) - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
setMaximumThinkTime(int) - Method in interface org.jminor.swing.common.tools.LoadTest
 
setMaximumThinkTime(int) - Method in class org.jminor.swing.common.tools.LoadTestModel
setMaxLength(int) - Method in interface org.jminor.framework.domain.property.Property.Builder
Sets the maximum length of this property value, this applies to String (varchar) based properties
setMaxLength(int) - Method in class org.jminor.swing.common.ui.textfield.SizedDocument
 
setMaxLength(int) - Method in class org.jminor.swing.common.ui.TextInputPanel
Sets the maximum length of the string allowed in the text area
setMethodLogger(MethodLogger) - Method in interface org.jminor.common.db.DatabaseConnection
 
setMethodLogger(MethodLogger) - Method in interface org.jminor.framework.db.local.LocalEntityConnection
 
setMin(double) - Method in interface org.jminor.framework.domain.property.Property.Builder
Only applicable to numerical properties
setMinimumCheckOutTime(long) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setMinimumConnectionPoolSize(User, int) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
setMinimumConnectionPoolSize(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setMinimumPoolSize(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setMinimumPoolSize(int) - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
setMinimumThinkTime(int) - Method in interface org.jminor.swing.common.tools.LoadTest
 
setMinimumThinkTime(int) - Method in class org.jminor.swing.common.tools.LoadTestModel
setMnemonic(Character) - Method in interface org.jminor.framework.domain.property.Property.Builder
Sets the mnemonic to use when creating a label for this property
setMnemonic(int) - Method in class org.jminor.swing.common.ui.control.Control
 
setModel(ButtonModel) - Method in class org.jminor.swing.common.ui.checkbox.TristateCheckBox
setModel(ClientInstanceMonitor) - Method in class org.jminor.swing.framework.server.monitor.ui.ClientInstanceMonitorPanel
 
setModel(ClientMonitor) - Method in class org.jminor.swing.framework.server.monitor.ui.ClientMonitorPanel
 
setModelClass(Class<? extends M>) - Method in interface org.jminor.framework.model.EntityModelProvider
Sets the model class
setModelClass(Class<? extends SwingEntityModel>) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
Sets the model class
setModifiesEntity(boolean) - Method in interface org.jminor.framework.domain.property.TransientProperty.Builder
 
setName(String) - Method in class org.jminor.swing.common.ui.control.Control
 
setNavigationImageEnabled(boolean) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Enables/disables navigation with the navigation image.
setNewConnectionThreshold(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setNewConnectionThreshold(int) - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
setNullable(boolean) - Method in interface org.jminor.framework.domain.property.Property.Builder
Specifies whether or not this property is nullable, in case of properties that are parts of a ForeignKeyProperty inherit the nullable state of that property.
setNullValue(T) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
Sets the value which should represent a null value, a refresh is required for it to show up
setNullValue(T) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Sets the value which should represent a null value, a refresh is required for it to show up
setNumber(Number) - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocument
 
setNumber(Number) - Method in class org.jminor.swing.common.ui.textfield.NumberField
 
setOffset(int) - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
 
setOptimisticLocking(boolean) - Method in interface org.jminor.framework.db.local.LocalEntityConnection
 
setOrderBy(Entity.OrderBy) - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
Sets the OrderBy for this condition
setOrderBy(Entity.OrderBy) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Sets the order by clause for this entity type.
setOriginalValue(K, V) - Method in class org.jminor.common.db.valuemap.DefaultValueMap
 
setPanelClass(Class<? extends EntityPanel>) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
Note that setting the EntityPanel class overrides any table panel or edit panel classes that have been set.
setParentView(ViewTreeNode<EntityView>) - Method in class org.jminor.javafx.framework.ui.EntityView
Sets the parent view of this EntityView
setParseBigDecimal(boolean) - Method in class org.jminor.swing.common.ui.textfield.DecimalField
Sets whether this field parses a BigDecimal
setPassword(char[]) - Method in class org.jminor.common.User
 
setPaused(boolean) - Method in interface org.jminor.swing.common.tools.LoadTest
 
setPaused(boolean) - Method in class org.jminor.swing.common.tools.LoadTestModel
setPool(T) - Method in class org.jminor.common.db.pool.AbstractConnectionPool
 
setPoolCleanupInterval(int) - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
setPoolConnectionThreshold(User, int) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
setPoolConnectionThreshold(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setPooledConnectionTimeout(User, int) - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
setPooledConnectionTimeout(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setPooledConnectionTimeout(int) - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
 
setPoolSize(int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setPoolTime(long) - Method in interface org.jminor.common.db.DatabaseConnection
Sets the time this connection was checked into a connection pool
setPopupWidth(int) - Method in class org.jminor.swing.common.ui.combobox.SteppedComboBox
 
setPreferredColumnWidth(int) - Method in interface org.jminor.framework.domain.property.Property.Builder
 
setPreferredHeight(JComponent, int) - Static method in class org.jminor.swing.common.ui.UiUtil
Sets the preferred size of the given component to its current width and the given preferredHeight
setPreferredWidth(JComponent, int) - Static method in class org.jminor.swing.common.ui.UiUtil
Sets the preferred size of the given component to its current height and the given preferredWidth
setPressed(boolean) - Method in class org.jminor.swing.common.model.checkbox.TristateButtonModel
 
setPrimaryKeyIndex(int) - Method in interface org.jminor.framework.domain.property.ColumnProperty.Builder
Sets the zero based primary key index of this property.
setProperty(String, String) - Method in class org.jminor.common.PropertyStore
Sets the value of the given property
setRange(double, double) - Method in class org.jminor.swing.common.ui.textfield.NumberField
Sets the range of values this field should allow
setReadOnly(boolean) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Sets the read only value, if true then it should not be possible to insert, update or delete entities of this type
setReadOnly(boolean) - Method in interface org.jminor.framework.domain.property.Property.Builder
 
setReadOnly(boolean) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Makes this model read-only by disallowing insert, update and delete
setReadOnly(boolean) - Method in interface org.jminor.framework.model.EntityEditModel
Makes this model read-only by disallowing insert, update and delete
setReferentialIntegrityErrorHandling(EntityTablePanel.ReferentialIntegrityErrorHandling) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
setReferentialIntegrityErrorHandling(EntityTablePanel.ReferentialIntegrityErrorHandling) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
setRefreshOnForeignKeyConditionValuesSet(boolean) - Method in interface org.jminor.framework.model.EntityTableModel
 
setRefreshOnForeignKeyConditionValuesSet(boolean) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
setRefreshOnForeignKeyConditionValuesSet(boolean) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
setRefreshOnInit(boolean) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
setRegularExpressionSearch(boolean) - Method in interface org.jminor.common.model.table.FilteredTableModel
Specifies whether or not to use regular expressions when searching this table model
setRegularExpressionSearch(boolean) - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Specifies whether or not to use regular expressions when searching this table model
setRemoveEntitiesOnDelete(boolean) - Method in interface org.jminor.framework.model.EntityTableModel
 
setRemoveEntitiesOnDelete(boolean) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
setRemoveEntitiesOnDelete(boolean) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
setRequestFocusAfterInsert(boolean) - Method in class org.jminor.javafx.framework.ui.EntityEditView
 
setRequestFocusAfterInsert(boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
 
setRequestsDelayedPerSecond(int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setRequestsFailedPerSecond(int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setRequestsPerSecond(int) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setResetDate(long) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
setResultSorter(Comparator<Entity>) - Method in class org.jminor.framework.model.DefaultEntityLookupModel
setResultSorter(Comparator<Entity>) - Method in interface org.jminor.framework.model.EntityLookupModel
 
setRetryCount(int) - Method in interface org.jminor.common.db.DatabaseConnection
 
setScenarioEnabled(String, boolean) - Method in interface org.jminor.swing.common.tools.LoadTest
 
setScenarioEnabled(String, boolean) - Method in class org.jminor.swing.common.tools.LoadTestModel
setScrollToSelectedItem(boolean) - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
setSearchPropertyIds(String...) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Sets the IDs of the properties to use when performing a default lookup for this entity type
setSearchString(String) - Method in class org.jminor.framework.model.DefaultEntityLookupModel
Sets the search string to use when performing the next lookup
setSearchString(String) - Method in interface org.jminor.framework.model.EntityLookupModel
Sets the search string to use when performing the next lookup
setSearchText(String) - Method in class org.jminor.swing.framework.ui.EntityTableConditionPanel
Sets the search text in case simple search is enabled
setSelectable(boolean) - Method in interface org.jminor.framework.domain.property.ColumnProperty.Builder
 
setSelectCondition(Condition) - Method in class org.jminor.javafx.framework.model.ObservableEntityList
Sets the condition to use when querying data
setSelectConditionProvider(Condition.Provider) - Method in interface org.jminor.framework.model.EntityComboBoxModel
Sets the condition provider to use when querying data
setSelectConditionProvider(Condition.Provider) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
Sets the condition provider to use when querying data
setSelected(boolean) - Method in class org.jminor.swing.common.model.checkbox.TristateButtonModel
 
setSelectedByKey(Collection<Entity.Key>) - Method in interface org.jminor.framework.model.EntityTableModel
Sets the selected entities according to the primary keys in primaryKeys
setSelectedByKey(Collection<Entity.Key>) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Sets the selected entities according to the primary keys in primaryKeys
setSelectedByKey(Collection<Entity.Key>) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Sets the selected entities according to the primary keys in primaryKeys
setSelectedEntities(Collection<Entity>) - Method in class org.jminor.framework.model.DefaultEntityLookupModel
Sets the selected entities
setSelectedEntities(Collection<Entity>) - Method in interface org.jminor.framework.model.EntityLookupModel
Sets the selected entities
setSelectedEntity(Entity) - Method in class org.jminor.framework.model.DefaultEntityLookupModel
Sets the given entity as the selected entity
setSelectedEntity(Entity) - Method in interface org.jminor.framework.model.EntityLookupModel
Sets the given entity as the selected entity
setSelectedEntityByKey(Entity.Key) - Method in interface org.jminor.framework.model.EntityComboBoxModel
Selects the entity with the given primary key, if the entity is not available in the model this method returns silently without changing the selection
setSelectedEntityByKey(Entity.Key) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
Selects the entity with the given primary key, if the entity is not available in the model this method returns silently without changing the selection
setSelectedIndex(int) - Method in interface org.jminor.common.model.table.SelectionModel
Clears the selection and selects the item at index
setSelectedIndex(int) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Clears the selection and selects the item at index
setSelectedIndex(int) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Clears the selection and selects the item at index
setSelectedIndexes(Collection<Integer>) - Method in interface org.jminor.common.model.table.SelectionModel
Selects the given indexes
setSelectedIndexes(Collection<Integer>) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Selects the given indexes
setSelectedIndexes(Collection<Integer>) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Selects the given indexes
setSelectedItem(Object) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
setSelectedItem(R) - Method in interface org.jminor.common.model.table.SelectionModel
Sets the selected item
setSelectedItem(Entity) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Sets the selected item
setSelectedItem(Object) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
setSelectedItem(R) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Sets the selected item
setSelectedItems(Collection<R>) - Method in interface org.jminor.common.model.table.SelectionModel
Selects the given items
setSelectedItems(Collection<Entity>) - Method in class org.jminor.javafx.framework.model.FXEntityListSelectionModel
Selects the given items
setSelectedItems(Collection<R>) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
Selects the given items
setSelectionInterval(int, int) - Method in class org.jminor.swing.common.model.table.SwingTableSelectionModel
 
setSelectionModel(SelectionModel<Entity>) - Method in class org.jminor.javafx.framework.model.ObservableEntityList
Sets the selection model to use
setSelectionProvider(EntityLookupField.SelectionProvider) - Method in class org.jminor.swing.framework.ui.EntityLookupField
Sets the SelectionProvider, that is, the object responsible for providing the comnponent used for selecting items from the lookup result.
setSelectPropertyIds(String...) - Method in interface org.jminor.framework.db.condition.EntitySelectCondition
Sets the properties to include in the resulting Entities, including the column properties involved in a foreign key causes the foreign key values to be populated.
setSelectQuery(String, boolean) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Sets the select query to use when selecting entities of this type, use with care.
setSelectTableName(String) - Method in interface org.jminor.framework.domain.Entity.Definition.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.
setSeparators(char, char) - Method in class org.jminor.swing.common.ui.textfield.NumberField
Set the decimal and grouping separators for this field
setShowDetailPanelControls(boolean) - Method in class org.jminor.swing.framework.ui.EntityPanel
 
setShowStartupDialog(boolean) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
 
setShowToggleEditPanelControl(boolean) - Method in class org.jminor.swing.framework.ui.EntityPanel
 
setSimpleConditionString(String) - Method in class org.jminor.framework.model.DefaultEntityTableConditionModel
Note that calling this method may (and probably will) change the automatic prefix and case sensetivity settings of the underlying ColumnConditionModels
setSimpleConditionString(String) - Method in interface org.jminor.framework.model.EntityTableConditionModel
Note that calling this method may (and probably will) change the automatic prefix and case sensetivity settings of the underlying ColumnConditionModels
setSizeWithinScreenBounds(Window) - Static method in class org.jminor.swing.common.ui.UiUtil
Resizes the given window so that if fits within the current screen bounds, if the window already fits then calling this method has no effect
setSmallDataset(boolean) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Specifies whether or not this entity should be regarded as based on a small dataset, which primarily means that combo box models can be based on this entity.
setSoftReference(boolean) - Method in interface org.jminor.framework.domain.property.ForeignKeyProperty.Builder
 
setSortComparator(Comparator<T>) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
Sets the Comparator used when sorting the items visible in this model and sorts the model accordingly.
setSortComparator(Comparator<T>) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Sets the Comparator used when sorting the items visible in this model and sorts the model accordingly.
setSortingDirective(C, SortingDirective, boolean) - Method in interface org.jminor.common.model.table.TableSortModel
 
setSortingDirective(C, SortingDirective, boolean) - Method in class org.jminor.swing.common.model.table.AbstractTableSortModel
setSortingDirective(String, SortingDirective, boolean) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
A convenience method for setting the sorting directive for the given property
setSortingEnabled(boolean) - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
 
setStaticData(boolean) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Specifies whether or not this entity should be regarded as based on a static dataset, that is, one that changes only infrequently.
setStaticData(boolean) - Method in interface org.jminor.framework.model.EntityComboBoxModel
Specifies whether or not this models data should be considered static, that is, only fetched once.
setStaticData(boolean) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
Specifies whether or not this models data should be considered static, that is, only fetched once.
setStrictForeignKeyFiltering(boolean) - Method in interface org.jminor.framework.model.EntityComboBoxModel
Specifies whether foreign key filtering should be strict or not.
setStrictForeignKeyFiltering(boolean) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
Specifies whether foreign key filtering should be strict or not.
setStringProvider(Entity.ToString) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
Sets the string provider, that is, the object responsible for providing toString values for this entity type
setSummary(ColumnSummaryModel.Summary) - Method in interface org.jminor.common.model.table.ColumnSummaryModel
 
setSummary(ColumnSummaryModel.Summary) - Method in class org.jminor.common.model.table.DefaultColumnSummaryModel
setSummaryPanelVisible(boolean) - Method in class org.jminor.swing.common.ui.table.FilteredTablePanel
Hides or shows the column summary panel for this EntityTablePanel
setTableConditionPanelVisible(boolean) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
setTableDoubleClickAction(Action) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
 
setTableModelClass(Class<? extends T>) - Method in interface org.jminor.framework.model.EntityModelProvider
Sets the table model class
setTableModelClass(Class<? extends SwingEntityTableModel>) - Method in class org.jminor.swing.framework.model.SwingEntityModelProvider
Sets the table model class
setTablePanelClass(Class<? extends EntityTablePanel>) - Method in class org.jminor.swing.framework.ui.EntityPanelProvider
 
setTablePopupMenu(JTable, ControlSet) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Adds a popup menu to table, null or an empty ControlSet mean no popup menu
setTemporal(Temporal) - Method in class org.jminor.swing.common.ui.TemporalInputPanel
Sets the date in the input field, clears the field if date is null.
setText(String) - Method in class org.jminor.swing.common.ui.textfield.NumberField.NumberDocument
 
setText(String) - Method in class org.jminor.swing.common.ui.TextInputPanel
 
setTimestamp(long) - Method in class org.jminor.common.db.pool.DefaultConnectionPoolStatistics
 
SETTINGS - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
setTooltipData(boolean) - Method in interface org.jminor.swing.framework.ui.EntityTableCellRenderer
 
setTooltipData(boolean) - Method in class org.jminor.swing.framework.ui.EntityTableCellRenderers.DefaultEntityTableCellRenderer
setToStringProvider(Entity.ToString) - Method in class org.jminor.framework.model.DefaultEntityLookupModel
Override the default toString() for lookup elements when displayed in a field based on this model
setToStringProvider(Entity.ToString) - Method in interface org.jminor.framework.model.EntityLookupModel
Override the default toString() for lookup elements when displayed in a field based on this model
setTransferFocusOnEnter() - Method in class org.jminor.swing.framework.ui.EntityLookupField
Activates the transferal of focus on ENTER
setUp() - Method in class org.jminor.framework.domain.test.EntityTestUnit
Sets up the database connection
setUpdatable(boolean) - Method in interface org.jminor.framework.domain.property.ColumnProperty.Builder
 
setUpdateAllowed(boolean) - Method in class org.jminor.framework.model.DefaultEntityEditModel
setUpdateAllowed(boolean) - Method in interface org.jminor.framework.model.EntityEditModel
 
setUpdateInterval(int) - Method in interface org.jminor.swing.common.tools.LoadTest
 
setUpdateInterval(int) - Method in class org.jminor.swing.common.tools.LoadTestModel
setUpdatingModel(boolean) - Method in class org.jminor.framework.model.DefaultForeignKeyConditionModel
 
setupEntityPanelProviders() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Called during initialization, after the application model has been initialized, override to keep all entity panel provider definitions in one place.
setUpperBound(Object) - Method in interface org.jminor.common.model.table.ColumnConditionModel
 
setUpperBound(Object) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
setUrlAppend(String) - Method in class org.jminor.common.db.AbstractDatabase
setUrlAppend(String) - Method in interface org.jminor.common.db.Database
 
setUseNumberFormatGrouping(boolean) - Method in interface org.jminor.framework.domain.property.Property.Builder
Specifies whether to use number grouping when presenting the value associated with this property.
setUser(User) - Method in class org.jminor.framework.db.AbstractEntityConnectionProvider
Disconnects the underlying connection if connected.
setUser(User) - Method in interface org.jminor.framework.db.EntityConnectionProvider
Disconnects the underlying connection if connected.
setUser(User) - Method in interface org.jminor.swing.common.tools.LoadTest
 
setUser(User) - Method in class org.jminor.swing.common.tools.LoadTestModel
setValidator(Entity.Validator) - Method in interface org.jminor.framework.domain.Entity.Definition.Builder
 
setValidBackgroundColor(Color) - Method in class org.jminor.javafx.framework.ui.EntityLookupField
 
setValidBackgroundColor(Color) - Method in class org.jminor.swing.framework.ui.EntityLookupField
 
setValue(Object) - Method in class org.jminor.swing.framework.ui.EntityTableCellRenderers.DefaultEntityTableCellRenderer
 
setValueAt(Object, int, int) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValueConverter(ValueConverter<?, ?>) - Method in interface org.jminor.framework.domain.property.ColumnProperty.Builder
Set a value converter, for converting to and from a sql representation of the value
setValuePersistent(String, boolean) - Method in class org.jminor.framework.model.DefaultEntityEditModel
setValuePersistent(String, boolean) - Method in interface org.jminor.framework.model.EntityEditModel
 
setVerticalFillerWidth(int) - Method in class org.jminor.swing.common.ui.table.AbstractTableColumnSyncPanel
Sets the width of the rightmost vertical filler
setWaitCursor(boolean, JComponent) - Static method in class org.jminor.swing.common.ui.UiUtil
Adds or subtracts a wait cursor request for the parent root pane of the given component, the wait cursor is activated once a request is made, but only deactivated once all such requests have been retracted.
setWarnAboutUnsavedData(boolean) - Method in class org.jminor.framework.model.DefaultEntityApplicationModel
setWarnAboutUnsavedData(boolean) - Method in class org.jminor.framework.model.DefaultEntityEditModel
setWarnAboutUnsavedData(boolean) - Method in interface org.jminor.framework.model.EntityApplicationModel
 
setWarnAboutUnsavedData(boolean) - Method in interface org.jminor.framework.model.EntityEditModel
 
setWarningTime(int) - Method in interface org.jminor.swing.common.tools.LoadTest
 
setWarningTime(int) - Method in class org.jminor.swing.common.tools.LoadTestModel
setWeight(T, int) - Method in class org.jminor.swing.common.tools.BoundedItemRandomizerModel
Sets the weight of the given item
setWeight(int) - Method in interface org.jminor.swing.common.tools.ItemRandomizer.RandomItem
 
setWeight(T, int) - Method in interface org.jminor.swing.common.tools.ItemRandomizer
Sets the weight of the given item
setWeight(T, int) - Method in class org.jminor.swing.common.tools.ItemRandomizerModel
Sets the weight of the given item
setWeight(String, int) - Method in interface org.jminor.swing.common.tools.LoadTest
Sets the random chooser weight for the given scenario
setWeight(String, int) - Method in class org.jminor.swing.common.tools.LoadTestModel
Sets the random chooser weight for the given scenario
setWildcard(String) - Method in class org.jminor.common.model.table.DefaultColumnConditionModel
 
setWildcard(String) - Method in class org.jminor.framework.model.DefaultEntityLookupModel
Sets the wildcard to use
setWildcard(String) - Method in interface org.jminor.framework.model.EntityLookupModel
Sets the wildcard to use
setZoom(double) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Sets the zoom level used to display the image.
setZoom(double, Point) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Sets the zoom level used to display the image, and the zooming center, around which zooming is done.
setZoomDevice(NavigableImagePanel.ZoomDevice) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Sets a new zoom device.
setZoomIncrement(double) - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel
Sets a new zoom increment value.
SHORT_DASH - Static variable in class org.jminor.common.DateFormats
dd-MM-yyyy
SHORT_DOT - Static variable in class org.jminor.common.DateFormats
dd.MM.yyyy
SHORT_TIME - Static variable in class org.jminor.common.DateFormats
HH:mm
SHORT_TIMESTAMP - Static variable in class org.jminor.common.DateFormats
dd-MM-yy HH:mm
SHOW - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SHOW_DETAIL_PANEL_CONTROLS - Static variable in class org.jminor.swing.framework.ui.EntityPanel
Specifies whether or not actions to hide detail panels or show them in a dialog are available to the user
Value type: Boolean
Default value: true
SHOW_STARTUP_DIALOG - Static variable in class org.jminor.swing.framework.ui.EntityApplicationPanel
Specifies whether a startup dialog should be shown
Value type: Boolean
Default value: true
SHOW_TOGGLE_EDIT_PANEL_CONTROL - Static variable in class org.jminor.swing.framework.ui.EntityPanel
Specifies whether or not a control for toggling the edit panel is available to the user
Value type: Boolean
Default value: true
showDependenciesDialog(Collection<Entity>, EntityConnectionProvider, JComponent) - Static method in class org.jminor.swing.framework.ui.EntityTablePanel
Displays a dialog with the entities depending on the given entities.
showDialog() - Method in class org.jminor.swing.common.ui.table.ColumnConditionPanel
Displays this panel in a dialog
showEntityMenu(Entity, JComponent, Point, EntityConnectionProvider) - Static method in class org.jminor.swing.framework.ui.EntityUiUtil
Displays a popup menu containing the values of the given entity
showEntityPanelDialog(EntityPanelProvider) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Shows a dialog containing the entity panel provided by the given panel provider
showEntityPanelDialog(EntityPanelProvider, boolean) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Shows a dialog containing the entity panel provided by the given panel provider
showExceptionDialog(Throwable) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Displays an exception dialog for the given exception
showExceptionDialog(Window, String, Throwable) - Static method in class org.jminor.swing.common.ui.UiUtil
Shows an exception dialog for the given throwable
showExceptionDialog(Window, String, String, Throwable) - Static method in class org.jminor.swing.common.ui.UiUtil
Shows an exception dialog for the given throwable
showExceptionDialog(Window, String, String, Throwable, boolean) - Static method in class org.jminor.swing.common.ui.UiUtil
Shows an exception dialog for the given throwable
showFrame() - Method in class org.jminor.swing.common.tools.ui.LoadTestPanel
Shows a frame containing this load test panel
showFrame() - Method in class org.jminor.swing.framework.server.monitor.ui.EntityServerMonitorPanel
 
showLoginDialog(String, User, ImageView) - Static method in class org.jminor.javafx.framework.ui.FXUiUtil
Displays a login dialog
showLoginPanel(User) - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
Displays a login panel
showLoginPanel(JComponent) - Method in class org.jminor.swing.common.ui.LoginPanel
Displays a LoginPanel
showLoginPanel(JComponent, String, ImageIcon) - Method in class org.jminor.swing.common.ui.LoginPanel
Displays a LoginPanel
shutdown() - Method in class org.jminor.common.remote.AbstractServer
Shuts down this server.
SHUTDOWN - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
 
shutdown() - Method in class org.jminor.framework.server.DefaultEntityConnectionServerAdmin
Shuts down the server
shutdown() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Shuts down the server
shutdown() - Method in class org.jminor.swing.framework.server.monitor.ClientUserMonitor
Shuts down this monitor
shutdown() - Method in class org.jminor.swing.framework.server.monitor.ConnectionPoolMonitor
Shuts down this pool monitor
shutdown() - Method in class org.jminor.swing.framework.server.monitor.DatabaseMonitor
Shuts down this database monitor
shutdown() - Method in class org.jminor.swing.framework.server.monitor.PoolMonitor
Shuts down this pool monitor
shutdown() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
Shuts down this server monitor
SHUTDOWN_EMBEDDED_DB_ON_DISCONNECT - Static variable in class org.jminor.framework.db.local.LocalEntityConnectionProvider
Specifies whether or not an embedded database is shut down when disconnected from
Value type: Boolean
Default value: false
shutdownEmbedded(Properties) - Method in class org.jminor.common.db.AbstractDatabase
This should shutdown the database in case it is an embedded one and if that is applicable, such as for Derby.
shutdownEmbedded(Properties) - Method in interface org.jminor.common.db.Database
This should shutdown the database in case it is an embedded one and if that is applicable, such as for Derby.
shutdownEmbedded(Properties) - Method in class org.jminor.dbms.derby.DerbyDatabase
This should shutdown the database in case it is an embedded one and if that is applicable, such as for Derby.
shutdownServer() - Method in class org.jminor.swing.framework.server.monitor.ServerMonitor
Shuts down the server
shutdownServer() - Method in class org.jminor.swing.framework.server.monitor.ui.ServerMonitorPanel
 
size() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
size() - Method in interface org.jminor.common.db.valuemap.ValueMap
 
size() - Method in class org.jminor.swing.common.ui.control.ControlSet
 
SizedDocument - Class in org.jminor.swing.common.ui.textfield
A Document implementation which allows for setting the max text length and automatic conversion to upper or lower case.
SizedDocument() - Constructor for class org.jminor.swing.common.ui.textfield.SizedDocument
Instantiates a new SizedDocument
SizedDocument.DocumentCase - Enum in org.jminor.swing.common.ui.textfield
Specifies possible case conversions for document text.
sort(List<R>) - Method in interface org.jminor.common.model.table.TableSortModel
Sorts the given list according to the sort configuration
sort(List<Property>) - Static method in class org.jminor.framework.domain.property.Properties
Sorts the given properties by caption, or if that is not available, property id, ignoring case
sort(List<R>) - Method in class org.jminor.swing.common.model.table.AbstractTableSortModel
Sorts the given list according to the sort configuration
sortContents() - Method in interface org.jminor.common.model.table.FilteredTableModel
Sorts the visible contents according to the TableSortModel, keeping the selection state intact
sortContents() - Method in class org.jminor.swing.common.model.table.AbstractFilteredTableModel
Sorts the visible contents according to the TableSortModel, keeping the selection state intact
SortingDirective - Enum in org.jminor.common.model.table
Specifies sorting directives.
SPLIT_PANE_DIVIDER_SIZE - Static variable in class org.jminor.swing.framework.ui.EntityPanel
Specifies the default size of the divider for detail panel split panes.
Value type: Integer
Default value: 18
SQLiteDatabase - Class in org.jminor.dbms.sqlite
A SQLite embedded database implementation, quite experimental, based on the xerial/sqlite-jdbc driver.
SQLiteDatabase() - Constructor for class org.jminor.dbms.sqlite.SQLiteDatabase
Instantiates a new embedded SQLiteDatabase, using Database.DATABASE_HOST for database file path.
SQLiteDatabase(String) - Constructor for class org.jminor.dbms.sqlite.SQLiteDatabase
Instantiates a new embedded SQLiteDatabase
SQLiteDatabaseProvider - Class in org.jminor.dbms.sqlite
Provides sqlite database implementations
SQLiteDatabaseProvider() - Constructor for class org.jminor.dbms.sqlite.SQLiteDatabaseProvider
 
SQLServerDatabase - Class in org.jminor.dbms.sqlserver
A Database implementation based on the SQL Server (2000 or higher) database.
SQLServerDatabase() - Constructor for class org.jminor.dbms.sqlserver.SQLServerDatabase
Instantiates a new SQLServerDatabase.
SQLServerDatabase(String, Integer, String) - Constructor for class org.jminor.dbms.sqlserver.SQLServerDatabase
Instantiates a new SQLServerDatabase.
SQLServerDatabaseProvider - Class in org.jminor.dbms.sqlserver
Provides sql server database implementations
SQLServerDatabaseProvider() - Constructor for class org.jminor.dbms.sqlserver.SQLServerDatabaseProvider
 
start() - Method in class org.jminor.common.TaskScheduler
Starts this TaskScheduler, if it is running it is restarted, using the initial delay specified during construction.
START - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
 
start(Stage) - Method in class org.jminor.javafx.framework.ui.EntityApplicationView
Starts this application
startApplication(String, String, boolean, Dimension) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Starts this application.
startApplication(String, String, boolean, Dimension, User) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Starts this application.
startApplication(String, String, boolean, Dimension, User, boolean) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Starts this application.
startApplication(String, String, boolean, Dimension, User, boolean, User) - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Starts this application.
startServer() - Method in class org.jminor.common.remote.http.HttpServer
Starts the server, returns when the server has completed the startup
startServer() - Method in interface org.jminor.common.remote.Server.AuxiliaryServer
Starts the server, returns when the server has completed the startup
startServer() - Static method in class org.jminor.framework.server.DefaultEntityConnectionServer
Starts the server
State - Interface in org.jminor.common
A class encapsulating a boolean state.
state() - Static method in class org.jminor.common.States
Instantiates a new 'false' State object.
state(boolean) - Static method in class org.jminor.common.States
Instantiates a new State object.
State.AggregateState - Interface in org.jminor.common
A state which behaves according to a set of states, either ANDing or ORing those together when determining its own state.
State.Group - Interface in org.jminor.common
A State.Group deactivates all other states when a state in the group is activated.
StateObserver - Interface in org.jminor.common
Specifies an observer for a State instance.
States - Class in org.jminor.common
A factory class for State objects.
stateValue(State) - Static method in class org.jminor.common.Values
Instantiates a boolean Value based on a State.
SteppedComboBox<V> - Class in org.jminor.swing.common.ui.combobox
A JComboBox which automatically sets the popup width according to the largest value in the combo box.
SteppedComboBox(ComboBoxModel<V>) - Constructor for class org.jminor.swing.common.ui.combobox.SteppedComboBox
Instantiates a new SteppedComboBox.
stop() - Method in class org.jminor.common.TaskScheduler
Stops this TaskScheduler, if it is not running calling this method has no effect.
STOP - Static variable in class org.jminor.framework.server.DefaultEntityConnectionServer
 
stopServer() - Method in class org.jminor.common.remote.http.HttpServer
Stops the server, returns when the server has completed shutdown
stopServer() - Method in interface org.jminor.common.remote.Server.AuxiliaryServer
Stops the server, returns when the server has completed shutdown
stopServer() - Method in class org.jminor.framework.servlet.EntityServletServer
Stops the server, returns when the server has completed shutdown
STRICT_FOREIGN_KEYS - Static variable in interface org.jminor.framework.domain.Entity.Definition
Specifies that it should not be possible to define foreign keys referencing entities that have not been defined, this can be disabled in case of entities with circular references
Value type: Boolean
Default value: true
stringPropertyValue(StringProperty) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 
StringProvider() - Constructor for class org.jminor.framework.domain.Domain.StringProvider
Instantiates a new Domain.StringProvider instance
StringProvider(String) - Constructor for class org.jminor.framework.domain.Domain.StringProvider
Instantiates a new Domain.StringProvider instance
stringValue(String, String) - Static method in class org.jminor.common.Configuration
Creates a string configuration value
StringValue<V> - Interface in org.jminor.javafx.framework.ui.values
A Value based on a String
subqueryProperty(String, int, String, String) - Static method in class org.jminor.framework.domain.property.Properties
 
subqueryProperty(String, int, String, String, int) - Static method in class org.jminor.framework.domain.property.Properties
 
SubqueryProperty - Interface in org.jminor.framework.domain.property
A property based on a subquery, returning a single value
SUPPORT_TABLES - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SUPPORT_TABLES_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
supportsIsValid() - Method in class org.jminor.common.db.AbstractDatabase
supportsIsValid() - Method in interface org.jminor.common.db.Database
 
supportsIsValid() - Method in class org.jminor.dbms.oracle.OracleDatabase
 
supportsIsValid() - Method in class org.jminor.dbms.postgresql.PostgreSQLDatabase
 
supportsNowait() - Method in class org.jminor.common.db.AbstractDatabase
Returns true if the dbms supports the select for update NOWAIT option
supportsNowait() - Method in interface org.jminor.common.db.Database
Returns true if the dbms supports the select for update NOWAIT option
supportsNowait() - Method in class org.jminor.dbms.derby.DerbyDatabase
Returns true if the dbms supports the select for update NOWAIT option
supportsNowait() - Method in class org.jminor.dbms.mysql.MySQLDatabase
Returns true if the dbms supports the select for update NOWAIT option
supportsNowait() - Method in class org.jminor.dbms.sqlite.SQLiteDatabase
Returns true if the dbms supports the select for update NOWAIT option
supportsNowait() - Method in class org.jminor.dbms.sqlserver.SQLServerDatabase
Returns true if the dbms supports the select for update NOWAIT option
supportsSelectForUpdate() - Method in class org.jminor.common.db.AbstractDatabase
supportsSelectForUpdate() - Method in interface org.jminor.common.db.Database
 
supportsSelectForUpdate() - Method in class org.jminor.dbms.sqlserver.SQLServerDatabase
SwingEntityApplicationModel - Class in org.jminor.swing.framework.model
A Swing implementation of EntityApplicationModel
SwingEntityApplicationModel(EntityConnectionProvider) - Constructor for class org.jminor.swing.framework.model.SwingEntityApplicationModel
Instantiates a new SwingEntityApplicationModel
SwingEntityComboBoxModel - Class in org.jminor.swing.framework.model
A ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.
SwingEntityComboBoxModel(String, EntityConnectionProvider) - Constructor for class org.jminor.swing.framework.model.SwingEntityComboBoxModel
 
SwingEntityEditModel - Class in org.jminor.swing.framework.model
A Swing implementation of EntityEditModel.
SwingEntityEditModel(String, EntityConnectionProvider) - Constructor for class org.jminor.swing.framework.model.SwingEntityEditModel
Instantiates a new SwingEntityEditModel based on the entity identified by entityId.
SwingEntityEditModel(String, EntityConnectionProvider, Entity.Validator) - Constructor for class org.jminor.swing.framework.model.SwingEntityEditModel
Instantiates a new SwingEntityEditModel based on the entity identified by entityId.
SwingEntityModel - Class in org.jminor.swing.framework.model
A Swing implementation of EntityModel
SwingEntityModel(String, EntityConnectionProvider) - Constructor for class org.jminor.swing.framework.model.SwingEntityModel
Instantiates a new SwingEntityModel with default EntityEditModel and EntityTableModel implementations.
SwingEntityModel(SwingEntityEditModel) - Constructor for class org.jminor.swing.framework.model.SwingEntityModel
Instantiates a new SwingEntityModel, including a SwingEntityTableModel
SwingEntityModel(SwingEntityTableModel) - Constructor for class org.jminor.swing.framework.model.SwingEntityModel
Instantiates a new SwingEntityModel, including a default SwingEntityEditModel
SwingEntityModel(SwingEntityEditModel, SwingEntityTableModel) - Constructor for class org.jminor.swing.framework.model.SwingEntityModel
Instantiates a new SwingEntityModel
SwingEntityModelProvider - Class in org.jminor.swing.framework.model
A default Swing based EntityModelProvider implementation.
SwingEntityModelProvider(String) - Constructor for class org.jminor.swing.framework.model.SwingEntityModelProvider
Instantiates a new SwingeEntityModelProvider based on the given entity ID
SwingEntityModelProvider(String, Class<? extends SwingEntityModel>) - Constructor for class org.jminor.swing.framework.model.SwingEntityModelProvider
Instantiates a new SwingEntityModelProvider based on the given entity ID
SwingEntityTableModel - Class in org.jminor.swing.framework.model
A TableModel implementation for displaying and working with entities.
SwingEntityTableModel(String, EntityConnectionProvider) - Constructor for class org.jminor.swing.framework.model.SwingEntityTableModel
Instantiates a new DefaultEntityTableModel with default column and condition models.
SwingEntityTableModel(String, EntityConnectionProvider, TableSortModel<Entity, Property, TableColumn>, EntityTableConditionModel) - Constructor for class org.jminor.swing.framework.model.SwingEntityTableModel
Instantiates a new DefaultEntityTableModel.
SwingEntityTableModel.DefaultEntityTableSortModel - Class in org.jminor.swing.framework.model
A default sort model implementation based on Entity
SwingFilteredComboBoxModel<T> - Class in org.jminor.swing.common.model.combobox
A default FilteredComboBoxModel implementation.
SwingFilteredComboBoxModel() - Constructor for class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Instantiates a new SwingFilteredComboBoxModel, without a nullValueString.
SwingFilteredComboBoxModel(T) - Constructor for class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Instantiates a new SwingFilteredComboBoxModel, without a nullValueString.
SwingFilteredComboBoxModel(T, Comparator<T>) - Constructor for class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
Instantiates a new SwingFilteredComboBoxModel with the given nullValueString.
SwingFilteredTableColumnModel<C> - Class in org.jminor.swing.common.model.table
A TableColumnModel handling hidden columns
SwingFilteredTableColumnModel(List<TableColumn>, Collection<? extends ColumnConditionModel<C>>) - Constructor for class org.jminor.swing.common.model.table.SwingFilteredTableColumnModel
Instantiates a new SwingFilteredTableColumnModel, note that the TableColumnModel this model is to be based on must contain all the columns when this constructor is called
SwingForeignKeyConditionModel - Class in org.jminor.swing.framework.model
SwingForeignKeyConditionModel(ForeignKeyProperty, EntityComboBoxModel) - Constructor for class org.jminor.swing.framework.model.SwingForeignKeyConditionModel
Constructs a SwingForeignKeyConditionModel instance
SwingMessages - Class in org.jminor.swing.common.ui
Handles i18n for Swing components
SwingPropertyComboBoxModel<T> - Class in org.jminor.swing.framework.model
A combo box model based on a single entity property.
SwingPropertyComboBoxModel(String, EntityConnectionProvider, ColumnProperty, T) - Constructor for class org.jminor.swing.framework.model.SwingPropertyComboBoxModel
 
SwingPropertyComboBoxModel(ValueCollectionProvider<T>, T) - Constructor for class org.jminor.swing.framework.model.SwingPropertyComboBoxModel
 
SwingPropertyConditionModelProvider - Class in org.jminor.swing.framework.model
A Swing PropertyConditionModelProvider implementation using ComboBoxModel for foreign key properties with small datasets
SwingPropertyConditionModelProvider() - Constructor for class org.jminor.swing.framework.model.SwingPropertyConditionModelProvider
 
SwingTableSelectionModel<R> - Class in org.jminor.swing.common.model.table
A default table selection model implementation
SwingTableSelectionModel(FilteredTableModel<R, ?, ?>) - Constructor for class org.jminor.swing.common.model.table.SwingTableSelectionModel
Instantiates a new SwingTableSelectionModel

T

TAB_PLACEMENT - Static variable in class org.jminor.swing.framework.ui.EntityApplicationPanel
Specifies the tab placement
Value type: Integer (JTabbedPane.TOP, JTabbedPane.BOTTOM, JTabbedPane.LEFT, JTabbedPane.RIGHT)
Default value: JTabbedPane.TOP
Table(String, String) - Constructor for class org.jminor.swing.framework.tools.EntityGeneratorModel.Table
 
TABLE_AUTO_RESIZE_MODE - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
Specifies the default table column resize mode for tables in the application
Value type: Integer (JTable.AUTO_RESIZE_*)
Default value: JTable.AUTO_RESIZE_OFF
TABLE_CONDITION_PANEL_VISIBLE - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
Specifies whether the table condition panels should be visible or not by default
Value type: Boolean
Default value: false
TableSelectionProvider(EntityLookupModel) - Constructor for class org.jminor.swing.framework.ui.EntityLookupField.TableSelectionProvider
 
TableSortModel<R,C,T> - Interface in org.jminor.common.model.table
Handles the column sorting states for table models
TableSortModel.SortingState - Interface in org.jminor.common.model.table
Specifies a sorting state for a column.
TaskScheduler - Class in org.jminor.common
A task scheduler based on a ScheduledExecutorService, scheduled at a fixed rate, using a daemon thread by default.
TaskScheduler(Runnable, int, TimeUnit) - Constructor for class org.jminor.common.TaskScheduler
Instantiates a new TaskScheduler instance, with no initial delay and a daemon thread
TaskScheduler(Runnable, int, int, TimeUnit) - Constructor for class org.jminor.common.TaskScheduler
Instantiates a new TaskScheduler instance with a daemon thread.
TaskScheduler(Runnable, int, int, TimeUnit, ThreadFactory) - Constructor for class org.jminor.common.TaskScheduler
Instantiates a new TaskScheduler instance.
tearDown() - Method in class org.jminor.framework.domain.test.EntityTestUnit
Tears down the database connection
TemporalInputPanel<T extends java.time.temporal.Temporal> - Class in org.jminor.swing.common.ui
A panel for Temporal input
TemporalInputPanel(JFormattedTextField, String, DateFormats.DateParser<T>, StateObserver) - Constructor for class org.jminor.swing.common.ui.TemporalInputPanel
Instantiates a new TemporalInputPanel.
TemporalInputProvider<T extends java.time.temporal.Temporal> - Class in org.jminor.swing.common.ui.input
A InputProvider for Temporal value input
TemporalInputProvider(TemporalInputPanel<T>) - Constructor for class org.jminor.swing.common.ui.input.TemporalInputProvider
Instantiates a new InputProvider for Temporal values.
testEntity(String) - Method in class org.jminor.framework.domain.test.EntityTestUnit
Runs the insert/update/select/delete tests for the given entityId
testInitializePanel() - Method in class org.jminor.swing.framework.ui.test.EntityApplicationPanelTestUnit
Instantiates the panel and initializes it
testInitializePanel() - Method in class org.jminor.swing.framework.ui.test.EntityEditPanelTestUnit
Initializes the edit panel and calls EntityEditPanel.createControlPanel(boolean)
TextFieldHint - Class in org.jminor.swing.common.ui.textfield
Implements a hint text for text fields, that is, text that is shown when the field contains no data, is empty and unfocused.
TextInputPanel - Class in org.jminor.swing.common.ui
A panel that includes a JTextField in a BorderLayout.CENTER position and a button in BorderLayout.EAST which opens a JTextArea for editing long strings.
TextInputPanel(JTextField, String) - Constructor for class org.jminor.swing.common.ui.TextInputPanel
Instantiates a new TextInputPanel.
TextInputPanel(JTextField, String, Dimension) - Constructor for class org.jminor.swing.common.ui.TextInputPanel
Instantiates a new TextInputPanel.
TextInputPanel(JTextField, String, Dimension, boolean) - Constructor for class org.jminor.swing.common.ui.TextInputPanel
Instantiates a new TextInputPanel.
TextInputProvider - Class in org.jminor.swing.common.ui.input
A InputProvider implementation for String values.
TextInputProvider(String, ValueCollectionProvider, String, int) - Constructor for class org.jminor.swing.common.ui.input.TextInputProvider
Instantiates a new TextInputProvider.
TextInputProvider(JTextField, String) - Constructor for class org.jminor.swing.common.ui.input.TextInputProvider
Instantiates a new TextInputProvider.
TextUtil - Class in org.jminor.common
A utility class for working with text, such as sorting a reading from files
TextUtil.Alignment - Enum in org.jminor.common
Left or right alignment
textValue(JTextComponent) - Static method in class org.jminor.swing.common.ui.UiValues
 
textValue(JTextComponent, Format) - Static method in class org.jminor.swing.common.ui.UiValues
 
textValue(JTextComponent, Format, boolean) - Static method in class org.jminor.swing.common.ui.UiValues
 
textValueLink(JTextComponent, Value<String>) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
textValueLink(JTextComponent, Value<String>, Format, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
TIME_FORMAT - Static variable in interface org.jminor.framework.domain.property.Property
The date format pattern to use when showing time values in tables and when creating default time input fields
Value type: String
Default value: HH:mm
timePropertyValue(StringProperty, DateTimeFormatter) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 
TIMESTAMP - Static variable in class org.jminor.common.DateFormats
dd-MM-yyyy HH:mm
TIMESTAMP_FORMAT - Static variable in interface org.jminor.framework.domain.property.Property
The date format pattern to use when showing timestamp values in tables and when creating default timestamp input fields
Value type: String
Default value: dd-MM-yyyy HH:mm
timestampPropertyValue(StringProperty, DateTimeFormatter) - Static method in class org.jminor.javafx.framework.ui.values.PropertyValues
 
toBean(Entity) - Method in class org.jminor.framework.domain.Domain
Transforms the given entity into a bean according to the information found in this Domain model
toBeans(List<Entity>) - Method in class org.jminor.framework.domain.Domain
Transforms the given entities into beans according to the information found in this Domain model
toColumnValue(T) - Method in interface org.jminor.common.db.ValueConverter
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
toColumnValue(Object) - Method in interface org.jminor.framework.domain.property.ColumnProperty
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 represented by a non-boolean data type in the underlying database
TOGGLE_CONDITION_PANEL - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
TOGGLE_SUMMARY_PANEL - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
toggleConditionPanel() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Toggles the condition panel through the states hidden, visible and in case it is a EntityTableConditionPanel, advanced
toggleControl(Object, String, String) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a toggle control based on the boolean property beanPropertyName in the owner object
toggleControl(Object, String, String, EventObserver<Boolean>) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a toggle control based on the boolean property beanPropertyName in the owner object
toggleControl(Object, String, String, EventObserver<Boolean>, StateObserver) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a toggle control based on the boolean property beanPropertyName in the owner object
toggleControl(Object, String, String, EventObserver<Boolean>, StateObserver, boolean) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a toggle control based on the boolean property beanPropertyName in the owner object
toggleControl(State) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a ToggleControl based on the given State
toggleControl(State, String) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a ToggleControl based on the given State
toggleControl(State, String, StateObserver) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a ToggleControl based on the given State
toggleControl(State, String, StateObserver, Icon) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a ToggleControl based on the given State
toggleControl(Value<Boolean>) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a ToggleControl based on the given boolean Value.
toggleControl(Value<Boolean>, String) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a ToggleControl based on the given boolean Value If the value is nullable then a TristateButtonModel is used.
toggleControl(Value<Boolean>, String, StateObserver) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a ToggleControl based on the given boolean Value If the value is nullable then a TristateButtonModel is used.
toggleControl(Value<Boolean>, String, StateObserver, Icon) - Static method in class org.jminor.swing.common.ui.control.Controls
Creates a ToggleControl based on the given boolean Value If the value is nullable then a TristateButtonModel is used.
toggleDetailPanelState() - Method in class org.jminor.swing.framework.ui.EntityPanel
Toggles the detail panel state between DIALOG, HIDDEN and EMBEDDED
toggleEditPanelState() - Method in class org.jminor.swing.framework.ui.EntityPanel
Toggles the edit panel state between DIALOG, HIDDEN and EMBEDDED
toggleValueLink(Object, String, EventObserver<Boolean>) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
toggleValueLink(Object, String, EventObserver<Boolean>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
toggleValueLink(ButtonModel, Object, String, EventObserver<Boolean>) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
toggleValueLink(ButtonModel, Object, String, EventObserver<Boolean>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
toggleValueLink(ButtonModel, Value<Boolean>, boolean) - Static method in class org.jminor.swing.common.ui.ValueLinks
 
TomcatConnectionPoolProvider - Class in org.jminor.plugin.tomcat.pool
A Tomcat connection pool based ConnectionPoolProvider implementation
TomcatConnectionPoolProvider() - Constructor for class org.jminor.plugin.tomcat.pool.TomcatConnectionPoolProvider
 
TOOLBAR_BUTTONS - Static variable in class org.jminor.swing.framework.ui.EntityPanel
Specifies whether the action buttons (Save, update, delete, clear, refresh) should be on a toolbar
Value type: Boolean
Default value: false
toPoint() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel.Coordinates
 
toString() - Method in class org.jminor.common.Item
 
toString(Object) - Method in interface org.jminor.common.MethodLogger.ArgumentStringProvider
 
toString(Object[]) - Method in interface org.jminor.common.MethodLogger.ArgumentStringProvider
 
toString(Object) - Method in class org.jminor.common.MethodLogger.DefaultArgumentStringProvider
toString(Object[]) - Method in class org.jminor.common.MethodLogger.DefaultArgumentStringProvider
toString() - Method in class org.jminor.common.MethodLogger.Entry
toString(int) - Method in class org.jminor.common.MethodLogger.Entry
Returns a string representation of this log entry.
toString() - Method in class org.jminor.common.User
toString() - Method in class org.jminor.common.Version
toString(Entity) - Method in class org.jminor.framework.domain.Domain.StringProvider
Returns a string representation of the given entity
toString(Entity) - Method in interface org.jminor.framework.domain.Entity.Definition
 
toString(Entity) - Method in interface org.jminor.framework.domain.Entity.ToString
Returns a string representation of the given entity
toString() - Method in class org.jminor.framework.model.DefaultEntityEditModel
toString() - Method in class org.jminor.framework.model.DefaultEntityModel
 
toString() - Method in class org.jminor.framework.model.DefaultForeignKeyConditionModel
Returns a String representing the state of this condition model.
toString() - Method in class org.jminor.framework.model.DefaultPropertyConditionModel
Returns a String representing the state of this condition model.
toString() - Method in interface org.jminor.framework.model.PropertyConditionModel
Returns a String representing the state of this condition model.
toString() - Method in class org.jminor.javafx.framework.model.FXEntityListModel.PropertyTableColumn
toString() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel.Coordinates
 
toString() - Method in class org.jminor.plugin.imagepanel.NavigableImagePanel.ZoomDevice
 
toString() - Method in class org.jminor.plugin.jasperreports.model.JasperReportsWrapper
toString() - Method in class org.jminor.swing.common.tools.LoadTestModel.AbstractUsageScenario
 
toString() - Method in class org.jminor.swing.common.ui.control.Control
toString() - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
toString() - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
toString() - Method in class org.jminor.swing.framework.server.monitor.ClientInstanceMonitor
 
toString() - Method in class org.jminor.swing.framework.server.monitor.ClientMonitor
 
toString() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
toString() - Method in class org.jminor.swing.framework.ui.EntityPanel
toString() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
TRANSFER_FOCUS_ON_ENTER - Static variable in class org.jminor.swing.framework.ui.EntityEditPanel
Specifies whether focus should be transferred from components on enter, this does not work for editable combo boxes, combo boxes with the maximum match functionality enabled or text areas
Value type: Boolean
Default value: true
TransferFocusAction(JComponent) - Constructor for class org.jminor.swing.common.ui.UiUtil.TransferFocusAction
 
TransferFocusAction(JComponent, boolean) - Constructor for class org.jminor.swing.common.ui.UiUtil.TransferFocusAction
 
transferFocusOnEnter(T) - Static method in class org.jminor.swing.common.ui.UiUtil
Adds a key event to the component which transfers focus on enter, and backwards if shift is down
transientProperty(String, int) - Static method in class org.jminor.framework.domain.property.Properties
 
transientProperty(String, int, String) - Static method in class org.jminor.framework.domain.property.Properties
 
TransientProperty - Interface in org.jminor.framework.domain.property
A property that does not map to an underlying database column.
TransientProperty.Builder - Interface in org.jminor.framework.domain.property
Builds a TransientProperty instance
translateSelectionItem(Object) - Method in class org.jminor.swing.common.model.combobox.ItemComboBoxModel
 
translateSelectionItem(Object) - Method in class org.jminor.swing.common.model.combobox.SwingFilteredComboBoxModel
 
translateSelectionItem(Object) - Method in class org.jminor.swing.framework.model.SwingEntityComboBoxModel
TristateButtonModel - Class in org.jminor.swing.common.model.checkbox
A ToggleButtonModel implementation which includes an undetermined state.
TristateButtonModel(TristateState) - Constructor for class org.jminor.swing.common.model.checkbox.TristateButtonModel
 
TristateButtonModel() - Constructor for class org.jminor.swing.common.model.checkbox.TristateButtonModel
 
TristateCheckBox - Class in org.jminor.swing.common.ui.checkbox
A check box implementation based on the TristateButtonModel http://www.javaspecialists.eu/archive/Issue145.html
TristateCheckBox(String) - Constructor for class org.jminor.swing.common.ui.checkbox.TristateCheckBox
Instantiates a new TristateCheckBox.
TristateCheckBox(String, Icon, TristateState) - Constructor for class org.jminor.swing.common.ui.checkbox.TristateCheckBox
Instantiates a new TristateCheckBox.
TristateState - Enum in org.jminor.swing.common.model.checkbox
http://www.javaspecialists.eu/archive/Issue145.html
TRUSTSTORE - Static variable in interface org.jminor.common.remote.Server
The rmi ssl truststore to use
Value type: String Default value: null
TRUSTSTORE_PASSWORD - Static variable in interface org.jminor.common.remote.Server
The rmi ssl truststore password to use
Value type: String Default value: null

U

UiUtil - Class in org.jminor.swing.common.ui
A static utility class.
UiUtil.DisposeWindowAction - Class in org.jminor.swing.common.ui
An action which disposes a given window when performed
UiUtil.TransferFocusAction - Class in org.jminor.swing.common.ui
An action which transfers focus either forward or backward for a given component
UiValues - Class in org.jminor.swing.common.ui
A factory class for Value instances based on UI components
UniqueConstraintException - Exception in org.jminor.common.db.exception
An exception indication a unique constraint failure
UniqueConstraintException(SQLException, String) - Constructor for exception org.jminor.common.db.exception.UniqueConstraintException
 
UNSAVED_DATA_WARNING - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
UNSAVED_DATA_WARNING_TITLE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
update(List<Entity>) - Method in interface org.jminor.framework.db.EntityConnection
Updates the given entities according to their properties.
update(List<Entity>) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Updates the given entities according to their properties.
UPDATE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
update() - Method in class org.jminor.framework.model.DefaultEntityEditModel
Performs a update on the active entity
update(List<Entity>) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Updates the given entities.
update() - Method in interface org.jminor.framework.model.EntityEditModel
Performs a update on the active entity
update(List<Entity>) - Method in interface org.jminor.framework.model.EntityEditModel
Updates the given entities.
update(List<Entity>) - Method in interface org.jminor.framework.model.EntityTableModel
Updates the given entities.
update(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Updates the given entities
update(List<Entity>) - Method in class org.jminor.javafx.framework.model.FXEntityListModel
Updates the given entities.
update(List<Entity>) - Method in class org.jminor.swing.framework.model.SwingEntityTableModel
Updates the given entities.
update() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Performs an update on the active entity
update(boolean) - Method in class org.jminor.swing.framework.ui.EntityEditPanel
Performs an update on the active entity
UPDATE_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
UPDATE_OR_INSERT - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
UPDATE_OR_INSERT_TITLE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
UPDATE_SELECTED - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
UPDATE_SELECTED - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
UPDATE_SELECTED_RECORD - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
UPDATE_SELECTED_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
UPDATE_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
UpdateException - Exception in org.jminor.common.db.exception
An exception indicating a failed update operation
UpdateException(String) - Constructor for exception org.jminor.common.db.exception.UpdateException
Instantiates a new UpdateException
updateSelectedEntities(Property) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Retrieves a new property value via input dialog and performs an update on the selected entities
updateStatistics() - Method in class org.jminor.swing.framework.server.monitor.DatabaseMonitor
Updates the database usage statistics
updateView() - Method in class org.jminor.swing.framework.server.monitor.ui.ClientInstanceMonitorPanel
 
USE_CLIENT_PREFERENCES - Static variable in interface org.jminor.framework.model.EntityModel
Specifies whether or not the client should save and apply user preferences
Value type: Boolean
Default value: true if required JSON library is found on classpath, false otherwise
USE_FOCUS_ACTIVATION - Static variable in class org.jminor.swing.framework.ui.EntityPanel
Indicates whether entity panels should be activated when the panel receives focus
Value type: Boolean
Default value: true
USE_KEYBOARD_NAVIGATION - Static variable in class org.jminor.swing.framework.ui.EntityPanel
Indicates whether keyboard navigation will be enabled
Value type: Boolean
Default value: true
USE_OPTIMISTIC_LOCKING - Static variable in interface org.jminor.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
USE_SAVE_CONTROL - Static variable in class org.jminor.swing.framework.ui.EntityEditPanel
Specifies whether edit panels should include a SAVE button (insert or update, depending on selection) or just a INSERT button
Value type: Boolean
Default value: true
User - Class in org.jminor.common
A class encapsulating a username and password.
User(String, char[]) - Constructor for class org.jminor.common.User
Instantiates a new User.
USER_PROPERTY - Static variable in interface org.jminor.common.db.Database
The constant used to denote the username value in the connection properties
USERNAME - Static variable in class org.jminor.common.i18n.Messages
 
USERNAME_PREFIX - Static variable in interface org.jminor.framework.model.EntityApplicationModel
Specifies a string to prepend to the username field in the login dialog
Value type: String
Default value: [empty string]
Util - Class in org.jminor.common
Misc.
Util.MapKeyProvider<K,V> - Interface in org.jminor.common
Provides objects of type K, derived from a value of type V, for hashing said value via .hashCode().
Util.PropertyWriter - Interface in org.jminor.common
Writes a property value

V

validate(V) - Method in class org.jminor.common.db.valuemap.DefaultValueMap.DefaultValidator
Checks if the values in the given value map are valid
validate(V, K) - Method in class org.jminor.common.db.valuemap.DefaultValueMap.DefaultValidator
Checks if the value associated with the give key is valid, throws a ValidationException if not
validate(V) - Method in interface org.jminor.common.db.valuemap.ValueMap.Validator
Checks if the values in the given value map are valid
validate(V, K) - Method in interface org.jminor.common.db.valuemap.ValueMap.Validator
Checks if the value associated with the give key is valid, throws a ValidationException if not
validate(K) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
Checks if the value associated with the given key is valid, throws a ValidationException if not
validate() - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
Validates the current state of the ValueMap
validate(ValueMap<K, V>) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
Validates the current state of the given ValueMap
validate(Collection<? extends ValueMap<K, V>>) - Method in class org.jminor.common.model.valuemap.DefaultValueMapEditModel
Validates the given ValueMaps
validate(K) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
Checks if the value associated with the given key is valid, throws a ValidationException if not
validate() - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
Validates the current state of the ValueMap
validate(ValueMap<K, V>) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
Validates the current state of the given ValueMap
validate(Collection<? extends ValueMap<K, V>>) - Method in interface org.jminor.common.model.valuemap.ValueMapEditModel
Validates the given ValueMaps
validate(ConnectionRequest) - Method in interface org.jminor.common.remote.ConnectionValidator
Validates the given connection, throwing an exception in case the validation fails
validate(Collection<Entity>) - Method in class org.jminor.framework.domain.Domain.Validator
Validates all writable properties in the given entities
validate(Entity) - Method in class org.jminor.framework.domain.Domain.Validator
Validates all writable properties in the given entity
validate(Entity, Property) - Method in class org.jminor.framework.domain.Domain.Validator
Checks if the value associated with the give key is valid, throws a ValidationException if not
validate(Collection<Entity>) - Method in interface org.jminor.framework.domain.Entity.Validator
Validates the given Entity objects.
validateData() - Method in class org.jminor.javafx.framework.ui.EntityEditView
for overriding, called before insert/update
validateData() - Method in class org.jminor.swing.framework.ui.EntityEditPanel
for overriding, called before insert/update
validateType(Object) - Method in interface org.jminor.framework.domain.property.Property
 
validateUserCredentials(User, User) - Static method in class org.jminor.common.remote.AbstractServer
Validates the given user credentials
ValidationDocumentFilter - Class in org.jminor.swing.common.ui.textfield
Base class for simple text field validation
ValidationDocumentFilter() - Constructor for class org.jminor.swing.common.ui.textfield.ValidationDocumentFilter
 
ValidationException - Exception in org.jminor.common.db.valuemap.exception
An exception used to indicate that an invalid value is being associated with a key.
ValidationException(String) - Constructor for exception org.jminor.common.db.valuemap.exception.ValidationException
Instantiates a new ValidationException.
ValidationException(Object, Object, String) - Constructor for exception org.jminor.common.db.valuemap.exception.ValidationException
Instantiates a new ValidationException.
Validator() - Constructor for class org.jminor.framework.domain.Domain.Validator
Instantiates a new Entity.Validator
Validator(boolean) - Constructor for class org.jminor.framework.domain.Domain.Validator
Instantiates a new Entity.Validator
value(String, T, Function<String, T>) - Static method in class org.jminor.common.Configuration
Creates a configuration value
Value<V> - Interface in org.jminor.common
A wrapper class for setting and getting a value
value() - Static method in class org.jminor.common.Values
Instantiates a new Value instance wrapping a null initial value
value(V) - Static method in class org.jminor.common.Values
Instantiates a new Value
value(V, V) - Static method in class org.jminor.common.Values
Instantiates a new Value
value(String) - Method in class org.jminor.framework.model.DefaultEntityEditModel
Instantiates a new Value based on the value identified by propertyId in this edit model
value(String) - Method in interface org.jminor.framework.model.EntityEditModel
Instantiates a new Value based on the value identified by propertyId in this edit model
VALUE_SEPARATOR - Static variable in class org.jminor.common.PropertyStore
The separator used to separate multiple values.
ValueChange<K,V> - Interface in org.jminor.common.db.valuemap
Represents a change in a ValueMap value
valueChange(K, V, V, boolean) - Static method in class org.jminor.common.db.valuemap.ValueChanges
Returns a new ValueChange instance
ValueChanges - Class in org.jminor.common.db.valuemap
Factory class for ValueChange instances
ValueCollectionProvider<V> - Interface in org.jminor.common.db.valuemap
Specifies an object that provides a Collection of values.
ValueConverter<T,C> - Interface in org.jminor.common.db
Converts to and from SQL values, such as integers being used to represent booleans in a database.
ValueFetcher<T> - Interface in org.jminor.common.db
Fetches a single value from a result set.
ValueLinks - Class in org.jminor.swing.common.ui
A factory class for binding values to UI components
ValueLinkValidators - Class in org.jminor.swing.common.ui.valuemap
A factory class for adding validators to components.
ValueListInputProvider<T> - Class in org.jminor.swing.common.ui.input
A InputProvider implementation based on a list of Items
ValueListInputProvider(T, List<Item<T>>) - Constructor for class org.jminor.swing.common.ui.input.ValueListInputProvider
Instantiates a new ValueListInputProvider.
valueListProperty(String, int, String, List<Item>) - Static method in class org.jminor.framework.domain.property.Properties
 
ValueListProperty - Interface in org.jminor.framework.domain.property
A property based on a list of values, each with a displayable caption.
ValueMap<K,V> - Interface in org.jminor.common.db.valuemap
An interface describing an object mapping values to keys, null values are allowed.
ValueMap.Validator<K,V extends ValueMap<K,?>> - Interface in org.jminor.common.db.valuemap
A validator for ValueMaps
ValueMapEditModel<K,V> - Interface in org.jminor.common.model.valuemap
Specifies an object which facilitates the editing of values in a ValueMap
ValueObserver<V> - Interface in org.jminor.common
A read only value observer
valueObserver(Value<V>) - Static method in class org.jminor.common.Values
Instantiates a new ValueObserver for the given value.
valueOf(String) - Static method in enum org.jminor.common.Conjunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.Dates.Quarter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.db.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.db.ConditionType.Values
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.db.Database.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.model.table.ColumnConditionModel.AutomaticWildcard
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.model.table.ColumnSummary
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.model.table.SortingDirective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.TextUtil.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.framework.domain.Entity.KeyGenerator.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.framework.domain.property.AuditProperty.AuditAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.framework.model.EntityTableModel.InsertAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.javafx.framework.ui.EntityView.PanelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.swing.common.model.checkbox.TristateState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.swing.common.ui.textfield.SizedDocument.DocumentCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.swing.framework.ui.EntityEditPanel.ConfirmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.swing.framework.ui.EntityEditPanel.ControlCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.swing.framework.ui.EntityPanel.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.swing.framework.ui.EntityPanel.PanelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.swing.framework.ui.EntityTablePanel.ReferentialIntegrityErrorHandling
Returns the enum constant of this type with the specified name.
ValueProvider<K,V> - Interface in org.jminor.common.db.valuemap
Provides values mapped to keys.
values() - Static method in enum org.jminor.common.Conjunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.common.Dates.Quarter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.common.db.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.common.db.ConditionType.Values
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.common.db.Database.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jminor.common.db.valuemap.DefaultValueMap
Retrieves the values associated with this value provider.
values() - Method in interface org.jminor.common.db.valuemap.ValueCollectionProvider
Retrieves the values associated with this value provider.
values() - Static method in enum org.jminor.common.model.table.ColumnConditionModel.AutomaticWildcard
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.common.model.table.ColumnSummary
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.common.model.table.SortingDirective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.common.TextUtil.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Class in org.jminor.common
A factory class for Value objects
values() - Static method in enum org.jminor.framework.domain.Entity.KeyGenerator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.framework.domain.property.AuditProperty.AuditAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.framework.model.EntityTableModel.InsertAction
Returns an array containing the constants of this enum type, in the order they are declared.
values(HttpServletRequest, HttpHeaders, String) - Method in class org.jminor.framework.servlet.EntityService
Selects the values for the given propertyId using the given query condition
values() - Static method in enum org.jminor.javafx.framework.ui.EntityView.PanelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.swing.common.model.checkbox.TristateState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.swing.common.ui.textfield.SizedDocument.DocumentCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.swing.framework.ui.EntityEditPanel.ConfirmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.swing.framework.ui.EntityEditPanel.ControlCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.swing.framework.ui.EntityPanel.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.swing.framework.ui.EntityPanel.PanelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.swing.framework.ui.EntityTablePanel.ReferentialIntegrityErrorHandling
Returns an array containing the constants of this enum type, in the order they are declared.
Values.AbstractObservableValue<V> - Class in org.jminor.common
A base Value implementation handling the ValueObserver for a Value.
Values.AbstractValue<V> - Class in org.jminor.common
A base Value implementation handling everything except the value itself.
valuesEqual(Entity) - Method in interface org.jminor.framework.domain.Entity
 
valueState(Value<Boolean>) - Static method in class org.jminor.common.Values
Instantiates a State linked to the given boolean value.
Version - Class in org.jminor.common
A simple version class
Version(int) - Constructor for class org.jminor.common.Version
Instantiates a new version [major].0.0
Version(int, int) - Constructor for class org.jminor.common.Version
Instantiates a new version [major].[minor].0
Version(int, int, int) - Constructor for class org.jminor.common.Version
Instantiates a new version [major].[minor].[patch]
Version(int, int, int, String) - Constructor for class org.jminor.common.Version
Instantiates a new version [major].[minor].[patch]-[metadata]
VERSION_FILE - Static variable in class org.jminor.common.Version
The name of the file containing the current version information
VIEW - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
VIEW_DEPENDENCIES - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
VIEW_DEPENDENCIES - Static variable in class org.jminor.swing.framework.ui.EntityTablePanel
 
VIEW_DEPENDENCIES_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
VIEW_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
viewApplicationTree() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Displays in a dialog a tree describing the application layout
viewDependencyTree() - Method in class org.jminor.swing.framework.ui.EntityApplicationPanel
Shows a dialog containing a dependency tree view of all defined entities
viewImage(String) - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Displays the given image
viewJdbcReport(JComponent, ReportWrapper, ReportUIWrapper, String, EntityConnectionProvider) - Static method in class org.jminor.swing.framework.ui.reporting.EntityReportUiUtil
Shows a report viewer for report printing
viewReport(JComponent, ReportWrapper, ReportUIWrapper, ReportDataWrapper, String) - Static method in class org.jminor.swing.framework.ui.reporting.EntityReportUiUtil
Shows a report viewer for report printing
viewReport(ReportResult, ReportUIWrapper, String) - Static method in class org.jminor.swing.framework.ui.reporting.EntityReportUiUtil
Shows a view for report printing
viewSelectionDependencies() - Method in class org.jminor.swing.framework.ui.EntityTablePanel
Shows a dialog containing lists of entities depending on the selected entities via foreign key
ViewTreeNode<T extends ViewTreeNode> - Interface in org.jminor.javafx.framework.ui
A View node for a tree structure, with a parent, siblings and children.

W

WAIT_CURSOR - Static variable in class org.jminor.swing.common.ui.UiUtil
A wait cursor
WARN_ABOUT_UNSAVED_DATA - Static variable in interface org.jminor.framework.model.EntityEditModel
Indicates whether the application should ask for confirmation when exiting if some data is unsaved
and whether it should warn when unsaved data is about to be lost due to selection changes f.ex.
WILDCARD_CHARACTER - Static variable in interface org.jminor.framework.domain.property.Property
Specifies the wildcard character used by the framework
Value type: String
Default value: %
writeBlob(Entity.Key, String, byte[]) - Method in interface org.jminor.framework.db.EntityConnection
Writes blobData in the blob field specified by the property identified by propertyId for the given entity
writeBlob(Entity.Key, String, byte[]) - Method in interface org.jminor.framework.db.remote.RemoteEntityConnection
Writes blobData in the blob field specified by the property identified by propertyId for the given entity
writeBlob(HttpServletRequest, HttpHeaders) - Method in class org.jminor.framework.servlet.EntityService
Writes a BLOB value
writeDelimitedFile(String[][], String[][], String, File) - Static method in class org.jminor.common.FileUtil
 
writeFile(String, File) - Static method in class org.jminor.common.FileUtil
 
writeFile(String, File, boolean) - Static method in class org.jminor.common.FileUtil
 
writeResultToFile(String, String) - Method in class org.jminor.plugin.nextreports.model.NextReportsResult
Writes this result to a file
writeResultToFile(File) - Method in class org.jminor.plugin.nextreports.model.NextReportsResult
Writes this result to a file
writeSerializationWhitelist(String) - Static method in class org.jminor.common.remote.SerializationWhitelist
 
writeToFile(File) - Method in class org.jminor.common.PropertyStore
Writes the stored properties to a file
writeValue(String, String) - Method in interface org.jminor.common.Util.PropertyWriter
Writes the given value.

X

X_FORWARDED_FOR - Static variable in class org.jminor.framework.servlet.EntityService
 

Y

YES - Static variable in class org.jminor.common.i18n.Messages
 

Z

ZOOM_INCREMENT_CHANGED_PROPERTY - Static variable in class org.jminor.plugin.imagepanel.NavigableImagePanel
Identifies a change to the zoom increment.
ZOOM_LEVEL_CHANGED_PROPERTY - Static variable in class org.jminor.plugin.imagepanel.NavigableImagePanel
Identifies a change to the zoom level.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links