Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)
Serialized Form
Package com.lapetus_ltd.api.common.view |
expandedTreeObjects
java.util.List<E> expandedTreeObjects
Package com.lapetus_ltd.api.db.gui.dialogs |
tabPane
com.lapetus_ltd.api.central.db.gui.dialog.TLptsTabbedPane tabPane
connectPane
javax.swing.JPanel connectPane
splitPane1
javax.swing.JSplitPane splitPane1
tLptsConnectionStatementDialog1
com.lapetus_ltd.api.central.db.gui.dialog.TLptsConnectionStatementDialog tLptsConnectionStatementDialog1
scrollPane1
javax.swing.JScrollPane scrollPane1
driverTypeTree
com.lapetus_ltd.api.central.db.gui.dialog.TLptsDriverTypeTree driverTypeTree
message
java.lang.String message
timer
int timer
contentPanel
javax.swing.JPanel contentPanel
labelHeader
javax.swing.JLabel labelHeader
scrollPane1
javax.swing.JScrollPane scrollPane1
textArea
javax.swing.JTextArea textArea
panel1
javax.swing.JPanel panel1
checkBoxAutoClose
javax.swing.JCheckBox checkBoxAutoClose
label1
javax.swing.JLabel label1
label2
javax.swing.JLabel label2
buttonHost
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonHost
textFieldHost
javax.swing.JLabel textFieldHost
label3
javax.swing.JLabel label3
buttonArch
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonArch
textFieldArch
javax.swing.JLabel textFieldArch
label13
javax.swing.JLabel label13
buttonIP
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonIP
textFieldIP
javax.swing.JLabel textFieldIP
label14
javax.swing.JLabel label14
buttonMac
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonMac
textFieldMac
javax.swing.JLabel textFieldMac
label4
javax.swing.JLabel label4
buttonUserName
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonUserName
textFieldUser
javax.swing.JLabel textFieldUser
label5
javax.swing.JLabel label5
buttonUserHome
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonUserHome
textFieldUserDir
javax.swing.JLabel textFieldUserDir
label7
javax.swing.JLabel label7
buttonJavaVer
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonJavaVer
textFieldJavaVer
javax.swing.JLabel textFieldJavaVer
label8
javax.swing.JLabel label8
buttonJavaHome
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonJavaHome
textFieldJavaHome
javax.swing.JLabel textFieldJavaHome
label6
javax.swing.JLabel label6
buttonAppDir
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonAppDir
textFieldAppDir
javax.swing.JLabel textFieldAppDir
label11
javax.swing.JLabel label11
buttonTotalMem
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonTotalMem
textFieldTotalMem
javax.swing.JLabel textFieldTotalMem
label9
javax.swing.JLabel label9
buttonMaxMem
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonMaxMem
textFieldMaxMem
javax.swing.JLabel textFieldMaxMem
label10
javax.swing.JLabel label10
buttonFreeMem
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonFreeMem
textFieldFreeMem
javax.swing.JLabel textFieldFreeMem
statement
TLptsStatement statement
globalBundleDialog
java.util.ResourceBundle globalBundleDialog
primaryNodeMap
java.util.Map<K,V> primaryNodeMap
MAX_NODES
int MAX_NODES
processRows
int processRows
isRefreshInProgress
boolean isRefreshInProgress
rowNodeMap
java.util.Map<K,V> rowNodeMap
splitPane1
javax.swing.JSplitPane splitPane1
panel2
javax.swing.JPanel panel2
scrollPane1
javax.swing.JScrollPane scrollPane1
dataTree
TLptsExpandTree dataTree
panel3
javax.swing.JPanel panel3
panel1
javax.swing.JPanel panel1
expand1
javax.swing.JRadioButton expand1
expand2
javax.swing.JRadioButton expand2
expand3
javax.swing.JRadioButton expand3
expand4
javax.swing.JRadioButton expand4
expandAll
javax.swing.JRadioButton expandAll
checkBoxHeaders
javax.swing.JCheckBox checkBoxHeaders
label1
javax.swing.JLabel label1
charsetComboBox
javax.swing.JComboBox charsetComboBox
panel4
javax.swing.JPanel panel4
processingDescr
javax.swing.JLabel processingDescr
processingLabel
javax.swing.JLabel processingLabel
scrollPane2
javax.swing.JScrollPane scrollPane2
dataPane
javax.swing.JPanel dataPane
dateFormat
java.lang.String dateFormat
dateFormatThread
java.lang.String dateFormatThread
rowHeightTable
java.util.Map<K,V> rowHeightTable
rowHeightTableWanted
java.util.Map<K,V> rowHeightTableWanted
globalBundleResource
java.util.ResourceBundle globalBundleResource
globalBundleDialog
java.util.ResourceBundle globalBundleDialog
visibility
int visibility
logOutputListener
TLptsLogOutputListener logOutputListener
panel1
javax.swing.JPanel panel1
panel3
javax.swing.JPanel panel3
label1
javax.swing.JLabel label1
radioDDMMYY
javax.swing.JRadioButton radioDDMMYY
radioMMDDYY
javax.swing.JRadioButton radioMMDDYY
radioHHMMSS_S
javax.swing.JRadioButton radioHHMMSS_S
radioHHMMSS
javax.swing.JRadioButton radioHHMMSS
radioHHMM
javax.swing.JRadioButton radioHHMM
panel2
javax.swing.JPanel panel2
logFirstCheckBox
javax.swing.JCheckBox logFirstCheckBox
panel4
javax.swing.JPanel panel4
currentTimeLabel
javax.swing.JLabel currentTimeLabel
currentTimeField
javax.swing.JLabel currentTimeField
configurationButton
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton configurationButton
logToFilePanel
javax.swing.JPanel logToFilePanel
logToFileCheckBox
javax.swing.JCheckBox logToFileCheckBox
buttonClearList
com.lapetus_ltd.api.central.common.view.TLptsDefaultButton buttonClearList
scrollPane1
javax.swing.JScrollPane scrollPane1
dataTable
javax.swing.JTable dataTable
Package com.lapetus_ltd.api.xml.types |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
java.io.IOException
- if I/O errors occur
java.lang.ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)