Serialized Form


Package org.jminor.common.db

Class org.jminor.common.db.Databases.DatabaseStatistics extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timestamp

long timestamp

queriesPerSecond

int queriesPerSecond

selectsPerSecond

int selectsPerSecond

insertsPerSecond

int insertsPerSecond

deletesPerSecond

int deletesPerSecond

updatesPerSecond

int updatesPerSecond

Package org.jminor.common.db.criteria

Class org.jminor.common.db.criteria.CriteriaSet extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

conjunction

Conjunction conjunction
The conjunction used by this CriteriaSet


criteriaList

List<E> criteriaList
The criteria in this set

Class org.jminor.common.db.criteria.SimpleCriteria extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

criteriaString

String criteriaString

values

List<E> values

keys

List<E> keys

Package org.jminor.common.db.exception

Class org.jminor.common.db.exception.DatabaseException extends Exception implements Serializable

Serialized Fields

statement

String statement
The sql statement being run when this exception occurred, if any

Class org.jminor.common.db.exception.RecordModifiedException extends DatabaseException implements Serializable

Serialized Fields

row

Object row

modifiedRow

Object modifiedRow

Class org.jminor.common.db.exception.RecordNotFoundException extends DatabaseException implements Serializable


Package org.jminor.common.db.pool

Class org.jminor.common.db.pool.ConnectionPoolException extends SQLException implements Serializable

Class org.jminor.common.db.pool.ConnectionPoolException.NoConnectionAvailable extends ConnectionPoolException implements Serializable


Package org.jminor.common.db.tools

Class org.jminor.common.db.tools.QueryLoadTestModel.QueryScenario extends LoadTestModel.AbstractUsageScenario<QueryLoadTestModel.QueryApplication> implements Serializable

serialVersionUID: 1L

Serialized Fields

query

String query

transactional

boolean transactional

Package org.jminor.common.model

Class org.jminor.common.model.AbstractFilteredTableModel extends AbstractTableModel implements Serializable

Serialized Fields

evtFilteringDone

Event evtFilteringDone

evtSortingStarted

Event evtSortingStarted

evtSortingDone

Event evtSortingDone

evtRefreshStarted

Event evtRefreshStarted

evtRefreshDone

Event evtRefreshDone

evtTableDataChanged

Event evtTableDataChanged

evtColumnHidden

Event evtColumnHidden

evtColumnShown

Event evtColumnShown

emptySortingState

FilteredTableModel.SortingState emptySortingState

visibleItems

List<E> visibleItems
Holds visible items


filteredItems

List<E> filteredItems
Holds items that are filtered


columnModel

TableColumnModel columnModel
The TableColumnModel


hiddenColumns

Map<K,V> hiddenColumns
Contains columns that have been hidden


selectionModel

org.jminor.common.model.AbstractFilteredTableModel.SelectionModel selectionModel
The selection model


columnIndexCache

int[] columnIndexCache
Caches the column indexes in the model


isRefreshing

boolean isRefreshing
true while the model data is being refreshed


isFiltering

boolean isFiltering
true while the model data is being filtered


isSorting

boolean isSorting
true while the model data is being sorted


columnFilterModels

Map<K,V> columnFilterModels
The SearchModels used for filtering


sortingStates

Map<K,V> sortingStates
holds the column sorting states


filterCriteria

FilterCriteria<T> filterCriteria
the filter criteria used by this model


regularExpressionSearch

boolean regularExpressionSearch
true if searching the table model should be done via regular expressions

Class org.jminor.common.model.CancelException extends Exception implements Serializable

Class org.jminor.common.model.Deserializer.DeserializeException extends Exception implements Serializable

Class org.jminor.common.model.Item extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

item

Object item

caption

String caption

Class org.jminor.common.model.LoadTest.ScenarioException extends Exception implements Serializable

Class org.jminor.common.model.LoadTestModel.AbstractUsageScenario extends Object implements Serializable

Serialized Fields

name

String name

successfulRunCount

int successfulRunCount

unsuccessfulRunCount

int unsuccessfulRunCount

exceptions

List<E> exceptions

Class org.jminor.common.model.LogEntry extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

method

String method

entryMessage

String entryMessage

exitMessage

String exitMessage

entryTime

long entryTime

entryTimeNano

long entryTimeNano

exitTimeNano

long exitTimeNano

delta

long delta

stackTrace

