Serialized Form
Package org.jminor.common.db |
serialVersionUID: 1L
timestamp
long timestamp
queriesPerSecond
int queriesPerSecond
selectsPerSecond
int selectsPerSecond
insertsPerSecond
int insertsPerSecond
deletesPerSecond
int deletesPerSecond
updatesPerSecond
int updatesPerSecond
Package org.jminor.common.db.criteria |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream stream)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
conjunction
Conjunction conjunction
- The conjunction used by this CriteriaSet
criteriaList
List<E> criteriaList
- The criteria in this set
serialVersionUID: 1L
criteriaString
String criteriaString
values
List<E> values
keys
List<E> keys
Package org.jminor.common.db.exception |
statement
String statement
- The sql statement being run when this exception occurred, if any
row
Object row
modifiedRow
Object modifiedRow
Package org.jminor.common.db.pool |
Package org.jminor.common.db.tools |
serialVersionUID: 1L
query
String query
transactional
boolean transactional
Package org.jminor.common.model |
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
serialVersionUID: 1L
item
Object item
caption
String caption
name
String name
successfulRunCount
int successfulRunCount
unsuccessfulRunCount
int unsuccessfulRunCount
exceptions
List<E> exceptions
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
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
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
username
String username
hashCode
int hashCode
password
String password
serialVersionUID: 1L
domain
String domain
version
String version
Package org.jminor.common.model.checkbox |
state
TristateState state
Package org.jminor.common.model.combobox |
serialVersionUID: 1L
icon
ImageIcon icon
Package org.jminor.common.model.reports |
Package org.jminor.common.model.valuemap |
serialVersionUID: 1L
valueProviders
List<E> valueProviders
- Holds the ValueProviders used when constructing the String representation
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 |
key
Object key
value
Object value
Package org.jminor.common.server |
connections
Map<K,V> connections
serverName
String serverName
serverPort
int serverPort
connectionLimit
int connectionLimit
shuttingDown
boolean shuttingDown
loginProxy
LoginProxy loginProxy
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
clientID
UUID clientID
clientTypeID
String clientTypeID
user
User user
clientHost
String clientHost
serialVersionUID: 1L
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 |
serialVersionUID: 1L
loadTestPort
int loadTestPort
Package org.jminor.common.server.web |
Package org.jminor.common.ui |
columnModel
TableColumnModel columnModel
verticalFiller
Box.Filler verticalFiller
columnPanels
Map<K,V> columnPanels
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
inputField
JFormattedTextField inputField
dateFormat
SimpleDateFormat dateFormat
button
JButton button
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
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
model
ItemRandomizer<T> model
configPanel
JPanel configPanel
itemList
JList itemList
evtSelectedItemChanged
Event evtSelectedItemChanged
loadTestModel
LoadTest loadTestModel
scenarioBase
JPanel scenarioBase
randomizerPanel
ItemRandomizerPanel<T> randomizerPanel
pluginPanel
JPanel pluginPanel
usernameField
JTextField usernameField
passwordField
JPasswordField passwordField
lblUser
JLabel lblUser
lblPass
JLabel lblPass
defaultUser
User defaultUser
textComponent
JTextComponent textComponent
button
JButton button
dialogTitle
String dialogTitle
txtAreaSize
Dimension txtAreaSize
maxLength
int maxLength
dialog
JDialog dialog
Package org.jminor.common.ui.checkbox |
Package org.jminor.common.ui.combobox |
comboBox
JComboBox comboBox
model
ComboBoxModel model
editor
JTextComponent editor
selecting
boolean selecting
hidePopupOnFocusLoss
boolean hidePopupOnFocusLoss
hitBackspace
boolean hitBackspace
hitBackspaceOnSelection
boolean hitBackspaceOnSelection
hidePopupOnFocusLoss
boolean hidePopupOnFocusLoss
popupWidth
int popupWidth
Package org.jminor.common.ui.control |
propertyName
String propertyName
valueClass
Class<T> valueClass
getMethod
Method getMethod
setMethod
Method setMethod
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
enabledState
StateObserver enabledState
actions
List<E> actions
format
Format format
placeholder
String placeholder
spinnerModel
SpinnerNumberModel spinnerModel
evtActionPerformed
Event evtActionPerformed
owner
Object owner
method
Method method
comboBoxModel
ComboBoxModel comboBoxModel
document
Document document
buttonModel
ButtonModel buttonModel
Package org.jminor.common.ui.images |
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 |
evtButtonClicked
Event evtButtonClicked
inputProvider
InputProvider<T,K extends JComponent> inputProvider
okButton
JButton okButton
buttonValue
int buttonValue
Package org.jminor.common.ui.layout |
fixedRowHeights
boolean fixedRowHeights
fixedColumnWidths
boolean fixedColumnWidths
fixedColumnWidth
int fixedColumnWidth
fixedRowHeight
int fixedRowHeight
Package org.jminor.common.ui.textfield |
decimalSymbol
String decimalSymbol
upperCase
boolean upperCase
maxLength
int maxLength
min
double min
max
double max
Package org.jminor.common.ui.valuemap |
key
Object key
- The linked key
buttonModel
ButtonModel buttonModel
boxModel
ComboBoxModel boxModel
- The linked ComboBoxModel
isTimestamp
boolean isTimestamp
format
Format format
formatter
JFormattedTextField.AbstractFormatter formatter
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
buttonModel
TristateButtonModel buttonModel
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 |
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 |
deletedEntities
List<E> deletedEntities
insertedKeys
List<E> insertedKeys
updatedEntities
List<E> updatedEntities
primaryKeyModified
boolean primaryKeyModified
Package org.jminor.framework.client.ui |
entityPanelProvider
EntityPanelProvider entityPanelProvider
instance
EntityPanel instance
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
panels
Map<K,V> panels
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
model
EntityLookupModel model
searchHint
SearchFieldHint searchHint
transferFocusAction
Action transferFocusAction
enterAction
Action enterAction
defaultBackgroundColor
Color defaultBackgroundColor
performingLookup
boolean performingLookup
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
format
DateFormat format
format
NumberFormat format
format
NumberFormat format
format
DateFormat format
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
evtAdvancedChanged
Event evtAdvancedChanged
searchModel
EntityTableSearchModel searchModel
searchModel
EntityTableSearchModel searchModel
refreshable
Refreshable refreshable
searchProperties
Collection<E> searchProperties
searchField
JTextField searchField
searchButton
JButton searchButton
tableModel
EntityTableModel tableModel
textField
JTextField textField
lookupModel
EntityLookupModel lookupModel
model
PropertySummaryModel model
txtSummary
JTextField txtSummary
Package org.jminor.framework.server |
serialVersionUID: 1L
server
org.jminor.framework.server.EntityConnectionServer server
webServer
WebStartServer webServer
Package org.jminor.framework.server.monitor.ui |
txtCreationDate
JTextField txtCreationDate
txtLog
JTextArea txtLog
model
ClientInstanceMonitor model
chkLoggingEnabled
JCheckBox chkLoggingEnabled
model
ClientMonitor model
clientInstancePanel
ClientInstanceMonitorPanel clientInstancePanel
clientInstanceList
JList clientInstanceList
model
ClientUserMonitor model
clientTypeMonitorPanel
ClientMonitorPanel clientTypeMonitorPanel
cmbMaintenance
JComboBox cmbMaintenance
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
model
DatabaseMonitor model
queriesPerSecondChart
org.jfree.chart.JFreeChart queriesPerSecondChart
queriesPerSecondChartPanel
org.jfree.chart.ChartPanel queriesPerSecondChartPanel
evtAlwaysOnTopChanged
Event evtAlwaysOnTopChanged
model
MonitorModel model
monitorFrame
JFrame monitorFrame
model
HostMonitor model
serverPane
JTabbedPane serverPane
model
PoolMonitor model
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 |
model
EntityGeneratorModel model
Package org.jminor.framework.tools.testing |