VLab Common 1.2

Serialized Form


Package pl.psnc.vlab.eventlog

Class pl.psnc.vlab.eventlog.EventLogCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

tableModel

EventLogTableModel tableModel
Stores an instance of the corresponding data model

Class pl.psnc.vlab.eventlog.EventLogTableModel extends AbstractCustomTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

log

org.apache.commons.logging.Log log

data

java.util.List<E> data
Table data


Package pl.psnc.vlab.eventlog.gui

Class pl.psnc.vlab.eventlog.gui.JEventLogPane extends com.jgoodies.uif_lite.panel.SimpleInternalFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

eventLogTableModel

EventLogTableModel eventLogTableModel
Stores instance of even log table model


observable

JEventLogPane.ModelObservable observable
Inner class - stores Observable instance


jMsgLogScrollPane

javax.swing.JScrollPane jMsgLogScrollPane

jEventLogTable

javax.swing.JTable jEventLogTable

jErrorLogToolBar

javax.swing.JToolBar jErrorLogToolBar

jCloseBtn

javax.swing.JButton jCloseBtn

Package pl.psnc.vlab.exception

Class pl.psnc.vlab.exception.AbstractException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

log

org.apache.commons.logging.Log log
Stores an instance of Logger


msgArguments

java.lang.String[] msgArguments
Stores list of values for formated message


errorCode

int errorCode
Stores an error code

Class pl.psnc.vlab.exception.ResourceNotFoundException extends AbstractException implements Serializable

serialVersionUID: 1L

Class pl.psnc.vlab.exception.VlabException extends AbstractException implements Serializable

serialVersionUID: 1L


Package pl.psnc.vlab.statusbar

Class pl.psnc.vlab.statusbar.JStatusBar extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

log

org.apache.commons.logging.Log log
Deprecated. 
Logger instance


SUMMER_TIME_ICON

java.lang.String SUMMER_TIME_ICON
Deprecated. 
Icon, which represents summer time


WINTER_TIME_ICON

java.lang.String WINTER_TIME_ICON
Deprecated. 
Icon, which represents winter time


currentTimeZone

java.util.TimeZone currentTimeZone
Deprecated. 
Holds value of the current TimeZone


baseTimeZone

java.util.TimeZone baseTimeZone
Deprecated. 
Holds value of the base TimeZone


locale

java.util.Locale locale
Deprecated. 
The locale of the application


dateTools

DateTools dateTools
Deprecated. 
Instance of date tools


nf

java.text.NumberFormat nf
Deprecated. 
Number formatter


message

java.lang.String message
Deprecated. 
Message shown in the status


baseDate

java.util.Date baseDate
Deprecated. 
Stores the base date


adjust

boolean adjust
Deprecated. 
Tells whether time should be adjusted according to the TimeZone


isSummerTime

boolean isSummerTime
Deprecated. 
is is summer time


jDate

javax.swing.JLabel jDate
Deprecated. 

jDatePanel

javax.swing.JPanel jDatePanel
Deprecated. 

jLanguage

javax.swing.JLabel jLanguage
Deprecated. 

jLanguagePane

javax.swing.JPanel jLanguagePane
Deprecated. 

jMessage

javax.swing.JLabel jMessage
Deprecated. 

jMessagePanel

javax.swing.JPanel jMessagePanel
Deprecated. 

jPanel1

javax.swing.JPanel jPanel1
Deprecated. 

jPanel3

javax.swing.JPanel jPanel3
Deprecated. 

jPanel4

javax.swing.JPanel jPanel4
Deprecated. 

jProgresBar

javax.swing.JPanel jProgresBar
Deprecated. 

jProgress

javax.swing.JProgressBar jProgress
Deprecated. 

jSummerTimeLbl

javax.swing.JLabel jSummerTimeLbl
Deprecated. 

jTime

javax.swing.JLabel jTime
Deprecated. 

jTimeIcon

javax.swing.JLabel jTimeIcon
Deprecated. 

jTimePanel

javax.swing.JPanel jTimePanel
Deprecated. 

jTimeZone

javax.swing.JLabel jTimeZone
Deprecated. 

jUser

javax.swing.JLabel jUser
Deprecated. 

jUserPanel

javax.swing.JPanel jUserPanel
Deprecated. 

timer

org.netbeans.examples.lib.timerbean.Timer timer
Deprecated. 

Package pl.psnc.vlab.util.gui.action

Class pl.psnc.vlab.util.gui.action.AbstractActionDefault extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

sources

java.util.List<E> sources
Stores source components associated with this action

Class pl.psnc.vlab.util.gui.action.LocalizedAbstractAction extends AbstractActionDefault implements Serializable

serialVersionUID: 1L

Serialized Fields

rBundleManager

ResourceBundleManager rBundleManager
Stores instance of field: resourceBundleManager

Class pl.psnc.vlab.util.gui.action.LocalizedObservableAbstractAction extends LocalizedAbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

observable

ModelObservable<T> observable
Inner class - stores Observable instance


Package pl.psnc.vlab.util.gui.document

