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

A

ABOUT - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
AbstractBeanValueLink - Class in org.jminor.common.ui.control
A bean based implementation of the AbstractValueLink class.
AbstractBeanValueLink(Object, String, Class<?>, EventObserver) - Constructor for class org.jminor.common.ui.control.AbstractBeanValueLink
Instantiates a new AbstractBeanValueLink.
AbstractBeanValueLink(Object, String, Class<?>, EventObserver, LinkType) - Constructor for class org.jminor.common.ui.control.AbstractBeanValueLink
Instantiates a new AbstractBeanValueLink.
AbstractDatabase - Class in org.jminor.common.db
A default abstract implementation of the Database interface.
AbstractDatabase(String) - Constructor for class org.jminor.common.db.AbstractDatabase
Instantiates a new AbstractDatabase using host/port/sid/embedded settings specified by system properties
AbstractDatabase(String, String) - Constructor for class org.jminor.common.db.AbstractDatabase
Instantiates a new AbstractDatabase using port/sid/embedded settings specified by system properties
AbstractDatabase(String, String, String) - Constructor for class org.jminor.common.db.AbstractDatabase
Instantiates a new AbstractDatabase using sid/embedded settings specified by system properties
AbstractDatabase(String, String, String, String) - Constructor for class org.jminor.common.db.AbstractDatabase
Instantiates a new AbstractDatabase using the embedded settings specified by the system property
AbstractDatabase(String, String, String, String, boolean) - Constructor for class org.jminor.common.db.AbstractDatabase
Instantiates a new AbstractDatabase
AbstractEntityConnectionProvider - Class in org.jminor.framework.db.provider
An abstract EntityConnectionProvider implementation.
AbstractEntityConnectionProvider(User) - Constructor for class org.jminor.framework.db.provider.AbstractEntityConnectionProvider
Instantiates a new AbstractEntityConnectionProvider.
AbstractFilteredTableModel<R,C> - Class in org.jminor.common.model
A TableModel implentation that supports filtering, searching and sorting.
AbstractFilteredTableModel(TableColumnModel, List<? extends ColumnSearchModel<C>>) - Constructor for class org.jminor.common.model.AbstractFilteredTableModel
Instantiates a new table model.
AbstractFunction - 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 JComponent> - Class in org.jminor.common.ui.input
A default InputProvider implementation.
AbstractInputProvider(K) - Constructor for class org.jminor.common.ui.input.AbstractInputProvider
Instantiates a new AbstractInputProvider.
AbstractOperation - Class in org.jminor.common.db
A base Operation implementation
AbstractOperation(String, String) - Constructor for class org.jminor.common.db.AbstractOperation
Instantiates a new AbstractOperation
AbstractProcedure - 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
AbstractRemoteServer<T extends Remote> - Class in org.jminor.common.server
A default RemoteServer implementation.
AbstractRemoteServer(int, String) - Constructor for class org.jminor.common.server.AbstractRemoteServer
Instantiates a new AbstractRemoteServer
AbstractRemoteServer(int, String, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.jminor.common.server.AbstractRemoteServer
Instantiates a new AbstractRemoteServer
AbstractTableColumnSyncPanel - Class in org.jminor.common.ui
A panel that synchronizes child panel sizes and positions to table columns.
AbstractTableColumnSyncPanel(TableColumnModel) - Constructor for class org.jminor.common.ui.AbstractTableColumnSyncPanel
Instantiates a new AbstractTableColumnSyncPanel.
AbstractValueChangeMapEditModel<K,V> - Class in org.jminor.common.model.valuemap
A class which facilitates the editing of the contents of a ValueChangeMap instance by providing a validation mechanism as well as value change events.
AbstractValueChangeMapEditModel(ValueChangeMap<K, V>, ValueMapValidator<K, V>) - Constructor for class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
Instantiates a new edit model instance for the given value map.
AbstractValueLink<T,V> - Class in org.jminor.common.ui.control
An abstract base class for linking a UI component to a model value.
AbstractValueLink(T, EventObserver, LinkType) - Constructor for class org.jminor.common.ui.control.AbstractValueLink
Instantiates a new AbstractValueLink
AbstractValueMapLink<K,V> - Class in org.jminor.common.ui.valuemap
An abstract class for linking a UI component to a ValueChangeMapEditModel key value.
AbstractValueMapLink(ValueChangeMapEditModel<K, V>, K, LinkType) - Constructor for class org.jminor.common.ui.valuemap.AbstractValueMapLink
 
actionPerformed(ActionEvent) - Method in class org.jminor.common.model.valuemap.ValueChangeListener
Calls valueChanged() assuming the given event is a ValueChangeEvent
actionPerformed(ActionEvent) - Method in class org.jminor.common.ui.control.AbstractValueLink
actionPerformed(ActionEvent) - Method in class org.jminor.common.ui.control.Control
actionPerformed(ActionEvent) - Method in class org.jminor.common.ui.control.MethodControl
actionPerformed(ActionEvent) - Method in class org.jminor.common.ui.UiUtil.DialogDisposeAction
 
actionPerformed(ActionEvent) - Method in class org.jminor.framework.client.model.event.DeleteListener
actionPerformed(ActionEvent) - Method in class org.jminor.framework.client.model.event.InsertListener
actionPerformed(ActionEvent) - Method in class org.jminor.framework.client.model.event.UpdateListener
activateDialog(Container, Point) - Method in class org.jminor.common.ui.ColumnSearchPanel
 
activatePanel() - Method in interface org.jminor.common.ui.MasterDetailPanel
Activates this panel, showing it and preparing it for input
activatePanel() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Activates this panel, showing it and preparing it for input
activatePanel() - Method in class org.jminor.framework.client.ui.EntityPanel
Activates this panel, showing it and preparing it for input
add(Criteria<T>) - Method in class org.jminor.common.db.criteria.CriteriaSet
Adds a new Criteria object to this set
add(Action) - Method in class org.jminor.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.common.ui.control.ControlSet
 
addAcceptSingleFileDragAndDrop(JTextComponent) - Static method in class org.jminor.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)
addActionPerformedListener(ActionListener) - Method in class org.jminor.common.ui.control.MethodControl
 
addActivateListener(ActionListener) - Method in interface org.jminor.common.model.StateObserver
 
addAdvancedListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel
 
addAfterDeleteListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
addAfterDeleteListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
addAfterInsertListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
addAfterInsertListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
addAfterRefreshListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
addAfterRefreshListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityModel
addAfterRefreshListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
addAfterRefreshListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityModel
 
addAfterUpdateListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
addAfterUpdateListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
addAll(ControlSet) - Method in class org.jminor.common.ui.control.ControlSet
Adds all action found in controlSet to this control set
addAlwaysOnTopListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
addApplicationBatch() - Method in interface org.jminor.common.model.LoadTest
Adds a batch of applications.
addApplicationBatch() - Method in class org.jminor.common.model.LoadTestModel
Adds a batch of applications.
addApplicationBatch() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Adds a batch of applications.
addApplicationStartedListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
addAt(Action, int) - Method in class org.jminor.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.common.ui.control.ControlSet
 
addBeforeDeleteListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
addBeforeDeleteListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
addBeforeInsertListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
addBeforeInsertListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
addBeforeRefreshListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
addBeforeRefreshListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityModel
addBeforeRefreshListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
addBeforeRefreshListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityModel
 
addBeforeUpdateListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
addBeforeUpdateListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
addButtonClickListener(ActionListener) - Method in class org.jminor.common.ui.input.InputProviderPanel
 
addClearedListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
addClearedListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
addColumnHiddenListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
addColumnHiddenListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
addColumnShownListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
addColumnShownListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
addConnectionPool() - Method in class org.jminor.framework.server.monitor.ui.PoolMonitorPanel
 
addConnectionPools(String[]) - Method in class org.jminor.framework.server.monitor.PoolMonitor
 
addConnectionProperties(Properties) - Method in class org.jminor.common.db.AbstractDatabase
Adds any dbms specific connection properties to the given properties map
addConnectionProperties(Properties) - Method in interface org.jminor.common.db.Database
Adds any dbms specific connection properties to the given properties map
addConnectionTimeoutListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
addControlSetToMenuBar(JMenuBar, ControlSet) - Static method in class org.jminor.common.ui.control.ControlProvider
 
addDeactivateListener(ActionListener) - Method in interface org.jminor.common.model.StateObserver
 
addDetailModel(EntityModel) - Method in class org.jminor.framework.client.model.DefaultEntityModel
Adds the given detail model to this model
addDetailModel(EntityModel) - Method in interface org.jminor.framework.client.model.EntityModel
Adds the given detail model to this model
addDetailModels(EntityModel...) - Method in class org.jminor.framework.client.model.DefaultEntityModel
Adds the given detail models to this model.
addDetailModels(EntityModel...) - Method in interface org.jminor.framework.client.model.EntityModel
Adds the given detail models to this model.
addDetailPanel(EntityPanel) - Method in class org.jminor.framework.client.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.framework.client.ui.EntityPanelProvider
 
addDetailPanels(EntityPanel...) - Method in class org.jminor.framework.client.ui.EntityPanel
 
addEnabledListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
addEnabledListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
addEntitiesByPrimaryKeys(List<Entity.Key>, boolean) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Retrieves the entities identified by the given primary keys and adds them to this table model
addEntitiesByPrimaryKeys(List<Entity.Key>, boolean) - Method in interface org.jminor.framework.client.model.EntityTableModel
Retrieves the entities identified by the given primary keys and adds them to this table model
addEntitiesChangedListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
addEntitiesChangedListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
addExitListener(ActionListener) - Method in class org.jminor.common.model.LoadTestModel
 
addFilteringListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
addFilteringListener(ActionListener) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
addFilteringListener(ActionListener) - Method in interface org.jminor.common.model.FilteredModel
 
addFilterStateListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
addFilterStateListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
addFormattedValue(K, Format) - Method in class org.jminor.common.model.valuemap.StringProvider
Adds the value mapped to the given key to this StringProvider
addHost(String) - Method in class org.jminor.framework.server.monitor.EntityServerMonitor
 
addHost(String) - Method in class org.jminor.framework.server.monitor.MonitorModel
 
addInitialFocusHack(JComponent, Action) - Static method in class org.jminor.common.ui.UiUtil
http://bugs.sun.com/bugdatabase/view_bug.do?
addItem(T, int) - Method in class org.jminor.common.model.BoundedItemRandomizerModel
Adds the given item to this model with the given weight value.
addItem(T) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
addItem(T) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
addItem(T) - Method in interface org.jminor.common.model.ItemRandomizer
Adds the given item to this model with default weight of 0.
addItem(T, int) - Method in interface org.jminor.common.model.ItemRandomizer
Adds the given item to this model with the given weight value.
addItem(T, int) - Method in class org.jminor.common.model.ItemRandomizerModel
Adds the given item to this model with the given weight value.
addItem(T) - Method in class org.jminor.common.model.ItemRandomizerModel
Adds the given item to this model with default weight of 0.
addItem(Object) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Adds the given item to this model with default weight of 0.
addItem(Object, int) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Adds the given item to this model with the given weight value.
addItems(List<R>, boolean) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Adds the given items to this table model
addKeyEvent(JComponent, int, Action) - Static method in class org.jminor.common.ui.UiUtil
 
addKeyEvent(JComponent, int, int, Action) - Static method in class org.jminor.common.ui.UiUtil
 
addKeyEvent(JComponent, int, int, int, Action) - Static method in class org.jminor.common.ui.UiUtil
 
addKeyEvent(JComponent, int, int, int, boolean, Action) - Static method in class org.jminor.common.ui.UiUtil
 
addLinkedDetailModelsListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityModel
addLinkedDetailModelsListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityModel
 
addListDataListener(ListDataListener) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
addListener(ActionListener) - Method in interface org.jminor.common.model.EventObserver
Adds listener to this EventObserver, adding the same listener a second time has no effect.
addListeningAction(Action) - Method in interface org.jminor.common.model.StateObserver
Links the enabled state of the given action to the active state of the state being observed
addLookupDialog(JTextField, ValueCollectionProvider) - Static method in class org.jminor.common.ui.UiUtil
 
addLowerBoundListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
addLowerBoundListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
addMainApplicationModel(EntityModel) - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
Adds the given detail model to this model
addMainApplicationModel(EntityModel) - Method in interface org.jminor.framework.client.model.EntityApplicationModel
Adds the given detail model to this model
addMainApplicationModels(EntityModel...) - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
Adds the given detail models to this model.
addMainApplicationModels(EntityModel...) - Method in interface org.jminor.framework.client.model.EntityApplicationModel
Adds the given detail models to this model.
addMainApplicationPanelProvider(EntityPanelProvider) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Adds a main application panel, displayed on application start
addMainApplicationPanelProviders(EntityPanelProvider...) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Adds main application panels, displayed on application start
addMouseListener(MouseListener) - Method in class org.jminor.common.ui.checkbox.TristateCheckBox
 
addOperation(DatabaseConnection.Operation) - Static method in class org.jminor.common.db.Databases
Adds the given Operation to this repository
addPopupControls(ControlSet) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
addPropertyPanel(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Adds a property panel for the given property to this panel
addReferencedValue(K, K) - Method in class org.jminor.common.model.valuemap.StringProvider
Adds the value mapped to the given key in the ValueMap instance mapped to the given foreignKeyPropertyID to this StringProvider
addRefreshDoneListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
addRefreshDoneListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
addRefreshEndedListener(ActionListener) - Method in class org.jminor.framework.tools.generator.EntityGeneratorModel
 
addRefreshListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
addRefreshListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityComboBoxModel
 
addRefreshListener(ActionListener) - Method in class org.jminor.framework.server.monitor.HostMonitor
 
addRefreshStartedListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
addRefreshStartedListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
addRefreshStartedListener(ActionListener) - Method in class org.jminor.framework.tools.generator.EntityGeneratorModel
 
addSearchPanelVisibleListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
addSearchStateListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
addSearchStateListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
addSearchStringListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
addSearchStringListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
addSearchTypeListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
addSearchTypeListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
addSelectedEntitiesListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
addSelectedEntitiesListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
addSelectedIndexListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
addSelectedIndexListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
addSelectedItemIndex(int) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Selects the item at index
addSelectedItemIndex(int) - Method in interface org.jminor.common.model.FilteredTableModel
Selects the item at index
addSelectedItemIndexes(List<Integer>) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Adds these indexes to the selection
addSelectedItemIndexes(List<Integer>) - Method in interface org.jminor.common.model.FilteredTableModel
Adds these indexes to the selection
addSelectedItemListener(ActionListener) - Method in class org.jminor.common.ui.ItemRandomizerPanel
 
addSelectedPanelListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
addSelectionChangedListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
addSelectionChangedListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
addSelectionListener(ActionListener) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
addSelectionListener(ActionListener) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
addSeparator() - Method in class org.jminor.common.ui.control.ControlSet
Adds a separator to this control set
addSeparatorAt(int) - Method in class org.jminor.common.ui.control.ControlSet
Adds a separator at the given index
addServerMonitorRemovedListener(ActionListener) - Method in class org.jminor.framework.server.monitor.HostMonitor
 
addServerShutDownListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
addSortingListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
addSortingListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
addState(StateObserver) - Method in interface org.jminor.common.model.State.AggregateState
 
addState(State) - Method in interface org.jminor.common.model.State.StateGroup
Adds a state to this state group via a WeakReference, so it does not prevent it from being garbage collected.
addStatsListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
addStatsUpdatedListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
addStatsUpdateIntervalListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
addSummaryListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultPropertySummaryModel
addSummaryListener(ActionListener) - Method in interface org.jminor.framework.client.model.PropertySummaryModel
 
addSummaryPanelVisibleListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
addSummaryTypeListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultPropertySummaryModel
addSummaryTypeListener(ActionListener) - Method in interface org.jminor.framework.client.model.PropertySummaryModel
 
addSupportPanelProvider(EntityPanelProvider) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Adds a support application panel, available via a support panel manu
addSupportPanelProviders(EntityPanelProvider...) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Adds support application panels, available via a support panel manu
addTableDataChangedListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
addTableDataChangedListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
addTableDoubleClickListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
addText(String) - Method in class org.jminor.common.model.valuemap.StringProvider
Adds the given static text to this StringProvider
addToolbarControls(ControlSet) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
addUpperBoundListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
addUpperBoundListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
addValidator(TextValueLink<K>, JTextComponent, ValueChangeMapEditModel<K, Object>) - Static method in class org.jminor.common.ui.valuemap.ValueLinkValidators
Adds a validator to the given text component, based on the given value link and edit model
addValidator(TextValueLink<K>, JTextComponent, ValueChangeMapEditModel<K, Object>, Color, Color, String) - Static method in class org.jminor.common.ui.valuemap.ValueLinkValidators
Adds a validator to the given text component, based on the given value link and edit model
addValue(K) - Method in class org.jminor.common.model.valuemap.StringProvider
Adds the value mapped to the given key to this StringProvider
addValueListener(K, ActionListener) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
addValueListener(ActionListener) - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
Adds a ActionListener, this listener will be notified each time a value changes, by calling actionPerformed() with a ValueChangeEvent argument.
addValueListener(K, ActionListener) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
addValueListener(ActionListener) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
Adds a ActionListener, this listener will be notified each time a value changes, by calling actionPerformed() with a ValueChangeEvent argument.
addValueMapSetListener(ActionListener) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
addValueMapSetListener(ActionListener) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
addValueSetListener(K, ActionListener) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
addValueSetListener(K, ActionListener) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
addWarningThresholdListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
ADVANCED - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
aggregateState(Conjunction, StateObserver...) - Static method in class org.jminor.common.model.States
Instantiates a new State.AggregateState object.
ALL_PANELS_ACTIVE - Static variable in class org.jminor.framework.Configuration
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.framework.Configuration
Specifies whether or not columns can be rearranged in tables
Value type: Boolean
Default value: true
ALWAYS_ON_TOP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
APPLICATION_TREE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
applicationBatchSizeObserver() - Method in interface org.jminor.common.model.LoadTest
 
applicationBatchSizeObserver() - Method in class org.jminor.common.model.LoadTestModel
applicationCountObserver() - Method in interface org.jminor.common.model.LoadTest
 
applicationCountObserver() - Method in class org.jminor.common.model.LoadTestModel
APPLY - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
APPLY_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
argumentArrayToString(Object[]) - Method in class org.jminor.common.model.MethodLogger
 
asString() - Method in interface org.jminor.common.db.criteria.Criteria
 
asString() - Method in class org.jminor.common.db.criteria.CriteriaSet
asString() - Method in class org.jminor.common.db.criteria.SimpleCriteria
Attribute - Interface in org.jminor.common.model
Specifies a simple attribute.
auditInsertTimeProperty(String) - Static method in class org.jminor.framework.domain.Properties
 
auditInsertTimeProperty(String, String) - Static method in class org.jminor.framework.domain.Properties
 
auditInsertUserProperty(String) - Static method in class org.jminor.framework.domain.Properties
 
auditInsertUserProperty(String, String) - Static method in class org.jminor.framework.domain.Properties
 
auditUpdateTimeProperty(String) - Static method in class org.jminor.framework.domain.Properties
 
auditUpdateTimeProperty(String, String) - Static method in class org.jminor.framework.domain.Properties
 
auditUpdateUserProperty(String) - Static method in class org.jminor.framework.domain.Properties
 
auditUpdateUserProperty(String, String) - Static method in class org.jminor.framework.domain.Properties
 
AUTHENTICATION_REQUIRED - Static variable in class org.jminor.framework.Configuration
Specifies whether user authentication is required
Value type: Boolean
Default value: true
AUTO_CREATE_ENTITY_MODELS - Static variable in class org.jminor.framework.Configuration
Specifies whether entity models should be automatically created if not specified.
AVERAGE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 

B

batchInsert(EntityConnection, List<Entity>, List<Entity.Key>, int, ProgressReporter) - Static method in class org.jminor.framework.tools.EntityDataUtil
Inserts the given entities, performing a commit after each batchSize number of inserts.
beginTransaction() - Method in class org.jminor.common.db.DatabaseConnectionImpl
Begins a transaction on this connection
beginTransaction() - Method in interface org.jminor.common.db.PoolableConnection
Begins a transaction on this connection
beginTransaction() - Method in interface org.jminor.framework.db.EntityConnection
Begins a transaction on this connection
beginTransaction() - Method in interface org.jminor.framework.server.RemoteEntityConnection
Begins a transaction on this connection
bindEvents() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Override to add event bindings after initialization
bindItemSelector(JComboBox, Object, String, Class, EventObserver) - Static method in class org.jminor.common.ui.control.ControlProvider
 
bindValuesChangedEvent(Event) - Method in interface org.jminor.framework.client.model.PropertySummaryModel.PropertyValueProvider
 
BooleanComboBoxModel - Class in org.jminor.common.model.combobox
A ComboBoxModel for boolean values, true, false and null.
BooleanComboBoxModel() - Constructor for class org.jminor.common.model.combobox.BooleanComboBoxModel
Constructs a new BooleanComboBoxModel.
BooleanComboBoxModel(String, String, String) - Constructor for class org.jminor.common.model.combobox.BooleanComboBoxModel
Constructs a new BooleanComboBoxModel.
BooleanInputProvider - Class in org.jminor.common.ui.input
A InputProvider implementation for boolean values.
BooleanInputProvider(Boolean) - Constructor for class org.jminor.common.ui.input.BooleanInputProvider
Instantiates a new BooleanInputProvider.
booleanProperty(String, String) - Static method in class org.jminor.framework.domain.Properties
 
booleanProperty(String, int, String) - Static method in class org.jminor.framework.domain.Properties
 
booleanProperty(String, int, String, Object, Object) - Static method in class org.jminor.framework.domain.Properties
 
BooleanValueLink<K> - Class in org.jminor.common.ui.valuemap
A class for linking a UI component to a boolean value.
BooleanValueLink(ButtonModel, ValueChangeMapEditModel<K, Object>, K) - Constructor for class org.jminor.common.ui.valuemap.BooleanValueLink
Instantiates a new BooleanValueLink.
BooleanValueLink(ButtonModel, ValueChangeMapEditModel<K, Object>, K, LinkType) - Constructor for class org.jminor.common.ui.valuemap.BooleanValueLink
Instantiates a new BooleanValueLink.
BoundedItemRandomizerModel<T> - Class in org.jminor.common.model
A ItemRandomizer with the added constraint that the total item weights can not exceed a defined maximum.
BoundedItemRandomizerModel(T...) - Constructor for class org.jminor.common.model.BoundedItemRandomizerModel
Instantiates a new BoundedRandomItemModel with a default bounded weight of 100.
BoundedItemRandomizerModel(int, T...) - Constructor for class org.jminor.common.model.BoundedItemRandomizerModel
Instantiates a new BoundedRandomItemModel with the given bounded weight.

C

CACHE_REPORTS - Static variable in class org.jminor.framework.Configuration
Specifies whether or not reports are cached when loaded from disk/network,
this prevents "hot deploy" of reports.
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
 
CASCADE_REFRESH - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CASCADE_REFRESH_DESC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CASE_SENSITIVE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
centerWindow(Window) - Static method in class org.jminor.common.ui.UiUtil
 
CHANGE_HISTORY - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
changedUpdate(DocumentEvent) - Method in class org.jminor.common.model.DocumentAdapter
changedUpdate(DocumentEvent) - Method in class org.jminor.common.ui.control.TextBeanValueLink
CHECK_CONSTRAINT_ERROR - Static variable in class org.jminor.common.i18n.Messages
 
CHECK_DEPS_ON_DELETE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CHECK_DEPS_ON_DELETE_DESC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CHILD_RECORD_ERROR - Static variable in class org.jminor.common.i18n.Messages
 
CHOOSE_DATE - Static variable in class org.jminor.common.i18n.Messages
 
chooseFileToSave(JComponent, String, String) - Static method in class org.jminor.common.ui.UiUtil
 
cleanup(Object) - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
Called after this scenario has been run, override to cleanup the application after each run
clear() - Method in class org.jminor.common.model.AbstractFilteredTableModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.common.model.combobox.ItemComboBoxModel
Clears all data from this refreshable instance
clear() - Method in interface org.jminor.common.model.Refreshable
Clears all data from this refreshable instance
clear() - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
Clears all data from this refreshable instance
clear() - Method in interface org.jminor.common.model.valuemap.ValueMap
Removes all values from this map.
clear() - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Removes all values from this map.
clear() - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.framework.client.model.DefaultEntityModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
Clears all data from this refreshable instance
clear() - Method in class org.jminor.framework.client.model.DefaultForeignKeySearchModel
Clears all data from this refreshable instance
CLEAR - Static variable in class org.jminor.framework.client.ui.EntityEditPanel
 
CLEAR - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
CLEAR - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
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.framework.client.ui.EntityTablePanel
 
CLEAR_SELECTION_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
clearComboBoxModels() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Clears the data from all combo box models
clearComboBoxModels() - Method in interface org.jminor.framework.client.model.EntityEditModel
Clears the data from all combo box models
clearDetailModels() - Method in class org.jminor.framework.client.model.DefaultEntityModel
Clears the detail models.
clearDetailModels() - Method in interface org.jminor.framework.client.model.EntityModel
Clears the detail models.
clearExceptions() - Method in interface org.jminor.common.model.LoadTest.UsageScenario
Clears the exceptions that have been collected so far
clearExceptions() - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
Clears the exceptions that have been collected so far
clearModelValues() - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
Clears the values from the underlying model
clearPropertySearchModels() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
Clears the state of all PropertySearchModels
clearPropertySearchModels() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
Clears the state of all PropertySearchModels
clearSearch() - Method in interface org.jminor.common.model.ColumnSearchModel
Clears the criteria values from this search model
clearSearch() - Method in class org.jminor.common.model.DefaultColumnSearchModel
Clears the criteria values from this search model
clearSelection() - Method in class org.jminor.common.model.AbstractFilteredTableModel
Clears the selection
clearSelection() - Method in interface org.jminor.common.model.FilteredTableModel
Clears the selection
clearSortingState() - Method in class org.jminor.common.model.AbstractFilteredTableModel
Clears the column sorting states, without reordering the rows
clearSortingState() - Method in interface org.jminor.common.model.FilteredTableModel
Clears the column sorting states, without reordering the rows
clearValue(String) - Static method in class org.jminor.framework.Configuration
 
CLIENT_CONNECTION_TYPE - Static variable in class org.jminor.framework.Configuration
Specifies whether the client should connect locally or remotely, accepted values: local, remote
Value type: String
Default value: local
ClientInfo - Class in org.jminor.common.server
Contains basic information about a remote client.
ClientInfo(UUID) - Constructor for class org.jminor.common.server.ClientInfo
Instantiates a new ClientInfo
ClientInfo(UUID, String, User) - Constructor for class org.jminor.common.server.ClientInfo
Instantiates a new ClientInfo
ClientInstanceMonitor - Class in org.jminor.framework.server.monitor
A ClientInstanceMonitor
ClientInstanceMonitor(ClientInfo, EntityConnectionServerAdmin) - Constructor for class org.jminor.framework.server.monitor.ClientInstanceMonitor
 
ClientInstanceMonitorPanel - Class in org.jminor.framework.server.monitor.ui
A ClientInstanceMonitorPanel
ClientInstanceMonitorPanel() - Constructor for class org.jminor.framework.server.monitor.ui.ClientInstanceMonitorPanel
Instantiates a new ClientInstanceMonitorPanel
ClientMonitor - Class in org.jminor.framework.server.monitor
A ClientMonitor
ClientMonitor(EntityConnectionServerAdmin, String, User) - Constructor for class org.jminor.framework.server.monitor.ClientMonitor
 
ClientMonitorPanel - Class in org.jminor.framework.server.monitor.ui
A ClientMonitorPanel
ClientMonitorPanel() - Constructor for class org.jminor.framework.server.monitor.ui.ClientMonitorPanel
Instantiates a new ClientMonitorPanel
ClientUserMonitor - Class in org.jminor.framework.server.monitor
A ClientUserMonitor
ClientUserMonitor(EntityConnectionServerAdmin) - Constructor for class org.jminor.framework.server.monitor.ClientUserMonitor
 
ClientUserMonitorPanel - Class in org.jminor.framework.server.monitor.ui
A ClientUserMonitorPanel
ClientUserMonitorPanel(ClientUserMonitor) - Constructor for class org.jminor.framework.server.monitor.ui.ClientUserMonitorPanel
Instantiates a new ClientUserMonitorPanel
close() - Method in interface org.jminor.common.db.pool.ConnectionPool
Closes this connection pool, disconnection connections as they are checked in
CLOSE - Static variable in class org.jminor.common.i18n.Messages
 
close() - Method in class org.jminor.common.ui.ExceptionDialog
 
CLOSE_DIALOG - Static variable in class org.jminor.common.i18n.Messages
 
CLOSE_MNEMONIC - Static variable in class org.jminor.common.i18n.Messages
 
closeSilently(ResultSet...) - Static method in class org.jminor.common.model.Util
 
closeSilently(Statement...) - Static method in class org.jminor.common.model.Util
 
closeSilently(Closeable...) - Static method in class org.jminor.common.model.Util
 
collate(List<?>) - Static method in class org.jminor.common.model.Util
 
collectChartDataObserver() - Method in interface org.jminor.common.model.LoadTest
 
collectChartDataObserver() - Method in class org.jminor.common.model.LoadTestModel
Column - Interface in org.jminor.common.model
Describes a database column
columnHasDefaultValue() - Method in interface org.jminor.common.model.Column
 
columnProperty(String) - Static method in class org.jminor.framework.domain.Properties
 
columnProperty(String, int) - Static method in class org.jminor.framework.domain.Properties
 
columnProperty(String, int, String) - Static method in class org.jminor.framework.domain.Properties
 
ColumnSearchModel<K> - Interface in org.jminor.common.model
Specifies a search model based on a table column, search parameters, search type, upper bound and lower bound, as well as relevant events and states.
ColumnSearchPanel<K> - Class in org.jminor.common.ui
A UI implementation for ColumnSearchModel
ColumnSearchPanel(ColumnSearchModel<K>, boolean, boolean) - Constructor for class org.jminor.common.ui.ColumnSearchPanel
Instantiates a new ColumnSearchPanel, with a default input field provider.
ColumnSearchPanel(ColumnSearchModel<K>, boolean, boolean, SearchType...) - Constructor for class org.jminor.common.ui.ColumnSearchPanel
Instantiates a new ColumnSearchPanel, with a default input field provider.
ColumnSearchPanel(ColumnSearchModel<K>, boolean, boolean, ColumnSearchPanel.InputFieldProvider, SearchType...) - Constructor for class org.jminor.common.ui.ColumnSearchPanel
Instantiates a new ColumnSearchPanel.
ColumnSearchPanel(ColumnSearchModel<K>, boolean, boolean, JComponent, JComponent, SearchType...) - Constructor for class org.jminor.common.ui.ColumnSearchPanel
Instantiates a new ColumnSearchPanel, with a default input field provider.
ColumnSearchPanel.InputFieldProvider<K> - Interface in org.jminor.common.ui
 
ComboBoxValueLink<K> - Class in org.jminor.common.ui.valuemap
A class for linking a ComboBox to a ValueChangeMapEditModel property value.
ComboBoxValueLink(JComboBox, ValueChangeMapEditModel<K, Object>, K) - Constructor for class org.jminor.common.ui.valuemap.ComboBoxValueLink
Instantiate a new ComboBoxValueLink
ComboBoxValueLink(JComboBox, ValueChangeMapEditModel<K, Object>, K, LinkType, boolean) - Constructor for class org.jminor.common.ui.valuemap.ComboBoxValueLink
Instantiate a new ComboBoxValueLink
COMMA - Static variable in class org.jminor.common.ui.textfield.DoubleField
 
commit() - Method in class org.jminor.common.db.DatabaseConnectionImpl
Performs a commit
commit() - Method in interface org.jminor.common.db.PoolableConnection
Performs a commit
commitTransaction() - Method in class org.jminor.common.db.DatabaseConnectionImpl
Performs a commit and ends the current transaction
commitTransaction() - Method in interface org.jminor.common.db.PoolableConnection
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.server.RemoteEntityConnection
Performs a commit and ends the current transaction
COMPACT - Static variable in class org.jminor.common.model.formats.DateFormats
ddMMyy
COMPACT_DASH - Static variable in class org.jminor.common.model.formats.DateFormats
dd-MM-yy
COMPACT_DOT - Static variable in class org.jminor.common.model.formats.DateFormats
dd.MM.yy
COMPACT_ENTITY_PANEL_LAYOUT - Static variable in class org.jminor.framework.Configuration
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.model.formats.DateFormats
ddMMyy HH:mm
compare(Entity, Entity) - Method in interface org.jminor.framework.domain.Entity.Comparator
Compares the given entities.
compareTo(Item<T>) - Method in class org.jminor.common.model.Item
Compares this item with the given item according to the caption.
compareTo(LogEntry) - Method in class org.jminor.common.model.LogEntry
compareTo(Object) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
compareTo(Entity, Entity) - Method in interface org.jminor.framework.domain.Entity.Definition
Compares the given entities.
CONDITION - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
Configuration - Class in org.jminor.framework
Settings used throughout the framework.
CONFIGURATION_FILE - Static variable in class org.jminor.common.model.Util
Specifies the configuration file name to search for and parse at startup, relative to user.dir, this is done last, so that settings in the configuration file override settings gotten via runtime parameters
Value type: String
Default value: null
CONFIGURE_QUERY - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
CONFIGURE_QUERY - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
configureEditModel(EntityEditModel) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
configureEditPanel(EntityEditPanel) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
configureModel(EntityModel) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
configurePanel(EntityPanel) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
configureQuery() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Shows a dialog for configuring the underlying EntityTableModel query.
configureTableModel(EntityTableModel) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
configureTablePanel(EntityTablePanel) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
confirm(String, String) - Method in class org.jminor.framework.client.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.Configuration
Indicates whether the application should ask for confirmation when exiting
Value type: Boolean
Default value: false
CONFIRM_EXIT - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CONFIRM_EXIT_TITLE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CONFIRM_INSERT - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
CONFIRM_TYPE_DELETE - Static variable in class org.jminor.framework.client.ui.EntityEditPanel
 
CONFIRM_TYPE_INSERT - Static variable in class org.jminor.framework.client.ui.EntityEditPanel
 
CONFIRM_TYPE_UPDATE - Static variable in class org.jminor.framework.client.ui.EntityEditPanel
 
CONFIRM_UPDATE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
confirmDelete() - Method in class org.jminor.framework.client.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.framework.client.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.framework.client.ui.EntityEditPanel
Called before a insert is performed, the default implementation simply returns true
confirmUpdate() - Method in class org.jminor.framework.client.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.model
AND / OR
connect(User, UUID, String) - Method in class org.jminor.common.server.AbstractRemoteServer
Establishes a connection to this RemoteServer
connect(ClientInfo) - Method in class org.jminor.common.server.AbstractRemoteServer
Establishes a connection to this RemoteServer
connect(ClientInfo) - Method in interface org.jminor.common.server.RemoteServer
Establishes a connection to this RemoteServer
connect(User, UUID, String) - Method in interface org.jminor.common.server.RemoteServer
Establishes a connection to this RemoteServer
connect() - Method in class org.jminor.framework.db.provider.AbstractEntityConnectionProvider
 
connect() - Method in class org.jminor.framework.db.provider.LocalEntityConnectionProvider
connect() - Method in class org.jminor.framework.server.provider.RemoteEntityConnectionProvider
CONNECTION_TYPE_LOCAL - Static variable in class org.jminor.framework.Configuration
Indicates a local database connection
CONNECTION_TYPE_REMOTE - Static variable in class org.jminor.framework.Configuration
Indicates a remote database connection
ConnectionPool - Interface in org.jminor.common.db.pool
Defines a simple connection pool.
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
ConnectionPoolException.NoConnectionAvailable(int, long) - Constructor for exception org.jminor.common.db.pool.ConnectionPoolException.NoConnectionAvailable
Instantates a new NoConnectionAvailable exception
ConnectionPoolMonitor - Class in org.jminor.framework.server.monitor
A ConnectionPoolMonitor
ConnectionPoolMonitor(ConnectionPool) - Constructor for class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
ConnectionPoolMonitorPanel - Class in org.jminor.framework.server.monitor.ui
A ConnectionPoolMonitorPanel
ConnectionPoolMonitorPanel(ConnectionPoolMonitor) - Constructor for class org.jminor.framework.server.monitor.ui.ConnectionPoolMonitorPanel
Instantiates a new ConnectionPoolMonitorPanel
ConnectionPools - Class in org.jminor.common.db.pool
A factory class providing 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
connectionsAvailable() - Method in class org.jminor.common.server.AbstractRemoteServer
connectionsAvailable() - Method in interface org.jminor.common.server.RemoteServer
 
contains(R, boolean) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Returns true if this model contains the given item, visible or filtered.
contains(T, boolean) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Returns true if this model contains the given item, visible or filtered.
contains(T, boolean) - Method in interface org.jminor.common.model.FilteredModel
Returns true if this model contains the given item, visible or filtered.
containsComboBoxModel(String) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Returns true if this edit model contains a ComboBoxModel for the given property
containsComboBoxModel(String) - Method in interface org.jminor.framework.client.model.EntityEditModel
Returns true if this edit model contains a ComboBoxModel for the given property
containsConnection(ClientInfo) - Method in class org.jminor.common.server.AbstractRemoteServer
 
containsDetailModel(Class<? extends EntityModel>) - Method in class org.jminor.framework.client.model.DefaultEntityModel
containsDetailModel(String) - Method in class org.jminor.framework.client.model.DefaultEntityModel
containsDetailModel(EntityModel) - Method in class org.jminor.framework.client.model.DefaultEntityModel
containsDetailModel(Class<? extends EntityModel>) - Method in interface org.jminor.framework.client.model.EntityModel
 
containsDetailModel(String) - Method in interface org.jminor.framework.client.model.EntityModel
 
containsDetailModel(EntityModel) - Method in interface org.jminor.framework.client.model.EntityModel
 
containsEditPanel() - Method in class org.jminor.framework.client.ui.EntityPanel
 
containsPropertySearchModel(String) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
containsPropertySearchModel(String) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
containsTableModel() - Method in class org.jminor.framework.client.model.DefaultEntityModel
containsTableModel() - Method in interface org.jminor.framework.client.model.EntityModel
 
containsTablePanel() - Method in class org.jminor.framework.client.ui.EntityPanel
 
containsValue(K) - Method in interface org.jminor.common.model.valuemap.ValueMap
Returns true if this ValueMap contains a value for the given key, that value can be null.
containsValue(K) - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Returns true if this ValueMap contains a value for the given key, that value can be null.
containsValue(Property) - Method in interface org.jminor.framework.domain.Entity
 
Control - Class in org.jminor.common.ui.control
A beefed up Action.
Control() - Constructor for class org.jminor.common.ui.control.Control
Constructs a new Control.
Control(String) - Constructor for class org.jminor.common.ui.control.Control
Constructs a new Control.
Control(String, StateObserver) - Constructor for class org.jminor.common.ui.control.Control
Constructs a new Control.
Control(String, StateObserver, Icon) - Constructor for class org.jminor.common.ui.control.Control
Constructs a new Control.
ControlIterator - Interface in org.jminor.common.ui.control
Used when handling sets of Controls.
ControlProvider - Class in org.jminor.common.ui.control
Provides UI controls based on the Control class and it's descendants.
Controls - Class in org.jminor.common.ui.control
A factory class for Control objects.
ControlSet - Class in org.jminor.common.ui.control
A set of Actions/Controls, includes separators.
ControlSet() - Constructor for class org.jminor.common.ui.control.ControlSet
Constructs a new ControlSet.
ControlSet(String) - Constructor for class org.jminor.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char) - Constructor for class org.jminor.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char, ImageIcon) - Constructor for class org.jminor.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char, ImageIcon, StateObserver) - Constructor for class org.jminor.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(Control...) - Constructor for class org.jminor.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, Control...) - Constructor for class org.jminor.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char, Control...) - Constructor for class org.jminor.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char, State, Control...) - Constructor for class org.jminor.common.ui.control.ControlSet
Constructs a new ControlSet
ControlSet(String, char, State, ImageIcon, Control...) - Constructor for class org.jminor.common.ui.control.ControlSet
Constructs a new ControlSet
convertColumnIndexToView(int) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Maps the index of the column in the table model at modelColumnIndex to the index of the column in the view.
COPY - Static variable in class org.jminor.common.i18n.Messages
 
COPY_CELL - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
COPY_MNEMONIC - Static variable in class org.jminor.common.i18n.Messages
 
COPY_TABLE_DATA - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
COPY_TABLE_WITH_HEADER - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
COPY_TO_CLIPBOARD - Static variable in class org.jminor.common.i18n.Messages
 
copyEntities(List<Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
 
copyEntities(EntityConnection, EntityConnection, int, boolean, String...) - Static method in class org.jminor.framework.tools.EntityDataUtil
Copies the given entities from source to destination
copyErrorReport() - Method in class org.jminor.common.ui.ExceptionDialog
 
copyValue(V) - Method in interface org.jminor.common.model.valuemap.ValueMap
Returns a deep copy of the given value, immutable values are simply returned.
copyValue(V) - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Returns a deep copy of the given value, immutable values are simply returned.
count(String) - Method in class org.jminor.common.db.Databases.QueryCounter
Counts the given query, based on it's first character
createBooleanComboBox(String) - Method in class org.jminor.framework.client.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.framework.client.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.framework.client.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.framework.client.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.framework.client.ui.EntityUiUtil
 
createBooleanComboBox(Property, EntityEditModel, StateObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createButton(Control) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createCheckBox(ToggleBeanValueLink) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createCheckBox(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JCheckBox bound to the property identified by propertyID
createCheckBox(String, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JCheckBox bound to the property identified by propertyID
createCheckBox(String, StateObserver, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JCheckBox bound to the property identified by propertyID
createCheckBox(Property) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JCheckBox bound to the given property
createCheckBox(Property, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JCheckBox bound to the given property
createCheckBox(Property, StateObserver, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JCheckBox bound to the given property
createCheckBox(Property, EntityEditModel) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createCheckBox(Property, EntityEditModel, StateObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createCheckBox(Property, EntityEditModel, StateObserver, boolean) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createCheckBoxMenuItem(ToggleBeanValueLink) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createComboBox(String, ComboBoxModel, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a SteppedComboBox bound to the property identified by propertyID
createComboBox(String, ComboBoxModel, boolean, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a SteppedComboBox bound to the property identified by propertyID
createComboBox(Property, ComboBoxModel, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a SteppedComboBox bound to the given property
createComboBox(Property, ComboBoxModel, boolean, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a SteppedComboBox bound to the given property
createComboBox(Property, EntityEditModel, ComboBoxModel, StateObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createComboBox(Property, EntityEditModel, ComboBoxModel, StateObserver, boolean) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
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(Database, User) - Static method in class org.jminor.common.db.DatabaseConnections
Constructs a new DatabaseConnection instance, based on the given Connection object.
createConnection(Database, User, Connection) - Static method in class org.jminor.common.db.DatabaseConnections
Constructs a new DatabaseConnection instance, based on the given Connection object.
createConnection(User) - Method in interface org.jminor.common.db.PoolableConnectionProvider
Creates a new PoolableConnection instance based on the given user.
createConnection(Database, User) - Static method in class org.jminor.framework.db.EntityConnections
Constructs a new EntityConnection instance
createConnection(Connection, Database, User) - Static method in class org.jminor.framework.db.EntityConnections
Constructs a new EntityConnection instance
createConnectionProvider(User, String) - Static method in class org.jminor.framework.db.provider.EntityConnectionProviders
Returns a EntityConnectionProvider according to system properties
createConnectionProvider(User, UUID, String) - Static method in class org.jminor.framework.db.provider.EntityConnectionProviders
Returns a remote or local EntityConnectionProvider according to system properties.
createControlPanel(boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Initializes the control panel, that is, the panel containing buttons for editing entities (Insert, Update...)
createDateInputPanel(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a new DateInputPanel using the default short date format, bound to the property identified by propertyID.
createDateInputPanel(String, SimpleDateFormat) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyID.
createDateInputPanel(String, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyID.
createDateInputPanel(String, SimpleDateFormat, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyID.
createDateInputPanel(String, SimpleDateFormat, boolean, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyID.
createDateInputPanel(String, SimpleDateFormat, boolean, StateObserver, LinkType) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyID.
createDateInputPanel(Property) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyID.
createDateInputPanel(Property, SimpleDateFormat) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyID.
createDateInputPanel(Property, SimpleDateFormat, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyID.
createDateInputPanel(Property, SimpleDateFormat, boolean, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyID.
createDateInputPanel(Property, SimpleDateFormat, boolean, StateObserver, LinkType) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a new DateInputPanel bound to the property identified by propertyID.
createDateInputPanel(Property, EntityEditModel, SimpleDateFormat, LinkType, boolean) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createDateInputPanel(Property, EntityEditModel, SimpleDateFormat, LinkType, boolean, StateObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createDefaultModel() - Method in class org.jminor.common.ui.textfield.DoubleField
 
createDefaultModel() - Method in class org.jminor.common.ui.textfield.IntField
createDefaultModel() - Method in class org.jminor.common.ui.textfield.TextFieldPlus
 
createEditableComboBox(String, ComboBoxModel) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates an editable SteppedComboBox bound to the property identified by propertyID
createEditableComboBox(String, ComboBoxModel, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates an editable SteppedComboBox bound to the property identified by propertyID
createEditableComboBox(Property, ComboBoxModel, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates an editable SteppedComboBox bound to the given property
createEditPanel(EntityConnectionProvider) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
createEmbeddedH2Database(String, boolean) - Static method in class org.jminor.common.db.dbms.H2Database
Initializes a new H2 database, with the given script
createEntity(String, ValueProvider<Property, Object>) - Static method in class org.jminor.framework.domain.EntityUtil
 
createEntityComboBox(String, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a EntityComboBox bound to the property identified by propertyID
createEntityComboBox(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates an EntityComboBox bound to the property identified by propertyID
createEntityComboBox(Property.ForeignKeyProperty) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates an EntityComboBox bound to the given foreign key property
createEntityComboBox(Property.ForeignKeyProperty, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates an EntityComboBox bound to the given foreign key property
createEntityComboBox(Property.ForeignKeyProperty, EntityEditModel) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createEntityComboBox(Property.ForeignKeyProperty, EntityEditModel, StateObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createEntityComboBoxFilterPanel(EntityComboBox, String, boolean) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createEntityComboBoxModel(Property.ForeignKeyProperty) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Creates a default EntityComboBoxModel for the given property, override to provide specific EntityComboBoxModels (filtered for example) for properties.
createEntityComboBoxModel(Property.ForeignKeyProperty) - Method in interface org.jminor.framework.client.model.EntityEditModel
Creates a default EntityComboBoxModel for the given property, override to provide specific EntityComboBoxModels (filtered for example) for properties.
createEntityComboBoxPanel(EntityComboBox, EntityPanelProvider, boolean) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createEntityField(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates an uneditable JTextField bound to the property identified by propertyID
createEntityField(Property.ForeignKeyProperty) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates an uneditable JTextField bound to the given property
createEntityField(Property.ForeignKeyProperty, EntityEditModel) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createEntityFieldPanel(String, EntityTableModel) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JPanel containing an uneditable JTextField bound to the property identified by propertyID and a button for selecting an Entity to set as the property value
createEntityFieldPanel(Property.ForeignKeyProperty, EntityTableModel) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JPanel containing an uneditable JTextField bound to the given property identified and a button for selecting an Entity to set as the property value
createEntityFieldPanel(Property.ForeignKeyProperty, EntityEditModel, EntityTableModel) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createEntityInputProvider(Property.ForeignKeyProperty, Entity, EntityEditModel) - Method in class org.jminor.framework.client.ui.EntityTablePanel
Creates a InputProvider for the given foreign key property
createEntityLookupField(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates an EntityLookupField bound to the property identified by propertyID, the property must be an Property.ForeignKeyProperty
createEntityLookupField(String, String...) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates an EntityLookupField bound to the property identified by propertyID, the property must be an Property.ForeignKeyProperty
createEntityLookupField(Property.ForeignKeyProperty, String...) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates an EntityLookupField bound to the given foreign key property
createEntityLookupField(Property.ForeignKeyProperty, EntityEditModel) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createEntityLookupField(Property.ForeignKeyProperty, EntityEditModel, String...) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createEntityLookupField(Property.ForeignKeyProperty, EntityEditModel, Criteria, String...) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createEntityLookupModel(String, List<Property.ColumnProperty>, Criteria) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Creates a EntityLookupModel for the given entityID
createEntityLookupModel(String, List<Property.ColumnProperty>, Criteria) - Method in interface org.jminor.framework.client.model.EntityEditModel
Creates a EntityLookupModel for the given entityID
createForeignKeyFilterAction(String) - Method in class org.jminor.framework.client.ui.EntityComboBox
 
createForeignKeyFilterComboBox(String) - Method in class org.jminor.framework.client.ui.EntityComboBox
 
createForeignKeyFilterComboBoxModel(String) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
Returns a combo box model for selecting a foreign key value for filtering this model
createForeignKeyFilterComboBoxModel(String) - Method in interface org.jminor.framework.client.model.EntityComboBoxModel
Returns a combo box model for selecting a foreign key value for filtering this model
createFormattedField(SimpleDateFormat, Object) - Static method in class org.jminor.common.ui.UiUtil
 
createFormattedField(String) - Static method in class org.jminor.common.ui.UiUtil
 
createFormattedField(String, boolean) - Static method in class org.jminor.common.ui.UiUtil
 
createFormattedField(String, boolean, boolean) - Static method in class org.jminor.common.ui.UiUtil
 
createFrame(Image) - Static method in class org.jminor.common.ui.UiUtil
 
createHorizontalButtonPanel(JComponent, ControlSet) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createHorizontalButtonPanel(ControlSet) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createInstance() - Static method in class org.jminor.common.db.Databases
 
createInstance(ClientInfo, int) - Static method in class org.jminor.common.server.loadtest.RemoteLoadTests
Instantiates a new RemoteLoadTestAdapter.
createLabel(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JLabel with a caption from the property identified by propertyID
createLabel(String, int) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JLabel with a caption from the given property identified by propertyID
createLabel(Property) - Static method in class org.jminor.framework.client.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.framework.client.ui.EntityUiUtil
Creates a JLabel with a caption from the given property
createLookupFieldPanel(EntityLookupField, EntityTableModel) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createMemoryUsageField(int) - Static method in class org.jminor.common.ui.UiUtil
 
createMenu(ControlSet) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createMenuBar(List<ControlSet>) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createMenuBar(ControlSet) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createMenuBar() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
createPanel(EntityConnectionProvider) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
createPanel(EntityConnectionProvider, boolean) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
createPanel(EntityModel) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
createPool(PoolableConnectionProvider, User) - Static method in class org.jminor.common.db.pool.ConnectionPools
Instantiates a new ConnectionPoolImpl.
createPopupMenu(ControlSet) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createPropertyComboBox(String) - Method in class org.jminor.framework.client.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.framework.client.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, String) - Method in class org.jminor.framework.client.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, String, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a SteppedComboBox bound to the property identified by propertyID, the combo box contains the underlying values of the property
createPropertyComboBox(Property.ColumnProperty) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property
createPropertyComboBox(Property.ColumnProperty, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property
createPropertyComboBox(Property.ColumnProperty, StateObserver, String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property
createPropertyComboBox(Property.ColumnProperty, StateObserver, String, boolean) - Method in class org.jminor.framework.client.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.framework.client.ui.EntityUiUtil
 
createPropertyComboBox(String, EntityEditModel, EventObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createPropertyComboBox(String, EntityEditModel, EventObserver, StateObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createPropertyComboBox(String, EntityEditModel, EventObserver, StateObserver, String) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createPropertyComboBox(Property.ColumnProperty, EntityEditModel) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createPropertyComboBox(Property.ColumnProperty, EntityEditModel, EventObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createPropertyComboBox(Property.ColumnProperty, EntityEditModel, EventObserver, StateObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createPropertyComboBox(Property.ColumnProperty, EntityEditModel, EventObserver, StateObserver, String) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createPropertyComboBox(Property.ColumnProperty, EntityEditModel, EventObserver, StateObserver, String, boolean) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createPropertyComboBoxModel(Property.ColumnProperty, EventObserver, String) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Creates a combo box model containing the current values of the given property
createPropertyComboBoxModel(Property.ColumnProperty, EventObserver, String) - Method in interface org.jminor.framework.client.model.EntityEditModel
Creates a combo box model containing the current values of the given property
createPropertyPanel(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a panel containing a label and the component associated with the given property.
createPropertyPanel(String, JComponent) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a panel containing a label and the given component.
createPropertyPanel(String, JComponent, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a panel containing a label and the given component.
createPropertyPanel(String, JComponent, boolean, int, int) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a panel containing a label and the given component.
createPropertyPanel(String, JComponent, boolean, int, int, int) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a panel containing a label and the given component.
createPropertyPanel(JComponent, JComponent, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a panel containing a label component and the inputComponent.
createPropertyPanel(JComponent, JComponent, boolean, int, int) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a panel containing a label component and the inputComponent.
createRadioButtonMenuItem(ToggleBeanValueLink) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createRandomEntity(String, Map<String, Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
 
createRandomString(int, int) - Static method in class org.jminor.common.model.Util
 
createReportComponent(ReportResult<R>) - Method in interface org.jminor.common.ui.reports.ReportUIWrapper
Returns a JComponent showing a report based on the given report result.
createStaticEntityTablePanel(Collection<Entity>, EntityConnectionProvider) - Static method in class org.jminor.framework.client.ui.EntityTablePanel
Creates a static entity table panel showing the given entities
createStaticEntityTablePanel(Collection<Entity>, EntityConnectionProvider, String) - Static method in class org.jminor.framework.client.ui.EntityTablePanel
Creates a static entity table panel showing the given entities
createTablePanel(EntityConnectionProvider) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
createTextArea(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextArea component bound to the property identified by propertyID .
createTextArea(String, int, int) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextArea component bound to the property identified by propertyID .
createTextArea(String, LinkType, int, int) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextArea component bound to the property identified by propertyID .
createTextArea(Property, EntityEditModel, LinkType) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createTextArea(Property, EntityEditModel, LinkType, int, int) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createTextField(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextField bound to the property identified by propertyID
createTextField(String, LinkType) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextField bound to the property identified by propertyID
createTextField(String, LinkType, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextField bound to the property identified by propertyID
createTextField(String, LinkType, boolean, String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextField bound to the property identified by propertyID
createTextField(String, LinkType, boolean, String, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextField bound to the property identified by propertyID
createTextField(String, LinkType, boolean, String, StateObserver, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextField bound to the property identified by propertyID
createTextField(Property) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextField bound to the given property
createTextField(Property, LinkType) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextField bound to the given property
createTextField(Property, LinkType, String, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextField bound to the given property
createTextField(Property, LinkType, String, boolean, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextField bound to the given property
createTextField(Property, LinkType, String, boolean, StateObserver, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a JTextField bound to the given property
createTextField(Property, EntityEditModel) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createTextField(Property, EntityEditModel, LinkType, String, boolean) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createTextField(Property, EntityEditModel, LinkType, String, boolean, StateObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createTextField(Property, EntityEditModel, LinkType, String, boolean, SimpleDateFormat, StateObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createTextField(Property, EntityEditModel, LinkType, String, boolean, SimpleDateFormat, StateObserver, boolean) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createTextInputPanel(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TextInputPanel bound to the property identified by propertyID.
createTextInputPanel(String, LinkType) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TextInputPanel bound to the property identified by propertyID.
createTextInputPanel(String, LinkType, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TextInputPanel bound to the property identified by propertyID.
createTextInputPanel(String, LinkType, boolean, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TextInputPanel bound to the property identified by propertyID.
createTextInputPanel(Property, LinkType, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TextInputPanel bound to the property identified by propertyID.
createTextInputPanel(Property, LinkType, boolean, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TextInputPanel bound to the property identified by propertyID.
createTextInputPanel(Property, EntityEditModel, LinkType, boolean, boolean) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createToggleButton(ToggleBeanValueLink) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createToggleButton(ToggleBeanValueLink, boolean) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createToolbar(ControlSet, int) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createToolbar(JToolBar, ControlSet) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createTristateCheckBox(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TristateCheckBox bound to the property identified by propertyID
createTristateCheckBox(String, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TristateCheckBox bound to the property identified by propertyID
createTristateCheckBox(String, StateObserver, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TristateCheckBox bound to the property identified by propertyID
createTristateCheckBox(Property) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TristateCheckBox bound to the given property
createTristateCheckBox(Property, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TristateCheckBox bound to the given property
createTristateCheckBox(Property, StateObserver, boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a TristateCheckBox bound to the given property
createTristateCheckBox(Property, EntityEditModel, StateObserver, boolean) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createValueListComboBox(String) - Method in class org.jminor.framework.client.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.framework.client.ui.EntityEditPanel
Creates a SteppedComboBox containing the values defined by the given value list property, bound to the given property.
createValueListComboBox(Property.ValueListProperty) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a SteppedComboBox containing the values defined in the given value list property, bound to the given property.
createValueListComboBox(Property.ValueListProperty, StateObserver) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Creates a SteppedComboBox containing the values defined in the given value list property, bound to the given property.
createValueListComboBox(Property.ValueListProperty, EntityEditModel) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createValueListComboBox(Property.ValueListProperty, EntityEditModel, StateObserver) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
createVerticalButtonPanel(JComponent, ControlSet) - Static method in class org.jminor.common.ui.control.ControlProvider
 
createVerticalButtonPanel(ControlSet) - Static method in class org.jminor.common.ui.control.ControlProvider
 
Criteria<T> - Interface in org.jminor.common.db.criteria
A generic interface for objects serving as where conditions in database queries
criteria(Entity.Key) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
criteria(List<Entity.Key>) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
criteria(String) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
criteria(String, String, SearchType, Object...) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
criteria(String, Criteria<Property.ColumnProperty>) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
CriteriaProvider<T> - Interface in org.jminor.common.db.criteria
An object responsible for providing a criteria.
CriteriaSet<T> - Class in org.jminor.common.db.criteria
A class encapsulating a set of Criteria objects, that should be either AND'ed or OR'ed together in a query context
CriteriaSet(Conjunction) - Constructor for class org.jminor.common.db.criteria.CriteriaSet
Initializes a new CriteriaSet instance
CriteriaSet(Conjunction, Criteria<T>...) - Constructor for class org.jminor.common.db.criteria.CriteriaSet
Initializes a new CriteriaSet instance

D

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_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_EXCEPTION - Static variable in class org.jminor.common.i18n.Messages
 
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_IMPLEMENTATION_CLASS - Static variable in interface org.jminor.common.db.Database
Specifies the Database implementation class to use in case of a dbms that is not directly supported
DATABASE_IN_MEMORY - Static variable in class org.jminor.common.db.dbms.H2Database
Specifies whether or not the database should be run in in-memory mode
Values: "true"/"false"
Default: "false"
DATABASE_INIT_SCRIPT - Static variable in class org.jminor.common.db.dbms.H2Database
The script to run when initializing an embedded database
DATABASE_POOL_STATISTICS - Static variable in interface org.jminor.common.db.Database
Specifies whether or not connection pools should collect fine grained performance/usage statistics by default, true or false
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
DatabaseConnection - Interface in org.jminor.common.db
Specifies a database connection, providing basic transaction control and helper functions for querying and manipulating data.
DatabaseConnection.Function - Interface in org.jminor.common.db
A database function
DatabaseConnection.Operation - Interface in org.jminor.common.db
A database operation
DatabaseConnection.Procedure - Interface in org.jminor.common.db
A database procedure
DatabaseConnectionImpl - Class in org.jminor.common.db
A default DatabaseConnection implementation, which wraps a standard JDBC Connection object.
DatabaseConnectionImpl(Database, User) - Constructor for class org.jminor.common.db.DatabaseConnectionImpl
Constructs a new DatabaseConnectionImpl instance, initialized and ready for usage
DatabaseConnectionImpl(Database, User, Connection) - Constructor for class org.jminor.common.db.DatabaseConnectionImpl
Constructs a new DatabaseConnectionImpl instance, based on the given Connection object.
DatabaseConnections - Class in org.jminor.common.db
 
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, String) - Constructor for exception org.jminor.common.db.exception.DatabaseException
Constructs a new DatabaseException instance
DatabaseMonitor - Class in org.jminor.framework.server.monitor
A DatabaseMonitor
DatabaseMonitor(EntityConnectionServerAdmin) - Constructor for class org.jminor.framework.server.monitor.DatabaseMonitor
 
DatabaseMonitorPanel - Class in org.jminor.framework.server.monitor.ui
A DatabaseMonitorPanel
DatabaseMonitorPanel(DatabaseMonitor) - Constructor for class org.jminor.framework.server.monitor.ui.DatabaseMonitorPanel
Instantiates a new DatabaseMonitorPanel
Databases - Class in org.jminor.common.db
Provides Database implementations based on system settings.
Databases.DatabaseStatistics - Class in org.jminor.common.db
A default DatabaseStatistics implementation.
Databases.QueryCounter - Class in org.jminor.common.db
A class for counting query types, providing avarages over time
datasetContainsData() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
DateBeanValueLink - Class in org.jminor.common.ui.control
Binds a JFormattedField to a date based bean property.
DateBeanValueLink(JFormattedTextField, Object, String, EventObserver, LinkType, DateFormat) - Constructor for class org.jminor.common.ui.control.DateBeanValueLink
Instantiates a new DateBeanValueLink.
DateFormats - Class in org.jminor.common.model.formats
A collection of date format strings.
DateInputPanel - Class in org.jminor.common.ui
A panel for displaying a formatted text field and a button activating a calendar for date input.
DateInputPanel(Date, SimpleDateFormat) - Constructor for class org.jminor.common.ui.DateInputPanel
Instantiates a new DateInputPanel.
DateInputPanel(JFormattedTextField, SimpleDateFormat, boolean, StateObserver) - Constructor for class org.jminor.common.ui.DateInputPanel
Instantiates a new DateInputPanel.
DateInputProvider - Class in org.jminor.common.ui.input
A InputProvider implementation for date values.
DateInputProvider(Date, SimpleDateFormat) - Constructor for class org.jminor.common.ui.input.DateInputProvider
Instantiates a new DateInputProvider.
DateUtil - Class in org.jminor.common.model
A static utility class for date handling.
DateValueLink<K> - Class in org.jminor.common.ui.valuemap
A class for linking a formatted text field to a ValueChangeMapEditModel date property value.
DateValueLink(JFormattedTextField, ValueChangeMapEditModel<K, Object>, K, LinkType, DateFormat, boolean) - Constructor for class org.jminor.common.ui.valuemap.DateValueLink
Instantiates a new DateValueLink.
decrementWeight(T) - Method in class org.jminor.common.model.BoundedItemRandomizerModel
Decrements the weight of the given item by one
decrementWeight(T) - Method in interface org.jminor.common.model.ItemRandomizer
Decrements the weight of the given item by one
decrementWeight() - Method in interface org.jminor.common.model.ItemRandomizer.RandomItem
Decrements the weight value assigned to this random item
decrementWeight(T) - Method in class org.jminor.common.model.ItemRandomizerModel
Decrements the weight of the given item by one
decrementWeight(Object) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Decrements the weight of the given item by one
DEFAULT_CHART_DATA_UPDATE_INTERVAL_MS - Static variable in class org.jminor.common.model.LoadTestModel
 
DEFAULT_COMBO_BOX_NULL_VALUE_ITEM - Static variable in class org.jminor.framework.Configuration
Specifies the value used by default to represent a null value in combo box models.
DEFAULT_CURSOR - Static variable in class org.jminor.common.ui.UiUtil
 
DEFAULT_DATE_FORMAT - Static variable in class org.jminor.framework.Configuration
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
DEFAULT_FIELD_COLUMNS - Static variable in class org.jminor.common.ui.ColumnSearchPanel
 
DEFAULT_FOREIGN_KEY_FETCH_DEPTH - Static variable in class org.jminor.framework.Configuration
Specifies the default foreign key fetch depth
Value type: Integer
Default value: 1
DEFAULT_LABEL_TEXT_ALIGNMENT - Static variable in class org.jminor.framework.Configuration
Specifies the default horizontal alignment used in labels
Value type: Integer (JLabel.LEFT, JLabel.RIGHT, JLabel.CENTER)
Default value: JLabel.LEFT
DEFAULT_LOGIN_TIMEOUT - Static variable in interface org.jminor.common.db.Database
The default connection login timeout
DEFAULT_LOOK_AND_FEEL_CLASSNAME - Static variable in class org.jminor.framework.Configuration
Specifies the default look and feel classname Value type: String
Default value: UIManager.getSystemLookAndFeelClassName()
DEFAULT_PORT - Static variable in class org.jminor.common.server.web.WebStartServer
 
DEFAULT_SEARCH_PANEL_STATE - Static variable in class org.jminor.framework.Configuration
Specifies the default search panel state, whether it should be visible or not
Value type: Boolean
Default value: false
DEFAULT_TIMESTAMP_FORMAT - Static variable in class org.jminor.framework.Configuration
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
DEFAULT_USERNAME - Static variable in class org.jminor.framework.Configuration
Default username for the login panel
DEFAULT_WARNING_TIME_MS - Static variable in class org.jminor.common.model.LoadTestModel
 
DefaultColumnSearchModel<K> - Class in org.jminor.common.model
A default ColumnSearchModel model implementation.
DefaultColumnSearchModel(K, int, String) - Constructor for class org.jminor.common.model.DefaultColumnSearchModel
Instantiates a DefaultColumnSearchModel.
DefaultColumnSearchModel(K, int, String, Format) - Constructor for class org.jminor.common.model.DefaultColumnSearchModel
Instantiates a DefaultColumnSearchModel.
DefaultEntityApplicationModel - Class in org.jminor.framework.client.model
A central application model class.
DefaultEntityApplicationModel(EntityConnectionProvider) - Constructor for class org.jminor.framework.client.model.DefaultEntityApplicationModel
Instantiates a new DefaultEntityApplicationModel
DefaultEntityComboBoxModel - Class in org.jminor.framework.client.model
A ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.
DefaultEntityComboBoxModel(String, EntityConnectionProvider) - Constructor for class org.jminor.framework.client.model.DefaultEntityComboBoxModel
 
DefaultEntityEditModel - Class in org.jminor.framework.client.model
A default EntityEditModel implementation String entityID = "some.entity"; String clientTypeID = "JavadocDemo"; User user = new User("scott", "tiger"); EntityConnectionProvider connectionProvider = EntityConnectionProviders.createConnectionProvider(user, clientTypeID); EntityEditModel editModel = new DefaultEntityEditModel(entityID, connectionProvider); EntityEditPanel panel = new EntityEditPanel(editModel);
DefaultEntityEditModel(String, EntityConnectionProvider) - Constructor for class org.jminor.framework.client.model.DefaultEntityEditModel
Instantiates a new EntityEditModel based on the entity identified by entityID.
DefaultEntityEditModel(String, EntityConnectionProvider, Entity.Validator) - Constructor for class org.jminor.framework.client.model.DefaultEntityEditModel
Instantiates a new EntityEditModel based on the entity identified by entityID.
DefaultEntityLookupModel - Class in org.jminor.framework.client.model
A default EntityLookupModel implementation
DefaultEntityLookupModel(String, EntityConnectionProvider, List<Property.ColumnProperty>) - Constructor for class org.jminor.framework.client.model.DefaultEntityLookupModel
Instantiates a new EntityLookupModel
DefaultEntityModel - Class in org.jminor.framework.client.model
A default EntityModel implementation.
DefaultEntityModel(String, EntityConnectionProvider) - Constructor for class org.jminor.framework.client.model.DefaultEntityModel
Instantiates a new EntityModel with default EntityEditModel and EntityTableModel implementations.
DefaultEntityModel(String, EntityConnectionProvider, boolean) - Constructor for class org.jminor.framework.client.model.DefaultEntityModel
Instantiates a new DefaultEntityModel with default EntityEditModel and EntityTableModel implementations.
DefaultEntityModel(EntityEditModel) - Constructor for class org.jminor.framework.client.model.DefaultEntityModel
Instantiates a new DefaultEntityModel
DefaultEntityModel(EntityTableModel) - Constructor for class org.jminor.framework.client.model.DefaultEntityModel
Instantiates a new DefaultEntityModel
DefaultEntityModel(EntityEditModel, boolean) - Constructor for class org.jminor.framework.client.model.DefaultEntityModel
Instantiates a new DefaultEntityModel
DefaultEntityModel(EntityEditModel, EntityTableModel) - Constructor for class org.jminor.framework.client.model.DefaultEntityModel
Instantiates a new DefaultEntityModel
DefaultEntityTableModel - Class in org.jminor.framework.client.model
A TableModel implementation for displaying and working with entities.
DefaultEntityTableModel(String, EntityConnectionProvider) - Constructor for class org.jminor.framework.client.model.DefaultEntityTableModel
Instantiates a new DefaultEntityTableModel with default column and search models.
DefaultEntityTableModel(String, EntityConnectionProvider, EntityTableSearchModel) - Constructor for class org.jminor.framework.client.model.DefaultEntityTableModel
Instantiates a new DefaultEntityTableModel.
DefaultEntityTableSearchModel - Class in org.jminor.framework.client.model
A default EntityTableSearchModel implementation
DefaultEntityTableSearchModel(String, EntityConnectionProvider, boolean) - Constructor for class org.jminor.framework.client.model.DefaultEntityTableSearchModel
Instantiates a new DefaultEntityTableSearchModel
DefaultEntityTableSearchModel(String, EntityConnectionProvider, boolean, PropertyFilterModelProvider, PropertySearchModelProvider) - Constructor for class org.jminor.framework.client.model.DefaultEntityTableSearchModel
Instantiates a new DefaultEntityTableSearchModel
DefaultExceptionHandler - Class in org.jminor.common.ui
A default ExcptionHandler implementation.
DefaultExceptionHandler() - Constructor for class org.jminor.common.ui.DefaultExceptionHandler
 
DefaultFilteredComboBoxModel<T> - Class in org.jminor.common.model.combobox
A default FilteredComboBoxModel implementation.
DefaultFilteredComboBoxModel() - Constructor for class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Instantiates a new DefaultFilteredComboBoxModel that does not sort its contents and does not include a nullValueItem.
DefaultFilteredComboBoxModel(String) - Constructor for class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Instantiates a new FilteredComboBoxModel.
DefaultForeignKeySearchModel - Class in org.jminor.framework.client.model
A default ForeignKeySearchModel implementation.
DefaultForeignKeySearchModel(Property.ForeignKeyProperty, EntityLookupModel) - Constructor for class org.jminor.framework.client.model.DefaultForeignKeySearchModel
Constructs a DefaultPropertySearchModel instance
DefaultForeignKeySearchModel(Property.ForeignKeyProperty, EntityComboBoxModel) - Constructor for class org.jminor.framework.client.model.DefaultForeignKeySearchModel
Constructs a DefaultPropertySearchModel instance
DefaultPropertyComboBoxModel - Class in org.jminor.framework.client.model
A combo box model based on a single entity property.
DefaultPropertyComboBoxModel(String, EntityConnectionProvider, Property.ColumnProperty, String, EventObserver) - Constructor for class org.jminor.framework.client.model.DefaultPropertyComboBoxModel
 
DefaultPropertyComboBoxModel(ValueCollectionProvider<Object>, String, EventObserver) - Constructor for class org.jminor.framework.client.model.DefaultPropertyComboBoxModel
 
DefaultPropertyFilterModel - Class in org.jminor.framework.client.model
A class for filtering a set of entities based on a property.
DefaultPropertyFilterModel(Property) - Constructor for class org.jminor.framework.client.model.DefaultPropertyFilterModel
Instantiates a new DefaultPropertyFilterModel
DefaultPropertyFilterModelProvider - Class in org.jminor.framework.client.model
A default PropertyFilterModelProvider implementation.
DefaultPropertyFilterModelProvider() - Constructor for class org.jminor.framework.client.model.DefaultPropertyFilterModelProvider
 
DefaultPropertySearchModel - Class in org.jminor.framework.client.model
A class for searching a set of entities based on a property.
DefaultPropertySearchModel(Property.ColumnProperty) - Constructor for class org.jminor.framework.client.model.DefaultPropertySearchModel
Constructs a DefaultPropertySearchModel instance
DefaultPropertySearchModelProvider - Class in org.jminor.framework.client.model
A default PropertySearchModelProvider implementation.
DefaultPropertySearchModelProvider() - Constructor for class org.jminor.framework.client.model.DefaultPropertySearchModelProvider
 
DefaultPropertySummaryModel - Class in org.jminor.framework.client.model
A default PropertySummaryModel implementation.
DefaultPropertySummaryModel(Property, PropertySummaryModel.PropertyValueProvider) - Constructor for class org.jminor.framework.client.model.DefaultPropertySummaryModel
Instantiates a new DefaultPropertySummaryModel
DefaultValueMapValidator<K,V> - Class in org.jminor.common.model.valuemap
A default value map validator implementation, which performs basic null validation.
DefaultValueMapValidator() - Constructor for class org.jminor.common.model.valuemap.DefaultValueMapValidator
 
define(String, Property...) - Static method in class org.jminor.framework.domain.Entities
Defines a new entity, by default the entityID is used as the underlying table name
define(String, String, Property...) - Static method in class org.jminor.framework.domain.Entities
Defines a new entity
delete() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Deletes the active entity
delete(List<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Deletes the given entities, returns silently on recieving an empty list
delete() - Method in interface org.jminor.framework.client.model.EntityEditModel
Deletes the active entity
delete(List<Entity>) - Method in interface org.jminor.framework.client.model.EntityEditModel
Deletes the given entities, returns silently on recieving an empty list
DELETE - Static variable in class org.jminor.framework.client.ui.EntityEditPanel
 
delete() - Method in class org.jminor.framework.client.ui.EntityEditPanel
Performs a delete on the active entity
delete(boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Performs a delete on the active entity
delete() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Performs a delete on the active entity or if a table model is available, the selected entities
delete(List<Entity.Key>) - Method in interface org.jminor.framework.db.EntityConnection
Deletes the entities according to the given primary keys.
delete(EntityCriteria) - Method in interface org.jminor.framework.db.EntityConnection
Deletes the entities specified by the given criteria Performs a commit unless a transaction is open.
DELETE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
delete(List<Entity.Key>) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Deletes the entities according to the given primary keys.
delete(EntityCriteria) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Deletes the entities specified by the given criteria Performs a commit unless a transaction is open.
DELETE_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
DELETE_SELECTED - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
DELETE_SELECTED - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
DELETE_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
deleted(DeleteEvent) - Method in class org.jminor.framework.client.model.event.DeleteListener
Handles the given delete event
DeleteEvent - Class in org.jminor.framework.client.model.event
An event describing a delete action.
DeleteEvent(Object, List<Entity>) - Constructor for class org.jminor.framework.client.model.event.DeleteEvent
Instantiates a new DeleteEvent.
DeleteListener - Class in org.jminor.framework.client.model.event
A listener for delete events.
DeleteListener() - Constructor for class org.jminor.framework.client.model.event.DeleteListener
 
deleteSelected() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Deletes the selected entities
deleteSelected() - Method in interface org.jminor.framework.client.model.EntityTableModel
Deletes the selected entities
denormalizedProperty(String, String, Property) - Static method in class org.jminor.framework.domain.Properties
 
denormalizedProperty(String, String, Property, String) - Static method in class org.jminor.framework.domain.Properties
 
denormalizedViewProperty(String, String, Property, String) - Static method in class org.jminor.framework.domain.Properties
 
DEPENDENT_RECORDS_FOUND - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
DERBY - Static variable in interface org.jminor.common.db.Database
The constant used to denote the Derby database type
DerbyDatabase - Class in org.jminor.common.db.dbms
A Database implementation based on the Derby database.
DerbyDatabase() - Constructor for class org.jminor.common.db.dbms.DerbyDatabase
Instantiates a new DerbyDatabase.
DerbyDatabase(String) - Constructor for class org.jminor.common.db.dbms.DerbyDatabase
Instantiates a new embedded DerbyDatabase.
DerbyDatabase(String, String, String) - Constructor for class org.jminor.common.db.dbms.DerbyDatabase
Instantiates a new networked DerbyDatabase.
derivedProperty(String, int, String, Property.DerivedProperty.Provider, String...) - Static method in class org.jminor.framework.domain.Properties
 
deserialize(String) - Method in interface org.jminor.common.model.Deserializer
Deserializes the given string into a list of values
deserializeFromFile(File) - Static method in class org.jminor.common.model.Util
 
Deserializer<V> - Interface in org.jminor.common.model
Deserializes a string into a list of values
Deserializer.DeserializeException - Exception in org.jminor.common.model
An exception occurring during deserialization
Deserializer.DeserializeException(String, Throwable) - Constructor for exception org.jminor.common.model.Deserializer.DeserializeException
Instantiates a new DeserializeException.
destroy() - Method in class org.jminor.framework.client.ui.EntityApplet
 
destroyConnection(PoolableConnection) - Method in interface org.jminor.common.db.PoolableConnectionProvider
Disconnects the given connection and disposes of any resources it holds.
DETAIL_TABLES - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
DETAILS - Static variable in class org.jminor.common.i18n.Messages
 
DIALOG - Static variable in class org.jminor.framework.client.ui.EntityPanel
 
DIMENSION_TEXT_FIELD_SQUARE - Static variable in class org.jminor.common.ui.UiUtil
A square dimension which sides are the same as the preferred height of a JTextField.
disconnect() - Method in class org.jminor.common.db.DatabaseConnectionImpl
Disconnects this connection
disconnect() - Method in interface org.jminor.common.db.PoolableConnection
Disconnects this connection
disconnect(UUID) - Method in class org.jminor.common.server.AbstractRemoteServer
Disconnects the connection identified by the given key.
disconnect(UUID) - Method in interface org.jminor.common.server.RemoteServer
Disconnects the connection identified by the given key.
disconnect() - Method in interface org.jminor.framework.db.EntityConnection
Disconnects this connection
disconnect() - Method in interface org.jminor.framework.db.provider.EntityConnectionProvider
Logs out, disconnects and performs cleanup if required
disconnect() - Method in class org.jminor.framework.db.provider.LocalEntityConnectionProvider
Logs out, disconnects and performs cleanup if required
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(UUID) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
Unregisters the connection from the server, if connection pooling is enabled for the user the connection is pooled.
disconnect() - Method in class org.jminor.framework.server.monitor.ClientInstanceMonitor
 
disconnect() - Method in class org.jminor.framework.server.provider.RemoteEntityConnectionProvider
Logs out, disconnects and performs cleanup if required
disconnect() - Method in interface org.jminor.framework.server.RemoteEntityConnection
Disconnects this connection
disconnectAll() - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
disconnectAll() - Method in class org.jminor.framework.server.monitor.ui.ClientUserMonitorPanel
 
disconnectApplication(QueryLoadTestModel.QueryApplication) - Method in class org.jminor.common.db.tools.QueryLoadTestModel
 
disconnectApplication(T) - Method in class org.jminor.common.model.LoadTestModel
 
disconnectApplication(EntityApplicationModel) - Method in class org.jminor.framework.tools.testing.EntityLoadTestModel
disconnectSelected() - Method in class org.jminor.framework.server.monitor.ui.ClientInstanceMonitorPanel
 
disconnectTimedOut() - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
doConnect(ClientInfo) - Method in class org.jminor.common.server.AbstractRemoteServer
Establishes the actual client connection.
doConnect(ClientInfo) - Method in class org.jminor.common.server.loadtest.RemoteLoadTestServer
Establishes the actual client connection.
DocumentAdapter - Class in org.jminor.common.model
A simple document adapter.
DocumentAdapter() - Constructor for class org.jminor.common.model.DocumentAdapter
 
doDelete(List<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Deletes the given entities from the database
doDisconnect(T) - Method in class org.jminor.common.server.AbstractRemoteServer
Disconnects the given connection.
doDisconnect(RemoteLoadTest) - Method in class org.jminor.common.server.loadtest.RemoteLoadTestServer
Disconnects the given connection.
doInsert(List<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Inserts the given entities from the database
doLogin(ClientInfo) - Method in interface org.jminor.common.server.LoginProxy
Performs login validation for the user specified by the client info and returns a client info with the same clientID and the user to propatage for further login procedures, which may or may not be the same user
doRefresh() - Method in class org.jminor.common.model.AbstractFilteredTableModel
Refreshes the data in this table model.
doRefresh() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Refreshes the data in this table model.
doSetUp() - Method in class org.jminor.framework.tools.testing.EntityTestUnit
Override to provide specific setup for this test
doTearDown() - Method in class org.jminor.framework.tools.testing.EntityTestUnit
Override to provide specific tear down for this test
DoubleBeanValueLink - Class in org.jminor.common.ui.control
Binds a DoubleField to a double based bean property.
DoubleBeanValueLink(DoubleField, Object, String, EventObserver) - Constructor for class org.jminor.common.ui.control.DoubleBeanValueLink
Instantiates a new DoubleBeanValueLink.
DoubleBeanValueLink(DoubleField, Object, String, EventObserver, LinkType) - Constructor for class org.jminor.common.ui.control.DoubleBeanValueLink
Instantiates a new DoubleBeanValueLink.
DoubleField - Class in org.jminor.common.ui.textfield
A text field for doubles.
DoubleField() - Constructor for class org.jminor.common.ui.textfield.DoubleField
Constructs a new DoubleField.
DoubleField(int) - Constructor for class org.jminor.common.ui.textfield.DoubleField
 
DoubleField(double, double) - Constructor for class org.jminor.common.ui.textfield.DoubleField
 
DoubleInputProvider - Class in org.jminor.common.ui.input
A InputProvider implementation for double values.
DoubleInputProvider(Double) - Constructor for class org.jminor.common.ui.input.DoubleInputProvider
Instantiates a new DoubleInputProvider.
DoubleValueLink<K> - Class in org.jminor.common.ui.valuemap
A class for linking a DoubleField to a ValueChangeMapEditModel double property value.
DoubleValueLink(DoubleField, ValueChangeMapEditModel<K, Object>, K, boolean, LinkType) - Constructor for class org.jminor.common.ui.valuemap.DoubleValueLink
Instantiates a new DoubleValueLink.
doUpdate(List<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Updates the given entities in the database

E

emailErrorReport() - Method in class org.jminor.common.ui.ExceptionDialog
 
EMBEDDED - Static variable in class org.jminor.framework.client.ui.EntityPanel
 
EMPTY_PASSWORD - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
EMPTY_USERNAME - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
enable(JComboBox) - Static method in class org.jminor.common.ui.combobox.MaximumMatch
Enables maximum match for the given combo box.
enable(JTextField) - Static method in class org.jminor.common.ui.textfield.SearchFieldHint
Enables the search hint for the given field
enable(JTextField, String) - Static method in class org.jminor.common.ui.textfield.SearchFieldHint
Enables the search hint for the given field
Entities - Class in org.jminor.framework.domain
A Entity factory class
Entities.Validator - Class in org.jminor.framework.domain
A default extensible Entity.Validator implementation.
Entities.Validator(String) - Constructor for class org.jminor.framework.domain.Entities.Validator
Instantiates a new EntityValidator
entity(String) - Static method in class org.jminor.framework.domain.Entities
Creates a new Entity instance with the given entityID
entity(Entity.Key) - Static method in class org.jminor.framework.domain.Entities
Creates a new Entity instance with the given primary key
entity(String, Map<String, Object>, Map<String, Object>) - Static method in class org.jminor.framework.domain.Entities
Creates a new Entity instance with the given entityID and the given values/originalValues
Entity - Interface in org.jminor.framework.domain
An ORM entity interface, providing access to the property values via the ValueMap interface.
Entity.BackgroundColorProvider - Interface in org.jminor.framework.domain
Provides background colors for entities.
Entity.Comparator - Interface in org.jminor.framework.domain
Provides comparisons for entities.
Entity.Definition - Interface in org.jminor.framework.domain
Specifies a entity definition.
Entity.Key - Interface in org.jminor.framework.domain
A class representing a primary key.
Entity.Validator - Interface in org.jminor.framework.domain
Responsible for providing validation for entities.
ENTITY_DESERIALIZER_CLASS - Static variable in class org.jminor.framework.Configuration
Specifies the class used for deserializing entity instances.
ENTITY_SERIALIZER_CLASS - Static variable in class org.jminor.framework.Configuration
Specifies the class used for serializing entity instances.
EntityApplet - Class in org.jminor.framework.client.ui
User: Björn Darri Date: 3.7.2010 Time: 22:49:33
EntityApplet(EntityPanelProvider) - Constructor for class org.jminor.framework.client.ui.EntityApplet
 
EntityApplicationModel - Interface in org.jminor.framework.client.model
A central application model class.
EntityApplicationPanel - Class in org.jminor.framework.client.ui
A central application panel class.
EntityApplicationPanel() - Constructor for class org.jminor.framework.client.ui.EntityApplicationPanel
 
EntityComboBox - Class in org.jminor.framework.client.ui
A UI component based on the EntityComboBoxModel.
EntityComboBox(EntityComboBoxModel) - Constructor for class org.jminor.framework.client.ui.EntityComboBox
Instantiates a new EntityComboBox
EntityComboBoxModel - Interface in org.jminor.framework.client.model
Specifies a ComboBoxModel containing entities.
EntityComboProvider - Class in org.jminor.framework.client.ui
A InputProvider implementation for Entity values based on a JComboBox.
EntityComboProvider(EntityComboBoxModel, Entity) - Constructor for class org.jminor.framework.client.ui.EntityComboProvider
Instantiates a new input provider based on the EntityComboBoxModel class
EntityConnection - Interface in org.jminor.framework.db
Defines the database methods the database layer offers.
EntityConnectionProvider - Interface in org.jminor.framework.db.provider
Interface for a class responsible for providing EntityConnection objects.
EntityConnectionProviders - Class in org.jminor.framework.db.provider
A factory class for handing out EntityConnectionProviders according to system properties.
EntityConnections - Class in org.jminor.framework.db
A factory class providing EntityConnection instances.
EntityConnectionServerAdmin - Interface in org.jminor.framework.server
Defines the server admin service methods.
EntityConnectionServerAdminImpl - Class in org.jminor.framework.server
Implements the RemoteEntityServerAdmin interface, providing admin access to a RemoteEntityServer instance.
EntityConnectionServerAdminImpl(EntityConnectionServer, boolean) - Constructor for class org.jminor.framework.server.EntityConnectionServerAdminImpl
Instantiates a new RemoteEntityServerAdminImpl
EntityCriteria - Interface in org.jminor.framework.db.criteria
A class encapsulating query criteria parameters for querying a set of entities.
EntityCriteriaPanel - Class in org.jminor.framework.client.ui
A panel for configuring the PropertySearchModels for a given EntityTableModel.
EntityCriteriaPanel(EntityTableModel) - Constructor for class org.jminor.framework.client.ui.EntityCriteriaPanel
Instantiates a new EntityCriteriaPanel for the given table model
EntityCriteriaUtil - Class in org.jminor.framework.db.criteria
A factory class for query criteria implementations.
EntityDataProvider - Interface in org.jminor.framework.client.model
The base interface for model objects responsible for reading and writing entities to and from a database.
EntityDataUtil - Class in org.jminor.framework.tools
A static helper class for mass data manipulation.
entityDeserializerAvailable() - Static method in class org.jminor.framework.Configuration
 
EntityEditModel - Interface in org.jminor.framework.client.model
Specifies a class for editing entity instances.
EntityEditPanel - Class in org.jminor.framework.client.ui
A UI component based on the EntityEditModel.
EntityEditPanel(EntityEditModel) - Constructor for class org.jminor.framework.client.ui.EntityEditPanel
Instantiates a new EntityEditPanel based on the provided EntityEditModel
EntityEditPanel(EntityEditModel, String...) - Constructor for class org.jminor.framework.client.ui.EntityEditPanel
Instantiates a new EntityEditPanel based on the provided EntityEditModel
EntityGeneratorModel - Class in org.jminor.framework.tools.generator
A model class for generating entity definitions.
EntityGeneratorModel(User, String) - Constructor for class org.jminor.framework.tools.generator.EntityGeneratorModel
Instantiates a new EntityGeneratorModel.
EntityGeneratorModel(Database, User, String) - Constructor for class org.jminor.framework.tools.generator.EntityGeneratorModel
Instantiates a new EntityGeneratorModel.
EntityGeneratorModel.Table - Class in org.jminor.framework.tools.generator
 
EntityGeneratorPanel - Class in org.jminor.framework.tools.generator.ui
A UI class based on the EntityGeneratorModel.
EntityGeneratorPanel(EntityGeneratorModel) - Constructor for class org.jminor.framework.tools.generator.ui.EntityGeneratorPanel
Instantiates a new EntityGeneratorPanel.
EntityLoadTestModel - Class in org.jminor.framework.tools.testing
A class for running multiple EntityApplicationModel instances for load testing purposes.
EntityLoadTestModel(User, LoadTest.UsageScenario<EntityApplicationModel>...) - Constructor for class org.jminor.framework.tools.testing.EntityLoadTestModel
Instantiates a new EntityLoadTestModel.
EntityLoadTestModel.AbstractEntityUsageScenario - Class in org.jminor.framework.tools.testing
 
EntityLoadTestModel.AbstractEntityUsageScenario() - Constructor for class org.jminor.framework.tools.testing.EntityLoadTestModel.AbstractEntityUsageScenario
 
EntityLoadTestModel.AbstractEntityUsageScenario(String) - Constructor for class org.jminor.framework.tools.testing.EntityLoadTestModel.AbstractEntityUsageScenario
 
EntityLookupField - Class in org.jminor.framework.client.ui
A UI component based on the EntityLookupModel
EntityLookupField(EntityLookupModel) - Constructor for class org.jminor.framework.client.ui.EntityLookupField
Initializes a new EntityLookupField
EntityLookupModel - Interface in org.jminor.framework.client.model
A interface responsible for doing entity lookups based on a set of criteria properties.
EntityLookupProvider - Class in org.jminor.framework.client.ui
A InputProvider implementation for Entity values based on a EntityLookupField.
EntityLookupProvider(EntityLookupModel, Entity) - Constructor for class org.jminor.framework.client.ui.EntityLookupProvider
Instantiates a new EntityLookupProvider
EntityModel - Interface in org.jminor.framework.client.model
Specifies a class responsible for, among other things, coordinating a EntityEditModel and an EntityTableModel.
EntityPanel - Class in org.jminor.framework.client.ui
A panel representing a Entity via a EntityModel, which facilitates browsing and editing of records.
EntityPanel(EntityModel) - Constructor for class org.jminor.framework.client.ui.EntityPanel
Initializes a new EntityPanel instance.
EntityPanel(EntityModel, String) - Constructor for class org.jminor.framework.client.ui.EntityPanel
Initializes a new EntityPanel instance.
EntityPanel(EntityModel, EntityEditPanel) - Constructor for class org.jminor.framework.client.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanel(EntityModel, EntityTablePanel) - Constructor for class org.jminor.framework.client.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanel(EntityModel, String, EntityEditPanel) - Constructor for class org.jminor.framework.client.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanel(EntityModel, String, EntityTablePanel) - Constructor for class org.jminor.framework.client.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanel(EntityModel, EntityEditPanel, EntityTablePanel) - Constructor for class org.jminor.framework.client.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanel(EntityModel, String, EntityEditPanel, EntityTablePanel) - Constructor for class org.jminor.framework.client.ui.EntityPanel
Instantiates a new EntityPanel instance.
EntityPanelProvider - Class in org.jminor.framework.client.ui
A class providing EntityPanel instances.
EntityPanelProvider(String) - Constructor for class org.jminor.framework.client.ui.EntityPanelProvider
Instantiates a new EntityPanelProvider for the given entity type
EntityPanelProvider(String, String) - Constructor for class org.jminor.framework.client.ui.EntityPanelProvider
Instantiates a new EntityPanelProvider for the given entity type
EntityPanelProvider(String, Class<? extends EntityModel>, Class<? extends EntityPanel>) - Constructor for class org.jminor.framework.client.ui.EntityPanelProvider
Instantiates a new EntityPanelProvider
EntityPanelProvider(String, String, Class<? extends EntityModel>, Class<? extends EntityPanel>) - Constructor for class org.jminor.framework.client.ui.EntityPanelProvider
Instantiates a new EntityPanelProvider
EntityReportUiUtil - Class in org.jminor.framework.client.ui.reporting
A static utility class for displaying reports.
EntityReportUtil - Class in org.jminor.framework.client.model.reporting
A static utility class for working with reports.
EntitySelectCriteria - Interface in org.jminor.framework.db.criteria
A class encapsulating select query parameters.
entitySerializerAvailable() - Static method in class org.jminor.framework.Configuration
 
EntityServerMonitor - Class in org.jminor.framework.server.monitor
A monitor for the EntityConnectionServer
EntityServerMonitor(String) - Constructor for class org.jminor.framework.server.monitor.EntityServerMonitor
 
EntityServerMonitorPanel - Class in org.jminor.framework.server.monitor.ui
A UI based on the EntityServerMonitor model
EntityServerMonitorPanel() - Constructor for class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
Instantiates a new MonitorPanel
EntityServerMonitorPanel(MonitorModel) - Constructor for class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
Instantiates a new MonitorPanel
EntityTableCellRenderer - Class in org.jminor.framework.client.ui
The default TableCellRenderer implementation used by EntityTablePanel.
EntityTableCellRenderer(EntityTableModel) - Constructor for class org.jminor.framework.client.ui.EntityTableCellRenderer
Instantiates a new EntityTableCellRenderer
EntityTableCellRenderer.BooleanRenderer - Class in org.jminor.framework.client.ui
A cell renderer for booleans.
EntityTableCellRenderer.BooleanRenderer() - Constructor for class org.jminor.framework.client.ui.EntityTableCellRenderer.BooleanRenderer
Constructs a new BooleanRenderer.
EntityTableCellRenderer.DateRenderer - Class in org.jminor.framework.client.ui
A cell renderer for dates.
EntityTableCellRenderer.DateRenderer(Property) - Constructor for class org.jminor.framework.client.ui.EntityTableCellRenderer.DateRenderer
Instantiates a new DateRenderer.
EntityTableCellRenderer.DateRenderer(DateFormat) - Constructor for class org.jminor.framework.client.ui.EntityTableCellRenderer.DateRenderer
Instantiates a new DateRenderer.
EntityTableCellRenderer.DoubleRenderer - Class in org.jminor.framework.client.ui
A cell renderer for doubles.
EntityTableCellRenderer.DoubleRenderer(Property) - Constructor for class org.jminor.framework.client.ui.EntityTableCellRenderer.DoubleRenderer
Instantiates a new DoubleRenderer.
EntityTableCellRenderer.DoubleRenderer(NumberFormat) - Constructor for class org.jminor.framework.client.ui.EntityTableCellRenderer.DoubleRenderer
Instantiates a new DoubleRenderer.
EntityTableCellRenderer.IntegerRenderer - Class in org.jminor.framework.client.ui
A cell renderer for integers.
EntityTableCellRenderer.IntegerRenderer(Property) - Constructor for class org.jminor.framework.client.ui.EntityTableCellRenderer.IntegerRenderer
Instantiates a new DoubleRenderer.
EntityTableCellRenderer.IntegerRenderer(NumberFormat) - Constructor for class org.jminor.framework.client.ui.EntityTableCellRenderer.IntegerRenderer
Instantiates a new IntegerRenderer.
EntityTableCellRenderer.TimestampRenderer - Class in org.jminor.framework.client.ui
A cell renderer for timestamps.
EntityTableCellRenderer.TimestampRenderer(Property) - Constructor for class org.jminor.framework.client.ui.EntityTableCellRenderer.TimestampRenderer
Instantiates a new TimestampRenderer.
EntityTableCellRenderer.TimestampRenderer(DateFormat) - Constructor for class org.jminor.framework.client.ui.EntityTableCellRenderer.TimestampRenderer
Instantiates a new TimestampRenderer.
EntityTableModel - Interface in org.jminor.framework.client.model
Specifies a table model containing Entity objects
EntityTablePanel - Class in org.jminor.framework.client.ui
The EntityTablePanel is a UI class based on the EntityTableModel class.
EntityTablePanel(EntityTableModel) - Constructor for class org.jminor.framework.client.ui.EntityTablePanel
Initializes a new EntityTablePanel instance
EntityTablePanel(EntityTableModel, EntityTableSearchPanel) - Constructor for class org.jminor.framework.client.ui.EntityTablePanel
Initializes a new EntityTablePanel instance
EntityTablePanel(EntityTableModel, EntityTableSummaryPanel) - Constructor for class org.jminor.framework.client.ui.EntityTablePanel
Initializes a new EntityTablePanel instance
EntityTablePanel(EntityTableModel, EntityTableSearchPanel, EntityTableSummaryPanel) - Constructor for class org.jminor.framework.client.ui.EntityTablePanel
Initializes a new EntityTablePanel instance
EntityTableSearchAdvancedPanel - Class in org.jminor.framework.client.ui
A UI component based on the EntityTableSearchModel
EntityTableSearchAdvancedPanel(EntityTableSearchModel, TableColumnModel) - Constructor for class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel
Instantiates a new EntityTableSearchAdvancedPanel
EntityTableSearchAdvancedPanel(EntityTableSearchModel, TableColumnModel, int) - Constructor for class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel
Instantiates a new EntityTableSearchAdvancedPanel
EntityTableSearchModel - Interface in org.jminor.framework.client.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.
EntityTableSearchPanel - Interface in org.jminor.framework.client.ui
A UI component based on the EntityTableSearchModel
EntityTableSearchSimplePanel - Class in org.jminor.framework.client.ui
A simple table search panel, with a single search field.
EntityTableSearchSimplePanel(EntityTableSearchModel, Refreshable) - Constructor for class org.jminor.framework.client.ui.EntityTableSearchSimplePanel
Instantiates a new EntityTableSearchSimplePanel.
EntityTableSummaryPanel - Class in org.jminor.framework.client.ui
A UI component for showing summary panels for numerical properties in a EntityTableModel.
EntityTableSummaryPanel(EntityTableModel) - Constructor for class org.jminor.framework.client.ui.EntityTableSummaryPanel
Instantiates a new EntityTableSummaryPanel
EntityTestUnit - Class in org.jminor.framework.tools.testing
A class for unit testing domain entities.
EntityTestUnit() - Constructor for class org.jminor.framework.tools.testing.EntityTestUnit
Instantiates a new EntityTestUnit.
EntityUiUtil - Class in org.jminor.framework.client.ui
A static utility class concerned with UI related tasks.
EntityUiUtil.EntityComboBoxValueLink - Class in org.jminor.framework.client.ui
 
EntityUiUtil.EntityComboBoxValueLink(JComboBox, EntityEditModel, Property) - Constructor for class org.jminor.framework.client.ui.EntityUiUtil.EntityComboBoxValueLink
 
EntityUiUtil.EntityFieldPanel - Class in org.jminor.framework.client.ui
 
EntityUiUtil.EntityFieldPanel(Property.ForeignKeyProperty, EntityEditModel, EntityTableModel) - Constructor for class org.jminor.framework.client.ui.EntityUiUtil.EntityFieldPanel
 
EntityUiUtil.LookupValueLink - Class in org.jminor.framework.client.ui
A class for linking an EntityLookupModel to a EntityEditModel foreign key property value.
EntityUiUtil.LookupValueLink(EntityLookupModel, EntityEditModel, String) - Constructor for class org.jminor.framework.client.ui.EntityUiUtil.LookupValueLink
Instantiates a new LookupModelValueLink
EntityUtil - Class in org.jminor.framework.domain
A static utility class containing helper methods for working with Entity instances.
equal(Object, Object) - Static method in class org.jminor.common.model.Util
True if the given objects are equal.
equals(Object) - Method in class org.jminor.common.model.Item
equals(Object) - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
equals(Object) - Method in class org.jminor.common.model.LogEntry
equals(Object) - Method in class org.jminor.common.model.User
equals(Object) - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Two ValueMapImpl 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.server.ClientInfo
equals(Object) - Method in class org.jminor.common.server.ServerLog
equals(Object) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
Event - Interface in org.jminor.common.model
A synchronous event class.
event() - Static method in class org.jminor.common.model.Events
Instantiates a new Event object.
EventObserver - Interface in org.jminor.common.model
Specifies an Event observer.
Events - Class in org.jminor.common.model
A factory class for Event objects.
EXACT_TIMESTAMP - Static variable in class org.jminor.common.model.formats.DateFormats
dd-MM-yyyy HH:mm:ss.SSS
EXC_DLG_EMAIL_INSTRUCTIONS - Static variable in class org.jminor.common.i18n.Messages
 
EXCEPTION - Static variable in class org.jminor.common.i18n.Messages
 
ExceptionDialog - Class in org.jminor.common.ui
A JDialog for displaying information on exceptions.
ExceptionDialog(Window) - Constructor for class org.jminor.common.ui.ExceptionDialog
 
ExceptionHandler - Interface in org.jminor.common.ui
An interface describing an exception handler
execute(String) - Method in interface org.jminor.common.db.DatabaseConnection
Executes the given statement, which can be anything except a select query.
execute(List<String>) - Method in interface org.jminor.common.db.DatabaseConnection
Executes the given statements, in a batch if possible, which can be anything except a select query.
execute(DatabaseConnection, Object...) - Method in interface org.jminor.common.db.DatabaseConnection.Function
Executes this function with the given connection
execute(DatabaseConnection, Object...) - Method in interface org.jminor.common.db.DatabaseConnection.Procedure
Executes this procedure with the given connection
execute(String) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Executes the given statement, which can be anything except a select query.
execute(List<String>) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Executes the given statements, in a batch if possible, which can be anything except a select query.
executeCallableStatement(String, int) - Method in interface org.jminor.common.db.DatabaseConnection
Executes the statement.
executeCallableStatement(String, int) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Executes the statement.
executeFunction(String, Object...) - Method in interface org.jminor.common.db.DatabaseConnection
Executes the function with the given id
executeFunction(String, Object...) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Executes the function with the given id
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.server.RemoteEntityConnection
Executes the function with the given id
executeProcedure(String, Object...) - Method in interface org.jminor.common.db.DatabaseConnection
Executes the procedure with the given id
executeProcedure(String, Object...) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Executes the procedure 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.server.RemoteEntityConnection
Executes the procedure with the given id
exit() - Method in interface org.jminor.common.model.LoadTest
Removes all applications and exits
exit() - Method in class org.jminor.common.model.LoadTestModel
Removes all applications and exits
exit() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Removes all applications and exits
exit() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Exists this application
EXIT - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
exit() - Method in class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
 
exit() - Method in class org.jminor.framework.tools.generator.EntityGeneratorModel
Closes the connection to the database
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.common.ui.UiUtil
 
EXPORT_JSON - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
EXPORT_SELECTED - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
EXPORT_SELECTED_DONE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
EXPORT_SELECTED_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
exportSelected() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Exports the selected records as a text file

F

FILE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
FILE_EXISTS - Static variable in class org.jminor.common.i18n.Messages
 
FILE_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
FILE_NOT_FOUND - Static variable in class org.jminor.common.i18n.Messages
 
fillReport(Connection) - Method in interface org.jminor.common.model.reports.ReportWrapper
Fills the report using the given database connection
fillReport(ReportDataWrapper<D>) - Method in interface org.jminor.common.model.reports.ReportWrapper
Fills the report using the given data wrapper
fillReport(ReportWrapper<T, D>, EntityConnectionProvider) - Static method in class org.jminor.framework.client.model.reporting.EntityReportUtil
Takes a ReportWrapper which uses a JDBC datasource and returns an initialized ReportResult object
fillReport(ReportWrapper<T, D>, ReportDataWrapper<D>) - Static method in class org.jminor.framework.client.model.reporting.EntityReportUtil
Takes a ReportWrapper object and returns an initialized ReportResult object
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.server.RemoteEntityConnection
Takes a ReportWrapper object using a JDBC datasource and returns an initialized ReportResult object
FILTER_BY - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
FILTER_INDICATOR - Static variable in class org.jminor.common.ui.FilteredTablePanel
 
FILTER_SETTINGS - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
filterContents() - Method in class org.jminor.common.model.AbstractFilteredTableModel
Filters the table according to the criteria returned by getFilterCriteria().
filterContents() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Filters the table according to the criteria returned by getFilterCriteria().
filterContents() - Method in interface org.jminor.common.model.FilteredModel
Filters the table according to the criteria returned by getFilterCriteria().
FilterCriteria<T> - Interface in org.jminor.common.model
An interface describing a filtering criteria.
FilterCriteria.AcceptAllCriteria<T> - Class in org.jminor.common.model
A convenience criteria class which always returns true
FilterCriteria.AcceptAllCriteria() - Constructor for class org.jminor.common.model.FilterCriteria.AcceptAllCriteria
 
FilterCriteria.RejectAllCriteria<T> - Class in org.jminor.common.model
A convenience criteria class which always returns false
FilterCriteria.RejectAllCriteria() - Constructor for class org.jminor.common.model.FilterCriteria.RejectAllCriteria
 
FilteredComboBoxModel<T> - Interface in org.jminor.common.model.combobox
A ComboBoxModel extension that allows filtering via FilterCriteria objects.
FilteredModel<T> - Interface in org.jminor.common.model
Specifies a data model that can be filtered.
FilteredTableModel<R,C> - Interface in org.jminor.common.model
Specifies a table model that can be filtered.
FilteredTableModel.SortingState - Interface in org.jminor.common.model
Specifies a sorting state for a column.
FilteredTablePanel<T,C> - Class in org.jminor.common.ui
A UI component based on a FilteredTableModel.
FilteredTablePanel(FilteredTableModel<T, C>) - Constructor for class org.jminor.common.ui.FilteredTablePanel
Instantiates a new FilteredTablePanel.
FilteredTablePanel(FilteredTableModel<T, C>, List<ColumnSearchPanel<C>>) - Constructor for class org.jminor.common.ui.FilteredTablePanel
Instantiates a new FilteredTablePanel.
findNextItemCoordinate(int, boolean, String) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Returns a Point denoting the row (point.y) and column index (point.x) of the first value to fulfill the given search criteria.
findNextItemCoordinate(int, boolean, FilterCriteria<Object>) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Returns a Point denoting the row (point.y) and column index (point.x) of the first value to fulfill the given search criteria.
findNextItemCoordinate(int, boolean, String) - Method in interface org.jminor.common.model.FilteredTableModel
Returns a Point denoting the row (point.y) and column index (point.x) of the first value to fulfill the given search criteria.
findNextItemCoordinate(int, boolean, FilterCriteria<Object>) - Method in interface org.jminor.common.model.FilteredTableModel
Returns a Point denoting the row (point.y) and column index (point.x) of the first value to fulfill the given search criteria.
fire() - Method in interface org.jminor.common.model.Event
Notifies all listeners
fire(ActionEvent) - Method in interface org.jminor.common.model.Event
Notifies all listeners
fireContentsChanged() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
 
fireWeightsChangedEvent() - Method in class org.jminor.common.model.ItemRandomizerModel
Notifies this model that the item weights have changed.
FlexibleGridLayout - Class in org.jminor.common.ui.layout
Grid Layout which allows components of different sizes.
FlexibleGridLayout(int, int) - Constructor for class org.jminor.common.ui.layout.FlexibleGridLayout
 
FlexibleGridLayout(int, int, int, int) - Constructor for class org.jminor.common.ui.layout.FlexibleGridLayout
 
FlexibleGridLayout(int, int, int, int, boolean, boolean) - Constructor for class org.jminor.common.ui.layout.FlexibleGridLayout
 
floorDate(Date) - Static method in class org.jminor.common.model.DateUtil
 
floorTimestamp(Timestamp) - Static method in class org.jminor.common.model.DateUtil
 
forceRefresh() - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
Forces a refresh of this model, disregarding the staticData directive
forceRefresh() - Method in interface org.jminor.framework.client.model.EntityComboBoxModel
Forces a refresh of this model, disregarding the staticData directive
foreignKeyCriteria(String, String, SearchType, Object...) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
foreignKeyCriteria(Property.ForeignKeyProperty, SearchType, Object...) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
foreignKeyProperty(String, String, String, Property.ColumnProperty) - Static method in class org.jminor.framework.domain.Properties
 
foreignKeyProperty(String, String, String, Property.ColumnProperty[], String[]) - Static method in class org.jminor.framework.domain.Properties
 
ForeignKeySearchModel - Interface in org.jminor.framework.client.model
A search model based on foreign key properties.
ForeignKeySearchPanel - Class in org.jminor.framework.client.ui
A column search panel based on foreign key properties.
ForeignKeySearchPanel(ForeignKeySearchModel) - Constructor for class org.jminor.framework.client.ui.ForeignKeySearchPanel
Instantiates a new ForeignKeySearchModel.
ForeignKeySearchPanel(ForeignKeySearchModel, boolean) - Constructor for class org.jminor.framework.client.ui.ForeignKeySearchPanel
Instantiates a new ForeignKeySearchModel.
FormattedTextBeanValueLink - Class in org.jminor.common.ui.control
Binds a JFormattedField to a string based bean property.
FormattedTextBeanValueLink(JFormattedTextField, Object, String, Class<?>, EventObserver, LinkType, Format) - Constructor for class org.jminor.common.ui.control.FormattedTextBeanValueLink
Instantiates a new FormattedTextBeanValueLink.
FormattedValueLink<K> - Class in org.jminor.common.ui.valuemap
A class for linking a JFormattedTextField to a ValueChangeMapEditModel property value.
FormattedValueLink(JFormattedTextField, ValueChangeMapEditModel<K, Object>, K, Format, boolean, LinkType) - Constructor for class org.jminor.common.ui.valuemap.FormattedValueLink
Instantiates a new FormattedValueLink
FrameworkMessages - Class in org.jminor.framework.i18n
A class containing i18n message keys used in the framework package.
FULL_TIMESTAMP - Static variable in class org.jminor.common.model.formats.DateFormats
dd-MM-yyyy HH:mm:ss

G

get(String) - Static method in class org.jminor.common.i18n.Messages
 
get(int) - Method in class org.jminor.common.ui.control.ControlSet
 
get(String) - Static method in class org.jminor.framework.i18n.FrameworkMessages
 
getAboutPanel() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getActions() - Method in class org.jminor.common.ui.control.ControlSet
 
getActiveConnectionCount() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getActiveConnectionCount() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getActiveState() - Method in class org.jminor.framework.client.ui.EntityEditPanel
Indicates whether this panel is active and ready to receive input
getAdditionalMenuControlSet() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getAdditionalSearchCriteria() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
getAdditionalSearchCriteria() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
getAdvancedSearchState() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
getAllItems() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getAllItems() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
getAllItems() - Method in interface org.jminor.common.model.FilteredModel
 
getAllocatedMemory() - Static method in class org.jminor.common.model.Util
 
getAllocatedMemory() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getAllocatedMemory() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getAllowDeleteState() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getAllowDeleteState() - Method in interface org.jminor.framework.client.model.EntityEditModel
 
getAllowInsertState() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getAllowInsertState() - Method in interface org.jminor.framework.client.model.EntityEditModel
 
getAllowUpdateState() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getAllowUpdateState() - Method in interface org.jminor.framework.client.model.EntityEditModel
 
getApplicationBatchSize() - Method in interface org.jminor.common.model.LoadTest
 
getApplicationBatchSize() - Method in class org.jminor.common.model.LoadTestModel
getApplicationBatchSize() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getApplicationCount() - Method in interface org.jminor.common.model.LoadTest
 
getApplicationCount() - Method in class org.jminor.common.model.LoadTestModel
getApplicationCount() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getArrayContentsAsString(Object[], boolean) - Static method in class org.jminor.common.model.Util
 
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, base 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.
getAutoIncrementValueSQL(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
getAutoIncrementValueSQL(String) - Method in class org.jminor.common.db.dbms.DerbyDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementValueSQL(String) - Method in class org.jminor.common.db.dbms.H2Database
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementValueSQL(String) - Method in class org.jminor.common.db.dbms.HSQLDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementValueSQL(String) - Method in class org.jminor.common.db.dbms.MySQLDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementValueSQL(String) - Method in class org.jminor.common.db.dbms.OracleDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementValueSQL(String) - Method in class org.jminor.common.db.dbms.PostgreSQLDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAutoIncrementValueSQL(String) - Method in class org.jminor.common.db.dbms.SQLServerDatabase
Returns a query string for retrieving the last automatically generated id from the given id source
getAvailable() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getAverageGetTime() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getBackgroundColor(Entity, Property) - Method in interface org.jminor.framework.domain.Entity.BackgroundColorProvider
 
getBackgroundColor(Entity, Property) - Method in interface org.jminor.framework.domain.Entity.Definition
 
getBackgroundColor(Property) - Method in interface org.jminor.framework.domain.Entity
 
getBatchUpdateAllowedState() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getBatchUpdateAllowedState() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
getBlobColumnName() - Method in interface org.jminor.framework.domain.Property.BlobProperty
 
getBooleanValue(String) - Static method in class org.jminor.framework.Configuration
 
getBooleanValue(String) - Method in interface org.jminor.framework.domain.Entity
 
getBorderlessTabbedPaneUI() - Static method in class org.jminor.common.ui.UiUtil
 
getBrowseAction(JTextField) - Static method in class org.jminor.common.ui.UiUtil
 
getButton() - Method in class org.jminor.common.ui.DateInputPanel
 
getButton() - Method in class org.jminor.common.ui.TextInputPanel
 
getButtonClickObserver() - Method in class org.jminor.common.ui.input.InputProviderPanel
 
getButtonModel() - Method in class org.jminor.common.ui.control.ToggleBeanValueLink
 
getBytesFromFile(File) - Static method in class org.jminor.common.model.Util
 
getCaption() - Method in interface org.jminor.common.model.Attribute
 
getCaption() - Method in class org.jminor.common.model.Item
 
getCaption() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getCaption() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getCaption(String) - Static method in class org.jminor.framework.domain.Entities
 
getCaption() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getCaption(Object) - Method in interface org.jminor.framework.domain.Property.ValueListProperty
 
getCharValue(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.common.db.dbms.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.common.db.dbms.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.framework.server.monitor.ConnectionPoolMonitor
 
getCleanupInterval() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getClearControl() - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
getClearControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getClearSelectionControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getClientHost() - Method in class org.jminor.common.server.ClientInfo
 
getClientID() - Method in class org.jminor.common.server.ClientInfo
 
getClientID() - Method in class org.jminor.common.server.ServerLog
 
getClientID() - Method in class org.jminor.framework.server.provider.RemoteEntityConnectionProvider
 
getClientInstanceListModel() - Method in class org.jminor.framework.server.monitor.ClientMonitor
 
getClientMonitor() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
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
 
getClients(User) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getClients(String) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getClients() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getClientTypeID() - Method in class org.jminor.common.server.ClientInfo
 
getClientTypeID() - Method in class org.jminor.framework.server.monitor.ClientMonitor
 
getClientTypeListModel() - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
getClientTypes() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getClientTypes() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getCollectFineGrainedStatsObserver() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getCollectionContentsAsString(Collection<?>, boolean) - Static method in class org.jminor.common.model.Util
 
getColumnClass(C) - Method in class org.jminor.common.model.AbstractFilteredTableModel
 
getColumnClass(int) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getColumnClass(Property) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getColumnCount() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getColumnFilterPanels() - Method in class org.jminor.common.ui.FilteredTablePanel
 
getColumnIdentifer(int) - Method in class org.jminor.common.model.AbstractFilteredTableModel
getColumnIdentifer(int) - Method in interface org.jminor.common.model.FilteredTableModel
 
getColumnIdentifier() - Method in interface org.jminor.common.model.ColumnSearchModel
 
getColumnIdentifier() - Method in class org.jminor.common.model.DefaultColumnSearchModel
getColumnModel() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getColumnModel() - Method in interface org.jminor.common.model.FilteredTableModel
 
getColumnModel() - Method in class org.jminor.common.ui.AbstractTableColumnSyncPanel
 
getColumnName() - Method in interface org.jminor.common.model.Column
 
getColumnPanels() - Method in class org.jminor.common.ui.AbstractTableColumnSyncPanel
 
getColumnProperties(String, boolean, boolean, boolean) - Static method in class org.jminor.framework.domain.Entities
Retrieves the column properties comprising the entity identified by entityID
getColumnProperties(String) - Static method in class org.jminor.framework.domain.Entities
 
getColumnProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getColumnProperty(String, String) - Static method in class org.jminor.framework.domain.Entities
 
getColumns() - Method in class org.jminor.framework.tools.generator.EntityGeneratorModel.Table
 
getColumnType() - Method in interface org.jminor.framework.domain.Property.BooleanProperty
 
getComparable(Object, C) - Method in class org.jminor.common.model.AbstractFilteredTableModel
 
getComparable(Object) - Method in class org.jminor.common.model.DefaultColumnSearchModel
 
getComparable(Object, Property) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getComparable(Object) - Method in class org.jminor.framework.client.model.DefaultPropertyFilterModel
getComparator() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getComponent(K) - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
 
getComponentKey(JComponent) - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
 
getComponentKeys() - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
 
getConfigureQueryControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getConfirmationMessages(int) - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
getConfirmDeleteMessages() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getConjunction() - Method in interface org.jminor.common.model.State.AggregateState
 
getConnectedState() - Method in class org.jminor.framework.db.provider.AbstractEntityConnectionProvider
getConnectedState() - Method in interface org.jminor.framework.db.provider.EntityConnectionProvider
 
getConnection() - Method in class org.jminor.common.db.DatabaseConnectionImpl
 
getConnection() - Method in interface org.jminor.common.db.pool.ConnectionPool
Fetches a connection from the pool.
getConnection() - Method in interface org.jminor.common.db.PoolableConnection
 
getConnection(ClientInfo) - Method in class org.jminor.common.server.AbstractRemoteServer
 
getConnection() - Method in class org.jminor.framework.db.provider.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.provider.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.tools.testing.EntityTestUnit
 
getConnectionCount() - Method in class org.jminor.common.server.AbstractRemoteServer
 
getConnectionCount() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getConnectionCount() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getConnectionCount() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getConnectionCountDataSet() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getConnectionCreationDate() - Method in class org.jminor.common.server.ServerLog
 
getConnectionInternal() - Method in class org.jminor.framework.db.provider.AbstractEntityConnectionProvider
 
getConnectionLimit() - Method in class org.jminor.common.server.AbstractRemoteServer
 
getConnectionLimit() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getConnectionLimit() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getConnectionLimit() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getConnectionLimitObserver() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getConnectionPool() - Method in class org.jminor.common.db.tools.QueryLoadTestModel
 
getConnectionPoolCleanupInterval(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getConnectionPoolCleanupInterval(User) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getConnectionPoolInstanceMonitors() - Method in class org.jminor.framework.server.monitor.PoolMonitor
 
getConnectionPoolMonitor() - Method in class org.jminor.framework.server.monitor.DatabaseMonitor
 
getConnectionPoolStatistics(User, long) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getConnectionPoolStatistics(User, long) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getConnectionPoolStats() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getConnectionProvider() - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
getConnectionProvider() - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
getConnectionProvider() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getConnectionProvider() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
getConnectionProvider() - Method in class org.jminor.framework.client.model.DefaultEntityModel
getConnectionProvider() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getConnectionProvider() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
getConnectionProvider() - Method in interface org.jminor.framework.client.model.EntityApplicationModel
 
getConnectionProvider() - Method in interface org.jminor.framework.client.model.EntityDataProvider
 
getConnectionProvider() - Method in class org.jminor.framework.tools.testing.EntityTestUnit
 
getConnectionRequestsDataSet() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getConnections() - Method in class org.jminor.common.server.AbstractRemoteServer
 
getConnectionTimeout() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getConnectionTimeout() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Returns the connection timeout in ms
getConnectionTimeout() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
Returns the connection timeout in ms
getConnectionTimeout() - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
getConnectionTimeoutObserver() - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
getControl(String) - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
getControl(String) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getControlPanelConstraints() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getControls() - Method in class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel
getControls() - Method in interface org.jminor.framework.client.ui.EntityTableSearchPanel
 
getControls() - Method in class org.jminor.framework.client.ui.EntityTableSearchSimplePanel
getControlSets() - Method in class org.jminor.common.ui.control.ControlSet
 
getControlToolBar(int) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Initializes the control toolbar, that is, the toolbar containing buttons for editing entities (Insert, Update...)
getCopy() - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
 
getCopy() - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
getCopyControlSet() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getCreated() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getCreationDate() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getCreationDate() - Method in class org.jminor.framework.server.monitor.ClientInstanceMonitor
 
getCriteria() - Method in interface org.jminor.common.db.criteria.CriteriaProvider
 
getCriteria() - Method in class org.jminor.framework.client.model.DefaultForeignKeySearchModel
 
getCriteria() - Method in class org.jminor.framework.client.model.DefaultPropertySearchModel
getCriteria() - Method in interface org.jminor.framework.db.criteria.EntityCriteria
 
getCriteriaCount() - Method in class org.jminor.common.db.criteria.CriteriaSet
 
getCurrentDetailPanel() - Method in interface org.jminor.common.ui.MasterDetailPanel
 
getCurrentDetailPanel() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
getCurrentDetailPanel() - Method in class org.jminor.framework.client.ui.EntityPanel
getDatabase() - Method in class org.jminor.common.db.DatabaseConnectionImpl
getDatabase() - Method in interface org.jminor.common.db.PoolableConnection
 
getDatabaseMonitor() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getDatabaseStatistics() - Static method in class org.jminor.common.db.Databases
 
getDatabaseStatistics() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getDatabaseStatistics() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getDatabaseType() - Method in class org.jminor.common.db.AbstractDatabase
getDatabaseType() - Method in interface org.jminor.common.db.Database
 
getDatabaseType() - Static method in class org.jminor.common.db.Databases
 
getDatabaseURL() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getDatabaseURL() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getDataSource() - Method in interface org.jminor.common.model.reports.ReportDataWrapper
 
getDate(int, int, int) - Static method in class org.jminor.common.model.DateUtil
 
getDate() - Method in class org.jminor.common.ui.DateInputPanel
 
getDateFormat(String) - Static method in class org.jminor.common.model.formats.DateFormats
Instantiates a non-lenient date format
getDateFormat(String, boolean) - Static method in class org.jminor.common.model.formats.DateFormats
Instantiates a date format
getDateFromUser(Date, String, Container) - Static method in class org.jminor.common.ui.UiUtil
 
getDateMask(SimpleDateFormat) - Static method in class org.jminor.common.model.DateUtil
Parses the date pattern and returns mask string that can be used in JFormattedFields.
getDateValue(String) - Method in interface org.jminor.framework.domain.Entity
 
getDecimalSymbol() - Method in class org.jminor.common.ui.textfield.DoubleField
 
getDefaultConfirmDeleteMessages() - Static method in class org.jminor.framework.i18n.FrameworkMessages
 
getDefaultConfirmInsertMessages() - Static method in class org.jminor.framework.i18n.FrameworkMessages
 
getDefaultConfirmUpdateMessages() - Static method in class org.jminor.framework.i18n.FrameworkMessages
 
getDefaultDateFormat() - Static method in class org.jminor.framework.Configuration
 
getDefaultLookAndFeelClassName() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getDefaultTimestampFormat() - Static method in class org.jminor.framework.Configuration
 
getDefaultUserName(String, String) - Static method in class org.jminor.common.model.Util
 
getDefaultUsername(String) - Static method in class org.jminor.framework.Configuration
 
getDefaultValue(Property) - Method in class org.jminor.framework.client.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.client.model.EntityEditModel
Returns the default value for the given property, used when initializing a new default entity for this edit model.
getDefaultValue() - Method in interface org.jminor.framework.domain.Property
 
getDefaultValueMap() - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
getDefaultValueMap() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getDefaultWeight() - Method in interface org.jminor.common.model.LoadTest.UsageScenario
 
getDefaultWeight() - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
getDefinedEntities() - Static method in class org.jminor.framework.domain.Entities
 
getDefinitions() - Static method in class org.jminor.framework.domain.Entities
 
getDefinitions(String) - Static method in class org.jminor.framework.domain.Entities
 
getDelayedRequests() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getDelayedRequestsPerSecond() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getDeleteControl() - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
getDeletedEntities() - Method in class org.jminor.framework.client.model.event.DeleteEvent
 
getDeleteSelectedControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getDeletesPerSecond() - Method in interface org.jminor.common.db.Database.Statistics
 
getDeletesPerSecond() - Method in class org.jminor.common.db.Databases.DatabaseStatistics
getDeletesPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getDelimitedString(String[][], String[][], String) - Static method in class org.jminor.common.model.Util
 
getDelta() - Method in class org.jminor.common.model.LogEntry
 
getDenormalizedProperties(String, String) - Static method in class org.jminor.framework.domain.Entities
 
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
 
getDenormalizedProperty() - Method in interface org.jminor.framework.domain.Property.DenormalizedViewProperty
 
getDependencyTreeModel() - Static method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
 
getDependencyTreeModel(String) - Static method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
 
getDescription() - Method in interface org.jminor.common.model.Attribute
 
getDescription() - Method in class org.jminor.common.ui.control.Control
 
getDescription() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
getDescription() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
getDescription() - Method in interface org.jminor.framework.db.provider.EntityConnectionProvider
 
getDescription() - Method in class org.jminor.framework.db.provider.LocalEntityConnectionProvider
getDescription() - Method in class org.jminor.framework.server.provider.RemoteEntityConnectionProvider
getDestroyed() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getDetailModel(Class<? extends EntityModel>) - Method in class org.jminor.framework.client.model.DefaultEntityModel
Returns the first detail model of the given type, this method does not automatically create an entity model if none is available
getDetailModel(String) - Method in class org.jminor.framework.client.model.DefaultEntityModel
Returns a detail model of the given type, automatically creates a default entity model if none is available and auto creation is turned on
getDetailModel(Class<? extends EntityModel>) - Method in interface org.jminor.framework.client.model.EntityModel
Returns the first detail model of the given type, this method does not automatically create an entity model if none is available
getDetailModel(String) - Method in interface org.jminor.framework.client.model.EntityModel
Returns a detail model of the given type, automatically creates a default entity model if none is available and auto creation is turned on
getDetailModels() - Method in class org.jminor.framework.client.model.DefaultEntityModel
getDetailModels() - Method in interface org.jminor.framework.client.model.EntityModel
 
getDetailPanel(String) - Method in class org.jminor.framework.client.ui.EntityPanel
Returns the detail panel for the given entityID, if one is available
getDetailPanelProviders() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getDetailPanels() - Method in interface org.jminor.common.ui.MasterDetailPanel
 
getDetailPanels() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
getDetailPanels() - Method in class org.jminor.framework.client.ui.EntityPanel
getDetailPanelState() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getDetailPanelState() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getDetailSplitPanelResizeWeight() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getDetailSplitPaneResizeWeight() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getDialog() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
getDialogActiveState() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
getDialogShowingState() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
getDirective() - Method in interface org.jminor.common.model.FilteredTableModel.SortingState
 
getDistinctPropertyValues(String, List<Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
Returns a Collection containing the distinct values of propertyID from the given entities.
getDocument() - Method in class org.jminor.framework.tools.generator.EntityGeneratorModel
 
getDocumentText() - Method in class org.jminor.framework.tools.generator.EntityGeneratorModel
 
getDomain() - Method in class org.jminor.common.model.Version
 
getDomainEntityIDs(String) - Static method in class org.jminor.framework.domain.Entities
 
getDomainID() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getDomainTableModel() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getDouble(String) - Static method in class org.jminor.common.model.Util
 
getDouble() - Method in class org.jminor.common.ui.textfield.DoubleField
 
getDoubleValue(String) - Method in interface org.jminor.framework.domain.Entity
 
getEditControlPanel() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getEditModel() - Method in class org.jminor.common.ui.valuemap.AbstractValueMapLink
 
getEditModel() - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
 
getEditModel() - Method in class org.jminor.framework.client.model.DefaultEntityModel
getEditModel() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Returns the edit model associated with this table model, throws a RuntimeExcption in case no edit model has been associated with this table model
getEditModel() - Method in interface org.jminor.framework.client.model.EntityModel
 
getEditModel() - Method in interface org.jminor.framework.client.model.EntityTableModel
Returns the edit model associated with this table model, throws a RuntimeExcption in case no edit model has been associated with this table model
getEditModel() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getEditModelClass() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getEditPanel() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getEditPanelClass() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getEditPanelState() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getElementAt(int) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
getEnabledConnectionPools() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getEnabledConnectionPools() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getEnabledObserver() - Method in interface org.jminor.common.model.ColumnSearchModel
 
getEnabledObserver() - Method in class org.jminor.common.model.DefaultColumnSearchModel
getEnabledObserver() - Method in interface org.jminor.common.model.ItemRandomizer
 
getEnabledObserver() - Method in class org.jminor.common.model.ItemRandomizerModel
getEnabledState() - Method in class org.jminor.common.ui.control.Control
 
getEnterAction() - Method in class org.jminor.framework.client.ui.EntityLookupField
 
getEntitiesByPrimaryKeys(List<Entity.Key>) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Finds entities according to the values in keys
getEntitiesByPrimaryKeys(List<Entity.Key>) - Method in interface org.jminor.framework.client.model.EntityTableModel
Finds entities according to the values in keys
getEntitiesByPropertyValues(Map<String, Object>) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Finds entities according to the values of propertyValues
getEntitiesByPropertyValues(Map<String, Object>) - Method in interface org.jminor.framework.client.model.EntityTableModel
Finds entities according to the values of propertyValues
getEntity(Entity.Key) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
getEntity() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
 
getEntity(Entity.Key) - Method in interface org.jminor.framework.client.model.EntityComboBoxModel
 
getEntityByPrimaryKey(Entity.Key) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getEntityByPrimaryKey(Entity.Key) - Method in interface org.jminor.framework.client.model.EntityTableModel
 
getEntityComboBoxModel(String) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getEntityComboBoxModel(Property.ForeignKeyProperty) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getEntityComboBoxModel() - Method in class org.jminor.framework.client.model.DefaultForeignKeySearchModel
getEntityComboBoxModel(String) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
getEntityComboBoxModel(Property.ForeignKeyProperty) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
getEntityComboBoxModel() - Method in interface org.jminor.framework.client.model.ForeignKeySearchModel
 
getEntityCopy() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getEntityCopy(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getEntityCopy() - Method in interface org.jminor.framework.client.model.EntityEditModel
 
getEntityCopy(boolean) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
getEntityDefinitions() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getEntityDefinitions() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getEntityDeserializer() - Static method in class org.jminor.framework.domain.EntityUtil
 
getEntityEditModel() - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
getEntityID() - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
getEntityID() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getEntityID() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
getEntityID() - Method in class org.jminor.framework.client.model.DefaultEntityModel
getEntityID() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getEntityID() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
getEntityID() - Method in interface org.jminor.framework.client.model.EntityDataProvider
 
getEntityID() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
getEntityID() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getEntityID() - Method in interface org.jminor.framework.db.criteria.EntityCriteria
 
getEntityID() - Method in class org.jminor.framework.domain.Entities.Validator
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.Entity.Validator
 
getEntityID() - Method in interface org.jminor.framework.domain.Property
 
getEntityLookupModel() - Method in class org.jminor.framework.client.model.DefaultForeignKeySearchModel
getEntityLookupModel() - Method in interface org.jminor.framework.client.model.ForeignKeySearchModel
 
getEntityNullState() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getEntityNullState() - Method in interface org.jminor.framework.client.model.EntityEditModel
 
getEntityPanel(Class<? extends EntityPanel>) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getEntityPanel(String) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getEntitySearchPropertyIDs(String) - Static method in class org.jminor.framework.domain.Entities
 
getEntitySerializer() - Static method in class org.jminor.framework.domain.EntityUtil
 
getEntityTableModel() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getEntryMessage() - Method in class org.jminor.common.model.LogEntry
 
getEntryTime() - Method in class org.jminor.common.model.LogEntry
 
getEntryTimeFormatted() - Method in class org.jminor.common.model.LogEntry
 
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.common.db.dbms.OracleDatabase
Returns a user friendly error message for the given exception, otherwise simply return the message from exception
getExceptions() - Method in interface org.jminor.common.model.LoadTest.UsageScenario
 
getExceptions() - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
getExitMessage() - Method in class org.jminor.common.model.LogEntry
 
getExitTime() - Method in class org.jminor.common.model.LogEntry
 
getExitTimeFormatted() - Method in class org.jminor.common.model.LogEntry
 
getExportControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getFailedRequests() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getFailedRequestsPerSecond() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getFetchCount() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Returns the maximum number of records to fetch via the underlying query, by default this returns -1, meaning all records should be fetched
getFetchCount() - Method in interface org.jminor.framework.client.model.EntityTableModel
Returns the maximum number of records to fetch via the underlying query, by default this returns -1, meaning all records should be fetched
getFetchCount() - Method in interface org.jminor.framework.db.criteria.EntitySelectCriteria
 
getFetchDepth() - Method in interface org.jminor.framework.domain.Property.ForeignKeyProperty
 
getFileControlSet() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getFilterCriteria() - Method in class org.jminor.common.model.AbstractFilteredTableModel
Returns the filter criteria defined by this model, this method should return a "accept all" criteria instead of null, if no criteria is defined.
getFilterCriteria() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Returns the filter criteria defined by this model, this method should return a "accept all" criteria instead of null, if no criteria is defined.
getFilterCriteria() - Method in interface org.jminor.common.model.FilteredModel
Returns the filter criteria defined by this model, this method should return a "accept all" criteria instead of null, if no criteria is defined.
getFilteredItemCount() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getFilteredItemCount() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
getFilteredItemCount() - Method in interface org.jminor.common.model.FilteredModel
 
getFilteredItems() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getFilteredItems() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
getFilteredItems() - Method in interface org.jminor.common.model.FilteredModel
 
getFilterModel(C) - Method in class org.jminor.common.model.AbstractFilteredTableModel
getFilterModel(C) - Method in interface org.jminor.common.model.FilteredTableModel
 
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.
getFirstDayOfLastMonth() - Static method in class org.jminor.common.model.DateUtil
 
getFirstDayOfMonth(int) - Static method in class org.jminor.common.model.DateUtil
 
getFirstDayOfQuarter(int) - Static method in class org.jminor.common.model.DateUtil
Returns the first day of the the given quarter, assuming quarters begin in january, april, july and october.
getFirstDayOfYear() - Static method in class org.jminor.common.model.DateUtil
 
getFirstKeyProperty() - Method in interface org.jminor.framework.domain.Entity.Key
 
getFirstKeyValue() - Method in interface org.jminor.framework.domain.Entity.Key
 
getForeignKeyFetchDepthLimit(String) - Method in interface org.jminor.framework.db.criteria.EntitySelectCriteria
 
getForeignKeyFilterEntities(String) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
getForeignKeyFilterEntities(String) - Method in interface org.jminor.framework.client.model.EntityComboBoxModel
 
getForeignKeyProperties(String) - Static method in class org.jminor.framework.domain.Entities
 
getForeignKeyProperties(String, String) - Static method in class org.jminor.framework.domain.Entities
Returns the foreign key properties referencing entities of the given type
getForeignKeyProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getForeignKeyProperty(String, String) - Static method in class org.jminor.framework.domain.Entities
 
getForeignKeyPropertyID() - Method in interface org.jminor.framework.domain.Property.DenormalizedProperty
 
getForeignKeyPropertyID() - Method in interface org.jminor.framework.domain.Property.DenormalizedViewProperty
 
getForeignKeyValue(String) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Returns the value associated with the given propertyID assuming it is an Entity instance
getForeignKeyValue(String) - Method in interface org.jminor.framework.client.model.EntityEditModel
Returns the value associated with the given propertyID assuming it is an Entity instance
getForeignKeyValue(String) - Method in interface org.jminor.framework.domain.Entity
 
getFormat() - Method in interface org.jminor.common.model.ColumnSearchModel
 
getFormat() - Method in class org.jminor.common.model.DefaultColumnSearchModel
getFormat() - Method in class org.jminor.common.ui.valuemap.FormattedValueLink
 
getFormat() - Method in interface org.jminor.framework.domain.Property
 
getFormatPattern() - Method in class org.jminor.common.ui.DateInputPanel
 
getFormattedValue(String) - Method in interface org.jminor.framework.domain.Entity
 
getFormattedValue(String, Format) - Method in interface org.jminor.framework.domain.Entity
 
getFormattedValue(Property) - Method in interface org.jminor.framework.domain.Entity
 
getFormattedValue(Property, Format) - Method in interface org.jminor.framework.domain.Entity
 
getFrameTitle(String, User) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getFreeMemory() - Static method in class org.jminor.common.model.Util
 
getFunction(String) - Static method in class org.jminor.common.db.Databases
 
getHelpControlSet() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getHelpPanel() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getHelpText() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getHiddenColumns() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getHiddenColumns() - Method in interface org.jminor.common.model.FilteredTableModel
 
getHost() - Method in class org.jminor.common.db.AbstractDatabase
getHost() - Method in interface org.jminor.common.db.Database
 
getHostMonitors() - Method in class org.jminor.framework.server.monitor.EntityServerMonitor
 
getHostMonitors() - Method in class org.jminor.framework.server.monitor.MonitorModel
 
getHostName() - Method in class org.jminor.framework.server.monitor.HostMonitor
 
getIcon() - Method in class org.jminor.common.ui.control.Control
 
getIconHeight() - Method in class org.jminor.common.model.combobox.ItemComboBoxModel.IconItem
getIconWidth() - Method in class org.jminor.common.model.combobox.ItemComboBoxModel.IconItem
getID() - Method in class org.jminor.common.db.AbstractOperation
getID() - Method in interface org.jminor.common.db.DatabaseConnection.Operation
 
getIdSource(String) - Static method in class org.jminor.framework.domain.Entities
 
getIdSource() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getIdValueSource(String) - Static method in class org.jminor.framework.domain.Entities
 
getIdValueSource() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getImageIcon(Class, String) - Static method in class org.jminor.common.ui.images.Images
 
getImageName() - Method in enum org.jminor.common.model.SearchType
 
getImageOrigin() - Method in class org.jminor.common.ui.images.NavigableImagePanel
Gets the image origin.
getIndex() - Method in interface org.jminor.framework.domain.Property.PrimaryKeyProperty
 
getIndexOfItem(Object) - Method in class org.jminor.common.model.combobox.ItemComboBoxModel
 
getInitialFocusComponent() - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
 
getInitialFocusComponentKey() - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
 
getInPoolDataSet() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getInPoolDataSetMacro() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getInputComponent() - Method in class org.jminor.common.ui.input.AbstractInputProvider
getInputComponent() - Method in interface org.jminor.common.ui.input.InputProvider
 
getInputComponent() - Method in class org.jminor.common.ui.input.InputProviderPanel
getInputField() - Method in class org.jminor.common.ui.DateInputPanel
 
getInputProvider(Property, List<Entity>) - Method in class org.jminor.framework.client.ui.EntityTablePanel
Provides value input components for multiple entity update, override to supply specific InputValueProvider implementations for properties.
getInsertControl() - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
getInsertedKeys() - Method in class org.jminor.framework.client.model.event.InsertEvent
 
getInsertsPerSecond() - Method in interface org.jminor.common.db.Database.Statistics
 
getInsertsPerSecond() - Method in class org.jminor.common.db.Databases.DatabaseStatistics
getInsertsPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getInstance() - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
 
getInstance() - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
getInstance() - Static method in class org.jminor.common.ui.DefaultExceptionHandler
 
getInt(String) - Static method in class org.jminor.common.model.Util
 
getInt() - Method in class org.jminor.common.ui.textfield.IntField
 
getIntValue(String) - Static method in class org.jminor.framework.Configuration
 
getIntValue(String) - Method in interface org.jminor.framework.domain.Entity
 
getInUse() - Method in interface org.jminor.common.db.pool.ConnectionPoolState
 
getInUse() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getItem() - Method in class org.jminor.common.model.Item
 
getItem() - Method in interface org.jminor.common.model.ItemRandomizer.RandomItem
 
getItemAt(int) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Returns the item found at the given index
getItemAt(int) - Method in interface org.jminor.common.model.FilteredTableModel
Returns the item found at the given index
getItemCount() - Method in interface org.jminor.common.model.ItemRandomizer
 
getItemCount() - Method in class org.jminor.common.model.ItemRandomizerModel
getItemCount() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getItems() - Method in interface org.jminor.common.model.ItemRandomizer
 
getItems() - Method in class org.jminor.common.model.ItemRandomizerModel
getItems() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getJTable() - Method in class org.jminor.common.ui.FilteredTablePanel
 
getKey(V) - Method in interface org.jminor.common.model.Util.HashKeyProvider
 
getKey() - Method in exception org.jminor.common.model.valuemap.exception.ValidationException
 
getKey() - Method in class org.jminor.common.model.valuemap.ValueChangeEvent
 
getKey() - Method in class org.jminor.common.ui.valuemap.AbstractValueMapLink
 
getLastAccessDate() - Method in class org.jminor.common.model.MethodLogger
 
getLastAccessDate() - Method in class org.jminor.common.server.ServerLog
 
getLastAccessDateFormatted() - Method in class org.jminor.common.server.ServerLog
 
getLastAccessedMethod() - Method in class org.jminor.common.model.MethodLogger
 
getLastAccessedMethod() - Method in class org.jminor.common.server.ServerLog
 
getLastAccessMessage() - Method in class org.jminor.common.model.MethodLogger
 
getLastAccessMessage() - Method in class org.jminor.common.server.ServerLog
 
getLastDayOfLastMonth() - Static method in class org.jminor.common.model.DateUtil
 
getLastDayOfMonth(int) - Static method in class org.jminor.common.model.DateUtil
 
getLastDayOfQuarter(int) - Static method in class org.jminor.common.model.DateUtil
Returns the last day of the the given quarter, assuming quarters begin in january, april, july and october.
getLastDayOfYear() - Static method in class org.jminor.common.model.DateUtil
 
getLastDelta() - Method in class org.jminor.common.server.ServerLog
 
getLastExitDate() - Method in class org.jminor.common.model.MethodLogger
 
getLastExitDate() - Method in class org.jminor.common.server.ServerLog
 
getLastExitDateFormatted() - Method in class org.jminor.common.server.ServerLog
 
getLastExitedMethod() - Method in class org.jminor.common.model.MethodLogger
 
getLastExitedMethod() - Method in class org.jminor.common.server.ServerLog
 
getLastPosition() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
getLinkedDetailModels() - Method in class org.jminor.framework.client.model.DefaultEntityModel
getLinkedDetailModels() - Method in interface org.jminor.framework.client.model.EntityModel
 
getLinkedDetailPanels() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getLinkedPropertyIDs(String, String) - Static method in class org.jminor.framework.domain.Entities
Returns the IDs of any properties which values are linked to the property identified by propertyID in the entity identified by entityID
getLinkedPropertyIDs(String) - Method in interface org.jminor.framework.domain.Entity.Definition
Returns the IDs of the properties which values are linked to the value of the given property, an empty collection if no such linked properties exist
getLinkedPropertyIDs() - Method in interface org.jminor.framework.domain.Property.DerivedProperty
 
getLinkType() - Method in class org.jminor.common.ui.control.AbstractValueLink
 
getLockedState() - Method in interface org.jminor.common.model.ColumnSearchModel
 
getLockedState() - Method in class org.jminor.common.model.DefaultColumnSearchModel
getLog() - Method in class org.jminor.common.server.ServerLog
 
getLog() - Method in class org.jminor.framework.server.monitor.ClientInstanceMonitor
 
getLogCreationDate() - Method in class org.jminor.common.server.ServerLog
 
getLogEntries() - Method in class org.jminor.common.db.DatabaseConnectionImpl
getLogEntries() - Method in interface org.jminor.common.db.PoolableConnection
 
getLogEntries() - Method in class org.jminor.common.model.MethodLogger
 
getLoggingEnabledButtonModel() - Method in class org.jminor.framework.server.monitor.ClientInstanceMonitor
 
getLoggingLevel() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getLoggingLevel() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getLoggingLevel() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getLoggingLevelObserver() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getLoginDelayFactor() - Method in interface org.jminor.common.model.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.common.model.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.
getLoginDelayFactor() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
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
 
getLong(String) - Static method in class org.jminor.common.model.Util
 
getLookupProperties() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
getLookupProperties() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
getLowerBound() - Method in interface org.jminor.common.model.ColumnSearchModel
 
getLowerBound() - Method in class org.jminor.common.model.DefaultColumnSearchModel
getLowerBoundField() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
getLowerBoundObserver() - Method in interface org.jminor.common.model.ColumnSearchModel
 
getLowerBoundObserver() - Method in class org.jminor.common.model.DefaultColumnSearchModel
getMainApplicationModel(Class<? extends EntityModel>) - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
getMainApplicationModel(String) - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
getMainApplicationModel(Class<? extends EntityModel>) - Method in interface org.jminor.framework.client.model.EntityApplicationModel
 
getMainApplicationModel(String) - Method in interface org.jminor.framework.client.model.EntityApplicationModel
 
getMainApplicationModels() - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
getMainApplicationModels() - Method in interface org.jminor.framework.client.model.EntityApplicationModel
 
getMainApplicationPanel(String) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getMainApplicationPanels() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getMainMenuControlSet() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getMaintenanceInterval() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMaintenanceInterval() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getMaintenanceInterval() - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
getMasterModel() - Method in class org.jminor.framework.client.model.DefaultEntityModel
getMasterModel() - Method in interface org.jminor.framework.client.model.EntityModel
 
getMasterPanel() - Method in interface org.jminor.common.ui.MasterDetailPanel
 
getMasterPanel() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
getMasterPanel() - Method in class org.jminor.framework.client.ui.EntityPanel
getMax() - Method in interface org.jminor.framework.domain.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.framework.server.monitor.ConnectionPoolMonitor
 
getMaximumConnectionPoolSize(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMaximumConnectionPoolSize(User) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getMaximumFractionDigits() - Method in interface org.jminor.framework.domain.Property
 
getMaximumPoolCheckOutTime(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMaximumPoolCheckOutTime(User) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getMaximumPoolRetryWaitPeriod(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMaximumPoolRetryWaitPeriod(User) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getMaximumPoolSize() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getMaximumPoolSize() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getMaximumRetryWaitPeriod() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getMaximumRetryWaitPeriod() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getMaximumThinkTime() - Method in interface org.jminor.common.model.LoadTest
 
getMaximumThinkTime() - Method in class org.jminor.common.model.LoadTestModel
getMaximumThinkTime() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getMaximumValue() - Method in class org.jminor.common.ui.textfield.TextFieldPlus
 
getMaxLength() - Method in class org.jminor.common.ui.textfield.TextFieldPlus
 
getMaxLength() - Method in class org.jminor.common.ui.TextInputPanel
 
getMaxLength() - Method in interface org.jminor.framework.domain.Property
 
getMaxMemory() - Static method in class org.jminor.common.model.Util
 
getMaxMemory() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMaxMemory() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getMemoryUsage() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMemoryUsage() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getMemoryUsage() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getMemoryUsageDataset() - Method in interface org.jminor.common.model.LoadTest
 
getMemoryUsageDataset() - Method in class org.jminor.common.model.LoadTestModel
getMemoryUsageDataset() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getMemoryUsageDataSet() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getMemoryUsageString() - Static method in class org.jminor.common.model.Util
 
getMethod() - Method in class org.jminor.common.model.LogEntry
 
getMethodArgumentAsString(Object) - Method in class org.jminor.common.model.MethodLogger
 
getMethodLogger() - Method in class org.jminor.common.db.DatabaseConnectionImpl
getMethodLogger() - Method in interface org.jminor.common.db.PoolableConnection
 
getMin() - Method in interface org.jminor.framework.domain.Property
 
getMinimumConnectionPoolSize(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getMinimumConnectionPoolSize(User) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getMinimumPoolSize() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getMinimumPoolSize() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getMinimumThinkTime() - Method in interface org.jminor.common.model.LoadTest
 
getMinimumThinkTime() - Method in class org.jminor.common.model.LoadTestModel
getMinimumThinkTime() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getMinimumThinkTimeObserver() - Method in interface org.jminor.common.model.LoadTest
 
getMinimumThinkTimeObserver() - Method in class org.jminor.common.model.LoadTestModel
getMinimumValue() - Method in class org.jminor.common.ui.textfield.TextFieldPlus
 
getMininumCheckOutTime() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getMnemonic() - Method in class org.jminor.common.ui.control.Control
 
getMnemonic() - Method in interface org.jminor.framework.domain.Property
 
getModel() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
getModel() - Method in class org.jminor.common.ui.ItemRandomizerPanel
 
getModel() - Method in class org.jminor.common.ui.LoadTestPanel
 
getModel() - Method in class org.jminor.common.ui.valuemap.ComboBoxValueLink
 
getModel() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getModel() - Method in class org.jminor.framework.client.ui.EntityComboBox
getModel() - Method in class org.jminor.framework.client.ui.EntityLookupField
 
getModel() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getModel() - Method in class org.jminor.framework.client.ui.PropertySummaryPanel
 
getModel() - Method in class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
 
getModel() - Method in class org.jminor.framework.server.monitor.ui.ServerMonitorPanel
 
getModelClass() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getModelValue() - Method in class org.jminor.common.ui.control.AbstractBeanValueLink
getModelValue() - Method in class org.jminor.common.ui.control.AbstractValueLink
 
getModelValue() - Method in class org.jminor.common.ui.valuemap.AbstractValueMapLink
getModifiedEntities(Collection<Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
 
getModifiedRow() - Method in exception org.jminor.common.db.exception.RecordModifiedException
 
getModifiedState() - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
getModifiedState() - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
 
getModifiedState() - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
getModifiedState() - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
getMoveSelectionDownControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getMoveSelectionUpControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getMultipleSelectionState() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getMultipleSelectionState() - Method in interface org.jminor.common.model.FilteredTableModel
 
getMultipleValueSeparator() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
getMultipleValueSeparator() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
getName() - Method in class org.jminor.common.db.AbstractOperation
getName() - Method in interface org.jminor.common.db.DatabaseConnection.Operation
 
getName() - Method in interface org.jminor.common.model.LoadTest.UsageScenario
 
getName() - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
getName() - Method in class org.jminor.common.ui.control.Control
 
getNewConnectionThreshold() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getNewConnectionThreshold() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getNewValue() - Method in class org.jminor.common.model.valuemap.ValueChangeEvent
 
getNextPanel() - Method in interface org.jminor.common.ui.MasterDetailPanel
 
getNextPanel() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
getNextPanel() - Method in class org.jminor.framework.client.ui.EntityPanel
getNorthToolBar() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getNullValueString() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
getNullValueString() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
getNumberOfApplicationsDataset() - Method in interface org.jminor.common.model.LoadTest
 
getNumberOfApplicationsDataset() - Method in class org.jminor.common.model.LoadTestModel
getNumberOfApplicationsDataset() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getObserver() - Method in interface org.jminor.common.model.Event
 
getObserver() - Method in interface org.jminor.common.model.State
 
getOkButton() - Method in class org.jminor.common.ui.input.InputProviderPanel
 
getOldValue() - Method in class org.jminor.common.model.valuemap.ValueChangeEvent
 
getOrderByClause() - Method in interface org.jminor.framework.db.criteria.EntitySelectCriteria
 
getOrderByClause(String) - Static method in class org.jminor.framework.domain.Entities
 
getOrderByClause() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getOriginalCopy() - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
 
getOriginalCopy() - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
getOriginalPrimaryKey() - Method in interface org.jminor.framework.domain.Entity
 
getOriginalValue(K) - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
Returns the original value associated with the given key or the current value if it has not been changed.
getOriginalValue(K) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
Returns the original value associated with the given key or the current value if it has not been changed.
getOriginalValueKeys() - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
 
getOriginalValueKeys() - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
getPanelClass() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getParameters() - Method in class org.jminor.common.db.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.common.ui.UiUtil
 
getParentFrame(Component) - Static method in class org.jminor.common.ui.UiUtil
 
getParentOfType(Component, Class<T>) - Static method in class org.jminor.common.ui.UiUtil
 
getParentProperty() - Method in interface org.jminor.framework.domain.Property
 
getParentWindow(Component) - Static method in class org.jminor.common.ui.UiUtil
 
getPassword() - Method in class org.jminor.common.model.User
 
getPasswordField() - Method in class org.jminor.common.ui.LoginPanel
 
getPauseObserver() - Method in interface org.jminor.common.model.LoadTest
 
getPauseObserver() - Method in class org.jminor.common.model.LoadTestModel
getPoolableConnection() - Method in interface org.jminor.framework.db.EntityConnection
 
getPoolableConnection() - Method in interface org.jminor.framework.server.RemoteEntityConnection
 
getPoolCleanupInterval() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getPoolConnectionThreshold(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getPoolConnectionThreshold(User) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getPooledConnectionTimeout(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getPooledConnectionTimeout(User) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getPooledConnectionTimeout() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getPoolTime() - Method in class org.jminor.common.db.DatabaseConnectionImpl
getPoolTime() - Method in interface org.jminor.common.db.PoolableConnection
 
getPopupControls(List<ControlSet>) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getPopupSize(Dimension) - Method in class org.jminor.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
 
getPreferredScrollBarWidth() - Static method in class org.jminor.common.ui.UiUtil
 
getPreferredSize() - Method in class org.jminor.framework.client.ui.EntityComboBox
getPreferredTextFieldHeight() - Static method in class org.jminor.common.ui.UiUtil
 
getPreferredTextFieldSize() - Static method in class org.jminor.common.ui.UiUtil
 
getPreviousPanel() - Method in interface org.jminor.common.ui.MasterDetailPanel
 
getPreviousPanel() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
getPreviousPanel() - Method in class org.jminor.framework.client.ui.EntityPanel
getPrimaryKey() - Method in interface org.jminor.framework.domain.Entity
 
getPrimaryKeyProperties(String) - Static method in class org.jminor.framework.domain.Entities
 
getPrimaryKeyProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getPrimaryKeys(Collection<Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
 
getPrimaryKeys(Collection<Entity>, boolean) - Static method in class org.jminor.framework.domain.EntityUtil
 
getPrimaryKeysOfSelectedEntities() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getPrimaryKeysOfSelectedEntities() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
getPrintControls() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getPrintTableControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getPriority() - Method in interface org.jminor.common.model.FilteredTableModel.SortingState
 
getProcedure(String) - Static method in class org.jminor.common.db.Databases
 
getProperties(String, Collection<String>) - Static method in class org.jminor.framework.domain.Entities
 
getProperties(String, String...) - Static method in class org.jminor.framework.domain.Entities
 
getProperties(String, boolean) - Static method in class org.jminor.framework.domain.Entities
 
getProperties(String) - Static method in class org.jminor.framework.domain.Entities
 
getProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getProperties() - Method in interface org.jminor.framework.domain.Entity.Key
 
getProperties(String, Collection<String>) - Static method in class org.jminor.framework.domain.EntityUtil
 
getProperty() - Method in class org.jminor.framework.client.model.DefaultPropertySummaryModel
 
getProperty() - Method in interface org.jminor.framework.client.model.PropertySummaryModel
 
getProperty(String, String) - Static method in class org.jminor.framework.domain.Entities
 
getProperty(String) - Method in interface org.jminor.framework.domain.Entity
Retrieves the property identified by propertyID from the entity repository
getPropertyBackgroundColor(int, Property) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getPropertyBackgroundColor(int, Property) - Method in interface org.jminor.framework.client.model.EntityTableModel
 
getPropertyComboBoxModel(Property.ColumnProperty) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
getPropertyComboBoxModel(Property.ColumnProperty) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
getPropertyCount() - Method in interface org.jminor.framework.domain.Entity.Key
 
getPropertyFilterModel(String) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
The PropertyFilterModel associated with the property identified by propertyID
getPropertyFilterModel(String) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
The PropertyFilterModel associated with the property identified by propertyID
getPropertyFilterModels() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
getPropertyFilterModels() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
getPropertyFilterModelsOrdered() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
getPropertyFilterModelsOrdered() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
getPropertyID() - Method in interface org.jminor.framework.domain.Property
The property identifier, should be unique within an Entity.
getPropertyName() - Method in class org.jminor.common.ui.control.AbstractBeanValueLink
 
getPropertySearchModel(String) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
getPropertySearchModel(String) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
getPropertySearchModels() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
getPropertySearchModels() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
getPropertySummaryModel(String) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Returns the PropertySummaryModel associated with the property identified by propertyID
getPropertySummaryModel(Property) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Returns the PropertySummaryModel associated with the given property
getPropertySummaryModel(String) - Method in interface org.jminor.framework.client.model.EntityTableModel
Returns the PropertySummaryModel associated with the property identified by propertyID
getPropertySummaryModel(Property) - Method in interface org.jminor.framework.client.model.EntityTableModel
Returns the PropertySummaryModel associated with the given property
getPropertyValues(List<Entity.Key>) - Static method in class org.jminor.framework.domain.EntityUtil
Retrieves the values of the given keys, assuming they are single column keys.
getPropertyValues(String, List<Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
 
getPropertyValues(String, List<Entity>, boolean) - Static method in class org.jminor.framework.domain.EntityUtil
 
getPropertyValues(Property, List<Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
 
getPropertyValues(Property, List<Entity>, boolean) - Static method in class org.jminor.framework.domain.EntityUtil
 
getProvider(String) - Static method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getQueriesPerSecond() - Method in interface org.jminor.common.db.Database.Statistics
 
getQueriesPerSecond() - Method in class org.jminor.common.db.Databases.DatabaseStatistics
getQueriesPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getQueriesPerSecondCollection() - Method in class org.jminor.framework.server.monitor.DatabaseMonitor
 
getQueryCriteria() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
 
getRandom() - Method in class org.jminor.common.model.ItemRandomizerModel
 
getRandomItem() - Method in interface org.jminor.common.model.ItemRandomizer
Fetches a random item from this model based on the item weights.
getRandomItem() - Method in class org.jminor.common.model.ItemRandomizerModel
Fetches a random item from this model based on the item weights.
getRandomItem(T) - Method in class org.jminor.common.model.ItemRandomizerModel
Returns the RandomItem associated with item.
getRandomItem() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Fetches a random item from this model based on the item weights.
getRandomValue(Property, Map<String, Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
 
getReferencedEntityID() - Method in interface org.jminor.framework.domain.Property.ForeignKeyProperty
 
getReferencedPrimaryKey(Property.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.
getReferencedPropertyID(Property) - Method in interface org.jminor.framework.domain.Property.ForeignKeyProperty
 
getReferenceEntity(String) - Method in class org.jminor.framework.tools.testing.EntityTestUnit
 
getReferenceProperties() - Method in interface org.jminor.framework.domain.Property.ForeignKeyProperty
Returns an unmodifiable list containing the actual reference properties,
getRefreshControl() - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
getRefreshControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getRefreshObserver() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getRegistry() - Static method in class org.jminor.common.model.Util
 
getRemoteLoadTest(String, String, User) - Static method in class org.jminor.framework.tools.testing.EntityLoadTestModel
 
getRenderer(Property) - Method in class org.jminor.framework.client.ui.EntityTableCellRenderer
 
getReportDataSource() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Returns an initialized ReportDataWrapper instance, the default implementation returns null.
getReportDataSource() - Method in interface org.jminor.framework.client.model.EntityTableModel
Returns an initialized ReportDataWrapper instance, the default implementation returns null.
getReportName() - Method in interface org.jminor.common.model.reports.ReportWrapper
 
getReportPath() - Static method in class org.jminor.framework.Configuration
 
getRequests() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getRequestsPerSecond() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getRequestsPerSecond() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getRequestsPerSecond() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getRequestsPerSecondDataSet() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getResetTime() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getResult() - Method in interface org.jminor.common.model.reports.ReportResult
 
getRetryCount() - Method in class org.jminor.common.db.DatabaseConnectionImpl
getRetryCount() - Method in interface org.jminor.common.db.PoolableConnection
 
getReversedState() - Method in interface org.jminor.common.model.StateObserver
 
getRow() - Method in exception org.jminor.common.db.exception.RecordModifiedException
 
getRowCount() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getSaveControl() - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
getScenarioChooser() - Method in interface org.jminor.common.model.LoadTest
 
getScenarioChooser() - Method in class org.jminor.common.model.LoadTestModel
getScenarioDurationDataset(String) - Method in interface org.jminor.common.model.LoadTest
 
getScenarioDurationDataset(String) - Method in class org.jminor.common.model.LoadTestModel
getScenarioDurationDataset(String) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getScreenSizeRatio(double) - Static method in class org.jminor.common.ui.UiUtil
 
getSearchableProperties() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
getSearchableProperties() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
getSearchConjunction() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
getSearchConjunction() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
getSearchCriteria(String) - Method in class org.jminor.common.model.AbstractFilteredTableModel
 
getSearchCriteria() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
getSearchCriteria() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
getSearchField() - Method in class org.jminor.common.ui.FilteredTablePanel
 
getSearchHint() - Method in class org.jminor.common.ui.textfield.SearchFieldHint
 
getSearchModel() - Method in interface org.jminor.common.ui.ColumnSearchPanel.InputFieldProvider
 
getSearchModel() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getSearchModel() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
getSearchModel() - Method in class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel
getSearchModel() - Method in interface org.jminor.framework.client.ui.EntityTableSearchPanel
 
getSearchModel() - Method in class org.jminor.framework.client.ui.EntityTableSearchSimplePanel
getSearchPanel() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getSearchPanel(String) - Method in class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel
 
getSearchPanelControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getSearchProperties(String) - Static method in class org.jminor.framework.domain.Entities
Retrieves the properties used when searching for a entity of the given type, if no search property IDs are defined all STRING based properties are returned.
getSearchProperties(String, Collection<String>) - Static method in class org.jminor.framework.domain.Entities
Retrieves the properties used when searching for a entity of the given type, if no search property IDs are defined all STRING based properties are returned.
getSearchPropertyIDs() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getSearchStateChangedState() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
getSearchStateChangedState() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
getSearchString() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
getSearchString() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
getSearchType() - Method in interface org.jminor.common.model.ColumnSearchModel
 
getSearchType() - Method in class org.jminor.common.model.DefaultColumnSearchModel
getSearchTypeObserver() - Method in interface org.jminor.common.model.ColumnSearchModel
 
getSearchTypeObserver() - Method in class org.jminor.common.model.DefaultColumnSearchModel
getSearchValueAt(int, C) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Returns the value to use when searching through the table.
getSearchValueAt(int, Property) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Returns the value to use when searching through the table.
getSelectColumnsControl() - Method in class org.jminor.common.ui.FilteredTablePanel
 
getSelectColumnsString(String) - Static method in class org.jminor.framework.domain.Entities
 
getSelectColumnsString() - Method in interface org.jminor.framework.domain.Entity.Definition
Retrieves the column list to use when constructing a select query for this entity type
getSelectedDetailPanel() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getSelectedEntities() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
getSelectedEntities() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
getSelectedEntitiesIterator() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Returns an Iterator which iterates through the selected entities
getSelectedEntitiesIterator() - Method in interface org.jminor.framework.client.model.EntityTableModel
Returns an Iterator which iterates through the selected entities
getSelectedEntity() - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
getSelectedEntity() - Method in interface org.jminor.framework.client.model.EntityComboBoxModel
 
getSelectedIndex() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getSelectedIndex() - Method in interface org.jminor.common.model.FilteredTableModel
 
getSelectedIndexes() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getSelectedIndexes() - Method in interface org.jminor.common.model.FilteredTableModel
 
getSelectedItem() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getSelectedItem() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
getSelectedItem() - Method in class org.jminor.common.model.combobox.ItemComboBoxModel
getSelectedItem() - Method in interface org.jminor.common.model.FilteredTableModel
 
getSelectedItems() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getSelectedItems() - Method in interface org.jminor.common.model.FilteredTableModel
 
getSelectedItems() - Method in class org.jminor.common.ui.ItemRandomizerPanel
 
getSelectIndex() - Method in interface org.jminor.common.model.Column
 
getSelectionCount() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getSelectionCount() - Method in interface org.jminor.common.model.FilteredTableModel
 
getSelectionDependencies() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getSelectionDependencies() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
getSelectionEmptyState() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getSelectionEmptyState() - Method in interface org.jminor.common.model.FilteredTableModel
 
getSelectionModel() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getSelectionModel() - Method in interface org.jminor.common.model.FilteredTableModel
 
getSelectQuery(String) - Static method in class org.jminor.framework.domain.Entities
 
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.DatabaseStatistics
getSelectsPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getSelectTableName(String) - Static method in class org.jminor.framework.domain.Entities
 
getSelectTableName() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getSequenceSQL(String) - Method in class org.jminor.common.db.AbstractDatabase
getSequenceSQL(String) - Method in interface org.jminor.common.db.Database
 
getSequenceSQL(String) - Method in class org.jminor.common.db.dbms.H2Database
getSequenceSQL(String) - Method in class org.jminor.common.db.dbms.HSQLDatabase
getSequenceSQL(String) - Method in class org.jminor.common.db.dbms.OracleDatabase
getSequenceSQL(String) - Method in class org.jminor.common.db.dbms.PostgreSQLDatabase
getServer(String, String) - Static method in class org.jminor.common.server.ServerUtil
Retrieves a RemoteServer from a registry running on the given host, using the given prefix as a criteria.
getServer(String, String, int) - Static method in class org.jminor.common.server.ServerUtil
Retrieves a RemoteServer from a registry running on the given host, using the given prefix as a criteria.
getServer() - Method in class org.jminor.framework.server.monitor.ClientMonitor
 
getServer() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getServerDbPort() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getServerDbPort() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getServerLoad() - Method in class org.jminor.common.server.loadtest.RemoteLoadTestServer
Not implemented!
getServerLoad() - Method in interface org.jminor.common.server.RemoteServer
 
getServerLog(UUID) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getServerLog(UUID) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getServerMonitors() - Method in class org.jminor.framework.server.monitor.HostMonitor
 
getServerName() - Method in class org.jminor.common.server.AbstractRemoteServer
getServerName() - Method in interface org.jminor.common.server.RemoteServer
 
getServerName() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getServerName() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getServerName() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getServerPort() - Method in class org.jminor.common.server.AbstractRemoteServer
getServerPort() - Method in interface org.jminor.common.server.RemoteServer
 
getServerPort() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getServerPort() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getSettingsControlSet() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getSid() - Method in class org.jminor.common.db.AbstractDatabase
getSid() - Method in interface org.jminor.common.db.Database
 
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.model.combobox.DefaultFilteredComboBoxModel
getSortedProperties(String, Collection<String>) - Static method in class org.jminor.framework.domain.EntityUtil
 
getSortingDirective(C) - Method in class org.jminor.common.model.AbstractFilteredTableModel
getSortingDirective(C) - Method in interface org.jminor.common.model.FilteredTableModel
 
getSortingDirective(String) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getSortingDirective(String) - Method in interface org.jminor.framework.client.model.EntityTableModel
 
getSortingPriority(C) - Method in class org.jminor.common.model.AbstractFilteredTableModel
getSortingPriority(C) - Method in interface org.jminor.common.model.FilteredTableModel
 
getSpinnerModel() - Method in class org.jminor.common.ui.control.IntBeanSpinnerValueLink
 
getStackTrace() - Method in class org.jminor.common.model.LogEntry
 
getStartDate() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getStartDate() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getStartDir(String) - Static method in class org.jminor.common.ui.UiUtil
 
getState() - Method in class org.jminor.common.model.checkbox.TristateButtonModel
 
getState() - Method in class org.jminor.common.ui.checkbox.TristateCheckBox
 
getStatement() - Method in exception org.jminor.common.db.exception.DatabaseException
 
getStatistics(long) - Method in interface org.jminor.common.db.pool.ConnectionPool
Retrives usage statistics for the connection pool since time since.
getStatsObserver() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getStatsUpdatedObserver() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getStatsUpdateInterval() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getStatsUpdateInterval() - Method in class org.jminor.framework.server.monitor.DatabaseMonitor
 
getStatsUpdateIntervalObserver() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getStatsUpdateIntervalObserver() - Method in class org.jminor.framework.server.monitor.DatabaseMonitor
 
getStatusMessage() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getStatusMessage() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
getStringProvider(String) - Static method in class org.jminor.framework.domain.Entities
 
getStringProvider() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getStringValue(String) - Static method in class org.jminor.framework.Configuration
 
getStringValue(String) - Method in interface org.jminor.framework.domain.Entity
 
getSubLog() - Method in class org.jminor.common.model.LogEntry
 
getSubQuery() - Method in interface org.jminor.framework.domain.Property.SubqueryProperty
 
getSuccessfulRunCount() - Method in interface org.jminor.common.model.LoadTest.UsageScenario
 
getSuccessfulRunCount() - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
getSummaryText() - Method in class org.jminor.framework.client.model.DefaultPropertySummaryModel
getSummaryText() - Method in interface org.jminor.framework.client.model.PropertySummaryModel
 
getSummaryType() - Method in class org.jminor.framework.client.model.DefaultPropertySummaryModel
getSummaryType() - Method in interface org.jminor.framework.client.model.PropertySummaryModel
 
getSummaryTypes() - Method in class org.jminor.framework.client.model.DefaultPropertySummaryModel
getSummaryTypes() - Method in interface org.jminor.framework.client.model.PropertySummaryModel
 
getSupportTableControlSet() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getSystemProperties() - Static method in class org.jminor.common.model.Util
 
getSystemProperties() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getSystemProperties() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.jminor.framework.client.ui.EntityTableCellRenderer.BooleanRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.jminor.framework.client.ui.EntityTableCellRenderer
getTableColumn(C) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Returns the TableColumn with the given identifier
getTableColumn(C) - Method in interface org.jminor.common.model.FilteredTableModel
Returns the TableColumn with the given identifier
getTableColumnProperties() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getTableColumnProperties() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
getTableDoubleClickAction() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getTableModel() - Method in class org.jminor.common.ui.FilteredTablePanel
 
getTableModel() - Method in class org.jminor.framework.client.model.DefaultEntityModel
getTableModel() - Method in interface org.jminor.framework.client.model.EntityModel
 
getTableModel() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getTableModel() - Method in class org.jminor.framework.tools.generator.EntityGeneratorModel
 
getTableModelClass() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getTableName(String) - Static method in class org.jminor.framework.domain.Entities
 
getTableName() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getTablePanel() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getTablePanelClass() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
getTableScrollPane() - Method in class org.jminor.common.ui.FilteredTablePanel
 
getTestUser() - Method in class org.jminor.framework.tools.testing.EntityTestUnit
Returns the database user to use when running the tests, this default implementation prompts for the user/password information, usually overridden
getText() - Method in class org.jminor.common.ui.control.TextBeanValueLink
 
getText() - Method in class org.jminor.common.ui.TextInputPanel
 
getText() - Method in class org.jminor.common.ui.valuemap.TextValueLink
 
getTextComponent() - Method in class org.jminor.common.ui.TextInputPanel
 
getTextField() - Method in class org.jminor.framework.client.ui.EntityUiUtil.EntityFieldPanel
 
getTextFileContents(Class, String) - Static method in class org.jminor.common.model.Util
Fetch the entire contents of a resource textfile, and return it in a String, using the default Charset.
getTextFileContents(Class, String, Charset) - Static method in class org.jminor.common.model.Util
Fetch the entire contents of a resource textfile, and return it in a String.
getTextFileContents(String, Charset) - Static method in class org.jminor.common.model.Util
 
getTextFileContents(InputStream, Charset) - Static method in class org.jminor.common.model.Util
 
getThinkTime() - Method in class org.jminor.common.model.LoadTestModel
 
getThinkTimeDataset() - Method in interface org.jminor.common.model.LoadTest
 
getThinkTimeDataset() - Method in class org.jminor.common.model.LoadTestModel
getThinkTimeDataset() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getThreadLocalCollator() - Static method in class org.jminor.common.model.Util
 
getThreadLocalDateFormat(String) - Static method in class org.jminor.common.model.DateUtil
 
getTimeSinceLastAccess() - Method in class org.jminor.common.server.ServerLog
 
getTimestamp() - Method in interface org.jminor.common.db.Database.Statistics
 
getTimestamp() - Method in class org.jminor.common.db.Databases.DatabaseStatistics
getTimestamp() - Method in interface org.jminor.common.db.pool.ConnectionPoolState
 
getTimestamp() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getTimestampValue(String) - Method in interface org.jminor.framework.domain.Entity
 
getToggleDetailPanelControl() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getToggleEditPanelControl() - Method in class org.jminor.framework.client.ui.EntityPanel
 
getToggleSearchPanelControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Initializes the button used to toggle the search panel state (hidden, visible and advanced)
getToggleSummaryPanelControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Initializes the button used to toggle the summary panel state (hidden and visible)
getToolbarControls(List<ControlSet>) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getToolsControlSet() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getTotalRunCount() - Method in interface org.jminor.common.model.LoadTest.UsageScenario
 
getTotalRunCount() - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
getTransientProperties(String) - Static method in class org.jminor.framework.domain.Entities
 
getTransientProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getTristateModel() - Method in class org.jminor.common.ui.checkbox.TristateCheckBox
 
getTwoSearchFieldsState() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
getType() - Method in interface org.jminor.common.model.Column
 
getType() - Method in interface org.jminor.common.model.ColumnSearchModel
 
getType() - Method in class org.jminor.common.model.DefaultColumnSearchModel
getType() - Method in interface org.jminor.framework.domain.Property
 
getTypeClass() - Method in interface org.jminor.common.model.Attribute
 
getTypeClass(int) - Static method in class org.jminor.common.model.Util
 
getUIValue() - Method in class org.jminor.common.ui.control.AbstractValueLink
 
getUIValue() - Method in class org.jminor.common.ui.control.DoubleBeanValueLink
getUIValue() - Method in class org.jminor.common.ui.control.FormattedTextBeanValueLink
This is a very strict implementation, formatted values are considered invalid until all placeholder characters have been replaced and null is returned
getUIValue() - Method in class org.jminor.common.ui.control.IntBeanSpinnerValueLink
getUIValue() - Method in class org.jminor.common.ui.control.IntBeanValueLink
getUIValue() - Method in class org.jminor.common.ui.control.SelectedItemBeanValueLink
getUIValue() - Method in class org.jminor.common.ui.control.TextBeanValueLink
 
getUIValue() - Method in class org.jminor.common.ui.control.ToggleBeanValueLink
getUIValue() - Method in class org.jminor.common.ui.valuemap.BooleanValueLink
getUIValue() - Method in class org.jminor.common.ui.valuemap.ComboBoxValueLink
getUIValue() - Method in class org.jminor.common.ui.valuemap.TextValueLink
getUIValue() - Method in class org.jminor.common.ui.valuemap.TristateValueLink
getUIValue() - Method in class org.jminor.framework.client.ui.EntityUiUtil.LookupValueLink
 
getUndefinedPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getUnsuccessfulRunCount() - Method in interface org.jminor.common.model.LoadTest.UsageScenario
 
getUnsuccessfulRunCount() - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
getUpdatableProperties(String) - Static method in class org.jminor.framework.domain.EntityUtil
 
getUpdateControl() - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
getUpdatedEntities() - Method in class org.jminor.framework.client.model.event.UpdateEvent
 
getUpdateInterval() - Method in interface org.jminor.common.model.LoadTest
 
getUpdateInterval() - Method in class org.jminor.common.model.LoadTestModel
getUpdateInterval() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getUpdateSelectedControlSet() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getUpdatesPerSecond() - Method in interface org.jminor.common.db.Database.Statistics
 
getUpdatesPerSecond() - Method in class org.jminor.common.db.Databases.DatabaseStatistics
getUpdatesPerSecond() - Method in class org.jminor.common.db.Databases.QueryCounter
 
getUpperBound() - Method in interface org.jminor.common.model.ColumnSearchModel
 
getUpperBound() - Method in class org.jminor.common.model.DefaultColumnSearchModel
getUpperBoundField() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
getUpperBoundObserver() - Method in interface org.jminor.common.model.ColumnSearchModel
 
getUpperBoundObserver() - Method in class org.jminor.common.model.DefaultColumnSearchModel
getURI(String) - Static method in class org.jminor.common.model.Util
 
getURIs(Collection<String>) - Static method in class org.jminor.common.model.Util
 
getURL(Properties) - Method in interface org.jminor.common.db.Database
 
getURL(Properties) - Method in class org.jminor.common.db.dbms.DerbyDatabase
getURL(Properties) - Method in class org.jminor.common.db.dbms.H2Database
getURL(Properties) - Method in class org.jminor.common.db.dbms.HSQLDatabase
getURL(Properties) - Method in class org.jminor.common.db.dbms.MySQLDatabase
getURL(Properties) - Method in class org.jminor.common.db.dbms.OracleDatabase
getURL(Properties) - Method in class org.jminor.common.db.dbms.PostgreSQLDatabase
getURL(Properties) - Method in class org.jminor.common.db.dbms.SQLServerDatabase
getUsageScenario(String) - Method in interface org.jminor.common.model.LoadTest
 
getUsageScenario(String) - Method in class org.jminor.common.model.LoadTestModel
getUsageScenario(String) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getUsageScenarioDataset() - Method in interface org.jminor.common.model.LoadTest
 
getUsageScenarioDataset() - Method in class org.jminor.common.model.LoadTestModel
getUsageScenarioDataset() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getUsageScenarioFailureDataset() - Method in interface org.jminor.common.model.LoadTest
 
getUsageScenarioFailureDataset() - Method in class org.jminor.common.model.LoadTestModel
getUsageScenarioFailureDataset() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getUsageScenarios() - Method in interface org.jminor.common.model.LoadTest
 
getUsageScenarios() - Method in class org.jminor.common.model.LoadTestModel
getUsageScenarios() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getUsedMemory() - Static method in class org.jminor.common.model.Util
 
getUsedMemory() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getUsedMemory() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getUser() - Method in class org.jminor.common.db.DatabaseConnectionImpl
getUser() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
getUser() - Method in interface org.jminor.common.db.pool.ConnectionPoolStatistics
 
getUser() - Method in interface org.jminor.common.db.PoolableConnection
 
getUser() - Method in interface org.jminor.common.model.LoadTest
 
getUser() - Method in class org.jminor.common.model.LoadTestModel
getUser() - Method in class org.jminor.common.server.ClientInfo
 
getUser() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getUser() - Method in class org.jminor.common.ui.LoginPanel
 
getUser(JComponent, User) - Static method in class org.jminor.common.ui.LoginPanel
 
getUser() - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
getUser() - Method in interface org.jminor.framework.client.model.EntityApplicationModel
 
getUser(String, User, String, ImageIcon) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Returns the user, either via a login dialog or via override, called during startup
getUser() - Method in interface org.jminor.framework.db.EntityConnection
 
getUser() - Method in class org.jminor.framework.db.provider.AbstractEntityConnectionProvider
getUser() - Method in interface org.jminor.framework.db.provider.EntityConnectionProvider
 
getUser() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
getUser() - Method in interface org.jminor.framework.server.RemoteEntityConnection
 
getUserListModel() - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
getUsername() - Method in class org.jminor.common.model.User
 
getUsernameField() - Method in class org.jminor.common.ui.LoginPanel
 
getUserPreference(String, String) - Static method in class org.jminor.common.model.Util
 
getUsers() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getUsers() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getValidationMessage(ValueChangeMapEditModel<K, V>) - Method in class org.jminor.common.ui.valuemap.AbstractValueMapLink
If the current value is invalid this method should return a string describing the nature of the invalidity, if the value is valid this method should return null
getValidator() - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
getValidator() - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
getValidator(String) - Static method in class org.jminor.framework.domain.Entities
 
getValidator() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getValidState() - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
getValidState() - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
getValue(K) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
Returns the value associated with the given key in the underlying value map
getValue() - Method in exception org.jminor.common.model.valuemap.exception.ValidationException
 
getValue(K) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
Returns the value associated with the given key in the underlying value map
getValue(K) - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Retrieves the value mapped to the given key
getValue(K) - Method in interface org.jminor.common.model.valuemap.ValueProvider
Retrieves the value mapped to the given key
getValue() - Method in class org.jminor.common.ui.input.AbstractInputProvider
getValue() - Method in class org.jminor.common.ui.input.BooleanInputProvider
getValue() - Method in class org.jminor.common.ui.input.DateInputProvider
getValue() - Method in class org.jminor.common.ui.input.DoubleInputProvider
getValue() - Method in interface org.jminor.common.ui.input.InputProvider
 
getValue() - Method in class org.jminor.common.ui.input.InputProviderPanel
getValue() - Method in class org.jminor.common.ui.input.IntInputProvider
getValue() - Method in class org.jminor.common.ui.input.TextInputProvider
getValue() - Method in class org.jminor.common.ui.input.ValueListInputProvider
getValue() - Method in class org.jminor.common.ui.textfield.DoubleField
 
getValue() - Method in class org.jminor.common.ui.textfield.IntField
getValue() - Method in class org.jminor.common.ui.textfield.TextFieldPlus
 
getValue() - Method in class org.jminor.framework.client.ui.EntityComboProvider
getValue() - Method in class org.jminor.framework.client.ui.EntityLookupProvider
getValue(String) - Static method in class org.jminor.framework.Configuration
 
getValue(Property) - Method in interface org.jminor.framework.domain.Entity
 
getValue(Map<String, Object>) - Method in interface org.jminor.framework.domain.Property.DerivedProperty.Provider
 
getValueAsString(K) - Method in interface org.jminor.common.model.valuemap.ValueAsStringProvider
Retrieves the value mapped to the given key as a String
getValueAsString(K) - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Retrieves the value mapped to the given key as a String
getValueAsString(Object) - Method in class org.jminor.common.ui.control.FormattedTextBeanValueLink
getValueAsString(Object) - Method in class org.jminor.common.ui.control.TextBeanValueLink
 
getValueAsString(Property) - 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.
getValueAsText(Object) - Method in class org.jminor.common.ui.valuemap.FormattedValueLink
Returns a String representation of the given value object, null is returned in case of a null value
getValueAsText(Object) - Method in class org.jminor.common.ui.valuemap.TextValueLink
Returns a String representation of the given value object, null is returned in case of a null value
getValueAt(int, int) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getValueChangeObserver(K) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
getValueChangeObserver() - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
Returns an Event fired each time a value changes, with a ValueChangeEvent argument.
getValueChangeObserver(K) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
getValueChangeObserver() - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
Returns an Event fired each time a value changes, with a ValueChangeEvent argument.
getValueCount(SearchType) - Static method in class org.jminor.common.model.DefaultColumnSearchModel
 
getValueFromText(String) - Method in class org.jminor.common.ui.valuemap.DoubleValueLink
Returns a property value based on the given text, if the text can not be parsed into a valid value, null is returned
getValueFromText(String) - Method in class org.jminor.common.ui.valuemap.FormattedValueLink
Returns a property value based on the given text, if the text can not be parsed into a valid value, null is returned
getValueFromText(String) - Method in class org.jminor.common.ui.valuemap.IntValueLink
Returns a property value based on the given text, if the text can not be parsed into a valid value, null is returned
getValueFromText(String) - Method in class org.jminor.common.ui.valuemap.TextValueLink
Returns a property value based on the given text, if the text can not be parsed into a valid value, null is returned
getValueKeys() - Method in interface org.jminor.common.db.criteria.Criteria
 
getValueKeys() - Method in class org.jminor.common.db.criteria.CriteriaSet
getValueKeys() - Method in class org.jminor.common.db.criteria.SimpleCriteria
getValueKeys() - Method in interface org.jminor.common.model.valuemap.ValueMap
 
getValueKeys() - Method in class org.jminor.common.model.valuemap.ValueMapImpl
getValueMap() - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
 
getValueOwner() - Method in class org.jminor.common.model.valuemap.ValueChangeEvent
 
getValueOwner() - Method in class org.jminor.common.ui.control.AbstractValueLink
 
getValueProperties() - Method in interface org.jminor.framework.db.criteria.EntityCriteria
 
getValueProvider(Property) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Initializes a value provider for the given property, used for adding lookup functionality to input fields for example.
getValueProvider(Property) - Method in interface org.jminor.framework.client.model.EntityEditModel
Initializes a value provider for the given property, used for adding lookup functionality to input fields for example.
getValueProvider() - Method in interface org.jminor.framework.domain.Property.DerivedProperty
 
getValues() - Method in interface org.jminor.common.db.criteria.Criteria
 
getValues() - Method in class org.jminor.common.db.criteria.CriteriaSet
getValues() - Method in class org.jminor.common.db.criteria.SimpleCriteria
getValues() - Method in interface org.jminor.common.model.valuemap.ValueCollectionProvider
Retrieves the values associated with this value provider.
getValues() - Method in interface org.jminor.common.model.valuemap.ValueMap
 
getValues() - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Retrieves the values associated with this value provider.
getValues(Property, boolean) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
getValues(Property, boolean) - Method in interface org.jminor.framework.client.model.EntityTableModel
 
getValues() - Method in interface org.jminor.framework.client.model.PropertySummaryModel.PropertyValueProvider
 
getValues() - Method in interface org.jminor.framework.db.criteria.EntityCriteria
 
getValues() - Method in interface org.jminor.framework.domain.Property.ValueListProperty
 
getVersion() - Static method in class org.jminor.common.model.Util
 
getVersion() - Method in class org.jminor.common.model.Version
 
getVersionAndBuildNumber() - Static method in class org.jminor.common.model.Util
 
getViewControlSet() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
getViewDependenciesControl() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
getVisibleItemCount() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getVisibleItemCount() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
getVisibleItemCount() - Method in interface org.jminor.common.model.FilteredModel
 
getVisibleItems() - Method in class org.jminor.common.model.AbstractFilteredTableModel
getVisibleItems() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
getVisibleItems() - Method in interface org.jminor.common.model.FilteredModel
 
getVisibleProperties(String) - Static method in class org.jminor.framework.domain.Entities
 
getVisibleProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
getWarningThreshold() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getWarningThresholdObserver() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
getWarningTime() - Method in interface org.jminor.common.model.LoadTest
 
getWarningTime() - Method in class org.jminor.common.model.LoadTestModel
getWarningTime() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
getWarningTimeExceededPerSecond() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getWarningTimeExceededPerSecond() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getWarningTimeObserver() - Method in interface org.jminor.common.model.LoadTest
 
getWarningTimeObserver() - Method in class org.jminor.common.model.LoadTestModel
getWarningTimeThreshold() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
getWarningTimeThreshold() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
getWeight(T) - Method in interface org.jminor.common.model.ItemRandomizer
Returns the weight of the given item.
getWeight() - Method in interface org.jminor.common.model.ItemRandomizer.RandomItem
 
getWeight(T) - Method in class org.jminor.common.model.ItemRandomizerModel
Returns the weight of the given item.
getWeight(Object) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Returns the weight of the given item.
getWeightBounds() - Method in class org.jminor.common.model.BoundedItemRandomizerModel
 
getWeightRatio(T) - Method in interface org.jminor.common.model.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.common.model.ItemRandomizerModel
Returns this items share in the total weights as a floating point number between 0 and 1
getWeightRatio(Object) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Returns this items share in the total weights as a floating point number between 0 and 1
getWeightsObserver() - Method in interface org.jminor.common.model.ItemRandomizer
 
getWeightsObserver() - Method in class org.jminor.common.model.ItemRandomizerModel
getWhereClause() - Method in interface org.jminor.framework.db.criteria.EntityCriteria
 
getWhereClause(boolean) - Method in interface org.jminor.framework.db.criteria.EntityCriteria
 
getWildcard() - Method in class org.jminor.common.model.DefaultColumnSearchModel
 
getWildcard() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
getWildcard() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
getYesterday() - Static method in class org.jminor.common.model.DateUtil
 
getZoom() - Method in class org.jminor.common.ui.images.NavigableImagePanel
Gets the current zoom level.
getZoomDevice() - Method in class org.jminor.common.ui.images.NavigableImagePanel
Gets the current zoom device.
getZoomIncrement() - Method in class org.jminor.common.ui.images.NavigableImagePanel
Gets the current zoom increment.

H

H2 - Static variable in interface org.jminor.common.db.Database
The constant used to denote the H2 database type
H2Database - Class in org.jminor.common.db.dbms
A Database implementation based on the H2 database.
H2Database() - Constructor for class org.jminor.common.db.dbms.H2Database
Instantiates a new H2Database.
H2Database(String) - Constructor for class org.jminor.common.db.dbms.H2Database
Instantiates a new embedded H2Database.
H2Database(String, String, String) - Constructor for class org.jminor.common.db.dbms.H2Database
Instantiates a new networked H2Database.
handleAction(Action) - Method in interface org.jminor.common.ui.control.ControlIterator
 
handleClear() - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
 
handleClear() - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Called after the value map has been cleared.
handleControl(Control) - Method in interface org.jminor.common.ui.control.ControlIterator
 
handleControlSet(ControlSet) - Method in interface org.jminor.common.ui.control.ControlIterator
 
handleDbException(DatabaseException, JComponent) - Method in class org.jminor.common.ui.DefaultExceptionHandler
 
handleDelete(DeleteEvent) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
 
handleException(Throwable, JComponent) - Method in class org.jminor.common.ui.DefaultExceptionHandler
 
handleException(Throwable, JComponent) - Method in interface org.jminor.common.ui.ExceptionHandler
Handle the given exception and display it to the user.
handleException(Throwable, JComponent) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Handle the given exception and display it to the user.
handleException(Throwable) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Handles the given exception, which usually means simply displaying it to the user
handleException(Throwable, JComponent) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Handles the given exception
handleException(Exception) - Method in class org.jminor.framework.client.ui.EntityPanel
By default this delegates to the edit panel
handleException(Exception) - Method in class org.jminor.framework.client.ui.EntityTablePanel
By default this delegates to the edit panel
handleInitialization(String, List<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityModel
 
handleLogin() - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
Called after a login has been performed Override to add a login handler.
handleLogout() - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
Called after a logout has been performed.
handleSeparator() - Method in interface org.jminor.common.ui.control.ControlIterator
 
handleSetAs(ValueChangeMap<K, V>) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
Called after the value map has been set.
handleSetUIValue(Object) - Method in class org.jminor.common.ui.control.TextBeanValueLink
Called after the values has been set in the UI
handleShutdown() - Method in class org.jminor.common.server.AbstractRemoteServer
Called after shutdown has finished
handleToggleControl(ToggleBeanValueLink) - Method in interface org.jminor.common.ui.control.ControlIterator
 
handleValueChangedEventInitialized() - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
 
handleValueInitialized(K, V) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
 
handleValueRemoved(K, V) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
 
handleValueRemoved(K, V) - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Called after a value has been removed from this map.
handleValueSet(K, V, V, boolean) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
 
handleValueSet(K, V, V, boolean) - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Called after a value has been set.
hasDenormalizedProperties(String) - Static method in class org.jminor.framework.domain.Entities
 
hasDenormalizedProperties(String, String) - Static method in class org.jminor.framework.domain.Entities
 
hasDenormalizedProperties() - Method in interface org.jminor.framework.domain.Entity.Definition
 
hasDenormalizedProperties(String) - Method in interface org.jminor.framework.domain.Entity.Definition
 
hasDescription() - Method in interface org.jminor.common.model.Attribute
 
hasEditModel() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
hasEditModel() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
hashByEntityID(Collection<Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
Returns a Map containing the given entities hashed by their entityIDs
hashByPrimaryKey(List<Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
Hashes the given entities by their primary key
hashByPropertyValue(String, Collection<Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
Returns a Map containing the given entities hashed by the value of the property with ID propertyID
hashCode() - Method in class org.jminor.common.model.Item
hashCode() - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
hashCode() - Method in class org.jminor.common.model.LogEntry
hashCode() - Method in class org.jminor.common.model.User
hashCode() - Method in class org.jminor.common.model.valuemap.ValueMapImpl
hashCode() - Method in class org.jminor.common.server.ClientInfo
hashCode() - Method in class org.jminor.common.server.ServerLog
hashCode() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
hashKeysByEntityID(Collection<Entity.Key>) - Static method in class org.jminor.framework.domain.EntityUtil
Returns a Map containing the given entity keys hashed by their entityIDs
hasIcon() - Method in class org.jminor.common.ui.control.ControlSet
 
hasLinkedProperties(String, String) - Static method in class org.jminor.framework.domain.Entities
Returns true if the property identified by propertyID in the entity identified by entityID has any linked properties, that is properties which values depend on the value of the given property
hasLinkedProperties(String) - Method in interface org.jminor.framework.domain.Entity.Definition
Returns true if this entity contains properties which values are linked to the value of the given property
hasName() - Method in class org.jminor.common.ui.control.ControlSet
 
hasParentProperty() - Method in interface org.jminor.framework.domain.Property
 
HELP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
HELP_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
HIDDEN - Static variable in class org.jminor.framework.client.ui.EntityPanel
 
HIDDEN - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
hideDialog() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
HostMonitor - Class in org.jminor.framework.server.monitor
A HostMonitor
HostMonitor(String) - Constructor for class org.jminor.framework.server.monitor.HostMonitor
 
HostMonitorPanel - Class in org.jminor.framework.server.monitor.ui
A HostMonitorPanel
HostMonitorPanel(HostMonitor) - Constructor for class org.jminor.framework.server.monitor.ui.HostMonitorPanel
Instantiates a new HostMonitorPanel
HSQL - Static variable in interface org.jminor.common.db.Database
The constant used to denote the HSQL database type
HSQLDatabase - Class in org.jminor.common.db.dbms
A Database implementation based on the HSQL database.
HSQLDatabase() - Constructor for class org.jminor.common.db.dbms.HSQLDatabase
Instantiates a new H2Database.
HSQLDatabase(String) - Constructor for class org.jminor.common.db.dbms.HSQLDatabase
Instantiates a new embedded HSQLDatabase.
HSQLDatabase(String, String, String) - Constructor for class org.jminor.common.db.dbms.HSQLDatabase
Instantiates a new networked HSQLDatabase.

I

ICON_LOGGING - Static variable in class org.jminor.common.ui.images.Images
 
IdSource - Enum in org.jminor.common.model
A enum representing the possible ways of retrieving a new ID value.
IMAGE_CHANGED_PROPERTY - Static variable in class org.jminor.common.ui.images.NavigableImagePanel
Identifies that the image in the panel has changed.
Images - Class in org.jminor.common.ui.images
A class serving as resource owner for images.
IMG_ADD_16 - Static variable in class org.jminor.common.ui.images.Images
 
IMG_DELETE_16 - Static variable in class org.jminor.common.ui.images.Images
 
IMG_DOWN_16 - Static variable in class org.jminor.common.ui.images.Images
 
IMG_FILTER_16 - Static variable in class org.jminor.common.ui.images.Images
 
IMG_HISTORY_16 - Static variable in class org.jminor.common.ui.images.Images
 
IMG_NEW_16 - Static variable in class org.jminor.common.ui.images.Images
 
IMG_PREFERENCES_16 - Static variable in class org.jminor.common.ui.images.Images
 
IMG_PROPERTIES_16 - Static variable in class org.jminor.common.ui.images.Images
 
IMG_REFRESH_16 - Static variable in class org.jminor.common.ui.images.Images
 
IMG_SAVE_16 - Static variable in class org.jminor.common.ui.images.Images
 
IMG_STOP_16 - Static variable in class org.jminor.common.ui.images.Images
 
IMG_UP_16 - Static variable in class org.jminor.common.ui.images.Images
 
inactivateDialog() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
include(Object) - Method in interface org.jminor.common.model.ColumnSearchModel
 
include(Comparable) - Method in interface org.jminor.common.model.ColumnSearchModel
 
include(Object) - Method in class org.jminor.common.model.DefaultColumnSearchModel
include(Comparable) - Method in class org.jminor.common.model.DefaultColumnSearchModel
include(T) - Method in class org.jminor.common.model.FilterCriteria.AcceptAllCriteria
 
include(T) - Method in interface org.jminor.common.model.FilterCriteria
 
include(T) - Method in class org.jminor.common.model.FilterCriteria.RejectAllCriteria
 
include(T) - Method in class org.jminor.common.model.RegexFilterCriteria
Returns true if the regex pattern is valid and the given item passes the criteria.
include(Entity) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
includeComponentSelectionProperty(String) - Method in class org.jminor.framework.client.ui.EntityPanel
 
incrementWeight(T) - Method in class org.jminor.common.model.BoundedItemRandomizerModel
Increments the weight of the given item by one
incrementWeight(T) - Method in interface org.jminor.common.model.ItemRandomizer
Increments the weight of the given item by one
incrementWeight() - Method in interface org.jminor.common.model.ItemRandomizer.RandomItem
Increments the weight value assigned to this random item
incrementWeight(T) - Method in class org.jminor.common.model.ItemRandomizerModel
Increments the weight of the given item by one
incrementWeight(Object) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Increments the weight of the given item by one
indexOf(R) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Returns the index of the given item
indexOf(R) - Method in interface org.jminor.common.model.FilteredTableModel
Returns the index of the given item
indexOf(Entity.Key) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
indexOf(Entity.Key) - Method in interface org.jminor.framework.client.model.EntityTableModel
 
init() - Method in class org.jminor.framework.client.ui.EntityApplet
 
init() - Static method in class org.jminor.framework.Configuration
A convenience method for loading this class so that it parses configuration files and such
initialize(String, List<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityModel
Initializes this EntityModel according to the given master entities, sets the appropriate property value and filters the EntityTableModel
initialize(String, List<Entity>) - Method in interface org.jminor.framework.client.model.EntityModel
Initializes this EntityModel according to the given master entities, sets the appropriate property value and filters the EntityTableModel
initialize(EntityConnectionProvider) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Initializes this application panel
initialize() - Method in class org.jminor.framework.client.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.common.db.tools.QueryLoadTestModel
 
initializeApplication() - Method in class org.jminor.common.model.LoadTestModel
 
initializeApplication() - Method in class org.jminor.framework.tools.testing.EntityLoadTestModel
initializeApplicationModel(EntityConnectionProvider) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Initializes the application model
initializeAssociatedPanels() - Method in class org.jminor.framework.client.ui.EntityPanel
Called during initialization, before controls have been initialized
initializeColumnPanel(TableColumn) - Method in class org.jminor.common.ui.AbstractTableColumnSyncPanel
Initializes the column panel for the given column
initializeColumnPanel(TableColumn) - Method in class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel
Initializes the column panel for the given column
initializeColumnPanel(TableColumn) - Method in class org.jminor.framework.client.ui.EntityTableSummaryPanel
Initializes the column panel for the given column
initializeConnectionProvider(User, String) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Initializes the entity db provider
initializeConnectionProvider() - Method in class org.jminor.framework.tools.testing.EntityTestUnit
 
initializeContents() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
 
initializeContents() - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
initializeContents() - Method in class org.jminor.framework.client.model.DefaultPropertyComboBoxModel
initializeControlPanels() - Method in class org.jminor.framework.client.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
initializeEntityComboBoxModel(String) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
initializeEntityComboBoxModel(Property.ForeignKeyProperty) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
initializeEntityComboBoxModel(String) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
initializeEntityComboBoxModel(Property.ForeignKeyProperty) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
initializeInputField(boolean) - Method in interface org.jminor.common.ui.ColumnSearchPanel.InputFieldProvider
 
initializeItems(List<Item<T>>) - Method in class org.jminor.common.model.combobox.ItemComboBoxModel
 
initializePanel() - Method in class org.jminor.framework.client.ui.EntityEditPanel
Initializes this EntityEditPanel UI.
initializePanel() - Method in class org.jminor.framework.client.ui.EntityPanel
Initializes this EntityPanel's 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.framework.client.ui.EntityTablePanel
Initializes the UI
initializePropertyComboBoxModel(Property.ColumnProperty, EventObserver, String) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
initializePropertyComboBoxModel(Property.ColumnProperty, EventObserver, String) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
initializePropertyFilterModel(Property) - Method in class org.jminor.framework.client.model.DefaultPropertyFilterModelProvider
Initializes a PropertyFilterModel for the given property
initializePropertyFilterModel(Property) - Method in interface org.jminor.framework.client.model.PropertyFilterModelProvider
Initializes a PropertyFilterModel for the given property
initializePropertySearchModel(Property.SearchableProperty, EntityConnectionProvider) - Method in class org.jminor.framework.client.model.DefaultPropertySearchModelProvider
Initializes a PropertySearchModel for the given property
initializePropertySearchModel(Property.SearchableProperty, EntityConnectionProvider) - Method in interface org.jminor.framework.client.model.PropertySearchModelProvider
Initializes a PropertySearchModel for the given property
initializeProxy(Class<T>, InvocationHandler) - Static method in class org.jminor.common.model.Util
 
initializeReferencedEntities(String, String) - Method in class org.jminor.framework.tools.testing.EntityTestUnit
This method should initialize instances of entities specified by the entityIDs found in the entityIDs Collection and map them to their respective entityIDs via the setReferenceEntity method
initializeReferenceEntity(String) - Method in class org.jminor.framework.tools.testing.EntityTestUnit
Initializes a new Entity of the given type, by default this method creates a Entity filled with random values.
initializeRegistry() - Static method in class org.jminor.common.model.Util
Initializes a Registry if one is not running
initializeRenderer(Property) - Method in class org.jminor.framework.client.ui.EntityTableCellRenderer
 
initializeSouthPanel() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Initializes a panel to show in the SOUTH position of this application frame, override to provide a south panel.
initializeSouthPanel() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Initializes the south panel, override and return null for no south panel.
initializeStartupDialog(Icon, String) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Initializes the startup dialog
initializeStartupProgressPanel(Icon) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Initializes the progress panel to show in the startup dialog
initializeSummaryPanel() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Initializes the panel containing the table column summary panels
initializeTableCellRenderer() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Returns the TableCellRenderer used for this EntityTablePanel
initializeTableMouseListener() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Initialize the MouseListener for the table component.
initializeTestEntity(String) - Method in class org.jminor.framework.tools.testing.EntityTestUnit
This method should return an instance of the entity specified by entityID
initializeToolbar() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Initializes the south panel toolbar, by default based on getToolbarControls()
initializeUI() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Initializes this EntityApplicationPanel
initializeUI() - Method in class org.jminor.framework.client.ui.EntityEditPanel
Initializes this EntityEditPanel UI
initializeUI() - Method in class org.jminor.framework.client.ui.EntityPanel
Initializes this EntityPanel's UI.
initializeValue(K, V) - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
Initializes the value associated with the given key.
initializeValue(K, V) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
Initializes the value associated with the given key.
initializeValue(Property, Object) - Method in interface org.jminor.framework.domain.Entity
Initializes the given value assuming it has no previously set value.
initializeViewImageAction(EntityTablePanel, String) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
INPUT_EMAIL_ADDRESS - Static variable in class org.jminor.common.i18n.Messages
 
InputProvider<T,K extends JComponent> - Interface in org.jminor.common.ui.input
Specifies a generic class for providing a value via a UI component.
InputProviderPanel - Class in org.jminor.common.ui.input
A panel for presenting a InputProvider.
InputProviderPanel(String, InputProvider) - Constructor for class org.jminor.common.ui.input.InputProviderPanel
Instantiates a new InputProviderPanel
INSERT - Static variable in interface org.jminor.common.model.valuemap.ValueMapValidator
Code for the insert action, used during validation
insert() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Performs a insert on the active entity
insert(List<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Performs an insert on the given entities, returns silently on recieving an empty list
insert() - Method in interface org.jminor.framework.client.model.EntityEditModel
Performs a insert on the active entity
insert(List<Entity>) - Method in interface org.jminor.framework.client.model.EntityEditModel
Performs an insert on the given entities, returns silently on recieving an empty list
INSERT - Static variable in class org.jminor.framework.client.ui.EntityEditPanel
 
insert() - Method in class org.jminor.framework.client.ui.EntityEditPanel
Performs a insert on the active entity
insert(boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Performs a insert on the active entity
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 - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
insert(List<Entity>) - Method in interface org.jminor.framework.server.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_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
 
INSERT_UPDATE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
INSERT_UPDATE_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
inserted(InsertEvent) - Method in class org.jminor.framework.client.model.event.InsertListener
Handles the given insert event
InsertEvent - Class in org.jminor.framework.client.model.event
An event describing a insert action.
InsertEvent(Object, List<Entity.Key>) - Constructor for class org.jminor.framework.client.model.event.InsertEvent
Instantiates a new InsertEvent.
InsertListener - Class in org.jminor.framework.client.model.event
A listener for insert events.
InsertListener() - Constructor for class org.jminor.framework.client.model.event.InsertListener
 
insertOrRemoveUpdate(DocumentEvent) - Method in class org.jminor.common.model.DocumentAdapter
Called during both insert and remove events.
insertString(int, String, AttributeSet) - Method in class org.jminor.common.ui.combobox.MaximumMatch
insertUpdate(DocumentEvent) - Method in class org.jminor.common.model.DocumentAdapter
insertUpdate(DocumentEvent) - Method in class org.jminor.common.ui.control.TextBeanValueLink
INT_PACKER - Static variable in class org.jminor.common.db.Databases
A result packer for fetching integers from an result set containing a single integer column
IntBeanSpinnerValueLink - Class in org.jminor.common.ui.control
Binds a SpinnerModel to a int based bean property.
IntBeanSpinnerValueLink(Object, String, EventObserver) - Constructor for class org.jminor.common.ui.control.IntBeanSpinnerValueLink
Instantiates a new IntBeanSpinnerValueLink.
IntBeanSpinnerValueLink(Object, String, EventObserver, LinkType) - Constructor for class org.jminor.common.ui.control.IntBeanSpinnerValueLink
Instantiates a new IntBeanSpinnerValueLink.
IntBeanValueLink - Class in org.jminor.common.ui.control
Binds a DoubleField to a int based bean property.
IntBeanValueLink(IntField, Object, String, EventObserver) - Constructor for class org.jminor.common.ui.control.IntBeanValueLink
Instantiates a new IntBeanValueLink.
IntBeanValueLink(IntField, Object, String, EventObserver, LinkType) - Constructor for class org.jminor.common.ui.control.IntBeanValueLink
Instantiates a new IntBeanValueLink.
INTEGRITY_CONSTRAINT_ERROR - Static variable in class org.jminor.common.i18n.Messages
 
IntField - Class in org.jminor.common.ui.textfield
A text field for ints.
IntField() - Constructor for class org.jminor.common.ui.textfield.IntField
Constructs a new IntField.
IntField(int) - Constructor for class org.jminor.common.ui.textfield.IntField
Constructs a new IntField.
IntField(int, int) - Constructor for class org.jminor.common.ui.textfield.IntField
Constructs a new IntField.
IntInputProvider - Class in org.jminor.common.ui.input
A InputProvider implementation for int values.
IntInputProvider(Integer) - Constructor for class org.jminor.common.ui.input.IntInputProvider
Instantiates a new IntInputProvider.
IntValueLink<K> - Class in org.jminor.common.ui.valuemap
A class for linking a IntField to a ValueChangeMapEditor int key value.
IntValueLink(IntField, ValueChangeMapEditModel<K, Object>, K, boolean, LinkType) - Constructor for class org.jminor.common.ui.valuemap.IntValueLink
Instantiates a new IntValueLink.
INVALID_VALUE_BACKGROUND_COLOR - Static variable in class org.jminor.framework.Configuration
Specifies the color to use as background in input fields containing invalid values
Value type: Color
Default value: Color.LIGHT_GRAY
is(String) - Method in interface org.jminor.framework.domain.Entity
 
is(String) - Method in interface org.jminor.framework.domain.Property
 
is(Property) - Method in interface org.jminor.framework.domain.Property
 
isActive() - Method in interface org.jminor.common.model.StateObserver
 
isActive() - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
isAdvanced() - Method in class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel
 
isAdvancedSearchOn() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
isAlwaysOnTop() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
isAlwaysOnTop() - Method in class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
 
isAutoEnable() - Method in interface org.jminor.common.model.ColumnSearchModel
 
isAutoEnable() - Method in class org.jminor.common.model.DefaultColumnSearchModel
isAutoGenerated() - Method in enum org.jminor.common.model.IdSource
 
isAutoIncrement() - Method in enum org.jminor.common.model.IdSource
 
isAutomaticWildcard() - Method in interface org.jminor.common.model.ColumnSearchModel
 
isAutomaticWildcard() - Method in class org.jminor.common.model.DefaultColumnSearchModel
isBatchUpdateAllowed() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
isBatchUpdateAllowed() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
isBoolean() - Method in interface org.jminor.framework.domain.Property
 
isCaseSensitive() - Method in interface org.jminor.common.model.ColumnSearchModel
 
isCaseSensitive() - Method in class org.jminor.common.model.DefaultColumnSearchModel
isCaseSensitive() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
isCaseSensitive() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
isCellEditable(int, int) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
isCharacter() - Method in interface org.jminor.framework.domain.Property
 
isCleared() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
isCleared() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
isCollectChartData() - Method in interface org.jminor.common.model.LoadTest
 
isCollectChartData() - Method in class org.jminor.common.model.LoadTestModel
isCollectChartData() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
isCollectFineGrainedPoolStatistics(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
isCollectFineGrainedPoolStatistics(User) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
isCollectFineGrainedStatistics() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
isCollectFineGrainedStats() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
isColumnVisible(C) - Method in class org.jminor.common.model.AbstractFilteredTableModel
isColumnVisible(C) - Method in interface org.jminor.common.model.FilteredTableModel
 
isCompactDetailLayout() - Method in class org.jminor.framework.client.ui.EntityPanel
 
isComplete() - Method in class org.jminor.common.model.LogEntry
 
isCompositeKey() - Method in interface org.jminor.framework.domain.Entity.Key
 
isCompositeReference() - Method in interface org.jminor.framework.domain.Property.ForeignKeyProperty
 
isConnected() - Method in interface org.jminor.common.db.DatabaseConnection
 
isConnected() - Method in class org.jminor.common.db.DatabaseConnectionImpl
isConnected() - Method in interface org.jminor.framework.db.EntityConnection
 
isConnected() - Method in class org.jminor.framework.db.provider.AbstractEntityConnectionProvider
isConnected() - Method in interface org.jminor.framework.db.provider.EntityConnectionProvider
 
isConnected() - Method in interface org.jminor.framework.server.RemoteEntityConnection
 
isConnectionPoolEnabled(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
isConnectionPoolEnabled(User) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
isConnectionValid() - Method in class org.jminor.framework.db.provider.AbstractEntityConnectionProvider
 
isConnectionValid() - Method in class org.jminor.framework.db.provider.LocalEntityConnectionProvider
isConnectionValid() - Method in class org.jminor.framework.server.provider.RemoteEntityConnectionProvider
isDate() - Method in interface org.jminor.framework.domain.Property
 
isDateValid(String, DateFormat...) - Static method in class org.jminor.common.model.DateUtil
 
isDateValid(String, boolean, DateFormat...) - Static method in class org.jminor.common.model.DateUtil
 
isDecimalSymbol(Character) - Static method in class org.jminor.common.ui.textfield.DoubleField
 
isDecimalSymbol(String) - Static method in class org.jminor.common.ui.textfield.DoubleField
 
isDefined(String) - Static method in class org.jminor.framework.domain.Entities
 
isDeleteAllowed() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
isDeleteAllowed() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
isDeleteAllowed() - Method in interface org.jminor.framework.client.model.EntityEditModel
 
isDeleteAllowed() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
isDenormalized() - Method in interface org.jminor.common.model.Column
 
isDetailModel() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
isDetailModel() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
isDialogActive() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
isDialogShowing() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
isDouble() - Method in interface org.jminor.framework.domain.Property
 
isEditAccepted() - Method in class org.jminor.common.ui.input.InputProviderPanel
 
isEmbedded() - Method in class org.jminor.common.db.AbstractDatabase
isEmbedded() - Method in interface org.jminor.common.db.Database
 
isEnabled() - Method in interface org.jminor.common.db.pool.ConnectionPool
 
isEnabled() - Method in interface org.jminor.common.model.ColumnSearchModel
 
isEnabled() - Method in class org.jminor.common.model.DefaultColumnSearchModel
isEnabled() - Method in interface org.jminor.common.model.ItemRandomizer.RandomItem
 
isEnabled() - Method in class org.jminor.common.model.MethodLogger
 
isEnabled() - Method in class org.jminor.common.ui.control.Control
isEntityNew() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
isEntityNew() - Method in interface org.jminor.framework.client.model.EntityEditModel
 
isFiltered(R) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Returns true if the given item is filtered in this combo box model
isFiltered(T) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Returns true if the given item is filtered in this combo box model
isFiltered(T) - Method in interface org.jminor.common.model.FilteredModel
Returns true if the given item is filtered in this combo box model
isFilterEnabled(String) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
isFilterEnabled(String) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
isFiltering() - Method in class org.jminor.common.model.AbstractFilteredTableModel
 
isForeignKeyNull(Property.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.
isHidden() - Method in interface org.jminor.framework.domain.Property
 
isHighQualityRenderingEnabled() - Method in class org.jminor.common.ui.images.NavigableImagePanel
Indicates whether the high quality rendering feature is enabled.
isHintVisible() - Method in class org.jminor.common.ui.textfield.SearchFieldHint
 
isHostReachable(String, int) - Static method in class org.jminor.common.model.Util
Returns true if the given host is reachable, false if it is not or an exception is thrown while trying
isImmediateUpdate() - Method in class org.jminor.common.ui.valuemap.TextValueLink
 
isIncludeControlPanel() - Method in class org.jminor.framework.client.ui.EntityPanel
 
isIncludeDetailPanelTabPane() - Method in class org.jminor.framework.client.ui.EntityPanel
 
isIndeterminate() - Method in class org.jminor.common.model.checkbox.TristateButtonModel
 
isIndeterminate() - Method in class org.jminor.common.ui.checkbox.TristateCheckBox
 
isInitialization() - Method in class org.jminor.common.model.valuemap.ValueChangeEvent
 
isInsertAllowed() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
isInsertAllowed() - Method in interface org.jminor.framework.client.model.EntityEditModel
 
isInteger() - Method in interface org.jminor.framework.domain.Property
 
isItemEnabled(T) - Method in interface org.jminor.common.model.ItemRandomizer
 
isItemEnabled(T) - Method in class org.jminor.common.model.ItemRandomizerModel
isLiveUpdate() - Method in class org.jminor.framework.server.monitor.HostMonitor
 
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.ColumnSearchModel
 
isLocked() - Method in class org.jminor.common.model.DefaultColumnSearchModel
isLoggingEnabled() - Method in class org.jminor.common.db.DatabaseConnectionImpl
isLoggingEnabled() - Method in interface org.jminor.common.db.PoolableConnection
 
isLoggingOn(UUID) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Returns true if logging is enabled for the given connection
isLoggingOn(UUID) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
Returns true if logging is enabled for the given connection
isLoggingOn() - Method in class org.jminor.framework.server.monitor.ClientInstanceMonitor
 
isLoggingOn() - Method in class org.jminor.framework.server.monitor.ui.ClientInstanceMonitorPanel
 
isLoginRequired() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
isModelChange() - Method in class org.jminor.common.model.valuemap.ValueChangeEvent
 
isModelValueNull() - Method in class org.jminor.common.ui.valuemap.AbstractValueMapLink
 
isModified() - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
isModified() - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
 
isModified(K) - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
Returns true if the value associated with the given key has been modified..
isModified() - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
isModified() - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
isModified(K) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
Returns true if the value associated with the given key has been modified..
isMultipleSelectionAllowed() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
isMultipleSelectionAllowed() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
isNavigationImageEnabled() - Method in class org.jminor.common.ui.images.NavigableImagePanel
Indicates whether navigation image is enabled.
isNewValueEqual(Object) - Method in class org.jminor.common.model.valuemap.ValueChangeEvent
Returns true if the new value is equal to the given value
isNewValueNull() - Method in class org.jminor.common.model.valuemap.ValueChangeEvent
 
isNull() - Method in interface org.jminor.framework.domain.Entity.Key
 
isNullable(K) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
isNullable(ValueMap<K, V>, K) - Method in class org.jminor.common.model.valuemap.DefaultValueMapValidator
isNullable(K) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
isNullable(ValueMap<K, V>, K) - Method in interface org.jminor.common.model.valuemap.ValueMapValidator
 
isNullable() - Method in class org.jminor.common.ui.valuemap.AbstractValueMapLink
 
isNullable(ValueMap<String, Object>, String) - Method in class org.jminor.framework.domain.Entities.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
 
isNullValueSelected() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
isNullValueSelected() - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
isNumerical() - Method in interface org.jminor.framework.domain.Property
 
isOldValueEqual(Object) - Method in class org.jminor.common.model.valuemap.ValueChangeEvent
Returns true if the old value is equal to the given value
isOldValueNull() - Method in class org.jminor.common.model.valuemap.ValueChangeEvent
 
isPanelInitialized() - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
isPanelInitialized() - Method in class org.jminor.framework.client.ui.EntityPanel
 
isPatternValid() - Method in class org.jminor.common.model.RegexFilterCriteria
 
isPaused() - Method in interface org.jminor.common.model.LoadTest
 
isPaused() - Method in class org.jminor.common.model.LoadTestModel
isPaused() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
isPrimaryKeyAutoGenerated(String) - Static method in class org.jminor.framework.domain.Entities
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
isPrimaryKeyModified() - Method in class org.jminor.framework.client.model.event.UpdateEvent
 
isPrimaryKeyModified(Collection<Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
 
isPrimaryKeyNull() - Method in interface org.jminor.framework.domain.Entity
 
isQueried() - Method in enum org.jminor.common.model.IdSource
 
isQueryConfigurationAllowed() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
isQueryConfigurationAllowed() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
isQueryCriteriaRequired() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
isQueryCriteriaRequired() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
isReadOnly() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
isReadOnly() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
isReadOnly() - Method in interface org.jminor.framework.client.model.EntityEditModel
 
isReadOnly() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
isReadOnly(String) - Static method in class org.jminor.framework.domain.Entities
 
isReadOnly() - Method in interface org.jminor.framework.domain.Entity.Definition
 
isReadOnly() - Method in interface org.jminor.framework.domain.Property
Specifies whether or not this attribute is read only
isRefreshing() - Method in class org.jminor.common.model.AbstractFilteredTableModel
 
isRefreshOnInit() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
isRegularExpressionSearch() - Method in class org.jminor.common.model.AbstractFilteredTableModel
isRegularExpressionSearch() - Method in interface org.jminor.common.model.FilteredTableModel
 
isScenarioEnabled(String) - Method in interface org.jminor.common.model.LoadTest
 
isScenarioEnabled(String) - Method in class org.jminor.common.model.LoadTestModel
isSearchable() - Method in interface org.jminor.common.model.Column
 
isSearchEnabled(String) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
isSearchEnabled(String) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
isSearchPanelVisible() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
isSelectForUpdate() - Method in interface org.jminor.framework.db.criteria.EntitySelectCriteria
 
isSelectionEmpty() - Method in class org.jminor.common.model.AbstractFilteredTableModel
isSelectionEmpty() - Method in interface org.jminor.common.model.FilteredTableModel
 
isShowDetails() - Method in class org.jminor.common.ui.ExceptionDialog
 
isShowStartupDialog() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
isShuttingDown() - Method in class org.jminor.common.server.AbstractRemoteServer
 
isSimpleSearch() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
isSimpleSearch() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
isSingleIntegerKey() - Method in interface org.jminor.framework.domain.Entity.Key
 
isSmallDataset(String) - Static method in class org.jminor.framework.domain.Entities
 
isSmallDataset() - Method in interface org.jminor.framework.domain.Entity.Definition
 
isSorting() - Method in class org.jminor.common.model.AbstractFilteredTableModel
 
isStandardRGBImage(BufferedImage) - Static method in class org.jminor.common.ui.images.NavigableImagePanel
Tests whether an image uses the standard RGB color space.
isStaticData() - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
isStaticData() - Method in interface org.jminor.framework.client.model.EntityComboBoxModel
 
isString() - Method in interface org.jminor.framework.domain.Property
 
isSummaryPanelVisible() - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
isTableSearchPanelVisible() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
isTime() - Method in interface org.jminor.framework.domain.Property
 
isTimestamp() - Method in interface org.jminor.framework.domain.Property
 
isTransactionOpen() - Method in class org.jminor.common.db.DatabaseConnectionImpl
isTransactionOpen() - Method in interface org.jminor.common.db.PoolableConnection
 
isTransactionOpen() - Method in interface org.jminor.framework.db.EntityConnection
 
isTransactionOpen() - Method in interface org.jminor.framework.server.RemoteEntityConnection
 
isType(int) - Method in interface org.jminor.framework.domain.Property
 
isUIChange() - Method in class org.jminor.common.model.valuemap.ValueChangeEvent
 
isUpdatable() - Method in interface org.jminor.common.model.Column
Specifies whether or not this column is updatable
isUpdateAllowed() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
isUpdateAllowed() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
isUpdateAllowed() - Method in interface org.jminor.framework.client.model.EntityEditModel
 
isUpdateAllowed() - Method in interface org.jminor.framework.client.model.EntityTableModel
 
isUpperCase() - Method in class org.jminor.common.ui.textfield.TextFieldPlus
 
isValid() - Method in class org.jminor.common.db.DatabaseConnectionImpl
isValid() - Method in interface org.jminor.common.db.PoolableConnection
 
isValid(K, int) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
Returns true if the given value is valid for the given key, using the validate method
isValid() - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
isValid(ValueMap<K, V>, int) - Method in class org.jminor.common.model.valuemap.DefaultValueMapValidator
isValid(K, int) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
Returns true if the given value is valid for the given key, using the validate method
isValid() - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
isValid(ValueMap<K, V>, int) - Method in interface org.jminor.common.model.valuemap.ValueMapValidator
 
isValid() - Method in interface org.jminor.framework.db.EntityConnection
 
isValid(Object) - Method in interface org.jminor.framework.domain.Property.ValueListProperty
 
isValid() - Method in interface org.jminor.framework.server.RemoteEntityConnection
 
isValueNull(K) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
isValueNull(K) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
isValueNull(K) - Method in interface org.jminor.common.model.valuemap.ValueMap
Returns true if a null value is mapped to the given key.
isValueNull(K) - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Returns true if a null value is mapped to the given key.
isValueNull(Property) - Method in interface org.jminor.framework.domain.Entity
 
isValueSubset() - Method in interface org.jminor.framework.client.model.PropertySummaryModel.PropertyValueProvider
 
isVisible(R) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Returns true if the given item is visible in this combo box model
isVisible(T) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Returns true if the given item is visible in this combo box model
isVisible(T) - Method in interface org.jminor.common.model.FilteredModel
Returns true if the given item is visible in this combo box model
isWildcardPostfix() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
isWildcardPostfix() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
isWildcardPrefix() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
isWildcardPrefix() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
isWithinRange(double) - Method in class org.jminor.common.ui.textfield.TextFieldPlus
 
Item<T> - Class in org.jminor.common.model
A class encapsulating an item and caption.
Item(T, String) - Constructor for class org.jminor.common.model.Item
Instantiates a new Item.
ItemComboBoxModel<T> - Class in org.jminor.common.model.combobox
A ComboBoxModel implementation based on the ItemComboBoxModel.Item class.
ItemComboBoxModel() - Constructor for class org.jminor.common.model.combobox.ItemComboBoxModel
Constructs a new ItemComboBoxModel.
ItemComboBoxModel(Item<T>...) - Constructor for class org.jminor.common.model.combobox.ItemComboBoxModel
Constructs a new ItemComboBoxModel
ItemComboBoxModel(List<Item<T>>) - Constructor for class org.jminor.common.model.combobox.ItemComboBoxModel
Constructs a new ItemComboBoxModel
ItemComboBoxModel.IconItem<T> - Class in org.jminor.common.model.combobox
An IconItem to use in a ItemComboBoxModel.
ItemComboBoxModel.IconItem(T, ImageIcon) - Constructor for class org.jminor.common.model.combobox.ItemComboBoxModel.IconItem
Constructs a new IconItem.
ItemRandomizer<T> - Interface in org.jminor.common.model
ItemRandomizer provides a way for randomly choosing an item based on a weight value.
ItemRandomizer.RandomItem<T> - Interface in org.jminor.common.model
 
ItemRandomizerModel<T> - Class in org.jminor.common.model
A default ItemRandomizer implementation.
ItemRandomizerModel() - Constructor for class org.jminor.common.model.ItemRandomizerModel
Instantiates a new empty RandomItemModel.
ItemRandomizerModel(int, T...) - Constructor for class org.jminor.common.model.ItemRandomizerModel
Instantiates a new RandomItemModel with the given items.
ItemRandomizerPanel<T> - Class in org.jminor.common.ui
A default UI for the ItemRandomizer class.
ItemRandomizerPanel(ItemRandomizer<T>) - Constructor for class org.jminor.common.ui.ItemRandomizerPanel
Instantiates a new RandomItemPanel.
iterate(ControlIterator, ControlSet) - Static method in class org.jminor.common.ui.control.ControlProvider
 
iterateState() - Method in class org.jminor.common.model.checkbox.TristateButtonModel
 

J

JAVAX_NET_NET_TRUSTSTORE - Static variable in class org.jminor.framework.Configuration
 

K

key(String) - Static method in class org.jminor.framework.domain.Entities
Creates a new Entity.Key instance with the given entityID

L

layoutContainer(Container) - Method in class org.jminor.common.ui.layout.FlexibleGridLayout
 
LIMIT_FOREIGN_KEY_FETCH_DEPTH - Static variable in class org.jminor.framework.Configuration
Specifies whether the foreign key value graph should be fully populated instead of being limited by the foreign key fetch depth setting.
LIMIT_QUERY - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
linkForeignKeyComboBoxModel(String, EntityComboBoxModel, EntityComboBoxModel) - Static method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
 
linkToEnabledState(StateObserver, Action) - Static method in class org.jminor.common.ui.UiUtil
 
linkToEnabledState(StateObserver, JComponent) - Static method in class org.jminor.common.ui.UiUtil
 
LinkType - Enum in org.jminor.common.ui.control
Describes the possible ways to link property values to components.
LOAD_TEST_BATCH_SIZE - Static variable in class org.jminor.framework.Configuration
Specifies the initial client batch size
Value type: Integer
Default value: 10
LOAD_TEST_LOGIN_DELAY - Static variable in class org.jminor.framework.Configuration
Specifies the number which the max think time is multiplied with when initializing the clients
Value type: Integer
Default value: 2
LOAD_TEST_REMOTE - Static variable in class org.jminor.framework.Configuration
Indicates whether a load test runner should use a remote load test server
Value type: Boolean
Default value: false
LOAD_TEST_REMOTE_HOSTNAME - Static variable in class org.jminor.framework.Configuration
Specifies the hostname of the remote load test server
Value type: String
Default value: localhost
LOAD_TEST_THINKTIME - Static variable in class org.jminor.framework.Configuration
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
loadDomainModel() - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
This method should load the domain model, for example by instantiating the domain model class or simply loading it by name
loadDomainModel(URI, String) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Loads the domain model found int he given class, at the given location
loadDomainModel(URI, String) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
Loads the domain model found int he given class, at the given location
loadDomainModel(URI, String) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
loadDomainModel() - Method in class org.jminor.framework.server.monitor.ui.ServerMonitorPanel
 
loadDomainModel() - Method in class org.jminor.framework.tools.testing.EntityTestUnit
This method should load the domain model, for example by instantiating the domain model class or simply loading it by name
loadDriver() - Method in interface org.jminor.common.db.Database
Loads the database driver
loadDriver() - Method in class org.jminor.common.db.dbms.DerbyDatabase
Loads the database driver
loadDriver() - Method in class org.jminor.common.db.dbms.H2Database
Loads the database driver
loadDriver() - Method in class org.jminor.common.db.dbms.HSQLDatabase
Loads the database driver
loadDriver() - Method in class org.jminor.common.db.dbms.MySQLDatabase
Loads the database driver
loadDriver() - Method in class org.jminor.common.db.dbms.OracleDatabase
Loads the database driver
loadDriver() - Method in class org.jminor.common.db.dbms.PostgreSQLDatabase
Loads the database driver
loadDriver() - Method in class org.jminor.common.db.dbms.SQLServerDatabase
Loads the database driver
loadImage(String) - Static method in class org.jminor.common.ui.images.Images
 
LoadTest - Interface in org.jminor.common.model
Specifies a class for running multiple application instances for load testing purposes.
LoadTest.ScenarioException - Exception in org.jminor.common.model
An exception originating from a scenario run
LoadTest.ScenarioException() - Constructor for exception org.jminor.common.model.LoadTest.ScenarioException
Instantiates a new ScenarioException.
LoadTest.ScenarioException(Throwable) - Constructor for exception org.jminor.common.model.LoadTest.ScenarioException
Instantiates a new ScenarioException.
LoadTest.UsageScenario<T> - Interface in org.jminor.common.model
Specifies a load test usage scenario.
LoadTestModel<T> - Class in org.jminor.common.model
A default LoadTest implementation.
LoadTestModel(User, int, int, int) - Constructor for class org.jminor.common.model.LoadTestModel
Constructs a new LoadTestModel.
LoadTestModel(User, int, int, int, int) - Constructor for class org.jminor.common.model.LoadTestModel
Constructs a new LoadTestModel.
LoadTestModel(User, Collection<? extends LoadTest.UsageScenario<T>>, int, int, int) - Constructor for class org.jminor.common.model.LoadTestModel
Constructs a new LoadTestModel.
LoadTestModel(User, Collection<? extends LoadTest.UsageScenario<T>>, int, int, int, int) - Constructor for class org.jminor.common.model.LoadTestModel
Constructs a new LoadTestModel.
LoadTestModel.AbstractUsageScenario<T> - Class in org.jminor.common.model
An abstract usage scenario.
LoadTestModel.AbstractUsageScenario() - Constructor for class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
Instantiates a new UsageScenario using the simple class name as scenario name
LoadTestModel.AbstractUsageScenario(String) - Constructor for class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
Instantiates a new UsageScenario with the given name
LoadTestPanel - Class in org.jminor.common.ui
A default UI component for the LoadTestModel class.
LoadTestPanel(LoadTest) - Constructor for class org.jminor.common.ui.LoadTestPanel
Constructs a new LoadTestPanel.
LoadTestPanel(LoadTest, JPanel) - Constructor for class org.jminor.common.ui.LoadTestPanel
Constructs a new LoadTestPanel.
LOCAL_CONNECTION_PROVIDER - Static variable in class org.jminor.framework.Configuration
Specifies the class providing local db connections
Value type: String (the name of a class implementing org.jminor.framework.db.provider.EntityConnectionProvider)
Default value: org.jminor.framework.db.provider.LocalEntityConnectionProvider
LocalEntityConnectionProvider - Class in org.jminor.framework.db.provider
A class responsible for managing a local EntityConnection.
LocalEntityConnectionProvider(User) - Constructor for class org.jminor.framework.db.provider.LocalEntityConnectionProvider
Instantiates a new LocalEntityConnectionProvider
LocalEntityConnectionProvider(User, Database) - Constructor for class org.jminor.framework.db.provider.LocalEntityConnectionProvider
Instantiates a new LocalEntityConnectionProvider
LOG - Static variable in class org.jminor.common.model.LoadTestModel
 
LOG - Static variable in class org.jminor.framework.client.model.DefaultEntityEditModel
 
LOG - Static variable in class org.jminor.framework.client.model.DefaultEntityModel
 
LOG - Static variable in class org.jminor.framework.client.ui.EntityPanelProvider
 
logAccess(String, Object[]) - Method in class org.jminor.common.model.MethodLogger
 
LogEntry - Class in org.jminor.common.model
A class encapsulating a log entry for logging method calls.
LogEntry() - Constructor for class org.jminor.common.model.LogEntry
Instantiates a new empty log entry.
LogEntry(LogEntry) - Constructor for class org.jminor.common.model.LogEntry
A copy constructor
LogEntry(String, String, long, long, Throwable) - Constructor for class org.jminor.common.model.LogEntry
Initializes a new LogEntry instance
logExit(String, Throwable, List<LogEntry>) - Method in class org.jminor.common.model.MethodLogger
 
logExit(String, Throwable, List<LogEntry>, String) - Method in class org.jminor.common.model.MethodLogger
 
LOGIN - Static variable in class org.jminor.common.i18n.Messages
 
login(User) - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
Logs in the given user
login(User) - Method in interface org.jminor.framework.client.model.EntityApplicationModel
Logs in the given user
login() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Performs a login, fetching user information via getUser
LOGIN_CREDENTIALS_ERROR - Static variable in class org.jminor.common.i18n.Messages
 
loginException() - Static method in exception org.jminor.common.server.ServerException
 
LoginPanel - Class in org.jminor.common.ui
A JPanel for retrieving login information.
LoginPanel(User) - Constructor for class org.jminor.common.ui.LoginPanel
 
LoginPanel(User, boolean, String, String) - Constructor for class org.jminor.common.ui.LoginPanel
 
LoginProxy - Interface in org.jminor.common.server
A login proxy.
LOGOUT - Static variable in class org.jminor.common.i18n.Messages
 
logout() - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
Log out from this application model
logout() - Method in interface org.jminor.framework.client.model.EntityApplicationModel
Log out from this application model
logout() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Performs a logout
LOWER_BOUND_PROPERTY - Static variable in interface org.jminor.common.model.ColumnSearchModel
 

M

main(String[]) - Static method in class org.jminor.common.server.loadtest.RemoteLoadTestServer
Runs a new LoadTestServer server.
main(String[]) - Static method in class org.jminor.common.server.web.WebStartServer
Runs a WebStartServer.
main(String[]) - Static method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
Runs a new RemoteEntityServer with a server admin interface exported.
main(String[]) - Static method in class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
 
main(String[]) - Static method in class org.jminor.framework.tools.generator.ui.EntityGeneratorPanel
Runs a EntityGeneratorPanel instance in a frame
makeLowerCase(JTextComponent) - Static method in class org.jminor.common.ui.UiUtil
Makes textField convert all upper case input to lower case
makeUpperCase(JTextComponent) - Static method in class org.jminor.common.ui.UiUtil
Makes textField convert all lower case input to upper case
makeUpperCase(TextFieldPlus) - Static method in class org.jminor.common.ui.UiUtil
 
MANY_RECORDS_FOUND - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
map(Collection<V>, Util.HashKeyProvider<K, V>) - Static method in class org.jminor.common.model.Util
Maps the given values according to the keys provided by the given key provider.
MasterDetailPanel - Interface in org.jminor.common.ui
Specifies a panel which is part of a navigable master/detail hierarchy
MAXIMUM - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
MaximumMatch - Class in org.jminor.common.ui.combobox
Selects an item in a JComboBox based values typed in on the keyboard.
MaximumMatch(JComboBox) - Constructor for class org.jminor.common.ui.combobox.MaximumMatch
Activates the maximum match on the given combo box
maximumThinkTimeObserver() - Method in interface org.jminor.common.model.LoadTest
 
maximumThinkTimeObserver() - Method in class org.jminor.common.model.LoadTestModel
MESSAGE - Static variable in class org.jminor.common.i18n.Messages
 
MESSAGE_HAS_BEEN_SENT - Static variable in class org.jminor.common.i18n.Messages
 
Messages - Class in org.jminor.common.i18n
A class containing i18n message keys used in the common package.
methodControl(Object, String, Icon) - Static method in class org.jminor.common.ui.control.Controls
 
methodControl(Object, String, String) - Static method in class org.jminor.common.ui.control.Controls
 
methodControl(Object, String, String, StateObserver) - Static method in class org.jminor.common.ui.control.Controls
 
methodControl(Object, String, String, StateObserver, String) - Static method in class org.jminor.common.ui.control.Controls
 
methodControl(Object, String, String, StateObserver, String, int) - Static method in class org.jminor.common.ui.control.Controls
 
methodControl(Object, String, String, StateObserver, String, int, KeyStroke) - Static method in class org.jminor.common.ui.control.Controls
 
methodControl(Object, String, String, StateObserver, String, int, KeyStroke, Icon) - Static method in class org.jminor.common.ui.control.Controls
 
MethodControl - Class in org.jminor.common.ui.control
A Control class for binding an action to a parameterless method via reflection.
MethodControl(String, Object, String) - Constructor for class org.jminor.common.ui.control.MethodControl
Instantiates a new MethodControl object
MethodControl(String, Object, String, StateObserver) - Constructor for class org.jminor.common.ui.control.MethodControl
Instantiates a new MethodControl object
MethodLogger - Class in org.jminor.common.model
A cyclycal method logger.
MethodLogger(int) - Constructor for class org.jminor.common.model.MethodLogger
Instantiates a new MethodLogger.
MethodLogger(int, boolean) - Constructor for class org.jminor.common.model.MethodLogger
Instantiates a new MethodLogger.
MINIMUM - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
MINIMUM_AND_MAXIMUM - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
minimumLayoutSize(Container) - Method in class org.jminor.common.ui.layout.FlexibleGridLayout
 
mirrorProperty(String) - Static method in class org.jminor.framework.domain.Properties
 
MISSING_PRIVILEGES_ERROR - Static variable in class org.jminor.common.i18n.Messages
 
modifyEntity(Entity) - Method in class org.jminor.framework.tools.testing.EntityTestUnit
This method should return testEntity in a modified state
MonitorModel - Class in org.jminor.framework.server.monitor
A MonitorModel
MonitorModel(String) - Constructor for class org.jminor.framework.server.monitor.MonitorModel
 
MOUSE_BUTTON - Static variable in class org.jminor.common.ui.images.NavigableImagePanel.ZoomDevice
Identifies the left and right mouse buttons as the zooming device.
MOUSE_WHEEL - Static variable in class org.jminor.common.ui.images.NavigableImagePanel.ZoomDevice
Identifies the mouse scroll wheel as the zooming device.
MOVE_SELECTION_DOWN - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
MOVE_SELECTION_UP - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
moveCaretToEndOnFocusGained(JTextComponent) - Static method in class org.jminor.common.ui.UiUtil
Sets the caret position to the right of the last character in the given text component when it gains focus
moveCaretToStartOnFocusGained(JTextComponent) - Static method in class org.jminor.common.ui.UiUtil
Sets the caret position to 0 in the given text component when it gains focus
moveSelectionDown() - Method in class org.jminor.common.model.AbstractFilteredTableModel
Moves all selected indexes down one index, wraps around
moveSelectionDown() - Method in interface org.jminor.common.model.FilteredTableModel
Moves all selected indexes down one index, wraps around
moveSelectionUp() - Method in class org.jminor.common.model.AbstractFilteredTableModel
Moves all selected indexes up one index, wraps around
moveSelectionUp() - Method in interface org.jminor.common.model.FilteredTableModel
Moves all selected indexes up one index, wraps around
MYSQL - Static variable in interface org.jminor.common.db.Database
The constant used to denote the MySQL database type
MySQLDatabase - Class in org.jminor.common.db.dbms
A Database implementation based on the MySQL database.
MySQLDatabase() - Constructor for class org.jminor.common.db.dbms.MySQLDatabase
Instantiates a new MySQLDatabase.
MySQLDatabase(String, String, String) - Constructor for class org.jminor.common.db.dbms.MySQLDatabase
Instantiates a new MySQLDatabase.

N

NavigableImagePanel - Class in org.jminor.common.ui.images
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.common.ui.images.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.common.ui.images.NavigableImagePanel
Creates a new navigable image panel with the specified image and the mouse scroll wheel as the zooming device.
NavigableImagePanel.ZoomDevice - Class in org.jminor.common.ui.images
Defines zoom devices.
next() - Method in enum org.jminor.common.model.checkbox.TristateState
 
NO - Static variable in class org.jminor.common.i18n.Messages
 
NO_CONNECTION_AVAILABLE - Static variable in class org.jminor.common.i18n.Messages
 
NO_DEPENDENT_RECORDS - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
NO_RESULTS_FROM_CRITERIA - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
NONE - Static variable in class org.jminor.common.ui.images.NavigableImagePanel.ZoomDevice
Identifies that the panel does not implement zooming, but the component using the panel does (programmatic zooming method).
NONE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
NONE_FOUND - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
northCenterPanel(JComponent, JComponent) - Static method in class org.jminor.common.ui.UiUtil
 
NOT_CONNECTED - Static variable in class org.jminor.common.i18n.Messages
 
notifyObservers() - Method in interface org.jminor.common.model.State
Notifies any observer that this state has been updated
notifyValueChange(K, V, V, boolean) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
 
notNull(Object...) - Static method in class org.jminor.common.model.Util
Checks if any of the given objects is null
NULL_VALUE_ERROR - Static variable in class org.jminor.common.i18n.Messages
 
nullOrEmpty(String...) - Static method in class org.jminor.common.model.Util
 
NullValidationException - Exception in org.jminor.common.model.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.model.valuemap.exception.NullValidationException
Instantiates a new NullValidationException
numberOfDaysInRange(Date, Date) - Static method in class org.jminor.common.model.DateUtil
 

O

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.model.Util
 
OPTION_PANE_INPUT_DIALOG_TITLE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
OPTION_PANE_MESSAGE_DIALOG_TITLE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
ORACLE - Static variable in interface org.jminor.common.db.Database
The constant used to denote the Oracle database type
OracleDatabase - Class in org.jminor.common.db.dbms
A Database implementation based on the Oracle database.
OracleDatabase() - Constructor for class org.jminor.common.db.dbms.OracleDatabase
Instantiates a new OracleDatabase.
OracleDatabase(String, String, String) - Constructor for class org.jminor.common.db.dbms.OracleDatabase
Instantiates a new OracleDatabase.
org.jminor.common.db - package org.jminor.common.db
 
org.jminor.common.db.criteria - package org.jminor.common.db.criteria
 
org.jminor.common.db.dbms - package org.jminor.common.db.dbms
 
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.tools - package org.jminor.common.db.tools
 
org.jminor.common.i18n - package org.jminor.common.i18n
 
org.jminor.common.model - package org.jminor.common.model
 
org.jminor.common.model.checkbox - package org.jminor.common.model.checkbox
 
org.jminor.common.model.combobox - package org.jminor.common.model.combobox
 
org.jminor.common.model.formats - package org.jminor.common.model.formats
 
org.jminor.common.model.reports - package org.jminor.common.model.reports
 
org.jminor.common.model.valuemap - package org.jminor.common.model.valuemap
 
org.jminor.common.model.valuemap.exception - package org.jminor.common.model.valuemap.exception
 
org.jminor.common.server - package org.jminor.common.server
 
org.jminor.common.server.loadtest - package org.jminor.common.server.loadtest
 
org.jminor.common.server.web - package org.jminor.common.server.web
 
org.jminor.common.ui - package org.jminor.common.ui
 
org.jminor.common.ui.checkbox - package org.jminor.common.ui.checkbox
 
org.jminor.common.ui.combobox - package org.jminor.common.ui.combobox
 
org.jminor.common.ui.control - package org.jminor.common.ui.control
 
org.jminor.common.ui.images - package org.jminor.common.ui.images
 
org.jminor.common.ui.input - package org.jminor.common.ui.input
 
org.jminor.common.ui.layout - package org.jminor.common.ui.layout
 
org.jminor.common.ui.reports - package org.jminor.common.ui.reports
 
org.jminor.common.ui.textfield - package org.jminor.common.ui.textfield
 
org.jminor.common.ui.valuemap - package org.jminor.common.ui.valuemap
 
org.jminor.framework - package org.jminor.framework
 
org.jminor.framework.client.model - package org.jminor.framework.client.model
 
org.jminor.framework.client.model.event - package org.jminor.framework.client.model.event
 
org.jminor.framework.client.model.reporting - package org.jminor.framework.client.model.reporting
 
org.jminor.framework.client.ui - package org.jminor.framework.client.ui
 
org.jminor.framework.client.ui.reporting - package org.jminor.framework.client.ui.reporting
 
org.jminor.framework.db - package org.jminor.framework.db
 
org.jminor.framework.db.criteria - package org.jminor.framework.db.criteria
 
org.jminor.framework.db.provider - package org.jminor.framework.db.provider
 
org.jminor.framework.domain - package org.jminor.framework.domain
 
org.jminor.framework.i18n - package org.jminor.framework.i18n
 
org.jminor.framework.server - package org.jminor.framework.server
 
org.jminor.framework.server.monitor - package org.jminor.framework.server.monitor
 
org.jminor.framework.server.monitor.ui - package org.jminor.framework.server.monitor.ui
 
org.jminor.framework.server.provider - package org.jminor.framework.server.provider
 
org.jminor.framework.tools - package org.jminor.framework.tools
 
org.jminor.framework.tools.generator - package org.jminor.framework.tools.generator
 
org.jminor.framework.tools.generator.ui - package org.jminor.framework.tools.generator.ui
 
org.jminor.framework.tools.testing - package org.jminor.framework.tools.testing
 
OVERWRITE_FILE - Static variable in class org.jminor.common.i18n.Messages
 

P

pack(ResultSet, int) - Method in interface org.jminor.common.db.ResultPacker
Iterates through the given ResultSet, packing its contents into a List
padString(String, int, char, boolean) - Static method in class org.jminor.common.model.Util
 
paintComponent(Graphics) - Method in class org.jminor.common.ui.images.NavigableImagePanel
Paints the panel and its image at the current zoom level, location, and interpolation method dependent on the image scale.
paintIcon(Component, Graphics, int, int) - Method in class org.jminor.common.model.combobox.ItemComboBoxModel.IconItem
parseConfigurationFile() - Static method in class org.jminor.common.model.Util
Parses the configuration file specified by the CONFIGURATION_FILE property
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
PERFORM_NULL_VALIDATION - Static variable in class org.jminor.framework.Configuration
Specifies whether the client layer should perform null validation on entities before update/insert actions are performed
Value type: Boolean
Default value: true
performGC() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Performs garbage collection
performGC() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
Performs garbage collection
performGC() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
performNullValidation(Entity, Property, int) - Method in class org.jminor.framework.domain.Entities.Validator
Performs a null validation on the given property
performNullValidation(Entity, Property, int) - Method in interface org.jminor.framework.domain.Entity.Validator
Performs a null validation on the given property
performQuery(EntitySelectCriteria) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
Retrieves the entities to present in this EntityComboBoxModel
performQuery() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
Performs a query based on the select criteria
performQuery(Criteria<Property.ColumnProperty>) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Queries for the data used to populate this EntityTableModel when it is refreshed
performQuery() - Method in interface org.jminor.framework.client.model.EntityLookupModel
Performs a query based on the select criteria
performRangeValidation(Entity, Property) - Method in class org.jminor.framework.domain.Entities.Validator
Performs a range validation on the given property
performRangeValidation(Entity, Property) - Method in interface org.jminor.framework.domain.Entity.Validator
Performs a range validation on the given property
performScenario(QueryLoadTestModel.QueryApplication) - Method in class org.jminor.common.db.tools.QueryLoadTestModel.QueryScenario
 
performScenario(T) - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
Runs a set of actions on the given application.
performSearch() - Method in class org.jminor.framework.client.ui.EntityTableSearchSimplePanel
Performs the search
PERSIST_ENTITY_PANELS - Static variable in class org.jminor.framework.Configuration
Specifies if EntityPanels opened via the EntityApplicationPanel.showEntityPanelDialog method should be persisted, or kept in memory, when the dialog is closed.
PERSIST_FOREIGN_KEY_VALUES - Static variable in class org.jminor.framework.Configuration
Specifies whether foreign key values should persist when the UI is cleared or be reset to null
Value type: Boolean
Default value: true
persistValueOnClear(Property) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Returns true if the last available value for this property should be used when initializing a default entity.
persistValueOnClear(Property) - Method in interface org.jminor.framework.client.model.EntityEditModel
Returns true if the last available value for this property should be used when initializing a default entity.
POINT - Static variable in class org.jminor.common.ui.textfield.DoubleField
 
PoolableConnection - Interface in org.jminor.common.db
Defines a wrapper connection which can be pooled.
PoolableConnectionProvider - Interface in org.jminor.common.db
Defines an interface responsible for creating PoolableConnection instances.
PoolMonitor - Class in org.jminor.framework.server.monitor
A PoolMonitor
PoolMonitor(EntityConnectionServerAdmin) - Constructor for class org.jminor.framework.server.monitor.PoolMonitor
 
PoolMonitorPanel - Class in org.jminor.framework.server.monitor.ui
A PoolMonitorPanel
PoolMonitorPanel(PoolMonitor) - Constructor for class org.jminor.framework.server.monitor.ui.PoolMonitorPanel
Instantiates a new PoolMonitorPanel
POSTFIX_WILDCARD - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
POSTGRESQL - Static variable in interface org.jminor.common.db.Database
The constant used to denote the PostgreSQL database type
PostgreSQLDatabase - Class in org.jminor.common.db.dbms
A Database implementation based on the PostgreSQL database.
PostgreSQLDatabase() - Constructor for class org.jminor.common.db.dbms.PostgreSQLDatabase
Instantiates a new PostgreDatabase.
PostgreSQLDatabase(String, String, String) - Constructor for class org.jminor.common.db.dbms.PostgreSQLDatabase
Instantiates a new PostgreDatabase.
PREF_DEFAULT_USERNAME - Static variable in class org.jminor.common.model.Util
 
preferredLayoutSize(Container) - Method in class org.jminor.common.ui.layout.FlexibleGridLayout
 
PREFIX_WILDCARD - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
prepare(Object) - Method in class org.jminor.common.model.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.framework.client.ui.EntityApplicationPanel
Initializes a JFrame according to the given parameters, containing this EntityApplicationPanel
prepareNewValue(K, V) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
Provides a hook into the value setting mechanism, override to translate or otherwise manipulate the value being set
prepareUI(boolean, boolean) - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
Prepares the UI.
prepareUI(boolean, boolean) - Method in class org.jminor.framework.client.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.Properties
 
primaryKeyProperty(String, int) - Static method in class org.jminor.framework.domain.Properties
 
primaryKeyProperty(String, int, String) - Static method in class org.jminor.framework.domain.Properties
 
PRINT - Static variable in class org.jminor.common.i18n.Messages
 
PRINT_ERROR_REPORT - Static variable in class org.jminor.common.i18n.Messages
 
PRINT_ERROR_REPORT_MNEMONIC - Static variable in class org.jminor.common.i18n.Messages
 
PRINT_TABLE - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
PRINT_TABLE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
printArrayContents(Object[]) - Static method in class org.jminor.common.model.Util
 
printArrayContents(Object[], boolean) - Static method in class org.jminor.common.model.Util
 
printErrorReport() - Method in class org.jminor.common.ui.ExceptionDialog
 
printListContents(List<?>) - Static method in class org.jminor.common.model.Util
 
printMemoryUsage(long) - Static method in class org.jminor.common.model.Util
 
printTable() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Prints the table if one is available
ProgressReporter - Interface in org.jminor.common.model
Specifies a simple progress reporting object
Properties - Class in org.jminor.framework.domain
A Property factory class.
Property - Interface in org.jminor.framework.domain
Specifies a Property.
Property.AuditProperty - Interface in org.jminor.framework.domain
A property representing an audit column
Property.AuditProperty.AuditAction - Enum in org.jminor.framework.domain
The possible audit actions
Property.AuditTimeProperty - Interface in org.jminor.framework.domain
Specifiesa audit property with a timestamp value
Property.AuditUserProperty - Interface in org.jminor.framework.domain
Specifiesa audit property with a username value
Property.BlobProperty - Interface in org.jminor.framework.domain
A BLOB property, based on two columns, the actual BLOB column and a column containing the name of the BLOB object.
Property.BooleanProperty - Interface in org.jminor.framework.domain
A boolean property, with special handling since different values are used for representing boolean values in different systems
Property.ColumnProperty - Interface in org.jminor.framework.domain
Specifies a property based on a table column
Property.DenormalizedProperty - Interface in org.jminor.framework.domain
A property representing a column that should get its value automatically from a column in a referenced table
Property.DenormalizedViewProperty - Interface in org.jminor.framework.domain
A property that gets its value from a entity referenced by a foreign key, but is for display only, and does not map to a database column
Property.DerivedProperty - Interface in org.jminor.framework.domain
A property which value is derived from the values of one or more properties.
Property.DerivedProperty.Provider - Interface in org.jminor.framework.domain
Responsible for providing values derived from other values
Property.ForeignKeyProperty - Interface in org.jminor.framework.domain
A wrapper property that represents a reference to another entity, typically but not necessarily based on a foreign key.
Property.MirrorProperty - Interface in org.jminor.framework.domain
Represents a child foreign key property that is already included as part of another reference foreign key property, and should not handle updating the underlying property, useful in rare cases when foreign keys are referencing tables having composite natural primary keys as opposed to surrogate ones.
Property.PrimaryKeyProperty - Interface in org.jminor.framework.domain
A property that is part of a entities primary key.
Property.SearchableProperty - Interface in org.jminor.framework.domain
Specifies a property that can be include in database search criteria
Property.SubqueryProperty - Interface in org.jminor.framework.domain
A property based on a subquery, returning a single value
Property.TransientProperty - Interface in org.jminor.framework.domain
A property that does not map to an underlying database column.
Property.ValueListProperty - Interface in org.jminor.framework.domain
A property based on a list of values, each with a displayable caption.
PROPERTY_DEBUG_OUTPUT - Static variable in class org.jminor.framework.Configuration
Specifies whether the framework should output verbose debug output regarding property changes in entities
Value type: Boolean
Default value: false
PROPERTY_VALUE_IS_REQUIRED - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
PROPERTY_VALUE_TOO_LARGE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
PROPERTY_VALUE_TOO_SMALL - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
propertyChange(PropertyChangeEvent) - Method in class org.jminor.common.model.WeakPropertyChangeListener
propertyCriteria(String, String, SearchType, Object...) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
propertyCriteria(String, String, boolean, SearchType, Object...) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
propertyCriteria(Property.ColumnProperty, SearchType, Object...) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
propertyCriteria(Property.ColumnProperty, boolean, SearchType, Object...) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
PropertyFilterModelProvider - Interface in org.jminor.framework.client.model
Specifies an object responsible for providing property filter models
PropertyFilterPanel - Class in org.jminor.framework.client.ui
A column search panel based on properties.
PropertyFilterPanel(ColumnSearchModel<Property>) - Constructor for class org.jminor.framework.client.ui.PropertyFilterPanel
Instantiates a new PropertyFilterPanel.
PropertyFilterPanel(ColumnSearchModel<Property>, boolean, boolean) - Constructor for class org.jminor.framework.client.ui.PropertyFilterPanel
Instantiates a new PropertyFilterPanel.
PropertySearchModel<T extends Property.SearchableProperty> - Interface in org.jminor.framework.client.model
A base interface for searching a set of entities based on a property.
PropertySearchModelProvider - Interface in org.jminor.framework.client.model
Specifies an object responsible for providing property search models
PropertySearchPanel - Class in org.jminor.framework.client.ui
A column search panel based on the the Property class.
PropertySearchPanel(PropertySearchModel<Property.ColumnProperty>) - Constructor for class org.jminor.framework.client.ui.PropertySearchPanel
Instantiates a new PropertySearchPanel.
PropertySearchPanel(PropertySearchModel<Property.ColumnProperty>, boolean, boolean) - Constructor for class org.jminor.framework.client.ui.PropertySearchPanel
Instantiates a new PropertySearchPanel.
PropertySummaryModel - Interface in org.jminor.framework.client.model
A interface defining a class for providing summaries of numerical table columns: sum, average, minimum, maximum and minimum & maximum.
PropertySummaryModel.PropertyValueProvider - Interface in org.jminor.framework.client.model
Provides the values used when creating the summary value.
PropertySummaryModel.SummaryType - Enum in org.jminor.framework.client.model
 
PropertySummaryPanel - Class in org.jminor.framework.client.ui
A panel that shows a summary value for a numerical column property in a EntityTableModel.
PropertySummaryPanel(PropertySummaryModel) - Constructor for class org.jminor.framework.client.ui.PropertySummaryPanel
 
propertyValuesEqual(Entity) - Method in interface org.jminor.framework.domain.Entity
 
putUserPreference(String, String) - Static method in class org.jminor.common.model.Util
 

Q

query(String, ResultPacker, int) - Method in interface org.jminor.common.db.DatabaseConnection
Performs the given sql query and returns the result in a List
query(String, ResultPacker, int) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Performs the given sql query and returns the result in a List
QUERY_COUNTER - Static variable in class org.jminor.common.db.Databases
A synchronized query counter
queryInteger(String) - Method in interface org.jminor.common.db.DatabaseConnection
Performs the given query and returns the result as an integer
queryInteger(String) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Performs the given query and returns the result as an integer
queryIntegers(String) - Method in interface org.jminor.common.db.DatabaseConnection
Performs the given query and returns the result as a List of Integers
queryIntegers(String) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Performs the given query and returns the result as a List of Integers
QueryLoadTestModel - Class in org.jminor.common.db.tools
A load test implementation for testing database queries.
QueryLoadTestModel(Database, User, Collection<? extends QueryLoadTestModel.QueryScenario>) - Constructor for class org.jminor.common.db.tools.QueryLoadTestModel
Instantiates a new QueryLoadTest.
QueryLoadTestModel.QueryApplication - Class in org.jminor.common.db.tools
 
QueryLoadTestModel.QueryScenario - Class in org.jminor.common.db.tools
A usage scenario based on a SQL query.
QueryLoadTestModel.QueryScenario(String, String) - Constructor for class org.jminor.common.db.tools.QueryLoadTestModel.QueryScenario
Instantiates a new non-transactional QueryScenario.
QueryLoadTestModel.QueryScenario(String, String, boolean) - Constructor for class org.jminor.common.db.tools.QueryLoadTestModel.QueryScenario
Instantiates a new QueryScenario.
queryObjects(String, int) - Method in interface org.jminor.common.db.DatabaseConnection
 
queryObjects(String, int) - Method in class org.jminor.common.db.DatabaseConnectionImpl
queryStrings(String) - Method in interface org.jminor.common.db.DatabaseConnection
Performs the given query and returns the result as a List of Strings
queryStrings(String) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Performs the given query and returns the result as a List of Strings

R

RANDOM - Static variable in class org.jminor.common.model.LoadTestModel
 
randomize(Entity, boolean, Map<String, Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
 
RangeValidationException - Exception in org.jminor.common.model.valuemap.exception
An exception used to indicate that a value was being associated with a key which does not fall within the allowed range of values.
RangeValidationException(Object, Object, String) - Constructor for exception org.jminor.common.model.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.server.RemoteEntityConnection
Reads the blob specified by the property identified by propertyID from the given entity
readBlobField(String, String, String) - Method in interface org.jminor.common.db.DatabaseConnection
Returns the contents of the given blob field.
readBlobField(String, String, String) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Returns the contents of the given blob field.
RECORD_MODIFIED_EXCEPTION - Static variable in class org.jminor.common.i18n.Messages
 
RECORD_NOT_FOUND - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
RecordModifiedException - Exception in org.jminor.common.db.exception
An exception indicating that the row in question has been modified since it was loaded.
RecordModifiedException(Object, Object) - 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
refresh() - Method in class org.jminor.common.model.AbstractFilteredTableModel
Performs a refresh
refresh() - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Performs a refresh
refresh() - Method in class org.jminor.common.model.combobox.ItemComboBoxModel
Clears the model and adds all the items
refresh() - Method in interface org.jminor.common.model.Refreshable
Performs a refresh
refresh() - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
Performs a refresh
refresh() - Method in class org.jminor.framework.client.model.DefaultEntityApplicationModel
Performs a refresh
refresh() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Performs a refresh
refresh() - Method in class org.jminor.framework.client.model.DefaultEntityModel
Performs a refresh
refresh() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
Performs a refresh
refresh() - Method in class org.jminor.framework.client.model.DefaultForeignKeySearchModel
Performs a refresh
REFRESH - Static variable in class org.jminor.framework.client.ui.EntityEditPanel
 
REFRESH - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
REFRESH - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
refresh() - Method in class org.jminor.framework.server.monitor.ClientMonitor
 
refresh() - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
refresh() - Method in class org.jminor.framework.server.monitor.EntityServerMonitor
 
refresh() - Method in class org.jminor.framework.server.monitor.HostMonitor
 
refresh() - Method in class org.jminor.framework.server.monitor.MonitorModel
 
refresh() - Method in class org.jminor.framework.server.monitor.PoolMonitor
 
refresh() - Method in class org.jminor.framework.server.monitor.ui.ClientMonitorPanel
 
refresh() - Method in class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
 
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 an object that can be refreshed.
refreshComboBoxModels() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Refreshes the Refreshable ComboBoxModels associated with this EntityEditModel
refreshComboBoxModels() - Method in interface org.jminor.framework.client.model.EntityEditModel
Refreshes the Refreshable ComboBoxModels associated with this EntityEditModel
refreshDetailModels() - Method in class org.jminor.framework.client.model.DefaultEntityModel
Refreshes the detail models.
refreshDetailModels() - Method in interface org.jminor.framework.client.model.EntityModel
Refreshes the detail models.
refreshDomainList() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
refreshSearchText() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
Refreshes the search text so that is represents the selected entities
refreshSearchText() - Method in interface org.jminor.framework.client.model.EntityLookupModel
Refreshes the search text so that is represents the selected entities
RegexFilterCriteria<T> - Class in org.jminor.common.model
A FilterCriteria implementation based on a regular expression.
RegexFilterCriteria(String) - Constructor for class org.jminor.common.model.RegexFilterCriteria
Instantiates a new RegexFilterCriteria.
RegexFilterCriteria(String, boolean) - Constructor for class org.jminor.common.model.RegexFilterCriteria
Instantiates a new RegexFilterCriteria.
register() - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
REGULAR_EXPRESSION_SEARCH - Static variable in class org.jminor.common.i18n.Messages
 
rejectNullValue(T, String) - Static method in class org.jminor.common.model.Util
Throws an IllegalArgumentException complaining about valueName being null
REMOTE_CONNECTION_PROVIDER - Static variable in class org.jminor.framework.Configuration
Specifies the class providing remote db connections
Value type: String (the name of a class implementing org.jminor.framework.db.provider.EntityConnectionProvider)
Default value: org.jminor.framework.server.RemoteEntityConnectionProvider
RemoteEntityConnection - Interface in org.jminor.framework.server
An interface specifying a remote EntityConnection implementation.
RemoteEntityConnectionProvider - Class in org.jminor.framework.server.provider
A class responsible for managing a remote entity connection.
RemoteEntityConnectionProvider(User, UUID, String) - Constructor for class org.jminor.framework.server.provider.RemoteEntityConnectionProvider
Instantiates a new RemoteEntityConnectionProvider.
RemoteLoadTest - Interface in org.jminor.common.server.loadtest
 
RemoteLoadTests - Class in org.jminor.common.server.loadtest
A factory class for the RemoteLoadTest class
RemoteLoadTestServer - Class in org.jminor.common.server.loadtest
A server for running load tests remotely.
RemoteLoadTestServer(int, int, String) - Constructor for class org.jminor.common.server.loadtest.RemoteLoadTestServer
Instantiates and exports a new LoadTestServer.
RemoteServer<T extends Remote> - Interface in org.jminor.common.server
Defines the methods available to remote clients.
remove(int, int) - Method in class org.jminor.common.ui.combobox.MaximumMatch
remove(Action) - Method in class org.jminor.common.ui.control.ControlSet
 
remove(ControlSet) - Method in class org.jminor.common.ui.control.ControlSet
 
removeActionPerformedListener(ActionListener) - Method in class org.jminor.common.ui.control.MethodControl
 
removeActiveListener(ActionListener) - Method in interface org.jminor.common.model.StateObserver
 
removeAdvancedListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel
 
removeAfterDeleteListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
removeAfterDeleteListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
removeAfterInsertListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
removeAfterInsertListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
removeAfterRefreshListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
removeAfterRefreshListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityModel
removeAfterRefreshListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
removeAfterRefreshListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityModel
 
removeAfterUpdateListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
removeAfterUpdateListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
removeAll() - Method in class org.jminor.common.ui.control.ControlSet
Removes all actions from this control set
removeAlwaysOnTopListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
removeApplicationBatch() - Method in interface org.jminor.common.model.LoadTest
Removes one batch of applications.
removeApplicationBatch() - Method in class org.jminor.common.model.LoadTestModel
Removes one batch of applications.
removeApplicationBatch() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Removes one batch of applications.
removeApplicationStartedListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
removeBeforeDeleteListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
removeBeforeDeleteListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
removeBeforeInsertListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
removeBeforeInsertListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
removeBeforeRefreshListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
removeBeforeRefreshListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityModel
removeBeforeRefreshListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
removeBeforeRefreshListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityModel
 
removeBeforeUpdateListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
removeBeforeUpdateListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
removeButtonClickListener(ActionListener) - Method in class org.jminor.common.ui.input.InputProviderPanel
 
removeClearedListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
removeClearedListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
removeColumnHiddenListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
removeColumnHiddenListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
removeColumnShownListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
removeColumnShownListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
removeConnections(boolean) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Removes connections.
removeConnections(boolean) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
Removes connections.
removeConnectionTimeoutListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
removeDeactiveListener(ActionListener) - Method in interface org.jminor.common.model.StateObserver
 
removeEnabledListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
removeEnabledListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
removeEntitiesChangedListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
removeEntitiesChangedListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
removeFilteringListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
removeFilteringListener(ActionListener) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
removeFilteringListener(ActionListener) - Method in interface org.jminor.common.model.FilteredModel
 
removeFilterStateListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
removeFilterStateListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
removeHost(HostMonitor) - Method in class org.jminor.framework.server.monitor.EntityServerMonitor
 
removeHost(HostMonitor) - Method in class org.jminor.framework.server.monitor.MonitorModel
 
removeItem(R) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Removes the given item from this table model
removeItem(T) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Removes the given item from this model
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.FilteredTableModel
Removes the given item from this table model
removeItems(Collection<R>) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Removes the given items from this table model
removeItems(Collection<R>) - Method in interface org.jminor.common.model.FilteredTableModel
Removes the given items from this table model
removeLinkedDetailModelsListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityModel
removeLinkedDetailModelsListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityModel
 
removeListDataListener(ListDataListener) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
removeListener(ActionListener) - Method in interface org.jminor.common.model.EventObserver
Removes listener from this EventObserver
removeLowerBoundListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
removeLowerBoundListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
removeOriginalValue(K) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
 
removeRefreshDoneListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
removeRefreshDoneListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
removeRefreshEndedListener(ActionListener) - Method in class org.jminor.framework.tools.generator.EntityGeneratorModel
 
removeRefreshListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
removeRefreshListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityComboBoxModel
 
removeRefreshListener(ActionListener) - Method in class org.jminor.framework.server.monitor.HostMonitor
 
removeRefreshStartedListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
removeRefreshStartedListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
removeRefreshStartedListener(ActionListener) - Method in class org.jminor.framework.tools.generator.EntityGeneratorModel
 
removeSearchPanelVisibleListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
removeSearchStateListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
removeSearchStateListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
removeSearchStringListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
removeSearchStringListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
removeSearchTypeListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
removeSearchTypeListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
removeSelectedEntitiesListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
removeSelectedEntitiesListener(ActionListener) - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
removeSelectedIndexListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
removeSelectedIndexListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
removeSelectedItemListener(ActionListener) - Method in class org.jminor.common.ui.ItemRandomizerPanel
 
removeSelectedPanelListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
removeSelectionChangedListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
removeSelectionChangedListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
removeSelectionListener(ActionListener) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
removeSelectionListener(ActionListener) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
removeServerMonitorRemovedListener(ActionListener) - Method in class org.jminor.framework.server.monitor.HostMonitor
 
removeServerShutDownListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
removeSortingListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
removeSortingListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
removeState(StateObserver) - Method in interface org.jminor.common.model.State.AggregateState
 
removeStatsListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
removeStatsUpdatedListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
removeStatsUpdateIntervalListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
removeSummaryListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultPropertySummaryModel
removeSummaryListener(ActionListener) - Method in interface org.jminor.framework.client.model.PropertySummaryModel
 
removeSummaryPanelVisibleListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
removeSummaryTypeListener(ActionListener) - Method in class org.jminor.framework.client.model.DefaultPropertySummaryModel
removeSummaryTypeListener(ActionListener) - Method in interface org.jminor.framework.client.model.PropertySummaryModel
 
removeTableDataChangedListener(ActionListener) - Method in class org.jminor.common.model.AbstractFilteredTableModel
removeTableDataChangedListener(ActionListener) - Method in interface org.jminor.common.model.FilteredTableModel
 
removeTableDoubleClickListener(ActionListener) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
removeUpdate(DocumentEvent) - Method in class org.jminor.common.model.DocumentAdapter
removeUpdate(DocumentEvent) - Method in class org.jminor.common.ui.control.TextBeanValueLink
removeUpperBoundListener(ActionListener) - Method in interface org.jminor.common.model.ColumnSearchModel
 
removeUpperBoundListener(ActionListener) - Method in class org.jminor.common.model.DefaultColumnSearchModel
removeValue(K) - Method in interface org.jminor.common.model.valuemap.ValueMap
Removes the given key and value from this value map along with the original value if any.
removeValue(K) - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Removes the given key and value from this value map along with the original value if any.
removeValueListener(K, ActionListener) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
removeValueListener(ActionListener) - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
Removes the given value listener if it has been registered with this value map.
removeValueListener(K, ActionListener) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
removeValueListener(ActionListener) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
Removes the given value listener if it has been registered with this value map.
removeValueMapSetListener(ActionListener) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
removeValueMapSetListener(ActionListener) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
removeValueSetListener(K, ActionListener) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
removeValueSetListener(K, ActionListener) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
 
removeWarningThresholdListener(ActionListener) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
replaceEntities(Collection<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Replaces the given entities in this table model
replaceEntities(Collection<Entity>) - Method in interface org.jminor.framework.client.model.EntityTableModel
Replaces the given entities in this table model
replaceForeignKeyValues(String, Collection<Entity>) - Method in class org.jminor.framework.client.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 class org.jminor.framework.client.model.DefaultEntityTableModel
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 interface org.jminor.framework.client.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.client.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.
REPORT_PATH - Static variable in class org.jminor.framework.Configuration
The report path used for the default report generation, either file or http based
REPORT_PRINTER - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
ReportDataWrapper<T> - Interface in org.jminor.common.model.reports
A simple wrapper for a report data source
ReportException - Exception in org.jminor.common.model.reports
An exception occurring during report generation.
ReportException(Throwable) - Constructor for exception org.jminor.common.model.reports.ReportException
Instantiates a new ReportException
reportProgress(int) - Method in interface org.jminor.common.model.ProgressReporter
Reports the current progress
ReportResult<R> - Interface in org.jminor.common.model.reports
A simple wrapper for a report result
ReportUIWrapper<R> - Interface in org.jminor.common.ui.reports
A simple wrapper for a report presentation UI
ReportWrapper<R,D> - Interface in org.jminor.common.model.reports
A simple wrapper for a report
requestFocusInWindow() - Method in interface org.jminor.framework.client.ui.EntityTableSearchPanel
Requests the focus for this search panel
require(String, String) - Static method in class org.jminor.common.model.Util
 
REQUIRE_QUERY_CRITERIA - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
reset() - Method in class org.jminor.common.model.LogEntry
Clears all info from this entry
reset() - Method in class org.jminor.common.model.MethodLogger
Resets this log
resetChartData() - Method in interface org.jminor.common.model.LoadTest
Resets the accumulated chart data
resetChartData() - Method in class org.jminor.common.model.LoadTestModel
Resets the accumulated chart data
resetChartData() - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Resets the accumulated chart data
resetConnectionPoolStatistics(User) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Resets the statistics that have been collected so far
resetConnectionPoolStatistics(User) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
Resets the statistics that have been collected so far
resetInPoolStats() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
resetPanel() - Method in class org.jminor.common.ui.AbstractTableColumnSyncPanel
Resets the panel and layes out all subpanels.
resetRunCount() - Method in interface org.jminor.common.model.LoadTest.UsageScenario
Resets the run counters
resetRunCount() - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
Resets the run counters
resetStatistics() - Method in interface org.jminor.common.db.pool.ConnectionPool
Resets the collected usage statistics
resetStats() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
resetStats() - Method in class org.jminor.framework.server.monitor.DatabaseMonitor
 
resetStats() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
resizePanel(int, int) - Method in class org.jminor.framework.client.ui.EntityPanel
Resizes this panel in the given direction
resizeWindow(Window, double) - Static method in class org.jminor.common.ui.UiUtil
 
resizeWindow(Window, double, Dimension) - Static method in class org.jminor.common.ui.UiUtil
 
resolveTruststoreProperty(String) - Static method in class org.jminor.framework.Configuration
Resolves the "javax.net.ssl.trustStore" to a temporary file, assigning it to the property
ResultPacker<T> - Interface in org.jminor.common.db
A ResultPacker packs the contents of a ResultSet into a List.
RETRY - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
RETRY_TITLE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
returnConnection(PoolableConnection) - Method in interface org.jminor.common.db.pool.ConnectionPool
Return the given connection to the pool.
revertAll() - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
Reverts all value changes that have been made.
revertAll() - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
Reverts all value changes that have been made.
revertValue(K) - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
Reverts the value associated with the given key to its original value.
revertValue(K) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
Reverts the value associated with the given key to its original value.
rollback() - Method in class org.jminor.common.db.DatabaseConnectionImpl
Performs a rollback
rollback() - Method in interface org.jminor.common.db.PoolableConnection
Performs a rollback
rollbackTransaction() - Method in class org.jminor.common.db.DatabaseConnectionImpl
Performs a rollback and ends the current transaction
rollbackTransaction() - Method in interface org.jminor.common.db.PoolableConnection
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.server.RemoteEntityConnection
Performs a rollback and ends the current transaction
roundDouble(double, int) - Static method in class org.jminor.common.model.Util
 
run(T) - Method in interface org.jminor.common.model.LoadTest.UsageScenario
Runs this scenario with the given application
run(T) - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
Runs this scenario with the given application
runJConsole() - Method in class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
 
runScenario(String, T) - Method in class org.jminor.common.model.LoadTestModel
Runs the scenario with the given name on the given application

S

SAVE - Static variable in class org.jminor.common.i18n.Messages
 
save() - Method in class org.jminor.framework.client.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 - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SAVE_ERROR_LOG - Static variable in class org.jminor.common.i18n.Messages
 
SAVE_MNEMONIC - Static variable in class org.jminor.common.i18n.Messages
 
saveAll() - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
Saves all the value changes that have been made.
saveAll() - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
Saves all the value changes that have been made.
saveDefaultUser(User) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Saves the user info so that it can be used as default the next time this application is started.
saveErrorReport() - Method in class org.jminor.common.ui.ExceptionDialog
 
savePreferences() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Called during the exit() method, override to save user preferences on program exit
saveValue(K) - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
Saves the value associated with the given key, that is, removes the original value.
saveValue(K) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
Saves the value associated with the given key, that is, removes the original value.
scrollToCoordinate(int, int) - Method in class org.jminor.common.ui.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
 
SEARCH_PANEL_VISIBLE - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
SearchFieldHint - Class in org.jminor.common.ui.textfield
Implements a search hint for text fields, that is, text that is shown when the field is empty an unfocused.
SearchFieldHint(JTextField) - Constructor for class org.jminor.common.ui.textfield.SearchFieldHint
Instantiates a new SearchFieldHint for the given field.
SearchFieldHint(JTextField, String) - Constructor for class org.jminor.common.ui.textfield.SearchFieldHint
Instantiates a new SearchFieldHint for the given field.
searchStringObserver() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
searchStringObserver() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
searchStringRepresentsSelected() - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
searchStringRepresentsSelected() - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
SearchType - Enum in org.jminor.common.model
Enumerating the possible ways of searching.
SELECT_COLUMNS - Static variable in class org.jminor.common.i18n.Messages
 
SELECT_COLUMNS - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
SELECT_DATE - Static variable in class org.jminor.common.i18n.Messages
 
SELECT_ENTITY - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SELECT_INPUT_FIELD - Static variable in class org.jminor.common.i18n.Messages
 
SELECT_PROPERTY_FOR_UPDATE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SELECT_RECORD - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SELECT_VALUE - Static variable in class org.jminor.common.i18n.Messages
 
selectAll() - Method in class org.jminor.common.model.AbstractFilteredTableModel
Selects all visible entities
selectAll() - Method in interface org.jminor.common.model.FilteredTableModel
Selects all visible entities
selectAll(String) - Method in interface org.jminor.framework.db.EntityConnection
Selects all the entities of the given type
selectAll(String) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Selects all the entities of the given type
selectAllOnFocusGained(JTextComponent) - Static method in class org.jminor.common.ui.UiUtil
Selects all text in the given component when it gains focus and clears the selection when focus is lost
selectComponent(K) - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
 
selectCriteria(Entity.Key) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectCriteria(List<Entity.Key>) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectCriteria(String, String, SearchType, Object...) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectCriteria(String, String, SearchType, int, Object...) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectCriteria(String, String, SearchType, String, int, Object...) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectCriteria(String, String) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectCriteria(String, List<Property.ColumnProperty>, List<Entity.Key>) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectCriteria(String, Criteria<Property.ColumnProperty>, String) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectCriteria(String, Criteria<Property.ColumnProperty>, String, int) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectCriteria(String) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectCriteria(String, int) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectCriteria(String, Criteria<Property.ColumnProperty>) - Static method in class org.jminor.framework.db.criteria.EntityCriteriaUtil
 
selectDependentEntities(Collection<Entity>) - Method in interface org.jminor.framework.db.EntityConnection
Returns the entities that depend on the given entities via foreign keys, mapped to corresponding entityIDs
selectDependentEntities(Collection<Entity>) - Method in interface org.jminor.framework.server.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.common.ui.UiUtil
 
selectDirectory(JComponent, String, String) - Static method in class org.jminor.common.ui.UiUtil
 
SELECTED - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SelectedItemBeanValueLink - Class in org.jminor.common.ui.control
Binds a JComboBox to an Object based bean property.
SelectedItemBeanValueLink(JComboBox, Object, String, Class, EventObserver) - Constructor for class org.jminor.common.ui.control.SelectedItemBeanValueLink
Instantiates a new SelectedItemBeanValueLink.
SelectedItemBeanValueLink(JComboBox, Object, String, Class, EventObserver, LinkType) - Constructor for class org.jminor.common.ui.control.SelectedItemBeanValueLink
Instantiates a new SelectedItemBeanValueLink.
selectEntities(EntityTableModel, Window, boolean, String) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
selectEntities(EntityTableModel, Window, boolean, String, Dimension) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
selectFile(JComponent, String) - Static method in class org.jminor.common.ui.UiUtil
 
SELECTION_DOWN_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SELECTION_FILTER - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SELECTION_FILTER_DESC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SELECTION_UP_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
selectMany(List<Entity.Key>) - Method in interface org.jminor.framework.db.EntityConnection
Returns entities according to keys
selectMany(EntitySelectCriteria) - Method in interface org.jminor.framework.db.EntityConnection
Selects entities according to the specified criteria
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.server.RemoteEntityConnection
Returns entities according to keys
selectMany(EntitySelectCriteria) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Selects entities according to the specified criteria
selectMany(String, String, Object...) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Selects entities according to one property (propertyID), using values as a condition
selectPropertyValues(String, String, boolean) - Method in interface org.jminor.framework.db.EntityConnection
Selects distinct non-null values of the given property of the given entity
selectPropertyValues(String, String, boolean) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Selects distinct non-null values of the given property of the given entity
selectRandomRow(EntityTableModel) - Static method in class org.jminor.framework.tools.testing.EntityLoadTestModel
Selects a random row in the given table model
selectRandomRows(EntityTableModel, int) - Static method in class org.jminor.framework.tools.testing.EntityLoadTestModel
Selects random rows in the given table model
selectRandomRows(EntityTableModel, double) - Static method in class org.jminor.framework.tools.testing.EntityLoadTestModel
Selects random rows in the given table model
selectRowCount(EntityCriteria) - Method in interface org.jminor.framework.db.EntityConnection
Selects the number of rows returned according to the given criteria
selectRowCount(EntityCriteria) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Selects the number of rows returned according to the given criteria
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(EntitySelectCriteria) - Method in interface org.jminor.framework.db.EntityConnection
Selects a single entity according to the specified criteria, throws a DatabaseException if the criteria results in more than one entity
selectSingle(String, String, Object) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Selects a single entity
selectSingle(Entity.Key) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Selects a single entity by key
selectSingle(EntitySelectCriteria) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Selects a single entity according to the specified criteria, throws a DatabaseException if the criteria results in more than one entity
selectTableColumns() - Method in class org.jminor.common.ui.FilteredTablePanel
Shows a dialog for selecting which columns to show/hide
selectValue(JComponent, Collection<?>) - Static method in class org.jminor.common.ui.UiUtil
 
selectValue(JComponent, Collection<?>, String) - Static method in class org.jminor.common.ui.UiUtil
 
SEND - Static variable in class org.jminor.common.i18n.Messages
 
SEND_EMAIL - Static variable in class org.jminor.common.i18n.Messages
 
SEND_MNEMONIC - Static variable in class org.jminor.common.i18n.Messages
 
serialize(List<V>) - Method in interface org.jminor.common.model.Serializer
Serializes the given values to a string
Serializer<V> - Interface in org.jminor.common.model
Serializes a list of values into a string.
Serializer.SerializeException - Exception in org.jminor.common.model
An exception occurring during serialization
Serializer.SerializeException(String, Throwable) - Constructor for exception org.jminor.common.model.Serializer.SerializeException
Instantiates a new SerializeException.
serializeToFile(Collection, File) - Static method in class org.jminor.common.model.Util
 
SERVER_ADMIN_PORT - Static variable in class org.jminor.framework.Configuration
The port on which the server should export the remote admin interface
SERVER_ADMIN_PREFIX - Static variable in interface org.jminor.common.server.RemoteServer
 
SERVER_CLIENT_LOGGING_ENABLED - Static variable in class org.jminor.framework.Configuration
The initial connection logging status on the server, either true (on) or false (off)
Value type: Boolean
Default value: true
SERVER_CONNECTION_LIMIT - Static variable in class org.jminor.framework.Configuration
Specifies maximum number of concurrent connections the server accepts
-1 indicates no limit and 0 indicates a closed server.
SERVER_CONNECTION_LOG_SIZE - Static variable in class org.jminor.framework.Configuration
Specifies the size of the (circular) log the server keeps in memory for each connected client
Value type: Integer
Default value: 40
SERVER_CONNECTION_POOLING_INITIAL - Static variable in class org.jminor.framework.Configuration
Specifies a comma separated list of usernames for which to create connection pools on startup
SERVER_CONNECTION_SSL_ENABLED - Static variable in class org.jminor.framework.Configuration
Specifies whether the server should establish connections using a secure sockets layer, true (on) or false (off)
ValueType: Boolean
Default value: true
SERVER_DB_PORT - Static variable in class org.jminor.framework.Configuration
The port on which the server should export the remote database connections
SERVER_DOMAIN_MODEL_CLASSES - Static variable in class org.jminor.framework.Configuration
Specifies a comma separated list of domain model classnames, these classes must be available on the server classpath or the jars containing these classes specified via the SERVER_DOMAIN_MODEL_JARS property
SERVER_DOMAIN_MODEL_JARS - Static variable in class org.jminor.framework.Configuration
Specifies a comma separated list of jar files to use when loading domain model classes
SERVER_FULL - Static variable in class org.jminor.common.i18n.Messages
 
SERVER_HOST_NAME - Static variable in class org.jminor.framework.Configuration
The host on which to locate the server
Value type: String
Default value: localhost
SERVER_NAME - Static variable in class org.jminor.common.server.loadtest.RemoteLoadTestServer
 
SERVER_NAME_PREFIX - Static variable in class org.jminor.framework.Configuration
Specifies the prefix used when exporting/looking up the JMinor server
Value type: String
Default value: JMinor Server
SERVER_PORT - Static variable in class org.jminor.framework.Configuration
If specified, the client will look for a server running on this port
ServerException - Exception in org.jminor.common.server
An exception originating from a remote server
ServerException.LoginException - Exception in org.jminor.common.server
An exception indicating that a login has failed
ServerException.ServerFullException - Exception in org.jminor.common.server
An exception indicating that the server is not accepting new connections
serverFullException() - Static method in exception org.jminor.common.server.ServerException
 
ServerLog - Class in org.jminor.common.server
A class encapsulating a simple collection of server access log entries and basic connection access info.
ServerLog(UUID, long, List<LogEntry>, long, long, String, String, String) - Constructor for class org.jminor.common.server.ServerLog
Instantiates a new ServerLog instance.
ServerMonitor - Class in org.jminor.framework.server.monitor
A ServerMonitor
ServerMonitor(String, String) - Constructor for class org.jminor.framework.server.monitor.ServerMonitor
 
ServerMonitorPanel - Class in org.jminor.framework.server.monitor.ui
A ServerMonitorPanel
ServerMonitorPanel(ServerMonitor) - Constructor for class org.jminor.framework.server.monitor.ui.ServerMonitorPanel
Instantiates a new ServerMonitorPanel
ServerUtil - Class in org.jminor.common.server
A utility class for working with RemoteServer instances.
set(String, String, long, long, Throwable) - Method in class org.jminor.common.model.LogEntry
Initializes this LogEntry instance
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_LOOK_AND_FEEL - 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 interface org.jminor.common.model.State
 
setActive(boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Sets the active state of this edit panel, an active edit panel should be enabled and ready to receive input
setAdditionalLookupCriteria(Criteria) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
Sets the additional lookup criteria to use when performing the lookup.
setAdditionalLookupCriteria(Criteria) - Method in interface org.jminor.framework.client.model.EntityLookupModel
Sets the additional lookup criteria to use when performing the lookup.
setAdditionalSearchCriteria(Criteria<Property.ColumnProperty>) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
Sets the additional search criteria, one not based on any individual property criteria
setAdditionalSearchCriteria(Criteria<Property.ColumnProperty>) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
Sets the additional search criteria, one not based on any individual property criteria
setAdvanced(boolean) - Method in class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel
 
setAdvancedSearchOn(boolean) - Method in class org.jminor.common.ui.ColumnSearchPanel
 
setAlwaysOnTop(boolean) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
fires: evtAlwaysOnTopChanged
setAlwaysOnTop(boolean) - Method in class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
 
setApplicationBatchSize(int) - Method in interface org.jminor.common.model.LoadTest
 
setApplicationBatchSize(int) - Method in class org.jminor.common.model.LoadTestModel
setApplicationBatchSize(int) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
setArmed(boolean) - Method in class org.jminor.common.model.checkbox.TristateButtonModel
 
setAs(ValueChangeMap<K, V>) - Method in interface org.jminor.common.model.valuemap.ValueChangeMap
After a call to this method this ValueChangeMap contains the same values and original values as the given map.
setAs(ValueChangeMap<K, V>) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
After a call to this method this ValueChangeMap contains the same values and original values as the given map.
setAutoEnable(boolean) - Method in interface org.jminor.common.model.ColumnSearchModel
If set, this model automatically enables itself when a criteria is specified
setAutoEnable(boolean) - Method in class org.jminor.common.model.DefaultColumnSearchModel
If set, this model automatically enables itself when a criteria is specified
setAutomaticWildcard(boolean) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setAutomaticWildcard(boolean) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setAutomaticWildcard(boolean) - Method in class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel
 
setBackgroundColorProvider(Entity.BackgroundColorProvider) - Method in interface org.jminor.framework.domain.Entity.Definition
 
setBatchUpdateAllowed(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
setBatchUpdateAllowed(boolean) - Method in interface org.jminor.framework.client.model.EntityTableModel
 
setCaption(String) - Method in interface org.jminor.framework.domain.Entity.Definition
Sets the caption for this entity type
setCaseSensitive(boolean) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setCaseSensitive(boolean) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setCaseSensitive(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
Specifies whether or not this lookup model should be case sensitive
setCaseSensitive(boolean) - Method in interface org.jminor.framework.client.model.EntityLookupModel
Specifies whether or not this lookup model should be case sensitive
setCleanupInterval(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setClientHost(String) - Method in class org.jminor.common.server.ClientInfo
 
setClipboard(String) - Static method in class org.jminor.common.model.Util
 
setCollectChartData(boolean) - Method in interface org.jminor.common.model.LoadTest
 
setCollectChartData(boolean) - Method in class org.jminor.common.model.LoadTestModel
setCollectChartData(boolean) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
setCollectFineGrainedPoolStatistics(User, boolean) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setCollectFineGrainedPoolStatistics(User, boolean) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setCollectFineGrainedStatistics(boolean) - Method in interface org.jminor.common.db.pool.ConnectionPool
Specifies whether or not fine grained usage statistics should be collected.
setCollectFineGrainedStats(boolean) - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
setColumnHasDefaultValue(boolean) - Method in interface org.jminor.framework.domain.Property.ColumnProperty
 
setColumns(List<EntityGeneratorModel.Column>) - Method in class org.jminor.framework.tools.generator.EntityGeneratorModel.Table
 
setColumnVisible(C, boolean) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Toggles the visibility of the column representing the given columnIdentifier.
setColumnVisible(C, boolean) - Method in interface org.jminor.common.model.FilteredTableModel
Toggles the visibility of the column representing the given columnIdentifier.
setCompactDetailLayout(boolean) - Method in class org.jminor.framework.client.ui.EntityPanel
 
setComparator(Entity.Comparator) - Method in interface org.jminor.framework.domain.Entity.Definition
Sets the comparator to use when comparing this entity type to other entities
setComponent(K, JComponent) - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
Associates the given input component with the given property, preferably this should be called for components associated with key values.
setConnection(EntityConnection) - Method in class org.jminor.framework.db.provider.AbstractEntityConnectionProvider
 
setConnectionLimit(int) - Method in class org.jminor.common.server.AbstractRemoteServer
 
setConnectionLimit(int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setConnectionLimit(int) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setConnectionLimit(int) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
setConnectionPoolCleanupInterval(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setConnectionPoolCleanupInterval(User, int) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setConnectionPoolEnabled(User, boolean) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setConnectionPoolEnabled(User, boolean) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setConnectionTimeout(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setConnectionTimeout(int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Sets the connection timeout in ms
setConnectionTimeout(int) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
Sets the connection timeout in ms
setConnectionTimeout(int) - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
setContents(Collection<T>) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Resets the contents of this model using the values found in contents
setContents(Collection<T>) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
 
setControl(String, Control) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Associates control with controlCode
setControl(String, Control) - Method in class org.jminor.framework.client.ui.EntityTablePanel
Associates control with controlCode
setControlPanelConstraints(String) - Method in class org.jminor.framework.client.ui.EntityPanel
 
setDecimalSymbol(String) - Method in class org.jminor.common.ui.textfield.DoubleField
 
setDefaultBackgroundColor(Color) - Method in class org.jminor.framework.client.ui.EntityLookupField
 
setDefaultUserName(String, String) - Static method in class org.jminor.common.model.Util
 
setDefaultValue(Object) - Method in interface org.jminor.framework.domain.Property
Sets the default value for this property, overrides the underlying column default value, if any
setDeleteAllowed(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
setDeleteAllowed(boolean) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
setDescription(String) - Method in class org.jminor.common.ui.control.Control
 
setDescription(String) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
setDescription(String) - Method in interface org.jminor.framework.client.model.EntityLookupModel
 
setDescription(String) - Method in interface org.jminor.framework.domain.Property
 
setDetailModel(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
setDetailModel(boolean) - Method in interface org.jminor.framework.client.model.EntityTableModel
 
setDetailPanelState(int) - Method in class org.jminor.framework.client.ui.EntityPanel
 
setDetailPanelState(int) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
setDetailSplitPanelResizeWeight(double) - Method in class org.jminor.framework.client.ui.EntityPanel
 
setDetailSplitPanelResizeWeight(double) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
setDomainID(String) - Method in interface org.jminor.framework.domain.Entity.Definition
Sets the domain ID for this entity type
setDouble(Double) - Method in class org.jminor.common.ui.textfield.DoubleField
 
setEditModel(EntityEditModel) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Associates the given edit model with this table model, this enables delete/update functionality via this table model as well as enabling it to react to delete events in the edit model.
setEditModel(EntityEditModel) - Method in interface org.jminor.framework.client.model.EntityTableModel
Associates the given edit model with this table model, 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 EntityEditModel>) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
setEditPanelClass(Class<? extends EntityEditPanel>) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
setEditPanelState(int) - Method in class org.jminor.framework.client.ui.EntityPanel
 
setEnabled(boolean) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setEnabled(boolean) - Method in class org.jminor.common.model.checkbox.TristateButtonModel
 
setEnabled(boolean) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setEnabled(boolean) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setEnabled(boolean) - Method in interface org.jminor.common.model.ItemRandomizer.RandomItem
 
setEnabled(boolean) - Method in class org.jminor.common.model.MethodLogger
 
setEnabled(boolean) - Method in class org.jminor.common.ui.control.Control
setEnterAction(Action) - Method in class org.jminor.framework.client.ui.EntityLookupField
 
setEntity(Entity) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Sets the Entity instance to edit
setEntity(Entity) - Method in interface org.jminor.framework.client.model.EntityEditModel
Sets the Entity instance to edit
setEntityID(String) - Method in interface org.jminor.framework.domain.Property
 
setEntitySelectCriteria(EntitySelectCriteria) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
Sets the criteria to use when querying data
setEntitySelectCriteria(EntitySelectCriteria) - Method in interface org.jminor.framework.client.model.EntityComboBoxModel
Sets the criteria to use when querying data
setErrorReportEmailSubjectPrefix(String) - Static method in class org.jminor.common.ui.ExceptionDialog
 
setErrorReportEmailTo(String) - Static method in class org.jminor.common.ui.ExceptionDialog
 
setException(Throwable) - Method in class org.jminor.common.model.LogEntry
 
setExitMessage(String) - Method in class org.jminor.common.model.LogEntry
 
setExitTimeNano(long) - Method in class org.jminor.common.model.LogEntry
 
setFetchCount(int) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Sets the maximum number of records to fetch via the underlying query, a value of -1 means all records should be fetched
setFetchCount(int) - Method in interface org.jminor.framework.client.model.EntityTableModel
Sets the maximum number of records to fetch via the underlying query, a value of -1 means all records should be fetched
setFetchDepth(int) - Method in interface org.jminor.framework.domain.Property.ForeignKeyProperty
 
setFilterCriteria(FilterCriteria<R>) - Method in class org.jminor.common.model.AbstractFilteredTableModel
setFilterCriteria(FilterCriteria<T>) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
setFilterCriteria(FilterCriteria<T>) - Method in interface org.jminor.common.model.FilteredModel
 
setFilterPanelsVisible(boolean) - Method in class org.jminor.common.ui.FilteredTablePanel
Hides or shows the active filter panels for this table panel
setFilterPanelsVisible(boolean) - Method in class org.jminor.framework.client.ui.EntityPanel
Hides or shows the active filter panels for this panel and all its child panels (detail panels and their detail panels etc.)
setFilterValue(String, Comparable) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
Sets the criteria value of the PropertyFilterModel associated with the property identified by propertyID.
setFilterValue(String, Comparable) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
Sets the criteria value of the PropertyFilterModel associated with the property identified by propertyID.
setFixedColumnWidth(int) - Method in class org.jminor.common.ui.layout.FlexibleGridLayout
 
setFixedRowHeight(int) - Method in class org.jminor.common.ui.layout.FlexibleGridLayout
 
setForeignKeyFetchDepthLimit(String, int) - Method in interface org.jminor.framework.db.criteria.EntitySelectCriteria
 
setForeignKeyFetchDepthLimit(int) - Method in interface org.jminor.framework.db.criteria.EntitySelectCriteria
 
setForeignKeyFilterEntities(String, Collection<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
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 interface org.jminor.framework.client.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.
setForeignKeySearchValues(String, List<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Refreshes this table model according the the given values by finding the first foreign key property referencing the entity identified by referencedEntityID and setting referenceEntities as the criteria values.
setForeignKeySearchValues(String, List<Entity>) - Method in interface org.jminor.framework.client.model.EntityTableModel
Refreshes this table model according the the given values by finding the first foreign key property referencing the entity identified by referencedEntityID and setting referenceEntities as the criteria values.
setFormat(Format) - Method in interface org.jminor.framework.domain.Property
Sets the Format to use when presenting property values
setHidden(boolean) - Method in interface org.jminor.framework.domain.Property
 
setHighQualityRenderingEnabled(boolean) - Method in class org.jminor.common.ui.images.NavigableImagePanel
Enables/disables high quality rendering.
setIcon(Icon) - Method in class org.jminor.common.ui.control.Control
 
setIdSource(IdSource) - Method in interface org.jminor.framework.domain.Entity.Definition
Sets the id source for this entity type, which specifies the primary key generation strategy to use.
setIdValueSource(String) - Method in interface org.jminor.framework.domain.Entity.Definition
Sets the id value source for this entity type, such as sequence or table name, depending on the underlying primary key generation strategy.
setImage(BufferedImage) - Method in class org.jminor.common.ui.images.NavigableImagePanel
Sets an image for display in the panel.
setImageOrigin(int, int) - Method in class org.jminor.common.ui.images.NavigableImagePanel
Sets the image origin.
setImageOrigin(Point) - Method in class org.jminor.common.ui.images.NavigableImagePanel
Sets the image origin.
setIncludeControlPanel(boolean) - Method in class org.jminor.framework.client.ui.EntityPanel
 
setIncludeDetailPanelTabPane(boolean) - Method in class org.jminor.framework.client.ui.EntityPanel
 
setIncludeSearchPanel(boolean) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
setIncludeSouthPanel(boolean) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
setIndeterminate() - Method in class org.jminor.common.model.checkbox.TristateButtonModel
 
setIndeterminate() - Method in class org.jminor.common.ui.checkbox.TristateCheckBox
 
setIndex(int) - Method in interface org.jminor.framework.domain.Property.PrimaryKeyProperty
Sets the primary key index of this property
setInitialFocus() - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
Sets the initial focus
setInitialFocusComponent(JComponent) - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
Sets the component that should receive the focus when the UI is cleared or activated.
setInitialFocusComponentKey(K) - Method in class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
Defines the component associated with the given key as the component that should recieve the initial focus in this edit panel.
setInsertAllowed(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
setInsertAllowed(boolean) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
setInt(Integer) - Method in class org.jminor.common.ui.textfield.IntField
 
setItemEnabled(T, boolean) - Method in interface org.jminor.common.model.ItemRandomizer
 
setItemEnabled(T, boolean) - Method in class org.jminor.common.model.ItemRandomizerModel
setJDKDir() - Method in class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
 
setJDKDir(JComponent) - Static method in class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
 
setKeyStroke(KeyStroke) - Method in class org.jminor.common.ui.control.Control
 
setLikeValue(Comparable) - Method in interface org.jminor.common.model.ColumnSearchModel
A shortcut method for setting the upper bound value, searchType to LIKE and enabling this model.
setLikeValue(Comparable) - Method in class org.jminor.common.model.DefaultColumnSearchModel
A shortcut method for setting the upper bound value, searchType to LIKE and enabling this model.
setLinkedDetailModels(EntityModel...) - Method in class org.jminor.framework.client.model.DefaultEntityModel
Sets the currently linked detail models.
setLinkedDetailModels(EntityModel...) - Method in interface org.jminor.framework.client.model.EntityModel
Sets the currently linked detail models.
setLiveUpdate(boolean) - Method in class org.jminor.framework.server.monitor.HostMonitor
 
setLocked(boolean) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setLocked(boolean) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setLoggingEnabled(boolean) - Method in class org.jminor.common.db.DatabaseConnectionImpl
setLoggingEnabled(boolean) - Method in interface org.jminor.common.db.PoolableConnection
 
setLoggingLevel() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Shows a dialog for setting the logging level
setLoggingLevel(JComponent) - Static method in class org.jminor.framework.client.ui.EntityUiUtil
 
setLoggingLevel(Level) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setLoggingLevel(Level) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setLoggingLevel(Level) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
setLoggingOn(UUID, boolean) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Sets the logging status for the given connection
setLoggingOn(UUID, boolean) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
Sets the logging status for the given connection
setLoggingOn(boolean) - Method in class org.jminor.framework.server.monitor.ClientInstanceMonitor
 
setLoggingOn(boolean) - Method in class org.jminor.framework.server.monitor.ui.ClientInstanceMonitorPanel
 
setLoginDelayFactor(int) - Method in interface org.jminor.common.model.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.common.model.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.
setLoginDelayFactor(int) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
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(LoginProxy) - Method in class org.jminor.common.server.AbstractRemoteServer
 
setLoginRequired(boolean) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Sets wheteher or not this application requires a login dialog
setLowerBound(Object) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setLowerBound(String) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setLowerBound(Double) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setLowerBound(Integer) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setLowerBound(boolean) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setLowerBound(char) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setLowerBound(Boolean) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setLowerBound(Timestamp) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setLowerBound(Date) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setLowerBound(Object) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setLowerBound(String) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setLowerBound(Double) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setLowerBound(Integer) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setLowerBound(boolean) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setLowerBound(char) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setLowerBound(Boolean) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setLowerBound(Timestamp) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setLowerBound(Date) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setMaintenanceInterval(int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setMaintenanceInterval(int) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setMaintenanceInterval(int) - Method in class org.jminor.framework.server.monitor.ClientUserMonitor
 
setMasterModel(EntityModel) - Method in class org.jminor.framework.client.model.DefaultEntityModel
Sets the model serving as master model
setMasterModel(EntityModel) - Method in interface org.jminor.framework.client.model.EntityModel
Sets the model serving as master model
setMasterPanel(EntityPanel) - Method in class org.jminor.framework.client.ui.EntityPanel
 
setMax(double) - Method in interface org.jminor.framework.domain.Property
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(int) - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
setMaximumConnectionPoolSize(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setMaximumConnectionPoolSize(User, int) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setMaximumFractionDigits(int) - Method in interface org.jminor.framework.domain.Property
Sets the maximum fraction digits to show for this property, only applicable to DOUBLE properties This setting is overridden during subsquence calls to setFormat
setMaximumPoolCheckOutTime(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setMaximumPoolCheckOutTime(User, int) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setMaximumPoolRetryWaitPeriod(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setMaximumPoolRetryWaitPeriod(User, int) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setMaximumPoolSize(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setMaximumPoolSize(int) - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
setMaximumRetryWaitPeriod(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setMaximumRetryWaitPeriod(int) - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
setMaximumThinkTime(int) - Method in interface org.jminor.common.model.LoadTest
 
setMaximumThinkTime(int) - Method in class org.jminor.common.model.LoadTestModel
setMaximumThinkTime(int) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
setMaxLength(int) - Method in class org.jminor.common.ui.textfield.TextFieldPlus
 
setMaxLength(int) - Method in class org.jminor.common.ui.TextInputPanel
Sets the maximum length of the string allowed in the text area
setMaxLength(int) - Method in interface org.jminor.framework.domain.Property
Sets the maximum length of this property value, this applies to String (varchar) based properties
setMin(double) - Method in interface org.jminor.framework.domain.Property
Only applicable to numerical properties
setMinimumConnectionPoolSize(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setMinimumConnectionPoolSize(User, int) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setMinimumPoolSize(int) - Method in interface org.jminor.common.db.pool.ConnectionPool
 
setMinimumPoolSize(int) - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
setMinimumThinkTime(int) - Method in interface org.jminor.common.model.LoadTest
 
setMinimumThinkTime(int) - Method in class org.jminor.common.model.LoadTestModel
setMinimumThinkTime(int) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
setMnemonic(int) - Method in class org.jminor.common.ui.control.Control
 
setMnemonic(Character) - Method in interface org.jminor.framework.domain.Property
Sets the mnemonic to use when creating a label for this property
setModel(ButtonModel) - Method in class org.jminor.common.ui.checkbox.TristateCheckBox
setModel(ClientInstanceMonitor) - Method in class org.jminor.framework.server.monitor.ui.ClientInstanceMonitorPanel
 
setModel(ClientMonitor) - Method in class org.jminor.framework.server.monitor.ui.ClientMonitorPanel
 
setModelClass(Class<? extends EntityModel>) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
setModelValue(Object) - Method in class org.jminor.common.ui.control.AbstractBeanValueLink
Sets the value in the model
setModelValue(V) - Method in class org.jminor.common.ui.control.AbstractValueLink
Sets the value in the model
setModelValue(V) - Method in class org.jminor.common.ui.valuemap.AbstractValueMapLink
Sets the value in the model
setMultipleSelectionAllowed(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
Specifies whether or not this lookup model should allow selection of multiple entities
setMultipleSelectionAllowed(boolean) - Method in interface org.jminor.framework.client.model.EntityLookupModel
Specifies whether or not this lookup model should allow selection of multiple entities
setMultipleValueSeparator(String) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
Sets the string to use to separate multiple values when shown as a string
setMultipleValueSeparator(String) - Method in interface org.jminor.framework.client.model.EntityLookupModel
Sets the string to use to separate multiple values when shown as a string
setName(String) - Method in class org.jminor.common.ui.control.Control
 
setNavigationImageEnabled(boolean) - Method in class org.jminor.common.ui.images.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.framework.server.monitor.ConnectionPoolMonitor
 
setNullable(boolean) - Method in interface org.jminor.framework.domain.Property
Specifies whether or not this property is nullable, in case of properties that have parent properties (properties which comprise a fk property fx) inherit the nullable state of the parent property.
setNullValueString(String) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
Sets the nullValueItem, a refresh is required for it to show up
setNullValueString(String) - Method in interface org.jminor.common.model.combobox.FilteredComboBoxModel
Sets the nullValueItem, a refresh is required for it to show up
setOrderByClause(String) - Method in interface org.jminor.framework.domain.Entity.Definition
Sets the order by clause for this entity type, this clause should not include the "order by" keywords.
setOriginalValue(K, V) - Method in class org.jminor.common.model.valuemap.ValueChangeMapImpl
 
setPanelClass(Class<? extends EntityPanel>) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
setParentProperty(Property.ForeignKeyProperty) - Method in interface org.jminor.framework.domain.Property
 
setPassword(String) - Method in class org.jminor.common.model.User
 
setPaused(boolean) - Method in interface org.jminor.common.model.LoadTest
 
setPaused(boolean) - Method in class org.jminor.common.model.LoadTestModel
setPaused(boolean) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
setPersistValueOnClear(String, boolean) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
setPersistValueOnClear(String, boolean) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
setPoolCleanupInterval(int) - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
setPoolConnectionThreshold(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setPoolConnectionThreshold(User, int) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setPooledConnectionTimeout(User, int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setPooledConnectionTimeout(User, int) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setPooledConnectionTimeout(int) - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
setPoolTime(long) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Sets the time this connection was checked into a connection pool
setPoolTime(long) - Method in interface org.jminor.common.db.PoolableConnection
Sets the time this connection was checked into a connection pool
setPopupWidth(int) - Method in class org.jminor.common.ui.combobox.SteppedComboBox
 
setPreferredColumnWidth(int) - Method in interface org.jminor.framework.domain.Property
 
setPressed(boolean) - Method in class org.jminor.common.model.checkbox.TristateButtonModel
 
setPropertyValue(String, Object, Collection<Entity>) - Static method in class org.jminor.framework.domain.EntityUtil
Sets the value of the property with ID propertyID to value in the given entities
setQueryConfigurationAllowed(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Specifies whether or not the underlying query should be configurable
setQueryConfigurationAllowed(boolean) - Method in interface org.jminor.framework.client.model.EntityTableModel
Specifies whether or not the underlying query should be configurable
setQueryCriteriaRequired(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
setQueryCriteriaRequired(boolean) - Method in interface org.jminor.framework.client.model.EntityTableModel
 
setRange(int, int) - Method in class org.jminor.common.ui.textfield.TextFieldPlus
 
setRange(double, double) - Method in class org.jminor.common.ui.textfield.TextFieldPlus
 
setReadOnly(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
setReadOnly(boolean) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
setReadOnly(boolean) - Method in interface org.jminor.framework.domain.Entity.Definition
Sets the read only value
setReadOnly(boolean) - Method in interface org.jminor.framework.domain.Property
 
setReferenceEntity(String, Entity) - Method in class org.jminor.framework.tools.testing.EntityTestUnit
Maps the given reference entity to the given entityID
setRefreshOnInit(boolean) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
setRegularExpressionSearch(boolean) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Specifies whether or not to use regular expressions when searching this table model
setRegularExpressionSearch(boolean) - Method in interface org.jminor.common.model.FilteredTableModel
Specifies whether or not to use regular expressions when searching this table model
setReportDataSource(ReportDataWrapper) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Sets the report data source to use during report generation
setReportDataSource(ReportDataWrapper) - Method in interface org.jminor.framework.client.model.EntityTableModel
Sets the report data source to use during report generation
setRetryCount(int) - Method in class org.jminor.common.db.DatabaseConnectionImpl
setRetryCount(int) - Method in interface org.jminor.common.db.PoolableConnection
 
setScenarioEnabled(String, boolean) - Method in interface org.jminor.common.model.LoadTest
 
setScenarioEnabled(String, boolean) - Method in class org.jminor.common.model.LoadTestModel
setSearchable(boolean) - Method in interface org.jminor.framework.domain.Property.ColumnProperty
 
setSearchConjunction(Conjunction) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
setSearchConjunction(Conjunction) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
 
setSearchEnabled(String, boolean) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
Enables/disables the search for the given property
setSearchEnabled(String, boolean) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
Enables/disables the search for the given property
setSearchModelState() - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
Sets the current search model state
setSearchModelState() - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
Sets the current search model state
setSearchPanelVisible(boolean) - Method in class org.jminor.framework.client.ui.EntityTablePanel
Hides or shows the column search panel for this EntityTablePanel
setSearchPropertyIDs(String...) - Method in interface org.jminor.framework.domain.Entity.Definition
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.client.model.DefaultEntityLookupModel
Sets the search string to use when performing the next lookup
setSearchString(String) - Method in interface org.jminor.framework.client.model.EntityLookupModel
Sets the search string to use when performing the next lookup
setSearchTest(String) - Method in class org.jminor.framework.client.ui.EntityTableSearchSimplePanel
 
setSearchType(SearchType) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setSearchType(SearchType) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setSearchValues(String, Collection<?>) - Method in class org.jminor.framework.client.model.DefaultEntityTableSearchModel
Sets the search criteria values of the search model associated with the property identified by propertyID
setSearchValues(String, Collection<?>) - Method in interface org.jminor.framework.client.model.EntityTableSearchModel
Sets the search criteria values of the search model associated with the property identified by propertyID
setSelected(boolean) - Method in class org.jminor.common.model.checkbox.TristateButtonModel
 
setSelectedByPrimaryKeys(List<Entity.Key>) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Sets the selected entities according to the primary keys in primaryKeys
setSelectedByPrimaryKeys(List<Entity.Key>) - Method in interface org.jminor.framework.client.model.EntityTableModel
Sets the selected entities according to the primary keys in primaryKeys
setSelectedEntities(List<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
Sets the selected entities
setSelectedEntities(List<Entity>) - Method in interface org.jminor.framework.client.model.EntityLookupModel
Sets the selected entities
setSelectedEntity(Entity) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
Sets the given entity as the selected entity
setSelectedEntity(Entity) - Method in interface org.jminor.framework.client.model.EntityLookupModel
Sets the given entity as the selected entity
setSelectedEntityByPrimaryKey(Entity.Key) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
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
setSelectedEntityByPrimaryKey(Entity.Key) - Method in interface org.jminor.framework.client.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
setSelectedItem(R) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Sets the selected item
setSelectedItem(Object) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
setSelectedItem(Object) - Method in class org.jminor.common.model.combobox.ItemComboBoxModel
setSelectedItem(R) - Method in interface org.jminor.common.model.FilteredTableModel
Sets the selected item
setSelectedItemIndex(int) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Clears the selection and selects the item at index
setSelectedItemIndex(int) - Method in interface org.jminor.common.model.FilteredTableModel
Clears the selection and selects the item at index
setSelectedItemIndexes(List<Integer>) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Selects the given indexes
setSelectedItemIndexes(List<Integer>) - Method in interface org.jminor.common.model.FilteredTableModel
Selects the given indexes
setSelectedItems(List<R>) - Method in class org.jminor.common.model.AbstractFilteredTableModel
Selects the given items
setSelectedItems(List<R>) - Method in interface org.jminor.common.model.FilteredTableModel
Selects the given items
setSelectForUpdate(boolean) - Method in interface org.jminor.framework.db.criteria.EntitySelectCriteria
 
setSelectIndex(int) - Method in interface org.jminor.framework.domain.Property.ColumnProperty
Sets the index to use when fetching the value of this column from a result set
setSelectQuery(String) - Method in interface org.jminor.framework.domain.Entity.Definition
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
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.
setShowDetails(boolean) - Method in class org.jminor.common.ui.ExceptionDialog
 
setShowStartupDialog(boolean) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
setSizeWithinScreenBounds(Window) - Static method in class org.jminor.common.ui.UiUtil
 
setSmallDataset(boolean) - Method in interface org.jminor.framework.domain.Entity.Definition
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.
setSortingDirective(C, SortingDirective, boolean) - Method in class org.jminor.common.model.AbstractFilteredTableModel
setSortingDirective(C, SortingDirective, boolean) - Method in interface org.jminor.common.model.FilteredTableModel
 
setSortingDirective(String, SortingDirective, boolean) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
setSortingDirective(String, SortingDirective, boolean) - Method in interface org.jminor.framework.client.model.EntityTableModel
 
setStaticData(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
Specifies whether or not this model's data should be considered static, that is, only fetched once.
setStaticData(boolean) - Method in interface org.jminor.framework.client.model.EntityComboBoxModel
Specifies whether or not this model's data should be considered static, that is, only fetched once.
setStatsUpdateInterval(int) - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
setStatsUpdateInterval(int) - Method in class org.jminor.framework.server.monitor.DatabaseMonitor
 
setStatsUpdateInterval(int) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
setStringProvider(ValueMap.ToString<String>) - Method in interface org.jminor.framework.domain.Entity.Definition
Sets the string provider, that is, the object responsible for providing toString values for this entity type
setSubLog(List<LogEntry>) - Method in class org.jminor.common.model.LogEntry
 
setSummaryPanelVisible(boolean) - Method in class org.jminor.framework.client.ui.EntityTablePanel
Hides or shows the column summary panel for this EntityTablePanel
setSummaryType(PropertySummaryModel.SummaryType) - Method in class org.jminor.framework.client.model.DefaultPropertySummaryModel
setSummaryType(PropertySummaryModel.SummaryType) - Method in interface org.jminor.framework.client.model.PropertySummaryModel
 
setTableDoubleClickAction(Action) - Method in class org.jminor.framework.client.ui.EntityTablePanel
 
setTableModelClass(Class<? extends EntityTableModel>) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
setTablePanelClass(Class<? extends EntityTablePanel>) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
setTablePopupMenu(JTable, ControlSet) - Method in class org.jminor.framework.client.ui.EntityTablePanel
Adds a popup menu to table
setTableSearchPanelVisible(boolean) - Method in class org.jminor.framework.client.ui.EntityPanelProvider
 
setText(String) - Method in class org.jminor.common.ui.textfield.TextFieldPlus
setText(String) - Method in class org.jminor.common.ui.TextInputPanel
 
SETTINGS - Static variable in class org.jminor.common.i18n.Messages
 
setToStringProvider(ValueMap.ToString<String>) - Method in interface org.jminor.framework.domain.Entity.Definition
 
setTransferFocusOnEnter() - Method in class org.jminor.framework.client.ui.EntityLookupField
Activates the transferral of focus on ENTER, N.B. uses the enter action
setUIValue(V) - Method in class org.jminor.common.ui.control.AbstractValueLink
Sets the value in the UI
setUIValue(Object) - Method in class org.jminor.common.ui.control.IntBeanSpinnerValueLink
Sets the value in the UI
setUIValue(Object) - Method in class org.jminor.common.ui.control.SelectedItemBeanValueLink
Sets the value in the UI
setUIValue(Object) - Method in class org.jminor.common.ui.control.TextBeanValueLink
Sets the value in the UI
setUIValue(Object) - Method in class org.jminor.common.ui.control.ToggleBeanValueLink
Sets the value in the UI
setUIValue(Object) - Method in class org.jminor.common.ui.valuemap.BooleanValueLink
Sets the value in the UI
setUIValue(Object) - Method in class org.jminor.common.ui.valuemap.ComboBoxValueLink
Sets the value in the UI
setUIValue(Object) - Method in class org.jminor.common.ui.valuemap.TextValueLink
Sets the value in the UI
setUIValue(Object) - Method in class org.jminor.common.ui.valuemap.TristateValueLink
Sets the value in the UI
setUIValue(Object) - Method in class org.jminor.framework.client.ui.EntityUiUtil.LookupValueLink
 
setUncaughtExceptionHandler() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Sets the uncaught exception handler, override to add specific uncaught exception handling
setUp() - Method in class org.jminor.framework.tools.testing.EntityTestUnit
Sets up the database connection
setUpdatable(boolean) - Method in interface org.jminor.framework.domain.Property.ColumnProperty
 
setUpdateAllowed(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
setUpdateAllowed(boolean) - Method in interface org.jminor.framework.client.model.EntityEditModel
 
setUpdateInterval(int) - Method in interface org.jminor.common.model.LoadTest
 
setUpdateInterval(int) - Method in class org.jminor.common.model.LoadTestModel
setUpdateInterval(int) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
setUpperBound(Object) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setUpperBound(String) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setUpperBound(Double) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setUpperBound(Integer) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setUpperBound(boolean) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setUpperBound(char) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setUpperBound(Boolean) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setUpperBound(Timestamp) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setUpperBound(Date) - Method in interface org.jminor.common.model.ColumnSearchModel
 
setUpperBound(Object) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setUpperBound(String) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setUpperBound(Double) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setUpperBound(Integer) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setUpperBound(boolean) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setUpperBound(char) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setUpperBound(Boolean) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setUpperBound(Timestamp) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setUpperBound(Date) - Method in class org.jminor.common.model.DefaultColumnSearchModel
setUpperCase(boolean) - Method in class org.jminor.common.ui.textfield.TextFieldPlus
 
setUrlAppend(String) - Method in class org.jminor.common.db.dbms.H2Database
 
setUseNumberFormatGrouping(boolean) - Method in interface org.jminor.framework.domain.Property
Specifies whether to use number grouping when presenting this value.
setUser(User) - Method in interface org.jminor.common.model.LoadTest
 
setUser(User) - Method in class org.jminor.common.model.LoadTestModel
setUser(User) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
setUser(User) - Method in class org.jminor.framework.db.provider.AbstractEntityConnectionProvider
Sets the user for this db provider, this invalidates and disconnects the previous connection if any.
setUser(User) - Method in interface org.jminor.framework.db.provider.EntityConnectionProvider
Sets the user for this db provider, this invalidates and disconnects the previous connection if any.
setValidator(Entity.Validator) - Method in interface org.jminor.framework.domain.Entity.Definition
 
setValue(K, V) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
Sets the given value in the underlying value map
setValue(K, V) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
Sets the given value in the underlying value map
setValue(K, V) - Method in interface org.jminor.common.model.valuemap.ValueMap
Maps the given value to the given key, returning the old value if any.
setValue(K, V) - Method in class org.jminor.common.model.valuemap.ValueMapImpl
Maps the given value to the given key, returning the old value if any.
setValue(Object) - Method in class org.jminor.framework.client.ui.EntityTableCellRenderer.DateRenderer
setValue(Object) - Method in class org.jminor.framework.client.ui.EntityTableCellRenderer.DoubleRenderer
setValue(Object) - Method in class org.jminor.framework.client.ui.EntityTableCellRenderer.IntegerRenderer
setValue(Object) - Method in class org.jminor.framework.client.ui.EntityTableCellRenderer.TimestampRenderer
setValue(String, Object) - Static method in class org.jminor.framework.Configuration
 
setValue(Property, Object) - Method in interface org.jminor.framework.domain.Entity
Sets the value of the given property
setValueAt(Object, int, int) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
setValueMap(ValueChangeMap<K, V>) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
Sets the active value map, that is, deep copies the value from the source map into the underlying map
setValueMap(ValueChangeMap<K, V>) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
Sets the active value map, that is, deep copies the value from the source map into the underlying map
setVerticalFillerWidth(int) - Method in class org.jminor.common.ui.AbstractTableColumnSyncPanel
Sets the width of the rightmost vertical filler
setWaitCursor(boolean, JComponent) - Static method in class org.jminor.common.ui.UiUtil
 
setWarningThreshold(int) - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
setWarningTime(int) - Method in interface org.jminor.common.model.LoadTest
 
setWarningTime(int) - Method in class org.jminor.common.model.LoadTestModel
setWarningTime(int) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
 
setWarningTimeThreshold(int) - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
 
setWarningTimeThreshold(int) - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
setWeight(T, int) - Method in class org.jminor.common.model.BoundedItemRandomizerModel
Sets the weight of the given item
setWeight(int) - Method in interface org.jminor.common.model.ItemRandomizer.RandomItem
 
setWeight(T, int) - Method in interface org.jminor.common.model.ItemRandomizer
Sets the weight of the given item
setWeight(T, int) - Method in class org.jminor.common.model.ItemRandomizerModel
Sets the weight of the given item
setWeight(String, int) - Method in interface org.jminor.common.model.LoadTest
Sets the random chooser weight for the given scenario
setWeight(String, int) - Method in class org.jminor.common.model.LoadTestModel
Sets the random chooser weight for the given scenario
setWeight(Object, int) - Method in interface org.jminor.common.server.loadtest.RemoteLoadTest
Sets the weight of the given item
setWildcard(String) - Method in class org.jminor.common.model.DefaultColumnSearchModel
 
setWildcard(String) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
Sets the wildcard to use
setWildcard(String) - Method in interface org.jminor.framework.client.model.EntityLookupModel
Sets the wildcard to use
setWildcardPostfix(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
Specifies whether or not to automatically append a wildcard to the search string
setWildcardPostfix(boolean) - Method in interface org.jminor.framework.client.model.EntityLookupModel
Specifies whether or not to automatically append a wildcard to the search string
setWildcardPrefix(boolean) - Method in class org.jminor.framework.client.model.DefaultEntityLookupModel
Specifies whether or not to automatically prefix the search string with a wildcard
setWildcardPrefix(boolean) - Method in interface org.jminor.framework.client.model.EntityLookupModel
Specifies whether or not to automatically prefix the search string with a wildcard
setZoom(double) - Method in class org.jminor.common.ui.images.NavigableImagePanel
Sets the zoom level used to display the image.
setZoom(double, Point) - Method in class org.jminor.common.ui.images.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.common.ui.images.NavigableImagePanel
Sets a new zoom device.
setZoomIncrement(double) - Method in class org.jminor.common.ui.images.NavigableImagePanel
Sets a new zoom increment value.
SHORT_DASH - Static variable in class org.jminor.common.model.formats.DateFormats
dd-MM-yyyy
SHORT_DOT - Static variable in class org.jminor.common.model.formats.DateFormats
dd.MM.yyyy
SHORT_TIME - Static variable in class org.jminor.common.model.formats.DateFormats
HH:mm
SHORT_TIMESTAMP - Static variable in class org.jminor.common.model.formats.DateFormats
dd-MM-yy HH:mm
SHOW - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SHOW_ALL - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
SHOW_DETAILS - Static variable in class org.jminor.common.i18n.Messages
 
SHOW_STARTUP_DIALOG - Static variable in class org.jminor.framework.Configuration
Specifies whether a startup dialog should be shown
Value type: Boolean
Default value: true
showAbout() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Shows an about dialog
showDetailPanel(MasterDetailPanel) - Method in interface org.jminor.common.ui.MasterDetailPanel
Shows the given detail panel
showDetailPanel(MasterDetailPanel) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Shows the given detail panel
showDetailPanel(MasterDetailPanel) - Method in class org.jminor.framework.client.ui.EntityPanel
Shows the given detail panel
showDialog() - Method in class org.jminor.common.ui.ColumnSearchPanel
 
showEntityPanelDialog(EntityPanelProvider) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Shows a dialog containing the entity panel provided by the given panel provider
showEntityPanelDialog(EntityPanelProvider, boolean) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Shows a dialog containing the entity panel provided by the given panel provider
showExceptionDialog(Window, String, Throwable) - Static method in class org.jminor.common.ui.ExceptionDialog
 
showExceptionDialog(Window, String, String, Throwable) - Static method in class org.jminor.common.ui.ExceptionDialog
 
showExceptionDialog(Window, String, String, Throwable, boolean) - Static method in class org.jminor.common.ui.ExceptionDialog
 
showForThrowable(String, String, Throwable) - Method in class org.jminor.common.ui.ExceptionDialog
 
showForThrowable(String, String, Throwable, boolean) - Method in class org.jminor.common.ui.ExceptionDialog
 
showFrame() - Method in class org.jminor.common.ui.LoadTestPanel
Shows a frame containing this load test panel
showFrame() - Method in class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel
 
showHelp() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Shows a help dialog
showImage(String, JComponent) - Static method in class org.jminor.common.ui.UiUtil
 
showImage(String, JComponent, Collection<String>) - Static method in class org.jminor.common.ui.UiUtil
 
showInDialog(Window, JComponent, boolean, String, boolean, boolean, Action) - Static method in class org.jminor.common.ui.UiUtil
 
showInDialog(Window, JComponent, boolean, String, boolean, boolean, Action, Dimension) - Static method in class org.jminor.common.ui.UiUtil
 
showInDialog(Window, JComponent, boolean, String, boolean, boolean, Action, Dimension, Point, Action) - Static method in class org.jminor.common.ui.UiUtil
 
showInDialog(Container, JComponent, boolean, String, Dimension, JButton, EventObserver) - Static method in class org.jminor.common.ui.UiUtil
 
showLoginPanel(JComponent, User) - Static method in class org.jminor.common.ui.LoginPanel
 
showLoginPanel(JComponent, User, Icon) - Static method in class org.jminor.common.ui.LoginPanel
 
showLoginPanel(JComponent, User, Icon, String, String, String) - Static method in class org.jminor.common.ui.LoginPanel
 
showToolTip(JComponent) - Static method in class org.jminor.common.ui.UiUtil
 
shutdown() - Method in class org.jminor.common.server.AbstractRemoteServer
Shuts down this server.
shutdown() - Method in interface org.jminor.framework.server.EntityConnectionServerAdmin
Shuts down the server
shutdown() - Method in class org.jminor.framework.server.EntityConnectionServerAdminImpl
Shuts down the server
shutdown() - Method in class org.jminor.framework.server.monitor.ConnectionPoolMonitor
 
shutdown() - Method in class org.jminor.framework.server.monitor.DatabaseMonitor
 
shutdown() - Method in class org.jminor.framework.server.monitor.PoolMonitor
 
shutdown() - Method in class org.jminor.framework.server.monitor.ServerMonitor
 
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.common.db.dbms.DerbyDatabase
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.common.db.dbms.HSQLDatabase
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.framework.server.monitor.ServerMonitor
 
shutdownServer() - Method in class org.jminor.framework.server.monitor.ui.ServerMonitorPanel
 
SimpleCriteria<T> - Class in org.jminor.common.db.criteria
Encapsulates a simple free-form query criteria.
SimpleCriteria(String) - Constructor for class org.jminor.common.db.criteria.SimpleCriteria
Instantiates a new SimpleCriteria
SimpleCriteria(String, List<Object>, List<T>) - Constructor for class org.jminor.common.db.criteria.SimpleCriteria
Instantiates a new SimpleCriteria
size() - Method in interface org.jminor.common.model.valuemap.ValueMap
 
size() - Method in class org.jminor.common.model.valuemap.ValueMapImpl
size() - Method in class org.jminor.common.ui.control.ControlSet
 
sort(List<? extends Property>) - Static method in class org.jminor.framework.domain.EntityUtil
Sorts the given properties by caption, or if that is not available, property ID
SortingDirective - Enum in org.jminor.common.model
Specifies sorting directives.
SQL_BOOLEAN_VALUE_FALSE - Static variable in class org.jminor.framework.Configuration
Specifies the value used to denote a boolean false in the database
Value type: Any Object
Default value: 0
SQL_BOOLEAN_VALUE_TRUE - Static variable in class org.jminor.framework.Configuration
Specifies the value used to denote a boolean true in the database
Value type: Any Object
Default value: 1
SQLSERVER - Static variable in interface org.jminor.common.db.Database
The constant used to denote the Microsoft SQL Server database type
SQLServerDatabase - Class in org.jminor.common.db.dbms
A Database implementation based on the SQL Server (2000 or higher) database.
SQLServerDatabase() - Constructor for class org.jminor.common.db.dbms.SQLServerDatabase
Instantiates a new SQLServerDatabase.
SQLServerDatabase(String, String, String) - Constructor for class org.jminor.common.db.dbms.SQLServerDatabase
Instantiates a new SQLServerDatabase.
start() - Method in class org.jminor.framework.client.ui.EntityApplet
 
startApplication(String, String, boolean, Dimension) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Starts this application.
startApplication(String, String, boolean, Dimension, User) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Starts this application.
startApplication(String, String, boolean, Dimension, User, boolean) - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Starts this application.
State - Interface in org.jminor.common.model
A class encapsulating a simple boolean state, providing a change event.
state() - Static method in class org.jminor.common.model.States
Instantiates a new State object.
state(boolean) - Static method in class org.jminor.common.model.States
Instantiates a new State object.
State.AggregateState - Interface in org.jminor.common.model
A state which behaves according to a set of states, either ANDing or ORing those together when determining its own state.
State.StateGroup - Interface in org.jminor.common.model
A StateGroup deactivates all other states when a state in the group is activated.
stateGroup() - Static method in class org.jminor.common.model.States
Instantiates a new State.StateGroup object.
StateObserver - Interface in org.jminor.common.model
Specifies a State observer.
States - Class in org.jminor.common.model
A factory class for State objects.
SteppedComboBox - Class in org.jminor.common.ui.combobox
A JComboBox which automatically sets the popup width according to the largest value in the combo box.
SteppedComboBox(Collection) - Constructor for class org.jminor.common.ui.combobox.SteppedComboBox
Instantiates a new SteppedComboBox.
SteppedComboBox(Object[]) - Constructor for class org.jminor.common.ui.combobox.SteppedComboBox
Instantiates a new SteppedComboBox.
SteppedComboBox(ComboBoxModel) - Constructor for class org.jminor.common.ui.combobox.SteppedComboBox
Instantiates a new SteppedComboBox.
stop() - Method in class org.jminor.common.server.web.WebStartServer
 
stop() - Method in class org.jminor.framework.client.ui.EntityApplet
 
STRING_PACKER - Static variable in class org.jminor.common.db.Databases
A result packer for fetching strings from an result set containing a single string column
StringProvider<K> - Class in org.jminor.common.model.valuemap
Provides String representations of ValueMap objects.
StringProvider() - Constructor for class org.jminor.common.model.valuemap.StringProvider
Instantiates a new StringProvider instance
StringProvider(K) - Constructor for class org.jminor.common.model.valuemap.StringProvider
Instantiates a new StringProvider instance, with the value mapped to the given key
subqueryProperty(String, int, String, String) - Static method in class org.jminor.framework.domain.Properties
 
SUM - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
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.common.db.dbms.OracleDatabase
 
supportsIsValid() - Method in class org.jminor.common.db.dbms.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.common.db.dbms.MySQLDatabase
Returns true if the dbms supports the select for update NOWAIT option

T

TAB_PLACEMENT - Static variable in class org.jminor.framework.Configuration
Specifies the tab placement
Value type: Integer (JTabbedPane.TOP, JTabbedPane.BOTTOM, JTabbedPane.LEFT, JTabbedPane.RIGHT)
Default value: JTabbedPane.TOP
TABLE_AUTO_RESIZE_MODE - Static variable in class org.jminor.framework.Configuration
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_NOT_FOUND_ERROR - Static variable in class org.jminor.common.i18n.Messages
 
tearDown() - Method in class org.jminor.framework.tools.testing.EntityTestUnit
Tears down the database connection
testEntity(String) - Method in class org.jminor.framework.tools.testing.EntityTestUnit
Runs the insert/update/select/delete tests for the given entityID
TextBeanValueLink - Class in org.jminor.common.ui.control
Binds a JTextComponent to a text based bean property.
TextBeanValueLink(JTextComponent, Object, String, Class<?>, EventObserver) - Constructor for class org.jminor.common.ui.control.TextBeanValueLink
Instantiates a new TextBeanValueLink.
TextBeanValueLink(JTextComponent, Object, String, Class<?>, EventObserver, LinkType) - Constructor for class org.jminor.common.ui.control.TextBeanValueLink
Instantiates a new TextBeanValueLink.
TextFieldPlus - Class in org.jminor.common.ui.textfield
A normal text field that allows setting max number of chars and uppercase.
TextFieldPlus() - Constructor for class org.jminor.common.ui.textfield.TextFieldPlus
 
TextFieldPlus(int) - Constructor for class org.jminor.common.ui.textfield.TextFieldPlus
Constructs a new TextFieldPlus.
TextInputPanel - Class in org.jminor.common.ui
A panel that includes a JTextComponent in a BorderLayout.CENTER position and a button in BorderLayout.EAST which opens a JTextArea for editing long strings.
TextInputPanel(JTextComponent, String) - Constructor for class org.jminor.common.ui.TextInputPanel
Instantiates a new TextInputPanel.
TextInputPanel(JTextComponent, String, Dimension) - Constructor for class org.jminor.common.ui.TextInputPanel
Instantiates a new TextInputPanel.
TextInputPanel(JTextComponent, String, Dimension, boolean) - Constructor for class org.jminor.common.ui.TextInputPanel
Instantiates a new TextInputPanel.
TextInputProvider - Class in org.jminor.common.ui.input
A InputProvider implementation for String values.
TextInputProvider(String, ValueCollectionProvider, String) - Constructor for class org.jminor.common.ui.input.TextInputProvider
Instantiates a new TextInputProvider.
TextValueLink<K> - Class in org.jminor.common.ui.valuemap
A class for linking a text component to a ValueChangeMapEditModel text property value.
TextValueLink(JTextComponent, ValueChangeMapEditModel<K, Object>, K, boolean) - Constructor for class org.jminor.common.ui.valuemap.TextValueLink
Instantiates a new TextValueLink
TextValueLink(JTextComponent, ValueChangeMapEditModel<K, Object>, K, boolean, LinkType) - Constructor for class org.jminor.common.ui.valuemap.TextValueLink
Instantiates a new TextValueLink
TIMESTAMP - Static variable in class org.jminor.common.model.formats.DateFormats
dd-MM-yyyy HH:mm
TimestampBeanValueLink - Class in org.jminor.common.ui.control
Binds a JFormattedField to a timestamp based bean property.
TimestampBeanValueLink(JFormattedTextField, Object, String, EventObserver, LinkType, DateFormat) - Constructor for class org.jminor.common.ui.control.TimestampBeanValueLink
Instantiates a new TimesatmpBeanValueLink.
TIPS_AND_TRICKS_FILE - Static variable in class org.jminor.framework.client.ui.EntityApplicationPanel
 
toBoolean(Object) - Method in interface org.jminor.framework.domain.Property.BooleanProperty
 
TOGGLE_DETAIL_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
TOGGLE_EDIT_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
TOGGLE_SEARCH_PANEL - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
TOGGLE_SUMMARY_PANEL - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
TOGGLE_SUMMARY_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
ToggleBeanValueLink - Class in org.jminor.common.ui.control
Binds a ButtonModel to a boolean based bean property.
ToggleBeanValueLink(Object, String, EventObserver) - Constructor for class org.jminor.common.ui.control.ToggleBeanValueLink
Instantiates a new ToggleBeanValueLink.
ToggleBeanValueLink(Object, String, EventObserver, String) - Constructor for class org.jminor.common.ui.control.ToggleBeanValueLink
Instantiates a new ToggleBeanValueLink.
ToggleBeanValueLink(Object, String, EventObserver, String, LinkType) - Constructor for class org.jminor.common.ui.control.ToggleBeanValueLink
Instantiates a new ToggleBeanValueLink.
ToggleBeanValueLink(ButtonModel, Object, String, EventObserver) - Constructor for class org.jminor.common.ui.control.ToggleBeanValueLink
Instantiates a new ToggleBeanValueLink.
ToggleBeanValueLink(ButtonModel, Object, String, EventObserver, String) - Constructor for class org.jminor.common.ui.control.ToggleBeanValueLink
Instantiates a new ToggleBeanValueLink.
ToggleBeanValueLink(ButtonModel, Object, String, EventObserver, String, LinkType) - Constructor for class org.jminor.common.ui.control.ToggleBeanValueLink
Instantiates a new ToggleBeanValueLink.
toggleControl(Object, String, String, EventObserver) - Static method in class org.jminor.common.ui.control.Controls
 
toggleControl(Object, String, String, EventObserver, String) - Static method in class org.jminor.common.ui.control.Controls
 
toggleDetailPanelState() - Method in class org.jminor.framework.client.ui.EntityPanel
Toggles the detail panel state between DIALOG, HIDDEN and EMBEDDED
toggleEditPanelState() - Method in class org.jminor.framework.client.ui.EntityPanel
Toggles the edit panel state between DIALOG, HIDDEN and EMBEDDED
toggleSearchPanel() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Toggles the search panel through the states hidden, visible and in case it is a EntityTableSearchPanel advanced
TOOLBAR_BUTTONS - Static variable in class org.jminor.framework.Configuration
Specifies whether the action buttons (Save, update, delete, clear, refresh) should be on a toolbar
Value type: Boolean
Default value: false
TOOLS - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
TOOLS_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
toSQLString(Boolean) - Method in interface org.jminor.framework.domain.Property.BooleanProperty
 
toSQLValue(Boolean) - Method in interface org.jminor.framework.domain.Property.BooleanProperty
Translates the given Boolean value into a sql value
toString() - Method in class org.jminor.common.db.DatabaseConnectionImpl
toString() - Method in enum org.jminor.common.model.Conjunction
 
toString() - Method in class org.jminor.common.model.Item
 
toString() - Method in class org.jminor.common.model.LoadTestModel.AbstractUsageScenario
 
toString() - Method in class org.jminor.common.model.LogEntry
toString(int) - Method in class org.jminor.common.model.LogEntry
Returns a string representation of this log entry.
toString() - Method in class org.jminor.common.model.User
toString(ValueMap<K, ?>) - Method in class org.jminor.common.model.valuemap.StringProvider
Builds a string from the given value map
toString(ValueMap<K, ?>) - Method in interface org.jminor.common.model.valuemap.ValueMap.ToString
Returns a string representation of the given value map
toString() - Method in class org.jminor.common.model.Version
toString() - Method in class org.jminor.common.server.ClientInfo
toString() - Method in class org.jminor.common.ui.images.NavigableImagePanel.ZoomDevice
 
toString() - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
toString() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
 
toString() - Method in class org.jminor.framework.client.model.DefaultEntityModel
 
toString() - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
toString() - Method in class org.jminor.framework.client.model.DefaultForeignKeySearchModel
toString() - Method in class org.jminor.framework.client.model.DefaultPropertySearchModel
toString() - Method in class org.jminor.framework.client.ui.EntityEditPanel
 
toString() - Method in class org.jminor.framework.client.ui.EntityPanel
toString() - Method in class org.jminor.framework.client.ui.EntityTablePanel
toString(Entity) - Method in interface org.jminor.framework.domain.Entity.Definition
 
toString() - Method in class org.jminor.framework.server.monitor.ClientInstanceMonitor
 
toString() - Method in class org.jminor.framework.server.monitor.ClientMonitor
 
toString() - Method in class org.jminor.framework.tools.generator.EntityGeneratorModel.Table
TRANSFER_FOCUS_ON_ENTER - Static variable in class org.jminor.framework.Configuration
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
transferFocusOnEnter(JComponent) - Static method in class org.jminor.common.ui.UiUtil
Attaches a key listener 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.Properties
 
transientProperty(String, int, String) - Static method in class org.jminor.framework.domain.Properties
 
translate(Object) - Method in class org.jminor.common.ui.control.FormattedTextBeanValueLink
Provides a hook into the value setting mechanism.
translate(Object) - Method in class org.jminor.common.ui.control.TimestampBeanValueLink
Translate the given Date value to a Timestamp value.
translate(Object) - Method in class org.jminor.common.ui.valuemap.DateValueLink
translate(String) - Method in class org.jminor.common.ui.valuemap.FormattedValueLink
Provides a hook into the value setting mechanism.
translate(Object) - Method in class org.jminor.common.ui.valuemap.FormattedValueLink
 
translate(String) - Method in class org.jminor.common.ui.valuemap.TextValueLink
Provides a hook into the value setting mechanism.
translateSelectionItem(Object) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
 
translateSelectionItem(Object) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
TristateButtonModel - Class in org.jminor.common.model.checkbox
 
TristateButtonModel(TristateState) - Constructor for class org.jminor.common.model.checkbox.TristateButtonModel
 
TristateButtonModel() - Constructor for class org.jminor.common.model.checkbox.TristateButtonModel
 
TristateCheckBox - Class in org.jminor.common.ui.checkbox
A check box implementation based on the TristateButtonModel
TristateCheckBox(String) - Constructor for class org.jminor.common.ui.checkbox.TristateCheckBox
Instantiates a new TristateCheckBox.
TristateCheckBox(String, Icon, TristateState) - Constructor for class org.jminor.common.ui.checkbox.TristateCheckBox
Instantiates a new TristateCheckBox.
TristateState - Enum in org.jminor.common.model.checkbox
http://www.javaspecialists.eu/archive/Issue145.html
TristateValueLink<K> - Class in org.jminor.common.ui.valuemap
A class for linking a UI component to a boolean value.
TristateValueLink(TristateButtonModel, ValueChangeMapEditModel<K, Object>, K) - Constructor for class org.jminor.common.ui.valuemap.TristateValueLink
Instantiates a new TristateValueLink.
TristateValueLink(TristateButtonModel, ValueChangeMapEditModel<K, Object>, K, LinkType) - Constructor for class org.jminor.common.ui.valuemap.TristateValueLink
Instantiates a new TristateValueLink.

U

UiUtil - Class in org.jminor.common.ui
A static utility class.
UiUtil.DialogDisposeAction - Class in org.jminor.common.ui
 
UiUtil.DialogDisposeAction(JDialog, String) - Constructor for class org.jminor.common.ui.UiUtil.DialogDisposeAction
 
UNABLE_TO_OPEN_FILE - Static variable in class org.jminor.common.i18n.Messages
 
UNIQUE_KEY_ERROR - Static variable in class org.jminor.common.i18n.Messages
 
UNIT_TEST_USER - Static variable in class org.jminor.common.model.User
 
UNITTEST_PASSWORD_PROPERTY - Static variable in class org.jminor.common.model.User
 
UNITTEST_USERNAME_PROPERTY - Static variable in class org.jminor.common.model.User
 
UNKNOWN - Static variable in interface org.jminor.common.model.valuemap.ValueMapValidator
Code for an unknown action, used during validation
UNKNOWN_FILE_TYPE - Static variable in class org.jminor.common.i18n.Messages
 
unwrapAndLog(Exception, Class<? extends Exception>, Logger) - Static method in class org.jminor.common.model.Util
 
unwrapAndLog(Exception, Class<? extends Exception>, Logger, Class<? extends Exception>...) - Static method in class org.jminor.common.model.Util
 
UPDATE - Static variable in interface org.jminor.common.model.valuemap.ValueMapValidator
Code for the update action, used during validation
update() - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Performs a update on the active entity
update(List<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityEditModel
Updates the given Entities.
update(List<Entity>) - Method in class org.jminor.framework.client.model.DefaultEntityTableModel
Updates the given Entities.
update() - Method in interface org.jminor.framework.client.model.EntityEditModel
Performs a update on the active entity
update(List<Entity>) - Method in interface org.jminor.framework.client.model.EntityEditModel
Updates the given Entities.
update(List<Entity>) - Method in interface org.jminor.framework.client.model.EntityTableModel
Updates the given Entities.
UPDATE - Static variable in class org.jminor.framework.client.ui.EntityEditPanel
 
update() - Method in class org.jminor.framework.client.ui.EntityEditPanel
Performs an update on the active entity
update(boolean) - Method in class org.jminor.framework.client.ui.EntityEditPanel
Performs an update on the active entity
update(List<Entity>) - Method in interface org.jminor.framework.db.EntityConnection
Updates the given entities according to their properties.
UPDATE - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
update(List<Entity>) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Updates the given entities according to their properties.
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.client.ui.EntityTablePanel
 
UPDATE_SELECTED - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
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
 
updated(UpdateEvent) - Method in class org.jminor.framework.client.model.event.UpdateListener
Handles the given update event
UpdateEvent - Class in org.jminor.framework.client.model.event
An event describing a update action.
UpdateEvent(Object, List<Entity>, boolean) - Constructor for class org.jminor.framework.client.model.event.UpdateEvent
Instantiates a new UpdateEvent.
UpdateListener - Class in org.jminor.framework.client.model.event
A listener for update events.
UpdateListener() - Constructor for class org.jminor.framework.client.model.event.UpdateListener
 
updateModel() - Method in class org.jminor.common.ui.control.AbstractValueLink
Updates the model according to the UI.
updateSelectedEntities() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Queries the user on which property to update, after which it calls the updateSelectedEntities(property) with that property
updateSelectedEntities(Property) - Method in class org.jminor.framework.client.ui.EntityTablePanel
Retrieves a new property value via input dialog and performs an update on the selected entities
updateState() - Method in class org.jminor.common.ui.textfield.SearchFieldHint
Updates the hint state for the component
updateStats() - Method in class org.jminor.framework.server.monitor.DatabaseMonitor
 
updateUI() - Method in class org.jminor.common.ui.control.AbstractValueLink
Updates the UI according to the model.
updateView() - Method in class org.jminor.framework.server.monitor.ui.ClientInstanceMonitorPanel
 
updateView() - Method in class org.jminor.framework.server.monitor.ui.ConnectionPoolMonitorPanel
 
UPPER_BOUND_PROPERTY - Static variable in interface org.jminor.common.model.ColumnSearchModel
 
USE_FOCUS_ACTIVATION - Static variable in class org.jminor.framework.Configuration
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.framework.Configuration
Indicates whether keyboard navigation will be enabled
Value type: Boolean
Default value: true
USE_NUMBER_FORMAT_GROUPING - Static variable in class org.jminor.framework.Configuration
Specifies whether or not to use number format grouping in table views, i.e. 1234567 shown as 1.234.567 or 1,234,567 depending on locale.
USE_OPTIMISTIC_LOCKING - Static variable in class org.jminor.framework.Configuration
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: false
User - Class in org.jminor.common.model
A class encapsulating a username and password.
User(String, String) - Constructor for class org.jminor.common.model.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
USER_UNABLE_TO_CONNECT_ERROR - Static variable in class org.jminor.common.i18n.Messages
 
USERNAME - Static variable in class org.jminor.common.i18n.Messages
 
USERNAME_PREFIX - Static variable in class org.jminor.framework.Configuration
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.model
A static utility class.
Util.HashKeyProvider<K,V> - Interface in org.jminor.common.model
Provides objects of type K, derived from a value of type V, for hashing said value via .hashCode().

V

validate(K, int) - Method in class org.jminor.common.model.valuemap.AbstractValueChangeMapEditModel
Checks if the value associated with the give key is valid, throws a ValidationException if not
validate(ValueMap<K, V>, int) - Method in class org.jminor.common.model.valuemap.DefaultValueMapValidator
Checks if the values in the given value map are valid
validate(ValueMap<K, V>, K, int) - Method in class org.jminor.common.model.valuemap.DefaultValueMapValidator
Checks if the value associated with the give key is valid, throws a ValidationException if not
validate(K, int) - Method in interface org.jminor.common.model.valuemap.ValueChangeMapEditModel
Checks if the value associated with the give key is valid, throws a ValidationException if not
validate(ValueMap<K, V>, int) - Method in interface org.jminor.common.model.valuemap.ValueMapValidator
Checks if the values in the given value map are valid
validate(ValueMap<K, V>, K, int) - Method in interface org.jminor.common.model.valuemap.ValueMapValidator
Checks if the value associated with the give key is valid, throws a ValidationException if not
validate(Entity, int) - Method in class org.jminor.framework.domain.Entities.Validator
Validates the values in the given entity
validate(Collection<Entity>, int) - Method in class org.jminor.framework.domain.Entities.Validator
Validates the given Entity objects.
validate(ValueMap<String, Object>, int) - Method in class org.jminor.framework.domain.Entities.Validator
Checks if the values in the given value map are valid
validate(ValueMap<String, Object>, String, int) - Method in class org.jminor.framework.domain.Entities.Validator
Checks if the value associated with the give key is valid, throws a ValidationException if not
validate(Entity, String, int) - Method in class org.jminor.framework.domain.Entities.Validator
Validates the given property in the given entity
validate(Entity, int) - Method in interface org.jminor.framework.domain.Entity.Validator
Validates the values in the given entity
validate(Entity, String, int) - Method in interface org.jminor.framework.domain.Entity.Validator
Validates the given property in the given entity
validate(Collection<Entity>, int) - Method in interface org.jminor.framework.domain.Entity.Validator
Validates the given Entity objects.
validateData() - Method in class org.jminor.framework.client.ui.EntityEditPanel
for overriding, called before insert/update
ValidationException - Exception in org.jminor.common.model.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.model.valuemap.exception.ValidationException
Instantiates a new ValidationException.
ValidationException(Object, Object, String) - Constructor for exception org.jminor.common.model.valuemap.exception.ValidationException
Instantiates a new ValidationException.
VALUE_MISSING - Static variable in class org.jminor.common.i18n.Messages
 
VALUE_TOO_LARGE_FOR_COLUMN_ERROR - Static variable in class org.jminor.common.i18n.Messages
 
ValueAsStringProvider<K> - Interface in org.jminor.common.model.valuemap
Provides values mapped to keys as strings.
valueChanged(ValueChangeEvent<K, V>) - Method in class org.jminor.common.model.valuemap.ValueChangeListener
Called when a value changes.
ValueChangeEvent<K,V> - Class in org.jminor.common.model.valuemap
Used when value change events are fired
ValueChangeEvent(Object, ValueChangeMap<K, V>, K, V, V, boolean, boolean) - Constructor for class org.jminor.common.model.valuemap.ValueChangeEvent
Instantiates a new PropertyEvent
ValueChangeListener<K,V> - Class in org.jminor.common.model.valuemap
Used when listening to ValueChangeEvents
ValueChangeListener() - Constructor for class org.jminor.common.model.valuemap.ValueChangeListener
 
ValueChangeMap<K,V> - Interface in org.jminor.common.model.valuemap
A ValueMap extension which keeps track of value modifications.
ValueChangeMapEditModel<K,V> - Interface in org.jminor.common.model.valuemap
Specifies an object which facilitates the editing of values in a ValueChangeMap
ValueChangeMapEditPanel<K,V> - Class in org.jminor.common.ui.valuemap
A UI class based on the ValueChangeMapEditModel.
ValueChangeMapEditPanel(ValueChangeMapEditModel<K, V>) - Constructor for class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel
Instantiates a new ValueChangeMapEditPanel based on the given model.
ValueChangeMapImpl<K,V> - Class in org.jminor.common.model.valuemap
A default ValueChangeMap implementation.
ValueChangeMapImpl() - Constructor for class org.jminor.common.model.valuemap.ValueChangeMapImpl
 
ValueCollectionProvider<V> - Interface in org.jminor.common.model.valuemap
Specifies an object that provides a Collection of values.
ValueLinkValidators - Class in org.jminor.common.ui.valuemap
A factory class for adding validators to components.
ValueListInputProvider - Class in org.jminor.common.ui.input
A InputProvider implementation based on a list of Item's
ValueListInputProvider(Object, List<Item<Object>>) - Constructor for class org.jminor.common.ui.input.ValueListInputProvider
Instantiates a new ValueListInputProvider.
valueListProperty(String, int, String, List<Item<Object>>) - Static method in class org.jminor.framework.domain.Properties
 
ValueMap<K,V> - Interface in org.jminor.common.model.valuemap
An interface describing an object mapping values to keys, null values are allowed.
ValueMap.ToString<K> - Interface in org.jminor.common.model.valuemap
Describes an object responsible for providing String representations of ValueMap instances
ValueMapImpl<K,V> - Class in org.jminor.common.model.valuemap
A default ValueMap implementation.
ValueMapImpl() - Constructor for class org.jminor.common.model.valuemap.ValueMapImpl
 
ValueMapValidator<K,V> - Interface in org.jminor.common.model.valuemap
User: Björn Darri Date: 26.7.2010 Time: 22:19:14
valueOf(String) - Static method in enum org.jminor.common.model.checkbox.TristateState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.model.Conjunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.model.IdSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.model.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.model.SortingDirective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.common.ui.control.LinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jminor.framework.client.model.PropertySummaryModel.SummaryType
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.
ValueProvider<K,V> - Interface in org.jminor.common.model.valuemap
Provides values mapped to keys.
values() - Static method in enum org.jminor.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.common.model.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.model.IdSource
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.SearchType
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.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.ui.control.LinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jminor.framework.client.model.PropertySummaryModel.SummaryType
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.
Version - Class in org.jminor.common.model
A class specifying a version.
Version(String, String) - Constructor for class org.jminor.common.model.Version
Instantiates a new Version object.
VERSION - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
VERSION_FILE - Static variable in class org.jminor.common.model.Util
 
vetoSelectionChange(Object) - Method in class org.jminor.common.model.combobox.DefaultFilteredComboBoxModel
 
vetoSelectionChange(Object) - Method in class org.jminor.framework.client.model.DefaultEntityComboBoxModel
VIEW - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
VIEW_DEPENDENCIES - Static variable in class org.jminor.framework.client.ui.EntityTablePanel
 
VIEW_DEPENDENCIES - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
VIEW_DEPENDENCIES_TIP - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
VIEW_HAS_ERRORS_ERROR - Static variable in class org.jminor.common.i18n.Messages
 
VIEW_MNEMONIC - Static variable in class org.jminor.framework.i18n.FrameworkMessages
 
viewApplicationTree() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
 
viewDependencyTree() - Method in class org.jminor.framework.client.ui.EntityApplicationPanel
Shows a dialog containing a dependency tree view of all defined entities
viewJdbcReport(JComponent, ReportWrapper, ReportUIWrapper, String, EntityConnectionProvider) - Static method in class org.jminor.framework.client.ui.reporting.EntityReportUiUtil
Shows a report viewer for report printing
viewReport(JComponent, ReportWrapper, ReportUIWrapper, ReportDataWrapper, String) - Static method in class org.jminor.framework.client.ui.reporting.EntityReportUiUtil
Shows a report viewer for report printing
viewReport(ReportResult<T>, ReportUIWrapper<T>, String) - Static method in class org.jminor.framework.client.ui.reporting.EntityReportUiUtil
Shows a view for report printing
viewSelectionDependencies() - Method in class org.jminor.framework.client.ui.EntityTablePanel
Shows a dialog containing lists of entities depending on the selected entities via foreign key

W

WAIT_CURSOR - Static variable in class org.jminor.common.ui.UiUtil
 
WeakPropertyChangeListener - Class in org.jminor.common.model
A PropertyChangeListener which does not prevent garbage collection.
WeakPropertyChangeListener(PropertyChangeListener) - Constructor for class org.jminor.common.model.WeakPropertyChangeListener
Instantiates a new WeakPropertyChangeListener
WEB_SERVER_DOCUMENT_ROOT - Static variable in class org.jminor.framework.Configuration
Specifies the document root for the WebStartServer, if no specified the web server will not be started
Value type: String
Default value: null
WEB_SERVER_PORT - Static variable in class org.jminor.framework.Configuration
Specifies the port number for the WebStartServer
Value type: Integer
Default value: 80
WebStartServer - Class in org.jminor.common.server.web
A simple web server for serving files.
WebStartServer(String) - Constructor for class org.jminor.common.server.web.WebStartServer
Instantiates a new WebStartServer on the default port.
WebStartServer(String, int) - Constructor for class org.jminor.common.server.web.WebStartServer
Instantiates a new WebStartServer on the given port.
WILDCARD_CHARACTER - Static variable in class org.jminor.framework.Configuration
Specifies the wildcard character used by the framework
Value type: String
Default value: %
writeBlob(Entity.Key, String, 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, String, byte[]) - Method in interface org.jminor.framework.server.RemoteEntityConnection
Writes blobData in the blob field specified by the property identified by propertyID for the given entity
writeBlobField(byte[], String, String, String) - Method in interface org.jminor.common.db.DatabaseConnection
Writes the given blob data into the given column.
writeBlobField(byte[], String, String, String) - Method in class org.jminor.common.db.DatabaseConnectionImpl
Writes the given blob data into the given column.
writeDelimitedFile(String[][], String[][], String, File) - Static method in class org.jminor.common.model.Util
 
writeFile(String, File) - Static method in class org.jminor.common.model.Util
 
writeFile(String, File, boolean) - Static method in class org.jminor.common.model.Util
 

Y

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

Z

ZOOM_INCREMENT_CHANGED_PROPERTY - Static variable in class org.jminor.common.ui.images.NavigableImagePanel
Identifies a change to the zoom increment.
ZOOM_LEVEL_CHANGED_PROPERTY - Static variable in class org.jminor.common.ui.images.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 Y Z