String stackTrace

subLog

List<E> subLog

Class org.jminor.common.model.Serializer.SerializeException extends Exception implements Serializable

Class org.jminor.common.model.User extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

username

String username

hashCode

int hashCode

password

String password

Class org.jminor.common.model.Version extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

domain

String domain

version

String version

Package org.jminor.common.model.checkbox

Class org.jminor.common.model.checkbox.TristateButtonModel extends JToggleButton.ToggleButtonModel implements Serializable

Serialized Fields

state

TristateState state

Package org.jminor.common.model.combobox

Class org.jminor.common.model.combobox.BooleanComboBoxModel extends ItemComboBoxModel<Boolean> implements Serializable

Class org.jminor.common.model.combobox.ItemComboBoxModel extends DefaultComboBoxModel implements Serializable

Class org.jminor.common.model.combobox.ItemComboBoxModel.IconItem extends Item<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

icon

ImageIcon icon

Package org.jminor.common.model.reports

Class org.jminor.common.model.reports.ReportException extends Exception implements Serializable


Package org.jminor.common.model.valuemap

Class org.jminor.common.model.valuemap.StringProvider extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

valueProviders

List<E> valueProviders
Holds the ValueProviders used when constructing the String representation

Class org.jminor.common.model.valuemap.ValueChangeEvent extends ActionEvent implements Serializable

Serialized Fields

valueOwner

ValueChangeMap<K,V> valueOwner
The value map owning the value


key

Object key
The key


newValue

Object newValue
The new value


oldValue

Object oldValue
The old value


isModelChange

boolean isModelChange
True if this change event is coming from the model, false if it is coming from the UI


initialization

boolean initialization
True if this property change indicates an initialization, that is, the property did not have a value before this value change


Package org.jminor.common.model.valuemap.exception

Class org.jminor.common.model.valuemap.exception.NullValidationException extends ValidationException implements Serializable

Class org.jminor.common.model.valuemap.exception.RangeValidationException extends ValidationException implements Serializable

Class org.jminor.common.model.valuemap.exception.ValidationException extends Exception implements Serializable

Serialized Fields

key

Object key

value

Object value

Package org.jminor.common.server

Class org.jminor.common.server.AbstractRemoteServer extends UnicastRemoteObject implements Serializable

Serialized Fields

connections

Map<K,V> connections

serverName

String serverName

serverPort

int serverPort

connectionLimit

int connectionLimit

shuttingDown

boolean shuttingDown

loginProxy

LoginProxy loginProxy

Class org.jminor.common.server.ClientInfo extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

clientID

UUID clientID

clientTypeID

String clientTypeID

user

User user

clientHost

String clientHost

Class org.jminor.common.server.ServerException extends Exception implements Serializable

Class org.jminor.common.server.ServerException.LoginException extends ServerException implements Serializable

Class org.jminor.common.server.ServerException.ServerFullException extends ServerException implements Serializable

Class org.jminor.common.server.ServerLog extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

logCreationDate

long logCreationDate

log

List<E> log

clientID

UUID clientID

lastAccessDate

long lastAccessDate

lastExitDate

long lastExitDate

lastAccessedMethod

String lastAccessedMethod

lastAccessMessage

String lastAccessMessage

lastExitedMethod

String lastExitedMethod

connectionCreationDate

long connectionCreationDate

Package org.jminor.common.server.loadtest

Class org.jminor.common.server.loadtest.RemoteLoadTestServer extends AbstractRemoteServer<RemoteLoadTest> implements Serializable

serialVersionUID: 1L

Serialized Fields

loadTestPort

int loadTestPort

Package org.jminor.common.server.web

Class org.jminor.common.server.web.WebStartServer extends Acme.Serve.Serve implements Serializable


Package org.jminor.common.ui

Class org.jminor.common.ui.AbstractTableColumnSyncPanel extends JPanel implements Serializable

Serialized Fields

columnModel

TableColumnModel columnModel

verticalFiller

Box.Filler verticalFiller

columnPanels

Map<K,V> columnPanels

Class org.jminor.common.ui.ColumnSearchPanel extends JPanel implements Serializable

Serialized Fields

model

ColumnSearchModel<K> model
The SearchModel this AbstractSearchPanel represents


searchTypes

Collection<E> searchTypes
The search types allowed in this model


toggleSearchEnabled

