Serialized Form
Class IconNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable |
icon
java.lang.String icon
Class MainFrame extends javax.swing.JFrame implements Serializable |
runtimeStatus
java.lang.Runtime runtimeStatus
currentAccess
MainFrame.Axxess currentAccess
orderedData
OrderedData orderedData
temp
java.lang.String temp
user
java.lang.String user
password
java.lang.String password
currentQuery
java.lang.String currentQuery
queryText
java.lang.String queryText
currentDB
java.lang.String currentDB
space
java.lang.String space
treeFlag
boolean treeFlag
windowsStyle
java.lang.String windowsStyle
- See Also:
- Constant Field Values
javaStyle
java.lang.String javaStyle
- See Also:
- Constant Field Values
motifStyle
java.lang.String motifStyle
- See Also:
- Constant Field Values
GTKStyle
java.lang.String GTKStyle
- See Also:
- Constant Field Values
theme
javax.swing.plaf.metal.DefaultMetalTheme theme
styleOk
boolean styleOk
windowTitle
java.lang.String windowTitle
desktop
javax.swing.JDesktopPane desktop
hhol
MainFrame.HtmlHelpOnLine hhol
tab
Table tab
savedTable
Table savedTable
winpos
int winpos
dialog
MainFrame.PasswordChooser dialog
currentTree
MainFrame.Tree currentTree
showImmediatelyRelations
boolean showImmediatelyRelations
accessDone
boolean accessDone
nextSessionIsJavaStyle
boolean nextSessionIsJavaStyle
nextSessionJavaTheme
int nextSessionJavaTheme
nextSessionStyle
java.lang.String nextSessionStyle
nextSessionScript
java.lang.String nextSessionScript
nextSessionUseLastLoadedScript
boolean nextSessionUseLastLoadedScript
isAutoConfigEnabled
boolean isAutoConfigEnabled
scriptSet
boolean scriptSet
Class MainFrame.HtmlHelpOnLine extends javax.swing.JInternalFrame implements Serializable |
html
javax.swing.JEditorPane html
Class MainFrame.OptionPanel extends javax.swing.JInternalFrame implements Serializable |
thisOptionPanel
MainFrame.OptionPanel thisOptionPanel
enableAuto
javax.swing.JRadioButton enableAuto
disableAuto
javax.swing.JRadioButton disableAuto
enableScript
javax.swing.JRadioButton enableScript
disableScript
javax.swing.JRadioButton disableScript
setManually
javax.swing.JButton setManually
tempIsAutoConfigEnabled
boolean tempIsAutoConfigEnabled
tempNextSessionUseLastLoadedScript
boolean tempNextSessionUseLastLoadedScript
tempNextSessionScript
java.lang.String tempNextSessionScript
tempScriptSet
boolean tempScriptSet
Class MainFrame.PasswordChooser extends javax.swing.JPanel implements Serializable |
username
javax.swing.JTextField username
pass
javax.swing.JPasswordField pass
okButton
javax.swing.JButton okButton
ok
boolean ok
dialog
javax.swing.JDialog dialog
Class MainFrame.TextEditFrame extends javax.swing.JInternalFrame implements Serializable |
typ
boolean typ
textArea
javax.swing.JTextArea textArea
selectedPage
int selectedPage
kit
java.awt.Toolkit kit
screenSize
java.awt.Dimension screenSize
screenWidth
int screenWidth
screenHeight
int screenHeight
tef
MainFrame.TextEditFrame tef
popup
javax.swing.JPopupMenu popup
Class MainFrame.Tree extends javax.swing.JInternalFrame implements Serializable |
tree
javax.swing.JTree tree
treePanel
javax.swing.JPanel treePanel
root
IconNode root
Class MainPanel extends javax.swing.JPanel implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Serializable interface implementation
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Serializable interface implementation
doc
java.util.Vector doc
columnNames
java.util.Vector columnNames
od
OrderedData od
rs
java.sql.ResultSet rs
oos
java.io.ObjectOutputStream oos
ois
java.io.ObjectInputStream ois
fileName
java.lang.String fileName
cn
int cn
tn
int tn
isSaved
boolean isSaved
Class Table extends javax.swing.JInternalFrame implements Serializable |
rs
java.sql.ResultSet rs
recordCount
int recordCount
Data
javax.swing.JTable Data
firstTime
boolean firstTime
offset
int offset
numPages
int numPages
selectedPage
int selectedPage
cc
int cc
page
java.awt.print.PageFormat page
printer
java.awt.print.PrinterJob printer
orderedData
OrderedData orderedData
isSaved
boolean isSaved
currentSavedDoc
java.util.Vector currentSavedDoc
columnNames
java.util.Vector columnNames
internalClosed
boolean internalClosed
Class TreeIcon extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable |