Serialized Form


Package jhomenet.comm.event

Class jhomenet.comm.event.DataUpdateEvent extends RemoteEvent implements Serializable

Class jhomenet.comm.event.RegistrationUpdateEvent extends RemoteEvent implements Serializable

Class jhomenet.comm.event.RemoteEvent extends java.util.EventObject implements Serializable

Serialized Fields

ID

java.lang.String ID

Package jhomenet.gui

Class jhomenet.gui.CustomTreeRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: 1L

Class jhomenet.gui.WindowStatusBar extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

AbstractWindow parent
The parent window.


status_l

javax.swing.JLabel status_l
Status label


progress_pb

javax.swing.JProgressBar progress_pb
Default progress bar.


layoutManager

java.awt.LayoutManager layoutManager
The status bar layout manager


size

java.awt.Dimension size
The status bar size


Package jhomenet.gui.responsive

Class jhomenet.gui.responsive.ResponsePopupMenu extends javax.swing.JPopupMenu implements Serializable

serialVersionUID: 1L

Serialized Fields

responseType

Plan.ResponseType responseType

Package jhomenet.gui.util

Class jhomenet.gui.util.CustomDesktopManager extends javax.swing.DefaultDesktopManager implements Serializable

serialVersionUID: 1L

Class jhomenet.gui.util.HeaderPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

blender

java.awt.Color blender

icon

javax.swing.ImageIcon icon

Class jhomenet.gui.util.HiPerfInfiniteProgressPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

text

java.lang.String text

m_dScale

double m_dScale

m_oMouseAdapter

java.awt.event.MouseAdapter m_oMouseAdapter

m_oMouseMotionAdapter

java.awt.event.MouseMotionAdapter m_oMouseMotionAdapter

m_oKeyAdapter

java.awt.event.KeyAdapter m_oKeyAdapter

m_oComponentAdapter

java.awt.event.ComponentAdapter m_oComponentAdapter
Disable back buffering if the window is resized


m_oImageBuf

java.awt.image.BufferedImage m_oImageBuf

m_oBars

java.awt.geom.Area[] m_oBars

m_oBarsBounds

java.awt.Rectangle m_oBarsBounds

m_oBarsScreenBounds

java.awt.Rectangle m_oBarsScreenBounds

m_oCenterAndScaleTransform

java.awt.geom.AffineTransform m_oCenterAndScaleTransform

m_oTimer

javax.swing.Timer m_oTimer

m_oColors

java.awt.Color[] m_oColors

m_iColorOffset

int m_iColorOffset

m_bUseBackBuffer

boolean m_bUseBackBuffer

m_bTempHide

boolean m_bTempHide

Class jhomenet.gui.util.InfiniteProgressPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

ticker

java.awt.geom.Area[] ticker
Contains the bars composing the circular shape.


animation

java.lang.Thread animation
The animation thread is responsible for fade in/out and rotation.


started

boolean started
Notifies whether the animation is running or not.


alphaLevel

int alphaLevel
Alpha level of the veil, used for fade in/out.


rampDelay

int rampDelay
Duration of the veil's fade in/out.


shield

float shield
Alpha level of the veil.


text

java.lang.String text
Message displayed below the circular shape.


barsCount

int barsCount
Amount of bars composing the circular shape.


fps

float fps
Amount of frames per seconde. Lowers this to save CPU.


hints

java.awt.RenderingHints hints
Rendering hints to set anti aliasing.

Class jhomenet.gui.util.SplashScreen extends javax.swing.JWindow implements Serializable

serialVersionUID: 1L

Serialized Fields

splash

java.awt.image.BufferedImage splash

Class jhomenet.gui.util.TableSorter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tableModel

javax.swing.table.TableModel tableModel

viewToModel

jhomenet.gui.util.TableSorter.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

javax.swing.table.JTableHeader tableHeader

mouseListener

java.awt.event.MouseListener mouseListener

tableModelListener

javax.swing.event.TableModelListener tableModelListener

columnComparators

java.util.Map<K,V> columnComparators

sortingColumns

java.util.List<E> sortingColumns

Package jhomenet.gui.wizard

Class jhomenet.gui.wizard.IntroPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

blankSpace

javax.swing.JLabel blankSpace

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

welcomeTitle

javax.swing.JLabel welcomeTitle

contentPanel

javax.swing.JPanel contentPanel

iconLabel

javax.swing.JLabel iconLabel

icon

javax.swing.ImageIcon icon

Package jhomenet.hw

Class jhomenet.hw.ErrorTracker extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCount

long errorCount

errors

java.util.Vector<E> errors

Class jhomenet.hw.HardwareData extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id
Data object Id. (required for use with Hibernate)


hardwareId

java.lang.String hardwareId
Data object's hardware Id reference.


value

float value
The actual data value.


timestamp

java.util.Date timestamp
The data value's timestamp.


unit

HardwareData.Unit unit
The data value's unit.

Class jhomenet.hw.HardwareException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class jhomenet.hw.InvalidDataException extends java.lang.Exception implements Serializable

serialVersionUID: 646589018L


Package jhomenet.hw.driver

Class jhomenet.hw.driver.HardwareDriverException extends java.lang.Exception implements Serializable

Class jhomenet.hw.driver.OneWireDriverException extends HardwareDriverException implements Serializable

Class jhomenet.hw.driver.X10DriverException extends HardwareDriverException implements Serializable


Package jhomenet.hw.driver.X10

Class jhomenet.hw.driver.X10.X10ContainerException extends java.lang.Exception implements Serializable


Package jhomenet.hw.management

Class jhomenet.hw.management.HardwareRegistryEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

hwid

java.lang.String hwid
The hardware ID associated with this event.


_eventType

HardwareRegistryEvent.EventType _eventType
Define the hardware event type.

Class jhomenet.hw.management.HardwareRegistryException extends java.lang.Exception implements Serializable


Package jhomenet.hw.pollers

Class jhomenet.hw.pollers.HardwarePollerException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package jhomenet.hw.sensor

Class jhomenet.hw.sensor.SensorException extends HardwareException implements Serializable

serialVersionUID: 1L


Package jhomenet.responsive

Class jhomenet.responsive.ResponsiveException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class jhomenet.responsive.ResponsiveSchedulerEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

objectId

java.lang.Object objectId
Event ID


eventTime

java.util.Date eventTime
Job start and end time

Class jhomenet.responsive.TestPlan extends Plan implements Serializable


Package jhomenet.security

Class jhomenet.security.RdbmsCredential extends java.util.Properties implements Serializable

Class jhomenet.security.RdbmsPrincipal extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

Package jhomenet.shell.command

Class jhomenet.shell.command.CommandException extends java.lang.Exception implements Serializable


Package jhomenet.shell.console

Class jhomenet.shell.console.ConsoleEvent extends java.util.EventObject implements Serializable

Serialized Fields

command

java.lang.String command
The command associated with this event

Class jhomenet.shell.console.ConsoleView extends javax.swing.JFrame implements Serializable

Serialized Fields

xDim

int xDim
The size of the console.


yDim

int yDim
The size of the console.


panelConsole

javax.swing.JPanel panelConsole
The panel containing the console


textfieldDisplay

javax.swing.JTextArea textfieldDisplay
The text area displaying the information to the user


scrollpaneDisplay

javax.swing.JScrollPane scrollpaneDisplay
Scroll pane for the text area


Package jhomenet.system

Class jhomenet.system.Key extends java.lang.Object implements Serializable



Copyright © 2004-2005 David Irwin. All Rights Reserved.