JToggleButton toggleSearchEnabled
A JToggleButton for enabling/disabling the filter


toggleSearchAdvanced

JToggleButton toggleSearchAdvanced
A JToggleButton for toggling advanced/simple search


stIsDialogActive

State stIsDialogActive

stIsDialogShowing

State stIsDialogShowing

dialog

JDialog dialog

lastPosition

Point lastPosition

searchTypeCombo

JComboBox searchTypeCombo
A JComboBox for selecting the search type


upperBoundField

JComponent upperBoundField

lowerBoundField

JComponent lowerBoundField

stAdvancedSearch

State stAdvancedSearch

stTwoSearchFields

State stTwoSearchFields

includeToggleSearchEnabledBtn

boolean includeToggleSearchEnabledBtn

includeToggleSearchAdvancedBtn

boolean includeToggleSearchAdvancedBtn

Class org.jminor.common.ui.DateInputPanel extends JPanel implements Serializable

Serialized Fields

inputField

JFormattedTextField inputField

dateFormat

SimpleDateFormat dateFormat

button

JButton button

Class org.jminor.common.ui.ExceptionDialog extends JDialog implements Serializable

Serialized Fields

exceptionField

JTextField exceptionField

messageArea

JTextArea messageArea

detailPanel

JPanel detailPanel

ownerFrame

Window ownerFrame

centerPanel

JPanel centerPanel

detailsArea

JTextArea detailsArea

descriptionLabel

JLabel descriptionLabel

btnPrint

JButton btnPrint

btnSave

JButton btnSave

btnCopy

JButton btnCopy

btnEmail

JButton btnEmail

ctrDetails

ToggleBeanValueLink ctrDetails

ctrClose

Control ctrClose

ctrPrint

Control ctrPrint

ctrSave

Control ctrSave

ctrCopy

Control ctrCopy

ctrEmail

Control ctrEmail

evtShowDetailsChanged

Event evtShowDetailsChanged

showDetails

boolean showDetails

Class org.jminor.common.ui.FilteredTablePanel extends JPanel implements Serializable

Serialized Fields

tableModel

FilteredTableModel<R,C> tableModel
The table model


columnFilterPanels

List<E> columnFilterPanels
the property filter panels


table

JTable table
the JTable for showing the underlying entities


tableScrollPane

JScrollPane tableScrollPane
the scroll pane used by the JTable instance


lastSearchResultIndex

Point lastSearchResultIndex
Represents the index of the last search result


searchField

JTextField searchField
The text field used for entering the search criteria

Class org.jminor.common.ui.ItemRandomizerPanel extends JPanel implements Serializable

Serialized Fields

model

ItemRandomizer<T> model

configPanel

JPanel configPanel

itemList

JList itemList

evtSelectedItemChanged

Event evtSelectedItemChanged

Class org.jminor.common.ui.LoadTestPanel extends JPanel implements Serializable

Serialized Fields

loadTestModel

LoadTest loadTestModel

scenarioBase

JPanel scenarioBase

randomizerPanel

ItemRandomizerPanel<T> randomizerPanel

pluginPanel

JPanel pluginPanel

Class org.jminor.common.ui.LoginPanel extends JPanel implements Serializable

Serialized Fields

usernameField

JTextField usernameField

passwordField

JPasswordField passwordField

lblUser

JLabel lblUser

lblPass

JLabel lblPass

defaultUser

User defaultUser

Class org.jminor.common.ui.TextInputPanel extends JPanel implements Serializable

Serialized Fields

textComponent

JTextComponent textComponent

button

JButton button

dialogTitle

String dialogTitle

txtAreaSize

Dimension txtAreaSize

maxLength

int maxLength

Class org.jminor.common.ui.UiUtil.DialogDisposeAction extends AbstractAction implements Serializable

Serialized Fields

dialog

JDialog dialog

Package org.jminor.common.ui.checkbox

Class org.jminor.common.ui.checkbox.TristateCheckBox extends JCheckBox implements Serializable


Package org.jminor.common.ui.combobox

Class org.jminor.common.ui.combobox.MaximumMatch extends PlainDocument implements Serializable

Serialized Fields

comboBox

JComboBox comboBox

model

ComboBoxModel model

editor

JTextComponent editor

selecting

boolean selecting

hidePopupOnFocusLoss

boolean hidePopupOnFocusLoss

hitBackspace

boolean hitBackspace

hitBackspaceOnSelection

boolean hitBackspaceOnSelection

Class org.jminor.common.ui.combobox.SteppedComboBox extends JComboBox implements Serializable

Serialized Fields

hidePopupOnFocusLoss

boolean hidePopupOnFocusLoss

popupWidth

int popupWidth

Package org.jminor.common.ui.control

Class org.jminor.common.ui.control.AbstractBeanValueLink extends AbstractValueLink<Object,Object> implements Serializable

Serialized Fields

propertyName

String propertyName

valueClass

Class<T> valueClass

getMethod

Method getMethod

setMethod

Method setMethod

Class org.jminor.common.ui.control.AbstractValueLink extends Control implements Serializable

Serialized Fields

valueOwner

Object valueOwner
The Object that owns the linked property


linkType

LinkType linkType
The link type


isUpdatingUI

boolean isUpdatingUI
True while the UI is being updated


isUpdatingModel

boolean isUpdatingModel
True while the model is being updated

Class org.jminor.common.ui.control.Control extends AbstractAction implements Serializable

Serialized Fields

enabledState

StateObserver enabledState

Class org.jminor.common.ui.control.ControlSet extends Control implements Serializable

Serialized Fields

actions

List<E> actions

Class org.jminor.common.ui.control.DateBeanValueLink extends FormattedTextBeanValueLink implements Serializable

Class org.jminor.common.ui.control.DoubleBeanValueLink extends TextBeanValueLink implements Serializable

Class org.jminor.common.ui.control.FormattedTextBeanValueLink extends TextBeanValueLink implements Serializable

Serialized Fields

format

Format format

placeholder

String placeholder

Class org.jminor.common.ui.control.IntBeanSpinnerValueLink extends AbstractBeanValueLink implements Serializable

Serialized Fields

spinnerModel

SpinnerNumberModel spinnerModel

Class org.jminor.common.ui.control.IntBeanValueLink extends TextBeanValueLink implements Serializable

Class org.jminor.common.ui.control.MethodControl extends Control implements Serializable

Serialized Fields

evtActionPerformed

Event evtActionPerformed

owner

Object owner

method

Method method

Class org.jminor.common.ui.control.SelectedItemBeanValueLink extends AbstractBeanValueLink implements Serializable

Serialized Fields

comboBoxModel

ComboBoxModel comboBoxModel

Class org.jminor.common.ui.control.TextBeanValueLink extends AbstractBeanValueLink implements Serializable

Serialized Fields

document

Document document

Class org.jminor.common.ui.control.TimestampBeanValueLink extends FormattedTextBeanValueLink implements Serializable

Class org.jminor.common.ui.control.ToggleBeanValueLink extends AbstractBeanValueLink implements Serializable

Serialized Fields

buttonModel

ButtonModel buttonModel

Package org.jminor.common.ui.images

Class org.jminor.common.ui.images.NavigableImagePanel extends JPanel implements Serializable

Serialized Fields

zoomIncrement

double zoomIncrement

zoomFactor

double zoomFactor

navZoomFactor

double navZoomFactor

image

BufferedImage image

navigationImage

BufferedImage navigationImage

navImageWidth

int navImageWidth

navImageHeight

int navImageHeight

initialScale

double initialScale

scale

double scale

navScale

double navScale

originX

int originX

originY

int originY

mousePosition

Point mousePosition

previousPanelSize

Dimension previousPanelSize

navigationImageEnabled

boolean navigationImageEnabled

highQualityRenderingEnabled

boolean highQualityRenderingEnabled

wheelZoomDevice

org.jminor.common.ui.images.NavigableImagePanel.WheelZoomDevice wheelZoomDevice

buttonZoomDevice

org.jminor.common.ui.images.NavigableImagePanel.ButtonZoomDevice buttonZoomDevice

Package org.jminor.common.ui.input

Class org.jminor.common.ui.input.InputProviderPanel extends JPanel implements Serializable

Serialized Fields

evtButtonClicked

Event evtButtonClicked

inputProvider

InputProvider<T,K extends JComponent> inputProvider

okButton

JButton okButton

buttonValue

int buttonValue

Package org.jminor.common.ui.layout

Class org.jminor.common.ui.layout.FlexibleGridLayout extends GridLayout implements Serializable

Serialized Fields

fixedRowHeights

boolean fixedRowHeights

fixedColumnWidths

boolean fixedColumnWidths

