org.wcb.autohome
Class MonitorPanel

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended byjavax.swing.JComponent
              extended byjavax.swing.JPanel
                  extended byorg.wcb.autohome.MonitorPanel
All Implemented Interfaces:
javax.accessibility.Accessible, java.util.EventListener, java.awt.image.ImageObserver, javax.swing.event.ListSelectionListener, java.awt.MenuContainer, RefreshInterface, java.io.Serializable

public class MonitorPanel
extends javax.swing.JPanel
implements RefreshInterface, javax.swing.event.ListSelectionListener

Copyright (C) 1999 Walter Bogaardt This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 Project: Alice X10 Home Automation Filename: $Id: MonitorPanel.java,v 1.12 2004/07/22 03:06:49 wbogaardt Exp $
Abstract: Used to display monitoring information on the monitor panel and run the displays the events table. $Log: MonitorPanel.java,v $ Revision 1.12 2004/07/22 03:06:49 wbogaardt removed deprecated method calls. Revision 1.11 2004/02/01 20:42:48 wbogaardt removed form panel reference and changed sizing of the split bars Revision 1.10 2004/01/31 07:40:23 wbogaardt modified layout managers for the panel so that it uses the java standard layoutsrather than the FormLayout api. The purpose is to reduce dependency on non-standard layout api. Revision 1.9 2004/01/20 05:31:03 wbogaardt added speech event for runing Revision 1.8 2004/01/19 22:35:34 wbogaardt added fixes to runing events and emails so they work and added a testing of a monitored event through the table popup on a right mouse click. Revision 1.7 2004/01/19 17:54:16 wbogaardt initial fixed monitor Revision 1.6 2004/01/18 17:39:09 wbogaardt added table pop up menu actions Revision 1.5 2004/01/18 05:27:57 wbogaardt fixed adding and deleting function of Monitor panel, and saving information Revision 1.4 2004/01/18 00:48:31 wbogaardt refactored out unnecessary code and now have a functional initial design of monitoring panel Revision 1.3 2004/01/17 08:15:40 wbogaardt Have an initial working monitoring frame that actually shows the date and time an event takes place Revision 1.2 2004/01/17 07:21:15 wbogaardt added serialization to run events and allow monitoring of these events to the file system to reload later Revision 1.1 2004/01/16 22:59:05 wbogaardt new classes for the monitor panel

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
 
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
 
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from class java.awt.Container
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
MonitorPanel()
           
 
Method Summary
 void addNewRow(IX10MonitorEvent rowData)
          Adds a new row to the table model By taking an IX10MonitorEvent object
 void deleteRow()
          This deletes the table row from the table model and then updates the Hash Table to set the Key value(ModuleID) to null;
 RefreshInterface getInterface()
          This gets reference to this panel so that the refresh interface can be used.
 void loadData()
          loads the modules and adds them to the table model for the user.
 void refresh()
          Allows the items to refresh across multiple objects and in this case the GUI.
 void runEvent()
          This is used to test the running of an event so that the user can manuall through the UI run the event such as email, execute a module, or run an application.
 void saveAllData()
          Save the entire table model into a serialized file
 void setModel(java.util.Vector vTableData)
          takes a table vector and puts it into the table model format then refreshes the UI to display the new table information.
 void updateRow(IX10MonitorEvent rowData)
          Updates a currently selected row from the details panel information
 void valueChanged(javax.swing.event.ListSelectionEvent e)
          This is used for the list selection listener and must be implemented so that the selection of a row item in the table can display the detail information.
 
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorPanel

public MonitorPanel()
Method Detail

getInterface

public RefreshInterface getInterface()
This gets reference to this panel so that the refresh interface can be used.

Returns:
This panel's refresh interface

refresh

public void refresh()
Allows the items to refresh across multiple objects and in this case the GUI.

Specified by:
refresh in interface RefreshInterface

loadData

public void loadData()
loads the modules and adds them to the table model for the user. This event is started by the File open confirm actions


valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
This is used for the list selection listener and must be implemented so that the selection of a row item in the table can display the detail information.

Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener
Parameters:
e - Event of selecting a row on the display table

setModel

public void setModel(java.util.Vector vTableData)
takes a table vector and puts it into the table model format then refreshes the UI to display the new table information.

Parameters:
vTableData - vector of events to build new table model.

deleteRow

public void deleteRow()
This deletes the table row from the table model and then updates the Hash Table to set the Key value(ModuleID) to null;


runEvent

public void runEvent()
This is used to test the running of an event so that the user can manuall through the UI run the event such as email, execute a module, or run an application. Again this is for testing of an action that they would like to monitor.


addNewRow

public void addNewRow(IX10MonitorEvent rowData)
Adds a new row to the table model By taking an IX10MonitorEvent object

Parameters:
rowData - added IX10MonitorEvent to table model

updateRow

public void updateRow(IX10MonitorEvent rowData)
Updates a currently selected row from the details panel information

Parameters:
rowData - IX10MonitorEvent to update to the table model.

saveAllData

public void saveAllData()
Save the entire table model into a serialized file



Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.