Class pl.psnc.vlab.util.gui.document.MaxLengthDocument extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

log

org.apache.commons.logging.Log log
Logger instance


maxLength

int maxLength
Maximum length of the characters that can be inserted


maxLengthExceeded

java.lang.String maxLengthExceeded
Stores tooltip text: max exceeded

Class pl.psnc.vlab.util.gui.document.NormalizedDocument extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

log

org.apache.commons.logging.Log log
Logger instance


maxLength

int maxLength
Maximum length of the characters that can be inserted


maxLengthExceeded

java.lang.String maxLengthExceeded
Stores tooltip text: max exceeded


Package pl.psnc.vlab.util.gui.frame

Class pl.psnc.vlab.util.gui.frame.GenericGradientPane extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

firstColor

java.awt.Color firstColor
Stores the first gradient color


secondColor

java.awt.Color secondColor
Stores the second gradient color

Class pl.psnc.vlab.util.gui.frame.JGenericContentPane extends JGenericPane implements Serializable

serialVersionUID: 1L

Class pl.psnc.vlab.util.gui.frame.JGenericHeaderPane extends JGenericPane implements Serializable

serialVersionUID: 1L

Class pl.psnc.vlab.util.gui.frame.JGenericPane extends GenericGradientPane implements Serializable

serialVersionUID: 1L

Serialized Fields

frameTitle

java.lang.String frameTitle
Stores a name of the internal frame


prefix

java.lang.String prefix
Stores instance of concrete pane prefix. Prefix is used i.e. in internationalisation


Package pl.psnc.vlab.util.gui.message

Class pl.psnc.vlab.util.gui.message.JMessage extends javax.swing.JOptionPane implements Serializable

serialVersionUID: 1L


Package pl.psnc.vlab.util.gui.progress

Class pl.psnc.vlab.util.gui.progress.JStatusBar extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

log

org.apache.commons.logging.Log log
Instance of logger


locale

java.util.Locale locale
Stores an instance of locale


jMessagePane

javax.swing.JPanel jMessagePane

jProgressContent

javax.swing.JPanel jProgressContent

jMessageLbl

javax.swing.JLabel jMessageLbl

jProgressBar

javax.swing.JProgressBar jProgressBar

JLocalePane

javax.swing.JPanel JLocalePane

jLocaleLbl

javax.swing.JLabel jLocaleLbl

JUserPane

javax.swing.JPanel JUserPane

jUserNameLbl

javax.swing.JLabel jUserNameLbl

jDatePane

javax.swing.JPanel jDatePane

Package pl.psnc.vlab.util.gui.renderer

Class pl.psnc.vlab.util.gui.renderer.ListNumberedRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

cellBorderInset

int cellBorderInset
Stores the cell border inset


baseline

int baseline
Stores the cell base line. font size and border


width

int width
Stores the cell width


height

int height
Stores the cell height


list

javax.swing.JList list
Stores the list property


isSelected

boolean isSelected
Stores the selected property


text

java.lang.String text
Stores the cell value of the given list


index

java.lang.String index
Stores the cell index


lineLetterWidth

int lineLetterWidth
Holds value of property line letter width.


lineFieldWidth

int lineFieldWidth
Holds value of property line numbers width.


Package pl.psnc.vlab.util.gui.table.model

Class pl.psnc.vlab.util.gui.table.model.AbstractCustomObservableTableModel extends AbstractDefaultObservableTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

modelProperties

ModelProperties modelProperties
Stores an instance of Model Properties

Class pl.psnc.vlab.util.gui.table.model.AbstractCustomTableModel extends AbstractDefaultTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

modelProperties

ModelProperties modelProperties
Stores an instance of Model Properties

Class pl.psnc.vlab.util.gui.table.model.AbstractDefaultObservableTableModel extends AbstractDefaultTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

log

org.apache.commons.logging.Log log
Stores Logger instance


observable

java.util.Observable observable
Inner class - stores Observable instance

Class pl.psnc.vlab.util.gui.table.model.AbstractDefaultTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

columnNames

java.lang.String[] columnNames
Stores a list of column names


columnTypes

java.lang.Class<T>[] columnTypes
Stores a list of column types


editable

boolean[] editable
Specifies editable columns


Package pl.psnc.vlab.util.swing.gui

Class pl.psnc.vlab.util.swing.gui.JBallsPane extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

thread

java.lang.Thread thread
Stores instance of field: thread


bimg

java.awt.image.BufferedImage bimg
Stores instance of field: bimg


now

long now
Stores instance of field: now


deltaT

long deltaT
Stores instance of field: now


lasttime

long lasttime
Stores instance of field: now


active

boolean active
Stores instance of field: active


ballsArray

pl.psnc.vlab.util.swing.gui.JBallsPane.Ball[] ballsArray
Stores the ballsArray array


DOT

java.lang.String DOT
Stores dots


last

long last
Stores the last dot occurrence


dialog

javax.swing.JFrame dialog
Stores instance of field: dialog


VLab Common 1.2

Copyright 2004 by VLAB Dominik Stoklosa.