fixedColumnWidth

int fixedColumnWidth

fixedRowHeight

int fixedRowHeight

Package org.jminor.common.ui.textfield

Class org.jminor.common.ui.textfield.DoubleField extends IntField implements Serializable

Serialized Fields

decimalSymbol

String decimalSymbol

Class org.jminor.common.ui.textfield.IntField extends TextFieldPlus implements Serializable

Class org.jminor.common.ui.textfield.TextFieldPlus extends JTextField implements Serializable

Serialized Fields

upperCase

boolean upperCase

maxLength

int maxLength

min

double min

max

double max

Package org.jminor.common.ui.valuemap

Class org.jminor.common.ui.valuemap.AbstractValueMapLink extends AbstractValueLink<ValueChangeMapEditModel<K,V>,V> implements Serializable

Serialized Fields

key

Object key
The linked key

Class org.jminor.common.ui.valuemap.BooleanValueLink extends AbstractValueMapLink<K,Object> implements Serializable

Serialized Fields

buttonModel

ButtonModel buttonModel

Class org.jminor.common.ui.valuemap.ComboBoxValueLink extends AbstractValueMapLink<K,Object> implements Serializable

Serialized Fields

boxModel

ComboBoxModel boxModel
The linked ComboBoxModel

Class org.jminor.common.ui.valuemap.DateValueLink extends FormattedValueLink<K> implements Serializable

Serialized Fields

isTimestamp

boolean isTimestamp

Class org.jminor.common.ui.valuemap.DoubleValueLink extends TextValueLink<K> implements Serializable

Class org.jminor.common.ui.valuemap.FormattedValueLink extends TextValueLink<K> implements Serializable

Serialized Fields

format

Format format

formatter

JFormattedTextField.AbstractFormatter formatter

Class org.jminor.common.ui.valuemap.IntValueLink extends TextValueLink<K> implements Serializable

Class org.jminor.common.ui.valuemap.TextValueLink extends AbstractValueMapLink<K,Object> implements Serializable

Serialized Fields

document

Document document

immediateUpdate

boolean immediateUpdate
If true the model value is updated on each keystroke, otherwise it is updated on focus lost and action performed

Class org.jminor.common.ui.valuemap.TristateValueLink extends AbstractValueMapLink<K,Object> implements Serializable

Serialized Fields

buttonModel

TristateButtonModel buttonModel

Class org.jminor.common.ui.valuemap.ValueChangeMapEditPanel extends JPanel implements Serializable

Serialized Fields

model

ValueChangeMapEditModel<K,V> model

components

Map<K,V> components

initialFocusComponent

JComponent initialFocusComponent
The component that should receive focus when the UI is prepared for a new record


initialFocusComponentKey

Object initialFocusComponentKey

Package org.jminor.framework.client.model

Class org.jminor.framework.client.model.DefaultEntityTableModel extends AbstractFilteredTableModel<Entity,Property> implements Serializable

Serialized Fields

entityID

String entityID
The entity ID


connectionProvider

EntityConnectionProvider connectionProvider
The EntityConnection provider


searchModel

EntityTableSearchModel searchModel
The search model


propertySummaryModels

Map<K,V> propertySummaryModels
Maps PropertySummaryModels to their respective properties


queryConfigurationAllowed

boolean queryConfigurationAllowed
True if the underlying query should be configurable by the user


editModel

EntityEditModel editModel
The edit model to use when updating/deleting entities


isDetailModel

boolean isDetailModel
If true this table model behaves like a detail model, that is


fetchCount

int fetchCount
the maximum number of records to fetch via the underlying query, -1 meaning all records should be fetched


queryCriteriaRequired

boolean queryCriteriaRequired
If true then querying should be disabled if no criteria is specified


stBatchUpdateAllowed

State stBatchUpdateAllowed

reportDataSource

ReportDataWrapper<T> reportDataSource

Package org.jminor.framework.client.model.event

Class org.jminor.framework.client.model.event.DeleteEvent extends ActionEvent implements Serializable

Serialized Fields

deletedEntities

List<E> deletedEntities

Class org.jminor.framework.client.model.event.InsertEvent extends ActionEvent implements Serializable

Serialized Fields

insertedKeys

List<E> insertedKeys

Class org.jminor.framework.client.model.event.UpdateEvent extends ActionEvent implements Serializable

Serialized Fields

updatedEntities

