Serialized Form


Package gr.zeus.ui

Class gr.zeus.ui.JConsole extends javax.swing.JFrame implements Serializable

serialVersionUID: -180728457681157799L

Serialized Fields

m_fileChooser

javax.swing.JFileChooser m_fileChooser
File chooser for saving messages.


m_confimTitle

java.lang.String m_confimTitle
Confirm title.


m_confimMessage

java.lang.String m_confimMessage
File exists warning message.


m_messagesFilename

java.lang.String m_messagesFilename
Default file name, used by the filechooser.


m_traceFilename

java.lang.String m_traceFilename
Default file name, used by the auto dump functions.


m_appendFirstTime

boolean m_appendFirstTime
Append or overwrite the trace file the first time JConsole tries to write to it?


m_autoSave

boolean m_autoSave
Auto save the trace file?


m_maxChars

int m_maxChars
Display infinite characters in the textarea, no limit.

NOTE: Will slow down your application if a lot of messages are to be displayed to the textarea (more than a couple of Kbytes).


m_numFlushes

int m_numFlushes
Number of times messages have been flushed to the trace file.


m_consoleText

java.lang.StringBuffer m_consoleText
Store here all the text for dumpConsole() usage.


btn_clear

javax.swing.JButton btn_clear

btn_close

javax.swing.JButton btn_close

btn_save

javax.swing.JButton btn_save

ta_messages

javax.swing.JTextArea ta_messages

Class gr.zeus.ui.JSplash extends javax.swing.JWindow implements Serializable

serialVersionUID: -5328467520714918200L

Serialized Fields

m_progress

javax.swing.JProgressBar m_progress
Progress bar to use in the splash screen.


m_progressBar

boolean m_progressBar
Check for whether to use the progress bar or not.


m_progressBarMessages

boolean m_progressBarMessages
Check for whether to use progress bar messages or not.


m_progressBarPercent

boolean m_progressBarPercent
Check for whether to use precentage values or not.

Class gr.zeus.ui.JSplashLabel extends javax.swing.JLabel implements Serializable

serialVersionUID: 8556903587578597909L

Serialized Fields

m_text

java.lang.String m_text
Used to draw the text string.


m_font

java.awt.Font m_font
Font to use when drawing the text.


m_color

java.awt.Color m_color
Colour to use when drawing the text.


Package gr.zeus.ui.swingworker.yexinchen

Class gr.zeus.ui.swingworker.yexinchen.GlassPane extends javax.swing.JComponent implements Serializable

Serialized Fields

theWindow

java.awt.Window theWindow

activeComponent

java.awt.Component activeComponent

Package gr.zeus.ui.table

Class gr.zeus.ui.table.ProgressBarCellRenderer extends javax.swing.JProgressBar implements Serializable

serialVersionUID: 183566098452578883L

Serialized Fields

m_limitColors

java.util.Hashtable<K,V> m_limitColors
Used to get colours.


m_limitValues

int[] m_limitValues
Used to get values.


Package gr.zeus.ui.table.sort

Class gr.zeus.ui.table.sort.SortableTableModel extends javax.swing.table.DefaultTableModel implements Serializable

serialVersionUID: 4088661679003225474L

Serialized Fields

m_indexes

int[] m_indexes
Row indexes.

Class gr.zeus.ui.table.sort.SortButtonRenderer extends javax.swing.JButton implements Serializable

serialVersionUID: -2979027345440168434L

Serialized Fields

m_pushedColumn

int m_pushedColumn
Selected column to sort.


m_state

java.util.Hashtable<K,V> m_state
State Hashtable.


m_downButton

javax.swing.JButton m_downButton
Down button.


m_upButton

javax.swing.JButton m_upButton
Up button.