Serialized Form

  • Package com.lf.battman.dialog

    • Class com.lf.battman.dialog.BattManOptionsDialog

      class BattManOptionsDialog extends com.lf.commons.dialog.OptionsDialog implements Serializable
    • Class com.lf.battman.dialog.ChargingHistoryCustom

      class ChargingHistoryCustom extends JPanel implements Serializable
      • Serialized Fields

        • analyzer
          com.lf.commons.task.BackgroundTask analyzer
          The currently running analyzer (start only one instance).
        • batteryData
          com.lf.commons.db.JDBCConfiguration batteryData
          The full battery dataset for the displayed measurement.
        • buttonPrint_I18N
          JButton buttonPrint_I18N
        • buttonStart
          AbstractButton buttonStart
          A dialog component.
        • chartPanel
          JPanel chartPanel
        • currentChart
          org.knowm.xchart.XYChart currentChart
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The connector.
        • labelPrognosisIcon
          JLabel labelPrognosisIcon
        • labelPrognosisText
          JLabel labelPrognosisText
        • myid
          int myid
          The ID of the current battery
        • panelBottom
          JPanel panelBottom
        • panelChooser
          JPanel panelChooser
        • panelDatasets
          JPanel panelDatasets
        • panelHistory
          JPanel panelHistory
        • panelPrint
          JPanel panelPrint
        • prognosisData
          com.lf.commons.db.JDBCConfiguration prognosisData
          The row data from the PROGNOSIS table for this battery.
        • progressBar
          JProgressBar progressBar
        • readOnly
          boolean readOnly
          Restricted user role?
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          A dialog component.
        • tabbedPane
          JTabbedPane tabbedPane
        • tablePanel
          com.lf.commons.table.TablePanel tablePanel
        • types
          Vector<String> types
          The desired types, null or empty = all devices.
    • Class com.lf.battman.dialog.DeviceChooserCustom

      class DeviceChooserCustom extends JPanel implements Serializable
    • Class com.lf.battman.dialog.DeviceCustom

      class DeviceCustom extends JPanel implements Serializable
      • Serialized Fields

        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The connector.
        • parent
          com.lf.commons.dialog.CustomDialog parent
          The parental dialog.
        • tablePanel
          com.lf.commons.table.TablePanel tablePanel
        • types
          Vector<String> types
          The desired types, null or empty = all devices.
    • Class com.lf.battman.dialog.LogImportCustom

      class LogImportCustom extends JPanel implements Serializable
      • Serialized Fields

        • model
          DefaultTreeModel model
          Model of the file list.
        • parent
          com.lf.commons.dialog.CustomDialog parent
          The parental dialog.
        • tableClasses
          Class[] tableClasses
          Column classes.
        • tableColumns
          String[] tableColumns
          Column names.
        • tableData
          Object[][] tableData
          List of files currently displayed by the list.
        • tableFiles
          JTable tableFiles
    • Class com.lf.battman.dialog.MxSeriesCustom

      class MxSeriesCustom extends JPanel implements Serializable
      • Serialized Fields

        • buttonSelectAll_I18N
          JButton buttonSelectAll_I18N
        • buttonSelectNone_I18N
          JButton buttonSelectNone_I18N
        • cacheMapping
          Hashtable<Object[],Object[]> cacheMapping
          Remembers the original datasets for the datasets displayed here.
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The connector.
        • labelConnection
          JLabel labelConnection
        • labelConnection_I18N
          JLabel labelConnection_I18N
        • labelDB
          JLabel labelDB
        • labelDB_I18N
          JLabel labelDB_I18N
        • labelDBHost
          JLabel labelDBHost
        • labelDBHost_I18N
          JLabel labelDBHost_I18N
        • model
          DefaultTreeModel model
          Model of the URL list.
        • panel1
          JPanel panel1
        • panel2
          JPanel panel2
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          The status bar.
        • tableClasses
          Class[] tableClasses
          Column classes.
        • tableColumns
          String[] tableColumns
          Column names.
        • tableData
          Object[][] tableData
          List of URLs currently displayed by the list.
        • tableMXDATA
          JTable tableMXDATA
    • Class com.lf.battman.dialog.PrognosisCustom

      class PrognosisCustom extends JPanel implements Serializable
      • Serialized Fields

        • analyzer
          com.lf.commons.task.BackgroundTask analyzer
          The currently running analyzer (start only one instance).
        • buttonLifecycles_I18N
          JButton buttonLifecycles_I18N
        • buttonReset
          AbstractButton buttonReset
          A dialog component.
        • buttonStart
          AbstractButton buttonStart
          A dialog component.
        • checkBoxFirstSession_I18N
          JCheckBox checkBoxFirstSession_I18N
        • checkBoxNewMXDATA_I18N
          JCheckBox checkBoxNewMXDATA_I18N
        • currentPhases
          String[] currentPhases
          The desired lifecycle phases.
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The connector.
        • labelConnection
          JLabel labelConnection
        • labelConnection_I18N
          JLabel labelConnection_I18N
        • labelDB
          JLabel labelDB
        • labelDB_I18N
          JLabel labelDB_I18N
        • labelDBHost
          JLabel labelDBHost
        • labelDBHost_I18N
          JLabel labelDBHost_I18N
        • labelLastRun
          JLabel labelLastRun
        • labelLastRun_I18N
          JLabel labelLastRun_I18N
        • labelLifecycles
          JLabel labelLifecycles
        • panelLeft
          JPanel panelLeft
        • panelRight
          JPanel panelRight
        • radioButtonAllLifecycles_I18N
          JRadioButton radioButtonAllLifecycles_I18N
        • radioButtonLifecycles_I18N
          JRadioButton radioButtonLifecycles_I18N
        • readOnly
          boolean readOnly
          Restricted user access?
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          A dialog component.
        • tablePanel
          com.lf.commons.table.TablePanel tablePanel
        • types
          Vector<String> types
          The desired types, null or empty = all devices.
    • Class com.lf.battman.dialog.ServiceConfigCustom

      class ServiceConfigCustom extends JPanel implements Serializable
      • Serialized Fields

        • buttonRestore
          AbstractButton buttonRestore
          A dialog component.
        • buttonUpdate
          AbstractButton buttonUpdate
          A dialog component.
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The connector.
        • readOnly
          boolean readOnly
          Restricted user access?
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          A dialog component.
        • tablePanel
          com.lf.commons.table.TablePanel tablePanel
    • Class com.lf.battman.dialog.UserCustom

      class UserCustom extends JPanel implements Serializable
      • Serialized Fields

        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The connector.
        • parent
          com.lf.commons.dialog.CustomDialog parent
          The parental dialog.
        • readOnly
          boolean readOnly
          Restricted user access?
        • tablePanel
          com.lf.commons.table.TablePanel tablePanel
    • Class com.lf.battman.dialog.WastePreventionCustom

      class WastePreventionCustom extends JPanel implements Serializable
      • Serialized Fields

        • analyzer
          com.lf.commons.task.BackgroundTask analyzer
          The currently running analyzer (start only one instance).
        • buttonLifecycles_I18N
          JButton buttonLifecycles_I18N
        • buttonReset
          AbstractButton buttonReset
          A dialog component.
        • buttonStart
          AbstractButton buttonStart
          A dialog component.
        • checkBoxFirstSession_I18N
          JCheckBox checkBoxFirstSession_I18N
        • checkBoxNewMXDATA_I18N
          JCheckBox checkBoxNewMXDATA_I18N
        • currentPhases
          String[] currentPhases
          The desired lifecycle phases.
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The connector.
        • labelConnection
          JLabel labelConnection
        • labelConnection_I18N
          JLabel labelConnection_I18N
        • labelDB
          JLabel labelDB
        • labelDB_I18N
          JLabel labelDB_I18N
        • labelDBHost
          JLabel labelDBHost
        • labelDBHost_I18N
          JLabel labelDBHost_I18N
        • labelLastRun
          JLabel labelLastRun
        • labelLastRun_I18N
          JLabel labelLastRun_I18N
        • labelLifecycles
          JLabel labelLifecycles
        • panelLeft
          JPanel panelLeft
        • panelRight
          JPanel panelRight
        • radioButtonAllLifecycles_I18N
          JRadioButton radioButtonAllLifecycles_I18N
        • radioButtonLifecycles_I18N
          JRadioButton radioButtonLifecycles_I18N
        • readOnly
          boolean readOnly
          Restricted user role?
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          A dialog component.
        • tablePanel
          com.lf.commons.table.TablePanel tablePanel
        • types
          Vector<String> types
          The desired types, null or empty = all devices.
  • Package com.lf.battman.dialog.options

    • Class com.lf.battman.dialog.options.DeviceUnit

      class DeviceUnit extends JPanel implements Serializable
      • Serialized Fields

        • initialized
          boolean initialized
          Components have been setup already?
        • labelController_I18N
          JLabel labelController_I18N
        • labelControllerSamples_I18N
          JLabel labelControllerSamples_I18N
        • matches
          Vector<Component> matches
          Remembers the components matching a search pattern for reset.
        • panelController
          JPanel panelController
        • sliderController_I18N
          JSlider sliderController_I18N
  • Package com.lf.battman.docking.db

  • Package com.lf.battman.docking.db.renderer

  • Package com.lf.battman.docking.io

    • Class com.lf.battman.docking.io.CustomDeviceWindow

      class CustomDeviceWindow extends JPanel implements Serializable
      • Serialized Fields

        • buttonRefresh_I18N
          JButton buttonRefresh_I18N
        • buttonReset_I18N
          JButton buttonReset_I18N
        • collapsiblePanelFigure
          com.lf.commons.gui.panel.CollapsiblePanel collapsiblePanelFigure
        • collapsiblePanelLiveData
          com.lf.commons.gui.panel.CollapsiblePanel collapsiblePanelLiveData
        • comboBoxDevice
          JComboBox comboBoxDevice
        • comboBoxType
          JComboBox comboBoxType
        • compOptions
          Component compOptions
          The additional window options (optional).
        • config
          com.lf.commons.config.Configuration config
          The cache to configure this unit.
        • configID
          String configID
          The ID to configure this unit.
        • connector
          com.lf.commons.db.DatabaseConnector connector
          The connector.
        • customDevice
          CustomDevice customDevice
          The current device, a supported type must be selected.
        • dvid
          int dvid
          The device ID from the database given on window creation.
        • labelConnectStatus
          JLabel labelConnectStatus
          The status bar component to represent the current status (connected/disconnected).
        • labelDevice_I18N
          JLabel labelDevice_I18N
        • labelType_I18N
          JLabel labelType_I18N
        • panel3
          JPanel panel3
        • panelMainTitled
          JPanel panelMainTitled
        • panelOptions
          JPanel panelOptions
        • panelStatus
          JPanel panelStatus
        • panelType
          JPanel panelType
        • previousDeviceSelection
          Object previousDeviceSelection
          Remembers the previous device.
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
        • tabbedPane
          JTabbedPane tabbedPane
        • tabDevice
          JPanel tabDevice
        • tabSettings
          JScrollPane tabSettings
        • toolBarDevice
          JToolBar toolBarDevice
        • toolBarType
          JToolBar toolBarType
        • windowID
          String windowID
          The ID which represents this window.
        • windowParams
          com.lf.commons.docking.WindowParamDef windowParams
          Data holder for the docking window parameters.
    • Class com.lf.battman.docking.io.SerialPortWindow

      class SerialPortWindow extends JPanel implements Serializable
      • Serialized Fields

        • buttonRefresh_I18N
          JButton buttonRefresh_I18N
        • buttonReset_I18N
          JButton buttonReset_I18N
        • collapsiblePanelFigure
          com.lf.commons.gui.panel.CollapsiblePanel collapsiblePanelFigure
        • collapsiblePanelLiveData
          com.lf.commons.gui.panel.CollapsiblePanel collapsiblePanelLiveData
        • comboBoxDevice
          JComboBox comboBoxDevice
        • comboBoxType
          JComboBox comboBoxType
        • compOptions
          Component compOptions
          The additional window options (optional).
        • config
          com.lf.commons.config.Configuration config
          The cache to configure this unit.
        • configID
          String configID
          The ID to configure this unit.
        • connector
          com.lf.commons.db.DatabaseConnector connector
          The connector.
        • dvid
          int dvid
          The device ID from the database given on window creation.
        • labelConnectStatus
          JLabel labelConnectStatus
          The status bar component to represent the current status (connected/disconnected).
        • labelDevice_I18N
          JLabel labelDevice_I18N
        • labelType_I18N
          JLabel labelType_I18N
        • panel2
          JPanel panel2
        • panel3
          JPanel panel3
        • panelHeader
          JPanel panelHeader
        • panelMainTitled
          JPanel panelMainTitled
        • panelOptions
          JPanel panelOptions
        • panelType
          JPanel panelType
        • portName
          String portName
          The serial port name like "COM1".
        • previousDeviceSelection
          Object previousDeviceSelection
          Remembers the previous device.
        • serialDevice
          SerialDevice serialDevice
          The current device, a supported type must be selected.
        • serialParamsPanel
          SerialParamsPanelRO serialParamsPanel
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
        • systemSerialPort
          com.fazecast.jSerialComm.SerialPort systemSerialPort
          The serial port this window represents (used as title).
        • tabbedPane
          JTabbedPane tabbedPane
        • tabDevice
          JPanel tabDevice
        • tabSettings
          JScrollPane tabSettings
        • toolBarDevice
          JToolBar toolBarDevice
        • toolBarType
          JToolBar toolBarType
        • windowParams
          com.lf.commons.docking.WindowParamDef windowParams
          Data holder for the docking window parameters.
    • Class com.lf.battman.docking.io.USBDeviceWindow

      class USBDeviceWindow extends JPanel implements Serializable
      • Serialized Fields

        • buttonRefresh_I18N
          JButton buttonRefresh_I18N
        • buttonReset_I18N
          JButton buttonReset_I18N
        • collapsiblePanelFigure
          com.lf.commons.gui.panel.CollapsiblePanel collapsiblePanelFigure
        • collapsiblePanelLiveData
          com.lf.commons.gui.panel.CollapsiblePanel collapsiblePanelLiveData
        • comboBoxDevice
          JComboBox comboBoxDevice
        • comboBoxType
          JComboBox comboBoxType
        • compOptions
          Component compOptions
          The additional window options (optional).
        • config
          com.lf.commons.config.Configuration config
          The cache to configure this unit.
        • configID
          String configID
          The ID to configure this unit.
        • connector
          com.lf.commons.db.DatabaseConnector connector
          The connector.
        • dvid
          int dvid
          The device ID from the database given on window creation.
        • labelConnectStatus
          JLabel labelConnectStatus
          The status bar component to represent the current status (connected/disconnected).
        • labelDevice_I18N
          JLabel labelDevice_I18N
        • labelType_I18N
          JLabel labelType_I18N
        • panel3
          JPanel panel3
        • panelHeader
          JPanel panelHeader
        • panelMainTitled
          JPanel panelMainTitled
        • panelOptions
          JPanel panelOptions
        • panelStatusBar
          JPanel panelStatusBar
        • panelType
          JPanel panelType
        • previousDeviceSelection
          Object previousDeviceSelection
          Remembers the previous device.
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
        • systemUsbDevice
          javax.usb.UsbDevice systemUsbDevice
          The system USB device this window represents (used as title).
        • tabbedPane
          JTabbedPane tabbedPane
        • tabDevice
          JPanel tabDevice
        • tabSettings
          JScrollPane tabSettings
        • toolBarDevice
          JToolBar toolBarDevice
        • toolBarType
          JToolBar toolBarType
        • uniqueId
          String uniqueId
          The USB device identifier like "USB 0c2e:0200_1".
        • usbDevice
          USBDevice usbDevice
          The current device, a supported type must be selected.
        • usbParamsPanel
          USBParamsPanelRO usbParamsPanel
        • windowParams
          com.lf.commons.docking.WindowParamDef windowParams
          Data holder for the docking window parameters.
  • Package com.lf.battman.docking.io.barcode

  • Package com.lf.battman.docking.io.charger

    • Class com.lf.battman.docking.io.charger.ChargeManagerPanel

      class ChargeManagerPanel extends com.lf.commons.gui.panel.GradientPanel implements Serializable
      • Serialized Fields

        • batteryConfig
          com.lf.commons.db.JDBCConfiguration batteryConfig
          The data for the battery in this slot.
        • buttonBattery_I18N
          com.lf.commons.gui.button.TouchKeyFlatButton buttonBattery_I18N
        • buttonCharts_I18N
          com.lf.commons.gui.button.TouchKeyFlatButton buttonCharts_I18N
        • buttonLogging_I18N
          com.lf.commons.gui.button.TouchKeyFlatButton buttonLogging_I18N
        • fieldCharge
          JTextField fieldCharge
        • fieldCurrent
          JTextField fieldCurrent
        • fieldDischarge
          JTextField fieldDischarge
        • fieldVoltage
          JTextField fieldVoltage
        • labelAmpere
          JLabel labelAmpere
        • labelBorder
          JLabel labelBorder
        • labelCCap
          JLabel labelCCap
        • labelCharge_I18N
          JLabel labelCharge_I18N
        • labelCurrent_I18N
          JLabel labelCurrent_I18N
        • labelDCap
          JLabel labelDCap
        • labelDischarge_I18N
          JLabel labelDischarge_I18N
        • labelElapsed
          JLabel labelElapsed
        • labelInfo
          JLabel labelInfo
        • labelSlot_I18N
          JLabel labelSlot_I18N
        • labelStatus
          JLabel labelStatus
        • labelVoltage_I18N
          JLabel labelVoltage_I18N
        • labelVolts
          JLabel labelVolts
        • panelBorder
          JPanel panelBorder
        • panelMain
          JPanel panelMain
        • slotEmpty
          boolean slotEmpty
          Is the slot currently empty (no battery)?
        • slotName
          String slotName
          The name/ID of the slot.
    • Class com.lf.battman.docking.io.charger.ChargingOptionsPanel

      class ChargingOptionsPanel extends JPanel implements Serializable
      • Serialized Fields

        • checkBoxClipboard_I18N
          JCheckBox checkBoxClipboard_I18N
        • checkBoxReset_I18N
          JCheckBox checkBoxReset_I18N
        • panelBaseProps
          JPanel panelBaseProps
        • panelBaseProps_I18N
          JPanel panelBaseProps_I18N
        • panelProperties
          JPanel panelProperties
    • Class com.lf.battman.docking.io.charger.SkyRCPanel

      class SkyRCPanel extends com.lf.commons.gui.panel.GradientPanel implements Serializable
      • Serialized Fields

        • batteryConfig
          com.lf.commons.db.JDBCConfiguration batteryConfig
          The data for the battery in this slot.
        • buttonBattery_I18N
          com.lf.commons.gui.button.TouchKeyFlatButton buttonBattery_I18N
        • buttonCharts_I18N
          com.lf.commons.gui.button.TouchKeyFlatButton buttonCharts_I18N
        • buttonLogging_I18N
          com.lf.commons.gui.button.TouchKeyFlatButton buttonLogging_I18N
        • fieldCharge
          JTextField fieldCharge
        • fieldCurrent
          JTextField fieldCurrent
        • fieldDischarge
          JTextField fieldDischarge
        • fieldEnergy
          JTextField fieldEnergy
        • fieldPower
          JTextField fieldPower
        • fieldResistence
          JTextField fieldResistence
        • fieldTemperature
          JTextField fieldTemperature
        • fieldVoltage
          JTextField fieldVoltage
        • labelAmpere
          JLabel labelAmpere
        • labelBattType
          JLabel labelBattType
        • labelBattTypeWarn
          JLabel labelBattTypeWarn
        • labelBorder
          JLabel labelBorder
        • labelCCap
          JLabel labelCCap
        • labelCharge_I18N
          JLabel labelCharge_I18N
        • labelCurrent_I18N
          JLabel labelCurrent_I18N
        • labelDCap
          JLabel labelDCap
        • labelDischarge_I18N
          JLabel labelDischarge_I18N
        • labelElapsed
          JLabel labelElapsed
        • labelEnergy_I18N
          JLabel labelEnergy_I18N
        • labelInfo
          JLabel labelInfo
        • labelMilliOhm
          JLabel labelMilliOhm
        • labelPower_I18N
          JLabel labelPower_I18N
        • labelRatio
          JLabel labelRatio
        • labelRatioInfo
          JLabel labelRatioInfo
        • labelResistence_I18N
          JLabel labelResistence_I18N
        • labelSlot_I18N
          JLabel labelSlot_I18N
        • labelStatus
          JLabel labelStatus
        • labelTemperature_I18N
          JLabel labelTemperature_I18N
        • labelTempUnits
          JLabel labelTempUnits
        • labelVoltage_I18N
          JLabel labelVoltage_I18N
        • labelVolts
          JLabel labelVolts
        • labelWattHours
          JLabel labelWattHours
        • labelWatts
          JLabel labelWatts
        • panelBorder
          JPanel panelBorder
        • panelMain
          JPanel panelMain
        • panelRatio
          JPanel panelRatio
        • panelType
          JPanel panelType
        • slotEmpty
          boolean slotEmpty
          Is the slot currently empty (no battery)?
        • slotName
          String slotName
          The name/ID of the slot.
  • Package com.lf.battman.docking.io.other

  • Package com.lf.battman.docking.io.power

    • Class com.lf.battman.docking.io.power.PowerSwitchOptionsPanel

      class PowerSwitchOptionsPanel extends JPanel implements Serializable
      • Serialized Fields

        • buttonConnect_I18N
          JButton buttonConnect_I18N
        • buttonExit1
          com.lf.commons.gui.button.TouchKeyFlatButton buttonExit1
        • buttonExit2
          com.lf.commons.gui.button.TouchKeyFlatButton buttonExit2
        • buttonExit3
          com.lf.commons.gui.button.TouchKeyFlatButton buttonExit3
        • buttonExit4
          com.lf.commons.gui.button.TouchKeyFlatButton buttonExit4
        • buttonInitial1
          com.lf.commons.gui.button.TouchKeyFlatButton buttonInitial1
        • buttonInitial2
          com.lf.commons.gui.button.TouchKeyFlatButton buttonInitial2
        • buttonInitial3
          com.lf.commons.gui.button.TouchKeyFlatButton buttonInitial3
        • buttonInitial4
          com.lf.commons.gui.button.TouchKeyFlatButton buttonInitial4
        • checkBoxExit_I18N
          JCheckBox checkBoxExit_I18N
        • checkBoxInitial_I18N
          JCheckBox checkBoxInitial_I18N
        • enabledMask
          int enabledMask
          The buttons that can be used (default: all).
        • exitStates
          boolean[] exitStates
          The current exit socket status values (4).
        • hyperlinkDevice_I18N
          com.lf.commons.gui.button.HyperlinkButton hyperlinkDevice_I18N
        • initialStates
          boolean[] initialStates
          The current initial socket status values (4).
        • labelHost_I18N
          JLabel labelHost_I18N
        • labelRefresh_I18N
          JLabel labelRefresh_I18N
        • labelSeconds_I18N
          JLabel labelSeconds_I18N
        • linkProcessor
          Consumer<ActionEvent> linkProcessor
          The lambda to open the device web interface in the system Internet browser
        • panel2
          JPanel panel2
        • panelBaseProps_I18N
          JPanel panelBaseProps_I18N
        • panelHost
          JPanel panelHost
        • panelPassword
          JPanel panelPassword
        • panelProperties
          JPanel panelProperties
        • panelRefresh
          JPanel panelRefresh
        • panelStates
          JPanel panelStates
        • passwordField_I18N
          com.lf.commons.gui.field.PasswordField passwordField_I18N
        • textFieldHost_I18N
          JTextField textFieldHost_I18N
        • textFieldRefresh_I18N
          JTextField textFieldRefresh_I18N
    • Class com.lf.battman.docking.io.power.PowerSwitchPanel

      class PowerSwitchPanel extends JPanel implements Serializable
      • Serialized Fields

        • buttonPlug
          com.lf.commons.gui.button.TouchKeyFlatButton buttonPlug
        • labelPlug_I18N
          JLabel labelPlug_I18N
        • labelPlugNo_I18N
          JLabel labelPlugNo_I18N
        • panel2
          JPanel panel2
        • panelMain
          JPanel panelMain
        • textFieldName_I18N
          JTextField textFieldName_I18N
  • Package com.lf.battman.form

    • Class com.lf.battman.form.BatteryForm

      class BatteryForm extends JPanel implements Serializable
      • Serialized Fields

        • baid
          String baid
          The PK of the BATTERY table.
        • binding
          com.lf.commons.db.ResultSetBinding binding
          The manager to apply binding automatisms (see formLoadThr() method).
        • buttonAddOrg_I18N
          JButton buttonAddOrg_I18N
        • buttonCancel
          JButton buttonCancel
          Aborts the editing, closes the dialog.
        • buttonClearPreview_I18N
          JButton buttonClearPreview_I18N
        • buttonCopyOrg_I18N
          JButton buttonCopyOrg_I18N
        • buttonEditOrg_I18N
          JButton buttonEditOrg_I18N
        • buttonHelp
          JButton buttonHelp
          Calls the help system.
        • buttonOpenFile_I18N
          JButton buttonOpenFile_I18N
        • buttonPrint
          JButton buttonPrint
          Prints the form data.
        • buttonSave
          JButton buttonSave
          Stores the form.
        • buttonSkip
          JButton buttonSkip
          Navigates to the next dataset.
        • buttonViewOrg_I18N
          JButton buttonViewOrg_I18N
        • comboBox_BACAPAUNIT
          JComboBox comboBox_BACAPAUNIT
        • comboBox_BAFSTCHRGUNIT
          JComboBox comboBox_BAFSTCHRGUNIT
        • comboBox_BAFSTTIMEUNIT
          JComboBox comboBox_BAFSTTIMEUNIT
        • comboBox_BAOGID
          JComboBox comboBox_BAOGID
        • comboBox_BARECHARGEABLE
          JComboBox comboBox_BARECHARGEABLE
        • comboBox_BAROWSTATE
          JComboBox comboBox_BAROWSTATE
        • comboBox_BASTDCHRGUNIT
          JComboBox comboBox_BASTDCHRGUNIT
        • comboBox_BASTDTIMEUNIT
          JComboBox comboBox_BASTDTIMEUNIT
        • config
          com.lf.commons.config.Configuration config
          Configuration, components are initialized on-the-fly.
        • configID
          String configID
          Configuration identifier, components are initialized on-the-fly.
        • connection
          Connection connection
          The database connection.
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The database connector to use.
        • historyField_BACELLTYPE
          com.lf.commons.gui.field.HistoryField historyField_BACELLTYPE
        • historyField_BAIEC
          com.lf.commons.gui.field.HistoryField historyField_BAIEC
        • historyField_BASIZE
          com.lf.commons.gui.field.HistoryField historyField_BASIZE
        • historyField_BASIZEOTHER
          com.lf.commons.gui.field.HistoryField historyField_BASIZEOTHER
        • initialized
          boolean initialized
          Has the initComponents() method been called?
        • labelBACAPACITY_I18N
          JLabel labelBACAPACITY_I18N
        • labelBACELLTYPE_I18N
          JLabel labelBACELLTYPE_I18N
        • labelBACHANGED_I18N
          JLabel labelBACHANGED_I18N
        • labelBACOMMENT_I18N
          JLabel labelBACOMMENT_I18N
        • labelBACREATED_I18N
          JLabel labelBACREATED_I18N
        • labelBAID
          JLabel labelBAID
        • labelBAID_I18N
          JLabel labelBAID_I18N
        • labelBAID1_I18N
          JLabel labelBAID1_I18N
        • labelBAID2_I18N
          JLabel labelBAID2_I18N
        • labelBANAME_I18N
          JLabel labelBANAME_I18N
        • labelBAOGID_I18N
          JLabel labelBAOGID_I18N
        • labelBAPHOTO_I18N
          JLabel labelBAPHOTO_I18N
        • labelBARECHARGEABLE_I18N
          JLabel labelBARECHARGEABLE_I18N
        • labelBAROWSTATE_I18N
          JLabel labelBAROWSTATE_I18N
        • labelBAURL_I18N
          JLabel labelBAURL_I18N
        • labelBAVOLTAGE_I18N
          JLabel labelBAVOLTAGE_I18N
        • labelBAYEAR_I18N
          JLabel labelBAYEAR_I18N
        • labelFstChargeUnit_I18N
          JLabel labelFstChargeUnit_I18N
        • labelFstCharging_I18N
          JLabel labelFstCharging_I18N
        • labelIEC_I18N
          JLabel labelIEC_I18N
        • labelPreview_I18N
          JLabel labelPreview_I18N
        • labelSize_I18N
          JLabel labelSize_I18N
        • labelSizeOther_I18N
          JLabel labelSizeOther_I18N
        • labelStdChargeUnit_I18N
          JLabel labelStdChargeUnit_I18N
        • labelStdCharging_I18N
          JLabel labelStdCharging_I18N
        • labelVoltageUnit_I18N
          JLabel labelVoltageUnit_I18N
        • matches
          Vector<Component> matches
          Remembers the components matching a search pattern for reset.
        • mode
          int mode
          MODE_INSERT, ...
        • panel2
          JPanel panel2
        • panelComment
          JPanel panelComment
        • panelData
          JPanel panelData
        • panelDataSheet
          JPanel panelDataSheet
        • panelPhoto
          JPanel panelPhoto
        • panelProduct
          JPanel panelProduct
        • photo
          byte[] photo
          Remembers the photo rawdata.
        • photoChanged
          boolean photoChanged
          Has the photo been changed?
        • photoName
          String photoName
          Remembers the name of the photo.
        • rsData
          ResultSet rsData
          The SQL result object to work with.
        • scrollPane
          JScrollPane scrollPane
        • scrollPaneComment
          JScrollPane scrollPaneComment
        • scrollPaneDataSheet
          JScrollPane scrollPaneDataSheet
        • scrollPaneProduct
          JScrollPane scrollPaneProduct
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          The status bar to use (optional).
        • tabbedPane
          JTabbedPane tabbedPane
        • textArea_BACOMMENT
          JTextArea textArea_BACOMMENT
        • textField_BAFSTCHARGEH
          JTextField textField_BAFSTCHARGEH
        • textField_BAFSTCHARGEMA
          JTextField textField_BAFSTCHARGEMA
        • textField_BAID1
          JTextField textField_BAID1
        • textField_BAID2
          JTextField textField_BAID2
        • textField_BANAME
          JTextField textField_BANAME
        • textField_BASTDCHARGEH
          JTextField textField_BASTDCHARGEH
        • textField_BASTDCHARGEMA
          JTextField textField_BASTDCHARGEMA
        • textField_BAURL
          JTextField textField_BAURL
        • textField_BAYEAR
          JTextField textField_BAYEAR
        • textFieldBACAPACITY
          JTextField textFieldBACAPACITY
        • textFieldBAVOLTAGE
          JTextField textFieldBAVOLTAGE
        • timestampPanelChanged
          com.lf.commons.gui.panel.TimestampPanel timestampPanelChanged
        • timestampPanelCreated
          com.lf.commons.gui.panel.TimestampPanel timestampPanelCreated
        • toolBar2
          JToolBar toolBar2
        • toolBar3
          JToolBar toolBar3
    • Class com.lf.battman.form.DeviceForm

      class DeviceForm extends JPanel implements Serializable
      • Serialized Fields

        • abstractDevice
          AbstractDevice abstractDevice
          The instance representing the device (only known devices).
        • binding
          com.lf.commons.db.ResultSetBinding binding
          The manager to apply binding automatisms (see formLoadThr() method).
        • buttonAddLoc_I18N
          JButton buttonAddLoc_I18N
        • buttonAddOrg_I18N
          JButton buttonAddOrg_I18N
        • buttonCancel
          JButton buttonCancel
          Aborts the editing, closes the dialog.
        • buttonClearPreview_I18N
          JButton buttonClearPreview_I18N
        • buttonCopyLoc_I18N
          JButton buttonCopyLoc_I18N
        • buttonCopyOrg_I18N
          JButton buttonCopyOrg_I18N
        • buttonEditLoc_I18N
          JButton buttonEditLoc_I18N
        • buttonEditOrg_I18N
          JButton buttonEditOrg_I18N
        • buttonHelp
          JButton buttonHelp
          Calls the help system.
        • buttonOpenFile_I18N
          JButton buttonOpenFile_I18N
        • buttonPrint
          JButton buttonPrint
          Prints the form data.
        • buttonSave
          JButton buttonSave
          Stores the form.
        • buttonSkip
          JButton buttonSkip
          Navigates to the next dataset.
        • buttonViewLoc_I18N
          JButton buttonViewLoc_I18N
        • buttonViewOrg_I18N
          JButton buttonViewOrg_I18N
        • comboBox_DVLOID
          JComboBox comboBox_DVLOID
        • comboBox_DVOGID
          JComboBox comboBox_DVOGID
        • comboBox_DVROWSTATE
          JComboBox comboBox_DVROWSTATE
        • comboBox_DVTYPE
          JComboBox comboBox_DVTYPE
        • config
          com.lf.commons.config.Configuration config
          Configuration, components are initialized on-the-fly.
        • configID
          String configID
          Configuration identifier, components are initialized on-the-fly.
        • connection
          Connection connection
          The database connection.
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The database connector to use.
        • dvid
          String dvid
          The PK of the DEVICE table.
        • initialized
          boolean initialized
          Has the initComponents() method been called?
        • labelDVBAYS_I18N
          JLabel labelDVBAYS_I18N
        • labelDVCHANGED_I18N
          JLabel labelDVCHANGED_I18N
        • labelDVCOMMENT_I18N
          JLabel labelDVCOMMENT_I18N
        • labelDVCREATED_I18N
          JLabel labelDVCREATED_I18N
        • labelDVID
          JLabel labelDVID
        • labelDVID_I18N
          JLabel labelDVID_I18N
        • labelDVLOID_I18N
          JLabel labelDVLOID_I18N
        • labelDVNAME_I18N
          JLabel labelDVNAME_I18N
        • labelDVOGID_I18N
          JLabel labelDVOGID_I18N
        • labelDVPHOTO_I18N
          JLabel labelDVPHOTO_I18N
        • labelDVPROGRAMS_I18N
          JLabel labelDVPROGRAMS_I18N
        • labelDVROWSTATE_I18N
          JLabel labelDVROWSTATE_I18N
        • labelDVSTATUS_I18N
          JLabel labelDVSTATUS_I18N
        • labelDVTYPE_I18N
          JLabel labelDVTYPE_I18N
        • labelPreview_I18N
          JLabel labelPreview_I18N
        • matches
          Vector<Component> matches
          Remembers the components matching a search pattern for reset.
        • mode
          int mode
          MODE_INSERT, ...
        • panelBarcodeSettings
          BarcodeSettingsPanel panelBarcodeSettings
        • panelChargerSettings
          JPanel panelChargerSettings
        • panelComment
          JPanel panelComment
        • panelCommon
          JPanel panelCommon
        • panelDevice
          JPanel panelDevice
        • panelEmpty
          JPanel panelEmpty
        • panelPhoto
          JPanel panelPhoto
        • panelPhotoInner
          JPanel panelPhotoInner
        • panelSerial
          SerialParamsPanel panelSerial
        • panelSettings
          JPanel panelSettings
        • photo
          byte[] photo
          Remembers the photo rawdata.
        • photoChanged
          boolean photoChanged
          Has the photo been changed?
        • photoName
          String photoName
          Remembers the name of the photo.
        • rsData
          ResultSet rsData
          The SQL result object to work with.
        • scrollPane
          JScrollPane scrollPane
        • scrollPaneComment
          JScrollPane scrollPaneComment
        • scrollPaneDevice
          JScrollPane scrollPaneDevice
        • scrollPanePhoto
          JScrollPane scrollPanePhoto
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          The status bar to use (optional).
        • tabbedPane
          JTabbedPane tabbedPane
        • textArea_DVCOMMENT
          JTextArea textArea_DVCOMMENT
        • textField_DVNAME
          JTextField textField_DVNAME
        • textFieldDVBAYS_I18N
          JTextField textFieldDVBAYS_I18N
        • textFieldDVPROGRAMS_I18N
          JTextField textFieldDVPROGRAMS_I18N
        • textFieldDVSTATUS_I18N
          JTextField textFieldDVSTATUS_I18N
        • timestampPanelChanged
          com.lf.commons.gui.panel.TimestampPanel timestampPanelChanged
        • timestampPanelCreated
          com.lf.commons.gui.panel.TimestampPanel timestampPanelCreated
        • toolBar2
          JToolBar toolBar2
        • toolBar3
          JToolBar toolBar3
        • toolBar4
          JToolBar toolBar4
    • Class com.lf.battman.form.LifecycleForm

      class LifecycleForm extends JPanel implements Serializable
      • Serialized Fields

        • binding
          com.lf.commons.db.ResultSetBinding binding
          The manager to apply binding automatisms (see formLoadThr() method).
        • buttonAddLoc_I18N
          JButton buttonAddLoc_I18N
        • buttonCancel
          JButton buttonCancel
          Aborts the editing, closes the dialog.
        • buttonCopyLoc_I18N
          JButton buttonCopyLoc_I18N
        • buttonEditLoc_I18N
          JButton buttonEditLoc_I18N
        • buttonHelp
          JButton buttonHelp
          Calls the help system.
        • buttonPrint
          JButton buttonPrint
          Prints the form data.
        • buttonSave
          JButton buttonSave
          Stores the form.
        • buttonSkip
          JButton buttonSkip
          Navigates to the next dataset.
        • buttonViewLoc_I18N
          JButton buttonViewLoc_I18N
        • comboBox_LILOID
          JComboBox comboBox_LILOID
        • comboBox_LIPHASE
          JComboBox comboBox_LIPHASE
        • comboBox_LIROWSTATE
          JComboBox comboBox_LIROWSTATE
        • config
          com.lf.commons.config.Configuration config
          Configuration, components are initialized on-the-fly.
        • configID
          String configID
          Configuration identifier, components are initialized on-the-fly.
        • connection
          Connection connection
          The database connection.
        • dateFieldLIBEGIN
          com.lf.commons.gui.field.DateField dateFieldLIBEGIN
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The database connector to use.
        • initialized
          boolean initialized
          Has the initComponents() method been called?
        • labelBeginRight_I18N
          JLabel labelBeginRight_I18N
        • labelLIBEGIN_I18N
          JLabel labelLIBEGIN_I18N
        • labelLICHANGED_I18N
          JLabel labelLICHANGED_I18N
        • labelLICOMMENT_I18N
          JLabel labelLICOMMENT_I18N
        • labelLICREATED_I18N
          JLabel labelLICREATED_I18N
        • labelLIID
          JLabel labelLIID
        • labelLIID_I18N
          JLabel labelLIID_I18N
        • labelLILOID_I18N
          JLabel labelLILOID_I18N
        • labelLIPHASE_I18N
          JLabel labelLIPHASE_I18N
        • labelLIROWSTATE_I18N
          JLabel labelLIROWSTATE_I18N
        • liid
          String liid
          The PK of the LIFECYCLE table.
        • matches
          Vector<Component> matches
          Remembers the components matching a search pattern for reset.
        • mode
          int mode
          MODE_INSERT, ...
        • myid
          int myid
          The PK of the MYBATTERY table (referenced).
        • panel1
          JPanel panel1
        • panel2
          JPanel panel2
        • panel3
          JPanel panel3
        • panelComment
          JPanel panelComment
        • panelLifecycle
          JPanel panelLifecycle
        • rsData
          ResultSet rsData
          The SQL result object to work with.
        • scrollPane
          JScrollPane scrollPane
        • scrollPaneComment
          JScrollPane scrollPaneComment
        • scrollPaneLifecycle
          JScrollPane scrollPaneLifecycle
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          The status bar to use (optional).
        • tabbedPane
          JTabbedPane tabbedPane
        • textArea_LICOMMENT
          JTextArea textArea_LICOMMENT
        • timestampPanelChanged
          com.lf.commons.gui.panel.TimestampPanel timestampPanelChanged
        • timestampPanelCreated
          com.lf.commons.gui.panel.TimestampPanel timestampPanelCreated
        • toolBar2
          JToolBar toolBar2
    • Class com.lf.battman.form.LocationForm

      class LocationForm extends JPanel implements Serializable
      • Serialized Fields

        • binding
          com.lf.commons.db.ResultSetBinding binding
          The manager to apply binding automatisms (see formLoadThr() method).
        • buttonCancel
          JButton buttonCancel
          Aborts the editing, closes the dialog.
        • buttonClearPreview_I18N
          JButton buttonClearPreview_I18N
        • buttonHelp
          JButton buttonHelp
          Calls the help system.
        • buttonOpenFile_I18N
          JButton buttonOpenFile_I18N
        • buttonPrint
          JButton buttonPrint
          Prints the form data.
        • buttonRecognize_I18N
          JButton buttonRecognize_I18N
        • buttonSave
          JButton buttonSave
          Stores the form.
        • buttonSkip
          JButton buttonSkip
          Navigates to the next dataset.
        • comboBox_LOISO3166
          JComboBox comboBox_LOISO3166
        • comboBox_LOROWSTATE
          JComboBox comboBox_LOROWSTATE
        • config
          com.lf.commons.config.Configuration config
          Configuration, components are initialized on-the-fly.
        • configID
          String configID
          Configuration identifier, components are initialized on-the-fly.
        • connection
          Connection connection
          The database connection.
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The database connector to use.
        • historyField_LOCOUNTRY_I18N
          com.lf.commons.gui.field.HistoryField historyField_LOCOUNTRY_I18N
        • historyField_LOSTATE_I18N
          com.lf.commons.gui.field.HistoryField historyField_LOSTATE_I18N
        • historyField_LOTEMPUNIT
          com.lf.commons.gui.field.HistoryField historyField_LOTEMPUNIT
        • initialized
          boolean initialized
          Has the initComponents() method been called?
        • labelLOCHANGED_I18N
          JLabel labelLOCHANGED_I18N
        • labelLOCOMMENT_I18N
          JLabel labelLOCOMMENT_I18N
        • labelLOCOUNTRY_I18N
          JLabel labelLOCOUNTRY_I18N
        • labelLOCREATED_I18N
          JLabel labelLOCREATED_I18N
        • labelLOEMAIL_I18N
          JLabel labelLOEMAIL_I18N
        • labelLOFAX_I18N
          JLabel labelLOFAX_I18N
        • labelLOID
          JLabel labelLOID
        • labelLOID_I18N
          JLabel labelLOID_I18N
        • labelLOISO3166_I18N
          JLabel labelLOISO3166_I18N
        • labelLONAME_I18N
          JLabel labelLONAME_I18N
        • labelLOPHONE_I18N
          JLabel labelLOPHONE_I18N
        • labelLOPHOTO_I18N
          JLabel labelLOPHOTO_I18N
        • labelLOPOSTALCODE_I18N
          JLabel labelLOPOSTALCODE_I18N
        • labelLOROWSTATE_I18N
          JLabel labelLOROWSTATE_I18N
        • labelLOSTATE_I18N
          JLabel labelLOSTATE_I18N
        • labelLOSTREET_I18N
          JLabel labelLOSTREET_I18N
        • labelLOTOWN_I18N
          JLabel labelLOTOWN_I18N
        • labelLOURL_I18N
          JLabel labelLOURL_I18N
        • labelPreview_I18N
          JLabel labelPreview_I18N
        • labelTemp_I18N
          JLabel labelTemp_I18N
        • labelTempDeg1_I18N
          JLabel labelTempDeg1_I18N
        • labelTempDeg2_I18N
          JLabel labelTempDeg2_I18N
        • loid
          String loid
          The PK of the LOCATION table.
        • matches
          Vector<Component> matches
          Remembers the components matching a search pattern for reset.
        • mode
          int mode
          MODE_INSERT, ...
        • panel1
          JPanel panel1
        • panelAddress
          JPanel panelAddress
        • panelComment
          JPanel panelComment
        • panelContact
          JPanel panelContact
        • panelPhoto
          JPanel panelPhoto
        • panelPhotoInner
          JPanel panelPhotoInner
        • photo
          byte[] photo
          Remembers the photo rawdata.
        • photoChanged
          boolean photoChanged
          Has the photo been changed?
        • photoName
          String photoName
          Remembers the name of the photo.
        • rsData
          ResultSet rsData
          The SQL result object to work with.
        • scrollPane
          JScrollPane scrollPane
        • scrollPaneAddress
          JScrollPane scrollPaneAddress
        • scrollPaneComment
          JScrollPane scrollPaneComment
        • scrollPaneContact
          JScrollPane scrollPaneContact
        • scrollPanePhoto
          JScrollPane scrollPanePhoto
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          The status bar to use (optional).
        • tabbedPane
          JTabbedPane tabbedPane
        • textArea_LOCOMMENT
          JTextArea textArea_LOCOMMENT
        • textField_LOEMAIL
          JTextField textField_LOEMAIL
        • textField_LOFAX
          JTextField textField_LOFAX
        • textField_LONAME
          JTextField textField_LONAME
        • textField_LOPHONE
          JTextField textField_LOPHONE
        • textField_LOPOSTALCODE
          JTextField textField_LOPOSTALCODE
        • textField_LOSTREET
          JTextField textField_LOSTREET
        • textField_LOTOWN
          JTextField textField_LOTOWN
        • textField_LOURL
          JTextField textField_LOURL
        • textFieldLOTEMPMAX
          JTextField textFieldLOTEMPMAX
        • textFieldLOTEMPMIN
          JTextField textFieldLOTEMPMIN
        • timestampPanelChanged
          com.lf.commons.gui.panel.TimestampPanel timestampPanelChanged
        • timestampPanelCreated
          com.lf.commons.gui.panel.TimestampPanel timestampPanelCreated
        • toolBar
          JToolBar toolBar
        • toolBar3
          JToolBar toolBar3
    • Class com.lf.battman.form.ManualMeasurementForm

      class ManualMeasurementForm extends JPanel implements Serializable
      • Serialized Fields

        • binding
          com.lf.commons.db.ResultSetBinding binding
          The manager to apply binding automatisms (see formLoadThr() method).
        • buttonAddBatt_I18N
          JButton buttonAddBatt_I18N
        • buttonCancel
          JButton buttonCancel
          Aborts the editing, closes the dialog.
        • buttonCopyBatt_I18N
          JButton buttonCopyBatt_I18N
        • buttonEditBatt_I18N
          JButton buttonEditBatt_I18N
        • buttonHelp
          JButton buttonHelp
          Calls the help system.
        • buttonPrint
          JButton buttonPrint
          Prints the form data.
        • buttonSave
          JButton buttonSave
          Stores the form.
        • buttonSkip
          JButton buttonSkip
          Navigates to the next dataset.
        • buttonViewBatt_I18N
          JButton buttonViewBatt_I18N
        • comboBox_MXDVBAY
          JComboBox comboBox_MXDVBAY
        • comboBox_MXDVTYPE
          JComboBox comboBox_MXDVTYPE
        • comboBox_MXMYID
          JComboBox comboBox_MXMYID
        • comboBox_MXPROGRAM
          JComboBox comboBox_MXPROGRAM
        • comboBox_MXROWSTATE
          JComboBox comboBox_MXROWSTATE
        • comboBox_MXSTATUS
          JComboBox comboBox_MXSTATUS
        • comboBoxMXDVID
          JComboBox comboBoxMXDVID
        • config
          com.lf.commons.config.Configuration config
          Configuration, components are initialized on-the-fly.
        • configID
          String configID
          Configuration identifier, components are initialized on-the-fly.
        • connection
          Connection connection
          The database connection.
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The database connector to use.
        • fieldCharge
          JTextField fieldCharge
        • fieldCreatedDate_I18N
          JTextField fieldCreatedDate_I18N
        • fieldCreatedTime_I18N
          JTextField fieldCreatedTime_I18N
        • fieldCurrent
          JTextField fieldCurrent
        • fieldDischarge
          JTextField fieldDischarge
        • fieldMXSERIES
          JTextField fieldMXSERIES
        • fieldTime_I18N
          JTextField fieldTime_I18N
        • fieldVoltage
          JTextField fieldVoltage
        • hyperlinkDevice_I18N
          com.lf.commons.gui.button.HyperlinkButton hyperlinkDevice_I18N
        • initialized
          boolean initialized
          Has the initComponents() method been called?
        • labelAmpere
          JLabel labelAmpere
        • labelCCap
          JLabel labelCCap
        • labelCharge_I18N
          JLabel labelCharge_I18N
        • labelCurrent_I18N
          JLabel labelCurrent_I18N
        • labeldata_I18N
          JLabel labeldata_I18N
        • labelDCap
          JLabel labelDCap
        • labelDevice_I18N
          JLabel labelDevice_I18N
        • labelDischarge_I18N
          JLabel labelDischarge_I18N
        • labelMXCHANGED_I18N
          JLabel labelMXCHANGED_I18N
        • labelMXCREATED_I18N
          JLabel labelMXCREATED_I18N
        • labelMXDVTYPE_I18N
          JLabel labelMXDVTYPE_I18N
        • labelMXMYID_I18N
          JLabel labelMXMYID_I18N
        • labelMXROWSTATE_I18N
          JLabel labelMXROWSTATE_I18N
        • labelMXSERIES_I18N
          JLabel labelMXSERIES_I18N
        • labelNotice_I18N
          JLabel labelNotice_I18N
        • labelProgram_I18N
          JLabel labelProgram_I18N
        • labelSlot_I18N
          JLabel labelSlot_I18N
        • labelStatus_I18N
          JLabel labelStatus_I18N
        • labelTime_I18N
          JLabel labelTime_I18N
        • labelUsername
          JLabel labelUsername
        • labelVoltage_I18N
          JLabel labelVoltage_I18N
        • labelVolts
          JLabel labelVolts
        • matches
          Vector<Component> matches
          Remembers the components matching a search pattern for reset.
        • mode
          int mode
          MODE_INSERT, ...
        • mxseries
          String mxseries
          The PK of the MXDATA table.
        • panel2
          JPanel panel2
        • panel6
          JPanel panel6
        • panelCreated
          JPanel panelCreated
        • panelCreatedEditable
          JPanel panelCreatedEditable
        • panelMeasurement
          JPanel panelMeasurement
        • rsData
          ResultSet rsData
          The SQL result object to work with.
        • scrollPaneMeasurement
          JScrollPane scrollPaneMeasurement
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          The status bar to use (optional).
        • timestampPanelChanged
          com.lf.commons.gui.panel.TimestampPanel timestampPanelChanged
        • timestampPanelCreated
          com.lf.commons.gui.panel.TimestampPanel timestampPanelCreated
        • toolBar
          JToolBar toolBar
        • validatorCharge
          com.lf.commons.gui.validator.NumericRangeValidator validatorCharge
          Some validator.
        • validatorCreatedDate
          com.lf.commons.gui.validator.RegexValidator validatorCreatedDate
          Some validator.
        • validatorCreatedTime
          com.lf.commons.gui.validator.RegexValidator validatorCreatedTime
          Some validator.
        • validatorCurrent
          com.lf.commons.gui.validator.NumericRangeValidator validatorCurrent
          Some validator.
        • validatorDischarge
          com.lf.commons.gui.validator.NumericRangeValidator validatorDischarge
          Some validator.
        • validatorTime
          com.lf.commons.gui.validator.RegexValidator validatorTime
          Some validator.
        • validatorVoltage
          com.lf.commons.gui.validator.NumericRangeValidator validatorVoltage
          Some validator.
    • Class com.lf.battman.form.MXSeriesForm

      class MXSeriesForm extends JPanel implements Serializable
      • Serialized Fields

        • batteryConfig
          com.lf.commons.db.JDBCConfiguration batteryConfig
          The full battery dataset for the displayed measurement.
        • binding
          com.lf.commons.db.ResultSetBinding binding
          The manager to apply binding automatisms (see formLoadThr() method).
        • buttonAddBatt_I18N
          JButton buttonAddBatt_I18N
        • buttonCancel
          JButton buttonCancel
          Aborts the editing, closes the dialog.
        • buttonCopyBatt_I18N
          JButton buttonCopyBatt_I18N
        • buttonEditBatt_I18N
          JButton buttonEditBatt_I18N
        • buttonGroupCharts
          ButtonGroup buttonGroupCharts
        • buttonHelp
          JButton buttonHelp
          Calls the help system.
        • buttonPrint
          JButton buttonPrint
          Prints the form data.
        • buttonPrint_I18N
          JButton buttonPrint_I18N
        • buttonSave
          JButton buttonSave
          Stores the form.
        • buttonSkip
          JButton buttonSkip
          Navigates to the next dataset.
        • buttonViewBatt_I18N
          JButton buttonViewBatt_I18N
        • chartPanel
          JPanel chartPanel
        • comboBox_MXDVTYPE
          JComboBox comboBox_MXDVTYPE
        • comboBox_MXMYID
          JComboBox comboBox_MXMYID
        • comboBox_MXROWSTATE
          JComboBox comboBox_MXROWSTATE
        • comboBoxMXDVID
          JComboBox comboBoxMXDVID
        • config
          com.lf.commons.config.Configuration config
          Configuration, components are initialized on-the-fly.
        • configID
          String configID
          Configuration identifier, components are initialized on-the-fly.
        • connection
          Connection connection
          The database connection.
        • currentChart
          org.knowm.xchart.XYChart currentChart
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The database connector to use.
        • fieldMXSERIES
          JTextField fieldMXSERIES
        • filterConstraint
          String filterConstraint
          Set if the user specified a static filter.
        • initialized
          boolean initialized
          Has the initComponents() method been called?
        • labelDevice_I18N
          JLabel labelDevice_I18N
        • labelMXCHANGED_I18N
          JLabel labelMXCHANGED_I18N
        • labelMXCREATED_I18N
          JLabel labelMXCREATED_I18N
        • labelMXDVTYPE_I18N
          JLabel labelMXDVTYPE_I18N
        • labelMXMYID_I18N
          JLabel labelMXMYID_I18N
        • labelMXROWSTATE_I18N
          JLabel labelMXROWSTATE_I18N
        • labelMXSERIES_I18N
          JLabel labelMXSERIES_I18N
        • matches
          Vector<Component> matches
          Remembers the components matching a search pattern for reset.
        • mode
          int mode
          MODE_INSERT, ...
        • mxseries
          String mxseries
          The PK of the MYBATTERY table.
        • panel2
          JPanel panel2
        • panel6
          JPanel panel6
        • panelBottom
          JPanel panelBottom
        • panelCharts
          JPanel panelCharts
        • panelChooser
          JPanel panelChooser
        • panelDatasets
          JPanel panelDatasets
        • panelMeasurement
          JPanel panelMeasurement
        • panelPrint
          JPanel panelPrint
        • rsData
          ResultSet rsData
          The SQL result object to work with.
        • scrollPaneMeasurement
          JScrollPane scrollPaneMeasurement
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          The status bar to use (optional).
        • tabbedPane
          JTabbedPane tabbedPane
        • tablePanelDatasets
          com.lf.commons.table.TablePanel tablePanelDatasets
        • timestampPanelChanged
          com.lf.commons.gui.panel.TimestampPanel timestampPanelChanged
        • timestampPanelCreated
          com.lf.commons.gui.panel.TimestampPanel timestampPanelCreated
        • toggleButton
          JToggleButton toggleButton
        • toolBar
          JToolBar toolBar
        • typeRenderer
          com.lf.commons.table.renderer.MappingRenderer typeRenderer
          A table cell renderer.
    • Class com.lf.battman.form.MyBatteryForm

      class MyBatteryForm extends JPanel implements Serializable
      • Serialized Fields

        • baid
          int baid
          Detects changes of the battery type selection (fields disabled if set).
        • binding
          com.lf.commons.db.ResultSetBinding binding
          The manager to apply binding automatisms (see formLoadThr() method).
        • buttonAddBatt_I18N
          JButton buttonAddBatt_I18N
        • buttonAddDeal_I18N
          JButton buttonAddDeal_I18N
        • buttonAddOrg_I18N
          JButton buttonAddOrg_I18N
        • buttonCancel
          JButton buttonCancel
          Aborts the editing, closes the dialog.
        • buttonClearPreview_I18N
          JButton buttonClearPreview_I18N
        • buttonCopyBatt_I18N
          JButton buttonCopyBatt_I18N
        • buttonCopyDeal_I18N
          JButton buttonCopyDeal_I18N
        • buttonCopyOrg_I18N
          JButton buttonCopyOrg_I18N
        • buttonEditBatt_I18N
          JButton buttonEditBatt_I18N
        • buttonEditDeal_I18N
          JButton buttonEditDeal_I18N
        • buttonEditOrg_I18N
          JButton buttonEditOrg_I18N
        • buttonHelp
          JButton buttonHelp
          Calls the help system.
        • buttonOpenFile_I18N
          JButton buttonOpenFile_I18N
        • buttonPrint
          JButton buttonPrint
          Prints the form data.
        • buttonSave
          JButton buttonSave
          Stores the form.
        • buttonSkip
          JButton buttonSkip
          Navigates to the next dataset.
        • buttonViewBatt_I18N
          JButton buttonViewBatt_I18N
        • buttonViewDeal_I18N
          JButton buttonViewDeal_I18N
        • buttonViewOrg_I18N
          JButton buttonViewOrg_I18N
        • comboBox_MYBAID
          JComboBox comboBox_MYBAID
        • comboBox_MYCAPAUNIT
          JComboBox comboBox_MYCAPAUNIT
        • comboBox_MYCURRENCY
          JComboBox comboBox_MYCURRENCY
        • comboBox_MYDEALOGID
          JComboBox comboBox_MYDEALOGID
        • comboBox_MYFSTCHRGUNIT
          JComboBox comboBox_MYFSTCHRGUNIT
        • comboBox_MYFSTTIMEUNIT
          JComboBox comboBox_MYFSTTIMEUNIT
        • comboBox_MYOGID
          JComboBox comboBox_MYOGID
        • comboBox_MYRECHARGEABLE
          JComboBox comboBox_MYRECHARGEABLE
        • comboBox_MYROWSTATE
          JComboBox comboBox_MYROWSTATE
        • comboBox_MYSTDCHRGUNIT
          JComboBox comboBox_MYSTDCHRGUNIT
        • comboBox_MYSTDTIMEUNIT
          JComboBox comboBox_MYSTDTIMEUNIT
        • comboBoxWarranty
          JComboBox comboBoxWarranty
        • config
          com.lf.commons.config.Configuration config
          Configuration, components are initialized on-the-fly.
        • configID
          String configID
          Configuration identifier, components are initialized on-the-fly.
        • connection
          Connection connection
          The database connection.
        • dateFieldMYORDERDATE
          com.lf.commons.gui.field.DateField dateFieldMYORDERDATE
        • dateFieldMYWARRANTY
          com.lf.commons.gui.field.DateField dateFieldMYWARRANTY
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The database connector to use.
        • historyField_MYCATEGORY
          com.lf.commons.gui.field.HistoryField historyField_MYCATEGORY
        • historyField_MYCELLTYPE
          com.lf.commons.gui.field.HistoryField historyField_MYCELLTYPE
        • historyField_MYIEC
          com.lf.commons.gui.field.HistoryField historyField_MYIEC
        • historyField_MYSIZE
          com.lf.commons.gui.field.HistoryField historyField_MYSIZE
        • historyField_MYSIZEOTHER
          com.lf.commons.gui.field.HistoryField historyField_MYSIZEOTHER
        • initialized
          boolean initialized
          Has the initComponents() method been called?
        • labelBAOGID_I18N
          JLabel labelBAOGID_I18N
        • labelFstChargeUnit_I18N
          JLabel labelFstChargeUnit_I18N
        • labelFstCharging_I18N
          JLabel labelFstCharging_I18N
        • labelIEC_I18N
          JLabel labelIEC_I18N
        • labelMYBAID_I18N
          JLabel labelMYBAID_I18N
        • labelMYCAPACITY_I18N
          JLabel labelMYCAPACITY_I18N
        • labelMYCATEGORY_I18N
          JLabel labelMYCATEGORY_I18N
        • labelMYCELLTYPE_I18N
          JLabel labelMYCELLTYPE_I18N
        • labelMYCHANGED_I18N
          JLabel labelMYCHANGED_I18N
        • labelMYCOMMENT_I18N
          JLabel labelMYCOMMENT_I18N
        • labelMYCREATED_I18N
          JLabel labelMYCREATED_I18N
        • labelMYDEALOGID_I18N
          JLabel labelMYDEALOGID_I18N
        • labelMYID
          JLabel labelMYID
        • labelMYID_I18N
          JLabel labelMYID_I18N
        • labelMYID1_I18N
          JLabel labelMYID1_I18N
        • labelMYID2_I18N
          JLabel labelMYID2_I18N
        • labelMYNAME_I18N
          JLabel labelMYNAME_I18N
        • labelMYORDERDATE_I18N
          JLabel labelMYORDERDATE_I18N
        • labelMYORDERID_I18N
          JLabel labelMYORDERID_I18N
        • labelMYPHOTO_I18N
          JLabel labelMYPHOTO_I18N
        • labelMYPRICE_I18N
          JLabel labelMYPRICE_I18N
        • labelMYRECHARGEABLE_I18N
          JLabel labelMYRECHARGEABLE_I18N
        • labelMYROWSTATE_I18N
          JLabel labelMYROWSTATE_I18N
        • labelMYURL_I18N
          JLabel labelMYURL_I18N
        • labelMYVOLTAGE_I18N
          JLabel labelMYVOLTAGE_I18N
        • labelMYWARRANTY_I18N
          JLabel labelMYWARRANTY_I18N
        • labelMYYEAR_I18N
          JLabel labelMYYEAR_I18N
        • labelOrderDateRight_I18N
          JLabel labelOrderDateRight_I18N
        • labelPreview_I18N
          JLabel labelPreview_I18N
        • labelSize_I18N
          JLabel labelSize_I18N
        • labelSizeOther_I18N
          JLabel labelSizeOther_I18N
        • labelStdChargeUnit_I18N
          JLabel labelStdChargeUnit_I18N
        • labelStdCharging_I18N
          JLabel labelStdCharging_I18N
        • labelTablePanelLifecycle
          JLabel labelTablePanelLifecycle
        • labelVoltageUnit_I18N
          JLabel labelVoltageUnit_I18N
        • matches
          Vector<Component> matches
          Remembers the components matching a search pattern for reset.
        • mode
          int mode
          MODE_INSERT, ...
        • myid
          String myid
          The PK of the MYBATTERY table.
        • panel2
          JPanel panel2
        • panel6
          JPanel panel6
        • panel8
          JPanel panel8
        • panelComment
          JPanel panelComment
        • panelData
          JPanel panelData
        • panelDataSheet
          JPanel panelDataSheet
        • panelLifecycle
          JPanel panelLifecycle
        • panelMyBattery
          JPanel panelMyBattery
        • panelPhoto
          JPanel panelPhoto
        • panelPurchase
          JPanel panelPurchase
        • photo
          byte[] photo
          Remembers the photo rawdata.
        • photoChanged
          boolean photoChanged
          Has the photo been changed?
        • photoName
          String photoName
          Remembers the name of the photo.
        • rsBATTERY
          ResultSet rsBATTERY
          The SQL result object to work with (BATTERY table).
        • rsData
          ResultSet rsData
          The SQL result object to work with.
        • scrollPane
          JScrollPane scrollPane
        • scrollPaneComment
          JScrollPane scrollPaneComment
        • scrollPaneDataSheet
          JScrollPane scrollPaneDataSheet
        • scrollPaneMyBattery
          JScrollPane scrollPaneMyBattery
        • scrollPanePurchase
          JScrollPane scrollPanePurchase
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          The status bar to use (optional).
        • tabbedPane
          JTabbedPane tabbedPane
        • tablePanelLifecycle
          com.lf.commons.table.TablePanel tablePanelLifecycle
        • textArea_MYCOMMENT
          JTextArea textArea_MYCOMMENT
        • textField_MYFSTCHARGEH
          JTextField textField_MYFSTCHARGEH
        • textField_MYFSTCHARGEMA
          JTextField textField_MYFSTCHARGEMA
        • textField_MYID1
          JTextField textField_MYID1
        • textField_MYID2
          JTextField textField_MYID2
        • textField_MYNAME
          JTextField textField_MYNAME
        • textField_MYORDERID
          JTextField textField_MYORDERID
        • textField_MYSTDCHARGEH
          JTextField textField_MYSTDCHARGEH
        • textField_MYSTDCHARGEMA
          JTextField textField_MYSTDCHARGEMA
        • textField_MYURL
          JTextField textField_MYURL
        • textField_MYYEAR
          JTextField textField_MYYEAR
        • textFieldMYCAPACITY
          JTextField textFieldMYCAPACITY
        • textFieldMYPRICE
          JTextField textFieldMYPRICE
        • textFieldMYVOLTAGE
          JTextField textFieldMYVOLTAGE
        • timestampPanelChanged
          com.lf.commons.gui.panel.TimestampPanel timestampPanelChanged
        • timestampPanelCreated
          com.lf.commons.gui.panel.TimestampPanel timestampPanelCreated
        • toolBar2
          JToolBar toolBar2
        • toolBar3
          JToolBar toolBar3
        • toolBar4
          JToolBar toolBar4
        • toolBar6
          JToolBar toolBar6
    • Class com.lf.battman.form.OrganizationForm

      class OrganizationForm extends JPanel implements Serializable
      • Serialized Fields

        • binding
          com.lf.commons.db.ResultSetBinding binding
          The manager to apply binding automatisms (see formLoadThr() method).
        • buttonCancel
          JButton buttonCancel
          Aborts the editing, closes the dialog.
        • buttonHelp
          JButton buttonHelp
          Calls the help system.
        • buttonPrint
          JButton buttonPrint
          Prints the form data.
        • buttonRecognize_I18N
          JButton buttonRecognize_I18N
        • buttonSave
          JButton buttonSave
          Stores the form.
        • buttonSkip
          JButton buttonSkip
          Navigates to the next dataset.
        • comboBox_OGISO3166
          JComboBox comboBox_OGISO3166
        • comboBox_OGROWSTATE
          JComboBox comboBox_OGROWSTATE
        • config
          com.lf.commons.config.Configuration config
          Configuration, components are initialized on-the-fly.
        • configID
          String configID
          Configuration identifier, components are initialized on-the-fly.
        • connection
          Connection connection
          The database connection.
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The database connector to use.
        • historyField_OGCOUNTRY_I18N
          com.lf.commons.gui.field.HistoryField historyField_OGCOUNTRY_I18N
        • historyField_OGSTATE_I18N
          com.lf.commons.gui.field.HistoryField historyField_OGSTATE_I18N
        • initialized
          boolean initialized
          Has the initComponents() method been called?
        • labelOGCHANGED_I18N
          JLabel labelOGCHANGED_I18N
        • labelOGCOMMENT_I18N
          JLabel labelOGCOMMENT_I18N
        • labelOGCOUNTRY_I18N
          JLabel labelOGCOUNTRY_I18N
        • labelOGCREATED_I18N
          JLabel labelOGCREATED_I18N
        • labelOGEMAIL_I18N
          JLabel labelOGEMAIL_I18N
        • labelOGFAX_I18N
          JLabel labelOGFAX_I18N
        • labelOGID
          JLabel labelOGID
        • labelOGID_I18N
          JLabel labelOGID_I18N
        • labelOGISO3166_I18N
          JLabel labelOGISO3166_I18N
        • labelOGNAME_I18N
          JLabel labelOGNAME_I18N
        • labelOGPHONE_I18N
          JLabel labelOGPHONE_I18N
        • labelOGPOSTALCODE_I18N
          JLabel labelOGPOSTALCODE_I18N
        • labelOGROWSTATE_I18N
          JLabel labelOGROWSTATE_I18N
        • labelOGSTATE_I18N
          JLabel labelOGSTATE_I18N
        • labelOGSTREET_I18N
          JLabel labelOGSTREET_I18N
        • labelOGTOWN_I18N
          JLabel labelOGTOWN_I18N
        • labelOGURL_I18N
          JLabel labelOGURL_I18N
        • matches
          Vector<Component> matches
          Remembers the components matching a search pattern for reset.
        • mode
          int mode
          MODE_INSERT, ...
        • ogid
          String ogid
          The PK of the ORGANIZATION table.
        • panel1
          JPanel panel1
        • panelAddress
          JPanel panelAddress
        • panelComment
          JPanel panelComment
        • panelContact
          JPanel panelContact
        • rsData
          ResultSet rsData
          The SQL result object to work with.
        • scrollPane
          JScrollPane scrollPane
        • scrollPaneAddress
          JScrollPane scrollPaneAddress
        • scrollPaneComment
          JScrollPane scrollPaneComment
        • scrollPaneContact
          JScrollPane scrollPaneContact
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          The status bar to use (optional).
        • tabbedPane
          JTabbedPane tabbedPane
        • textArea_OGCOMMENT
          JTextArea textArea_OGCOMMENT
        • textField_OGEMAIL
          JTextField textField_OGEMAIL
        • textField_OGFAX
          JTextField textField_OGFAX
        • textField_OGNAME
          JTextField textField_OGNAME
        • textField_OGPHONE
          JTextField textField_OGPHONE
        • textField_OGPOSTALCODE
          JTextField textField_OGPOSTALCODE
        • textField_OGSTREET
          JTextField textField_OGSTREET
        • textField_OGTOWN
          JTextField textField_OGTOWN
        • textField_OGURL
          JTextField textField_OGURL
        • timestampPanelChanged
          com.lf.commons.gui.panel.TimestampPanel timestampPanelChanged
        • timestampPanelCreated
          com.lf.commons.gui.panel.TimestampPanel timestampPanelCreated
        • toolBar
          JToolBar toolBar
    • Class com.lf.battman.form.ServiceConfigForm

      class ServiceConfigForm extends JPanel implements Serializable
      • Serialized Fields

        • binding
          com.lf.commons.db.ResultSetBinding binding
          The manager to apply binding automatics (see formLoadThr() method).
        • buttonCancel
          JButton buttonCancel
          Aborts the editing, closes the dialog.
        • buttonHelp
          JButton buttonHelp
          Calls the help system.
        • buttonPrint
          JButton buttonPrint
          Prints the form data.
        • buttonSave
          JButton buttonSave
          Stores the form.
        • buttonSkip
          JButton buttonSkip
          Navigates to the next dataset.
        • comboBoxBoolean
          JComboBox comboBoxBoolean
        • connection
          Connection connection
          The database connection.
        • datatype
          String datatype
          The data type to edit.
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The database connector to use.
        • initialized
          boolean initialized
          Has the initComponents() method been called?
        • key
          String key
          The PK of the SYSCONFIG table.
        • labelCFKEY
          JLabel labelCFKEY
        • labelCFQUALIFIER
          JLabel labelCFQUALIFIER
        • labelCFSERVICEID
          JLabel labelCFSERVICEID
        • labelChanged_I18N
          JLabel labelChanged_I18N
        • labelCreated_I18N
          JLabel labelCreated_I18N
        • labelKey_I18N
          JLabel labelKey_I18N
        • labelQualifier_I18N
          JLabel labelQualifier_I18N
        • labelServiceID_I18N
          JLabel labelServiceID_I18N
        • labelValue_I18N
          JLabel labelValue_I18N
        • mode
          int mode
          MODE_INSERT, ...
        • panelBoolean
          JPanel panelBoolean
        • panelEditorCard
          JPanel panelEditorCard
        • panelHeader
          JPanel panelHeader
        • panelString
          JPanel panelString
        • panelValue
          JPanel panelValue
        • qualifier
          String qualifier
          The PK of the SYSCONFIG table.
        • rsData
          ResultSet rsData
          The SQL result object to work with.
        • scrollPaneValue
          JScrollPane scrollPaneValue
        • serviceId
          String serviceId
          The PK of the SYSCONFIG table.
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          The status bar to use (optional).
        • tabbedPane
          JTabbedPane tabbedPane
        • textFieldString
          JTextField textFieldString
        • timestampPanelChanged
          com.lf.commons.gui.panel.TimestampPanel timestampPanelChanged
        • timestampPanelCreated
          com.lf.commons.gui.panel.TimestampPanel timestampPanelCreated
    • Class com.lf.battman.form.UserForm

      class UserForm extends JPanel implements Serializable
      • Serialized Fields

        • accessLevels
          com.lf.commons.lang.OrderedHashtable<String,String> accessLevels
          The access level IDs/names from the application.
        • binding
          com.lf.commons.db.ResultSetBinding binding
          The manager to apply binding automatics (see formLoadThr() method).
        • buttonCancel
          JButton buttonCancel
          Aborts the editing, closes the dialog.
        • buttonChangePassword_I18N
          JButton buttonChangePassword_I18N
        • buttonClearPreview_I18N
          JButton buttonClearPreview_I18N
        • buttonHelp
          JButton buttonHelp
          Calls the help system.
        • buttonOpenFile_I18N
          JButton buttonOpenFile_I18N
        • buttonPrint
          JButton buttonPrint
          Prints the form data.
        • buttonSave
          JButton buttonSave
          Stores the form.
        • buttonSkip
          JButton buttonSkip
          Navigates to the next dataset.
        • comboBox_USACCESS
          JComboBox comboBox_USACCESS
        • comboBox_USROWSTATE
          JComboBox comboBox_USROWSTATE
        • comboBox_USTYPE
          JComboBox comboBox_USTYPE
        • connection
          Connection connection
          The database connection.
        • dbConnector
          com.lf.commons.db.DatabaseConnector dbConnector
          The database connector to use.
        • initialized
          boolean initialized
          Has the initComponents() method been called?
        • labelPassword_I18N
          JLabel labelPassword_I18N
        • labelPasswordSet
          JLabel labelPasswordSet
        • labelPreview_I18N
          JLabel labelPreview_I18N
        • labelUSACCESS_I18N
          JLabel labelUSACCESS_I18N
        • labelUSCHANGED_I18N
          JLabel labelUSCHANGED_I18N
        • labelUSCOMMENT_I18N
          JLabel labelUSCOMMENT_I18N
        • labelUSCREATED_I18N
          JLabel labelUSCREATED_I18N
        • labelUSID
          JLabel labelUSID
        • labelUSID_I18N
          JLabel labelUSID_I18N
        • labelUSLOGIN_I18N
          JLabel labelUSLOGIN_I18N
        • labelUSNAME_I18N
          JLabel labelUSNAME_I18N
        • labelUSPHOTO_I18N
          JLabel labelUSPHOTO_I18N
        • labelUSROWSTATE_I18N
          JLabel labelUSROWSTATE_I18N
        • labelUSTYPE_I18N
          JLabel labelUSTYPE_I18N
        • mode
          int mode
          MODE_INSERT, ...
        • panelChangePassword
          JPanel panelChangePassword
        • panelComment
          JPanel panelComment
        • panelPassword
          JPanel panelPassword
        • panelPhoto
          JPanel panelPhoto
        • panelPhotoInner
          JPanel panelPhotoInner
        • panelUser
          JPanel panelUser
        • passwordField_I18N
          com.lf.commons.gui.field.PasswordField passwordField_I18N
        • photo
          byte[] photo
          Remembers the photo rawdata.
        • photoChanged
          boolean photoChanged
          Has the photo been changed?
        • photoName
          String photoName
          Remembers the name of the photo.
        • pwdHash
          String pwdHash
          The has for the current user password (UPDATE mode only).
        • rsData
          ResultSet rsData
          The SQL result object to work with.
        • scrollPane
          JScrollPane scrollPane
        • scrollPaneComment
          JScrollPane scrollPaneComment
        • scrollPanePhoto
          JScrollPane scrollPanePhoto
        • scrollPaneUser
          JScrollPane scrollPaneUser
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
          The status bar to use (optional).
        • tabbedPane
          JTabbedPane tabbedPane
        • textArea_USCOMMENT
          JTextArea textArea_USCOMMENT
        • textField_USLOGIN
          JTextField textField_USLOGIN
        • textField_USNAME
          JTextField textField_USNAME
        • timestampPanelChanged
          com.lf.commons.gui.panel.TimestampPanel timestampPanelChanged
        • timestampPanelCreated
          com.lf.commons.gui.panel.TimestampPanel timestampPanelCreated
        • toolBar3
          JToolBar toolBar3
        • userTypes
          com.lf.commons.lang.OrderedHashtable<String,String> userTypes
          The user type IDs/names from the application.
        • usid
          String usid
          The PK of the SYSUSER table.
  • Package com.lf.battman.gui

    • Class com.lf.battman.gui.BattManView

      class BattManView extends JFrame implements Serializable
      • Serialized Fields

        • acceleratorItems
          JMenuItem[] acceleratorItems
          The items holding the global accelerators like "F1" (help) also used for dialogs.
        • actionManager
          com.lf.commons.gui.ActionManager actionManager
          The manager for the high-level shared actions.
        • buttonNewSession
          JButton buttonNewSession
          The button associated with the menu "New Session" item.
        • buttonStatusEmbedded
          JButton buttonStatusEmbedded
          The status bar button for the embedded database.
        • cacheWastePrevention
          Hashtable<com.lf.commons.db.DatabaseConnector,Integer[]> cacheWastePrevention
          Remembers the battery count for displaying the waste prevention info (index 0=battery count, index 1=weight, index 2=total rechargeable weight).
        • comboBoxConnections
          com.lf.commons.gui.combo.DatabaseConnectionComboBox comboBoxConnections
          Toolbar component.
        • configurator
          com.lf.commons.docking.WindowConfigurator configurator
          Restores the docking window positions.
        • dockingManager
          com.lf.commons.docking.DockingManager dockingManager
        • fileHandler
          com.lf.commons.docking.filesys.DefaultFileHandler fileHandler
          Handles the encryption/decryption formats.
        • initRunning
          boolean initRunning
          Indicates if the view is currently being initialized.
        • labelUserData_I18N
          JLabel labelUserData_I18N
        • logController
          JProgressBar logController
          The component to monitor database logging (device data).
        • mcThreshold
          int mcThreshold
          Automatically display the memory controller if this memory threshold is reached.
        • menu1_I18N
          JMenu menu1_I18N
        • menu2_I18N
          JMenu menu2_I18N
        • menuBackup_I18N
          JMenu menuBackup_I18N
        • menuBar
          JMenuBar menuBar
        • menuCloseTab_I18N
          JMenuItem menuCloseTab_I18N
        • menuDatabase_I18N
          JMenu menuDatabase_I18N
        • menuDevices_I18N
          JMenu menuDevices_I18N
        • menuDocking_I18N
          JMenu menuDocking_I18N
        • menuEdit_I18N
          JMenu menuEdit_I18N
        • menuEditors_I18N
          JMenu menuEditors_I18N
        • menuEditorsReadOnly_I18N
          JMenu menuEditorsReadOnly_I18N
        • menuEmbedded_I18N
          JMenu menuEmbedded_I18N
        • menuFile_I18N
          JMenu menuFile_I18N
        • menuFilePreferences_I18N
          JMenu menuFilePreferences_I18N
        • menuFontSize_I18N
          JMenu menuFontSize_I18N
        • menuHelp_I18N
          JMenu menuHelp_I18N
        • menuHideWindow_I18N
          JMenuItem menuHideWindow_I18N
        • menuInstaller_I18N
          JMenu menuInstaller_I18N
        • menuItemAbout_I18N
          JMenuItem menuItemAbout_I18N
        • menuItemAccessEmbedded_I18N
          JMenuItem menuItemAccessEmbedded_I18N
        • menuItemBalloon_I18N
          JMenuItem menuItemBalloon_I18N
        • menuItemBuy_I18N
          JMenuItem menuItemBuy_I18N
        • menuItemCalcDiscount_I18N
          JMenuItem menuItemCalcDiscount_I18N
        • menuItemCapture_I18N
          JMenuItem menuItemCapture_I18N
        • menuItemConnect_I18N
          JMenuItem menuItemConnect_I18N
        • menuItemCopy_I18N
          JMenuItem menuItemCopy_I18N
        • menuItemCreateBackup_I18N
          JMenuItem menuItemCreateBackup_I18N
        • menuItemCSHelp_I18N
          JMenuItem menuItemCSHelp_I18N
        • menuItemCut_I18N
          JMenuItem menuItemCut_I18N
        • menuItemDatabaseWizard_I18N
          JMenuItem menuItemDatabaseWizard_I18N
        • menuItemDefaultConnections_I18N
          JMenuItem menuItemDefaultConnections_I18N
        • menuItemDelete_I18N
          JMenuItem menuItemDelete_I18N
        • menuItemDeobfuscate_I18N
          JMenuItem menuItemDeobfuscate_I18N
        • menuItemDeviceWizard_I18N
          JMenuItem menuItemDeviceWizard_I18N
        • menuItemDisconnect_I18N
          JMenuItem menuItemDisconnect_I18N
        • menuItemEditConnections_I18N
          JMenuItem menuItemEditConnections_I18N
        • menuItemEditDevices_I18N
          JMenuItem menuItemEditDevices_I18N
        • menuItemEDTHang_I18N
          JMenuItem menuItemEDTHang_I18N
        • menuItemEvaluationExceeded_I18N
          JMenuItem menuItemEvaluationExceeded_I18N
        • menuItemExit_I18N
          JMenuItem menuItemExit_I18N
        • menuItemExportPreferences_I18N
          JMenuItem menuItemExportPreferences_I18N
        • menuItemFileLogs_I18N
          JMenuItem menuItemFileLogs_I18N
        • menuItemFind_I18N
          JMenuItem menuItemFind_I18N
        • menuItemGC_I18N
          JMenuItem menuItemGC_I18N
        • menuItemGenerateData_I18N
          JMenuItem menuItemGenerateData_I18N
        • menuItemHelp_I18N
          JMenuItem menuItemHelp_I18N
        • menuItemHomepage_I18N
          JMenuItem menuItemHomepage_I18N
        • menuItemImportPreferences_I18N
          JMenuItem menuItemImportPreferences_I18N
        • menuItemInitialDatasets_I18N
          JMenuItem menuItemInitialDatasets_I18N
        • menuItemLargerFonts_I18N
          JMenuItem menuItemLargerFonts_I18N
        • menuItemLookAndFeel_I18N
          JMenuItem menuItemLookAndFeel_I18N
        • menuItemManageSequences_I18N
          JMenuItem menuItemManageSequences_I18N
        • menuItemManageTables_I18N
          JMenuItem menuItemManageTables_I18N
        • menuItemManageUsers_I18N
          JMenuItem menuItemManageUsers_I18N
        • menuItemMaxMem_I18N
          JMenuItem menuItemMaxMem_I18N
        • menuItemNewSession_I18N
          JMenuItem menuItemNewSession_I18N
        • menuItemNotAvailable_I18N
          JMenuItem menuItemNotAvailable_I18N
        • menuItemNotes_I18N
          JMenuItem menuItemNotes_I18N
        • menuItemPassword_I18N
          JMenuItem menuItemPassword_I18N
        • menuItemPaste_I18N
          JMenuItem menuItemPaste_I18N
        • menuItemPreferences_I18N
          JMenuItem menuItemPreferences_I18N
        • menuItemPrint_I18N
          JMenuItem menuItemPrint_I18N
        • menuItemPrognosis_I18N
          JMenuItem menuItemPrognosis_I18N
        • menuItemPurchaseFS_I18N
          JMenuItem menuItemPurchaseFS_I18N
        • menuItemRegister_I18N
          JMenuItem menuItemRegister_I18N
        • menuItemRelease_I18N
          JMenuItem menuItemRelease_I18N
        • menuItemRename_I18N
          JMenuItem menuItemRename_I18N
        • menuItemResetFonts_I18N
          JMenuItem menuItemResetFonts_I18N
        • menuItemRestart_I18N
          JMenuItem menuItemRestart_I18N
        • menuItemRestoreBackup_I18N
          JMenuItem menuItemRestoreBackup_I18N
        • menuItemSavePreferences_I18N
          JMenuItem menuItemSavePreferences_I18N
        • menuItemScreenClipboard_I18N
          JMenuItem menuItemScreenClipboard_I18N
        • menuItemScreenPrint_I18N
          JMenuItem menuItemScreenPrint_I18N
        • menuItemScreenSave_I18N
          JMenuItem menuItemScreenSave_I18N
        • menuItemServiceConfig_I18N
          JMenuItem menuItemServiceConfig_I18N
        • menuItemSmallerFonts_I18N
          JMenuItem menuItemSmallerFonts_I18N
        • menuItemStartEmbedded_I18N
          JMenuItem menuItemStartEmbedded_I18N
        • menuItemStatusBar
          JCheckBoxMenuItem menuItemStatusBar
          The popup menu item for the status bar.
        • menuItemStatusReport_I18N
          JMenuItem menuItemStatusReport_I18N
        • menuItemStopEmbedded_I18N
          JMenuItem menuItemStopEmbedded_I18N
        • menuItemSupport_I18N
          JMenuItem menuItemSupport_I18N
        • menuItemToolBar
          JCheckBoxMenuItem menuItemToolBar
          The popup menu item for the tool bar.
        • menuItemToolBarLabels
          JCheckBoxMenuItem menuItemToolBarLabels
          Placeholder for the menu item to show/hide the button labels.
        • menuItemTooltips_I18N
          JCheckBoxMenuItem menuItemTooltips_I18N
        • menuItemTrialLicense_I18N
          JMenuItem menuItemTrialLicense_I18N
        • menuItemUninstall_I18N
          JMenuItem menuItemUninstall_I18N
        • menuItemUpdate_I18N
          JMenuItem menuItemUpdate_I18N
        • menuItemUpdateCheckDaily_I18N
          JCheckBoxMenuItem menuItemUpdateCheckDaily_I18N
        • menuItemUpdateCheckMonthly_I18N
          JCheckBoxMenuItem menuItemUpdateCheckMonthly_I18N
        • menuItemUpdateCheckNever_I18N
          JCheckBoxMenuItem menuItemUpdateCheckNever_I18N
        • menuItemUpdateCheckOnStart_I18N
          JCheckBoxMenuItem menuItemUpdateCheckOnStart_I18N
        • menuItemUpdateCheckWeekly_I18N
          JCheckBoxMenuItem menuItemUpdateCheckWeekly_I18N
        • menuItemVFSDefaults_I18N
          JMenuItem menuItemVFSDefaults_I18N
        • menuItemWaste_I18N
          JMenuItem menuItemWaste_I18N
        • menuItemWindowClipboard_I18N
          JMenuItem menuItemWindowClipboard_I18N
        • menuItemWindowPrint_I18N
          JMenuItem menuItemWindowPrint_I18N
        • menuItemWindowSave_I18N
          JMenuItem menuItemWindowSave_I18N
        • menuJavaHelp_I18N
          JMenu menuJavaHelp_I18N
        • menuLanguage_I18N
          JMenu menuLanguage_I18N
        • menuLookAndFeel_I18N
          JMenu menuLookAndFeel_I18N
        • menuManageDB_I18N
          JMenu menuManageDB_I18N
        • menuMC_I18N
          JMenu menuMC_I18N
        • menuNetwork_I18N
          JMenu menuNetwork_I18N
        • menuPurchase_I18N
          JMenu menuPurchase_I18N
        • menuRefresh_I18N
          JMenuItem menuRefresh_I18N
        • menuResetWindows_I18N
          JMenuItem menuResetWindows_I18N
        • menuResolutions_I18N
          JMenu menuResolutions_I18N
        • menuScreenShot_I18N
          JMenu menuScreenShot_I18N
        • menuSetup_I18N
          JMenu menuSetup_I18N
        • menuStatistics_I18N
          JMenu menuStatistics_I18N
        • menuSupport_I18N
          JMenu menuSupport_I18N
        • menuTable_I18N
          JMenu menuTable_I18N
        • menuUpdateSchedule_I18N
          JMenu menuUpdateSchedule_I18N
        • menuView_I18N
          JMenu menuView_I18N
        • menuWindow_I18N
          JMenu menuWindow_I18N
        • panelConnections
          com.lf.commons.gui.panel.LabeledPanel panelConnections
          Toolbar component.
        • panelContent
          JPanel panelContent
        • panelWaste
          JPanel panelWaste
        • popupMenuItemMC
          JMenuItem popupMenuItemMC
          The popup menu item for the memory controller.
        • popupMenuItemTime
          JMenuItem popupMenuItemTime
          The popup menu item for the time panel.
        • resizeListener
          HierarchyBoundsListener resizeListener
          Displays the dimension if resized.
        • separator13
          JSeparator separator13
        • separator19
          JSeparator separator19
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
        • toolBar
          JToolBar toolBar
        • toolBarCompsEditor
          com.lf.commons.gui.panel.LabeledPanel[] toolBarCompsEditor
          The toolbar components of the EditorWindow.
        • toolBarCompsVFS
          com.lf.commons.gui.panel.LabeledPanel[] toolBarCompsVFS
          The toolbar components of the VFSSessionWindow.
        • touchButtonWaste
          com.lf.commons.gui.button.TouchKeyFlatButton touchButtonWaste
  • Package com.lf.battman.gui.renderer

  • Package com.lf.battman.table.renderer

  • Package com.lf.battman.wizard.device

    • Class com.lf.battman.wizard.device.DeviceChooserPage

      class DeviceChooserPage extends JPanel implements Serializable
      • Serialized Fields

        • labelIcon
          JLabel labelIcon
        • labelNone_I18N
          JLabel labelNone_I18N
        • nextPage
          com.lf.commons.wizard.WizardPage nextPage
          The following page.
        • panelHint
          JPanel panelHint
        • panelNone
          JPanel panelNone
        • panelSurrounder
          JPanel panelSurrounder
        • parent
          com.lf.commons.wizard.WizardDialog parent
          The parental dialog.
        • tabbedPane
          JTabbedPane tabbedPane
        • textPaneHint_I18N
          JTextPane textPaneHint_I18N
        • worker
          com.lf.commons.gui.CommonsSwingWorker worker
          The separate thread doing the loading.
    • Class com.lf.battman.wizard.device.DeviceWizard

      class DeviceWizard extends com.lf.commons.wizard.WizardDialog implements Serializable
      • Serialized Fields

    • Class com.lf.battman.wizard.device.PortChooserPage

      class PortChooserPage extends JPanel implements Serializable
      • Serialized Fields

        • buttonRescan_I18N
          JButton buttonRescan_I18N
        • checkBoxFilter_I18N
          JCheckBox checkBoxFilter_I18N
        • controller
          PortChooserController controller
          Delegate event handling to separate controller.
        • group
          ButtonGroup group
          The group controlling the button selection.
        • initialized
          boolean initialized
          Have the serial ports/USB devices been scanned?
        • items
          Vector<JRadioButton> items
          Remembers the port choices.
        • labelIcon
          JLabel labelIcon
        • labelNone_I18N
          JLabel labelNone_I18N
        • nextPage
          com.lf.commons.wizard.WizardPage nextPage
          The following page.
        • panelBoxes
          JPanel panelBoxes
        • panelHint
          JPanel panelHint
        • panelMain
          JPanel panelMain
        • panelSurrounder
          JPanel panelSurrounder
        • textPaneHint_I18N
          JTextPane textPaneHint_I18N
        • verticalGap
          int verticalGap
          The gap between the lines with radio buttons.
        • wizard
          com.lf.commons.wizard.WizardDialog wizard
          The parental dialog.
        • worker
          com.lf.commons.gui.CommonsSwingWorker worker
          The separate thread doing the port scan.