List<E> updatedEntities

primaryKeyModified

boolean primaryKeyModified

Package org.jminor.framework.client.ui

Class org.jminor.framework.client.ui.EntityApplet extends JApplet implements Serializable

Serialized Fields

entityPanelProvider

EntityPanelProvider entityPanelProvider

instance

EntityPanel instance

Class org.jminor.framework.client.ui.EntityApplicationPanel extends JPanel implements Serializable

Serialized Fields

mainApplicationPanelProviders

List<E> mainApplicationPanelProviders

supportPanelProviders

List<E> supportPanelProviders

mainApplicationPanels

List<E> mainApplicationPanels

applicationModel

EntityApplicationModel applicationModel

applicationTabPane

JTabbedPane applicationTabPane

evtApplicationStarted

Event evtApplicationStarted

evtSelectedEntityPanelChanged

Event evtSelectedEntityPanelChanged

evtAlwaysOnTopChanged

Event evtAlwaysOnTopChanged

persistEntityPanels

boolean persistEntityPanels

persistentEntityPanels

Map<K,V> persistentEntityPanels

loginRequired

boolean loginRequired

showStartupDialog

boolean showStartupDialog

frameTitle

String frameTitle

Class org.jminor.framework.client.ui.EntityComboBox extends SteppedComboBox implements Serializable

Class org.jminor.framework.client.ui.EntityCriteriaPanel extends JPanel implements Serializable

Serialized Fields

panels

Map<K,V> panels

Class org.jminor.framework.client.ui.EntityEditPanel extends ValueChangeMapEditPanel<String,Object> implements Serializable

Serialized Fields

controlMap

Map<K,V> controlMap

stActive

State stActive
Indicates whether the panel is active and ready to receive input


panelInitialized

boolean panelInitialized
True after initializePanel() has been called

Class org.jminor.framework.client.ui.EntityLookupField extends JTextField implements Serializable

Serialized Fields

model

EntityLookupModel model

searchHint

SearchFieldHint searchHint

transferFocusAction

Action transferFocusAction

enterAction

Action enterAction

defaultBackgroundColor

Color defaultBackgroundColor

performingLookup

boolean performingLookup

Class org.jminor.framework.client.ui.EntityPanel extends JPanel implements Serializable

Serialized Fields

entityModel

EntityModel entityModel
The EntityModel instance used by this EntityPanel


caption

String caption
The caption to use when presenting this entity panel


detailEntityPanels

List<E> detailEntityPanels
A List containing the detail panels, if any


editPanel

EntityEditPanel editPanel
The EntityEditPanel instance


tablePanel

EntityTablePanel tablePanel
The EntityTablePanel instance used by this EntityPanel


editControlPanel

JPanel editControlPanel
The edit panel which contains the controls required for editing a entity


horizontalSplitPane

JSplitPane horizontalSplitPane
The horizontal split pane, which is used in case this entity panel has detail panels. It splits the lower section of this EntityPanel into the EntityTablePanel on the left and the detail panels on the right


masterPanel

EntityPanel masterPanel
The master panel, if any, so that detail panels can refer to their masters


detailPanelTabbedPane

JTabbedPane detailPanelTabbedPane
A tab pane for the detail panels, if any


compactBase

JPanel compactBase
A base panel used in case this EntityPanel is configured to be compact


detailPanelDialog

JDialog detailPanelDialog
The dialog used when detail panels are undocked


editPanelDialog

JDialog editPanelDialog
The dialog used when the edit panel is undocked


compactDetailLayout

boolean compactDetailLayout
true if this panel should be compact


controlPanelConstraints

String controlPanelConstraints
indicates where the control panel should be placed in a BorderLayout


editPanelState

int editPanelState
Holds the current state of the edit panel (HIDDEN, EMBEDDED or DIALOG)


detailPanelState

int detailPanelState
Holds the current state of the detail panels (HIDDEN, EMBEDDED or DIALOG)


includeControlPanel

boolean includeControlPanel
if true then the edit control panel should be included


includeDetailPanelTabPane

boolean includeDetailPanelTabPane
if true and detail panels are available then the detail panel tab pane should be included


panelInitialized

boolean panelInitialized
True after initializePanel() has been called


detailSplitPanelResizeWeight

double detailSplitPanelResizeWeight

Class org.jminor.framework.client.ui.EntityTableCellRenderer.BooleanRenderer extends JCheckBox implements Serializable

Class org.jminor.framework.client.ui.EntityTableCellRenderer.DateRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

format

DateFormat format

Class org.jminor.framework.client.ui.EntityTableCellRenderer.DoubleRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

format

NumberFormat format

Class org.jminor.framework.client.ui.EntityTableCellRenderer.IntegerRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

format

NumberFormat format

Class org.jminor.framework.client.ui.EntityTableCellRenderer.TimestampRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

format

DateFormat format

Class org.jminor.framework.client.ui.EntityTablePanel extends FilteredTablePanel<Entity,Property> implements Serializable

Serialized Fields

evtTableDoubleClicked

Event evtTableDoubleClicked

evtSearchPanelVisibilityChanged

Event evtSearchPanelVisibilityChanged

evtSummaryPanelVisibilityChanged

Event evtSummaryPanelVisibilityChanged

controlMap

Map<K,V> controlMap

searchPanel

EntityTableSearchPanel searchPanel
the search panel


searchScrollPane

JScrollPane searchScrollPane
the scroll pane used for the search panel


horizontalTableScrollBar

JScrollBar horizontalTableScrollBar
the horizontal table scroll bar


summaryPanel

EntityTableSummaryPanel summaryPanel
the summary panel


summaryBasePanel

JPanel summaryBasePanel
the panel used as a base panel for the summary panels, used for showing/hiding the summary panels


summaryScrollPane

JScrollPane summaryScrollPane
the scroll pane used for the summary panel


refreshToolBar

JToolBar refreshToolBar
the toolbar containing the refresh button


statusMessageLabel

JLabel statusMessageLabel
the label for showing the status of the table, that is, the number of rows, number of selected rows etc.


additionalPopupControlSets

List<E> additionalPopupControlSets

additionalToolbarControlSets

List<E> additionalToolbarControlSets

tableDoubleClickAction

Action tableDoubleClickAction
the action performed when the table is double clicked


includeSouthPanel

boolean includeSouthPanel
specifies whether or not to include the south panel


includeSearchPanel

boolean includeSearchPanel
specifies whether or not to include the search panel


panelInitialized

boolean panelInitialized
True after initializePanel() has been called

Class org.jminor.framework.client.ui.EntityTableSearchAdvancedPanel extends AbstractTableColumnSyncPanel implements Serializable

Serialized Fields

evtAdvancedChanged

Event evtAdvancedChanged

searchModel

EntityTableSearchModel searchModel

Class org.jminor.framework.client.ui.EntityTableSearchSimplePanel extends JPanel implements Serializable

Serialized Fields

searchModel

EntityTableSearchModel searchModel

refreshable

Refreshable refreshable

searchProperties

Collection<E> searchProperties

searchField

JTextField searchField

searchButton

JButton searchButton

Class org.jminor.framework.client.ui.EntityTableSummaryPanel extends AbstractTableColumnSyncPanel implements Serializable

Serialized Fields

tableModel

EntityTableModel tableModel

Class org.jminor.framework.client.ui.EntityUiUtil.EntityComboBoxValueLink extends ComboBoxValueLink<String> implements Serializable

Class org.jminor.framework.client.ui.EntityUiUtil.EntityFieldPanel extends JPanel implements Serializable

Serialized Fields

textField

JTextField textField

Class org.jminor.framework.client.ui.EntityUiUtil.LookupValueLink extends AbstractValueMapLink<String,Object> implements Serializable

Serialized Fields

lookupModel

EntityLookupModel lookupModel

Class org.jminor.framework.client.ui.ForeignKeySearchPanel extends ColumnSearchPanel<Property.ForeignKeyProperty> implements Serializable

Class org.jminor.framework.client.ui.PropertyFilterPanel extends ColumnSearchPanel<Property> implements Serializable

Class org.jminor.framework.client.ui.PropertySearchPanel extends ColumnSearchPanel<Property.ColumnProperty> implements Serializable

Class org.jminor.framework.client.ui.PropertySummaryPanel extends JPanel implements Serializable

Serialized Fields

model

PropertySummaryModel model

txtSummary

JTextField txtSummary

Package org.jminor.framework.server

Class org.jminor.framework.server.EntityConnectionServerAdminImpl extends UnicastRemoteObject implements Serializable

serialVersionUID: 1L

Serialized Fields

server

org.jminor.framework.server.EntityConnectionServer server

webServer

WebStartServer webServer

Package org.jminor.framework.server.monitor.ui

Class org.jminor.framework.server.monitor.ui.ClientInstanceMonitorPanel extends JPanel implements Serializable

Serialized Fields

txtCreationDate

JTextField txtCreationDate

txtLog

JTextArea txtLog

model

ClientInstanceMonitor model

chkLoggingEnabled

JCheckBox chkLoggingEnabled

Class org.jminor.framework.server.monitor.ui.ClientMonitorPanel extends JPanel implements Serializable

Serialized Fields

model

ClientMonitor model

clientInstancePanel

ClientInstanceMonitorPanel clientInstancePanel

clientInstanceList

JList clientInstanceList

Class org.jminor.framework.server.monitor.ui.ClientUserMonitorPanel extends JPanel implements Serializable

Serialized Fields

model

ClientUserMonitor model

clientTypeMonitorPanel

ClientMonitorPanel clientTypeMonitorPanel

cmbMaintenance

JComboBox cmbMaintenance

Class org.jminor.framework.server.monitor.ui.ConnectionPoolMonitorPanel extends JPanel implements Serializable

Serialized Fields

model

ConnectionPoolMonitor model

format

NumberFormat format

inPoolChart

org.jfree.chart.JFreeChart inPoolChart

inPoolMacroChart

org.jfree.chart.JFreeChart inPoolMacroChart

requestsPerSecondChart

org.jfree.chart.JFreeChart requestsPerSecondChart

inPoolChartPanel

org.jfree.chart.ChartPanel inPoolChartPanel

inPoolChartPanelMacro

org.jfree.chart.ChartPanel inPoolChartPanelMacro

requestsPerSecondChartPanel

org.jfree.chart.ChartPanel requestsPerSecondChartPanel

checkOutTimePanel

org.jfree.chart.ChartPanel checkOutTimePanel

txtResetTime

JTextField txtResetTime

txtPoolSize

JTextField txtPoolSize

txtCreated

JTextField txtCreated

txtDestroyed

JTextField txtDestroyed

txtRequested

JTextField txtRequested

txtDelayed

JTextField txtDelayed

txtFailed

JTextField txtFailed

Class org.jminor.framework.server.monitor.ui.DatabaseMonitorPanel extends JPanel implements Serializable

Serialized Fields

model

DatabaseMonitor model

queriesPerSecondChart

org.jfree.chart.JFreeChart queriesPerSecondChart

queriesPerSecondChartPanel

org.jfree.chart.ChartPanel queriesPerSecondChartPanel

Class org.jminor.framework.server.monitor.ui.EntityServerMonitorPanel extends JPanel implements Serializable

Serialized Fields

evtAlwaysOnTopChanged

Event evtAlwaysOnTopChanged

model

MonitorModel model

monitorFrame

JFrame monitorFrame

Class org.jminor.framework.server.monitor.ui.HostMonitorPanel extends JPanel implements Serializable

Serialized Fields

model

HostMonitor model

serverPane

JTabbedPane serverPane

Class org.jminor.framework.server.monitor.ui.PoolMonitorPanel extends JPanel implements Serializable

Serialized Fields

model

PoolMonitor model

Class org.jminor.framework.server.monitor.ui.ServerMonitorPanel extends JPanel implements Serializable

Serialized Fields

model

ServerMonitor model

requestsPerSecondChart

org.jfree.chart.JFreeChart requestsPerSecondChart

requestsPerSecondChartPanel

org.jfree.chart.ChartPanel requestsPerSecondChartPanel

memoryUsageChart

org.jfree.chart.JFreeChart memoryUsageChart

memoryUsageChartPanel

org.jfree.chart.ChartPanel memoryUsageChartPanel

connectionCountChart

org.jfree.chart.JFreeChart connectionCountChart

connectionCountChartPanel

org.jfree.chart.ChartPanel connectionCountChartPanel

Package org.jminor.framework.tools.generator.ui

Class org.jminor.framework.tools.generator.ui.EntityGeneratorPanel extends JPanel implements Serializable

Serialized Fields

model

EntityGeneratorModel model

Package org.jminor.framework.tools.testing

Class org.jminor.framework.tools.testing.EntityLoadTestModel.AbstractEntityUsageScenario extends LoadTestModel.AbstractUsageScenario<EntityApplicationModel> implements Serializable