jhomenet.gui.tab
Class SensorInfoTab<H extends Sensor>

java.lang.Object
  extended by jhomenet.gui.tab.Tab<H>
      extended by jhomenet.gui.tab.AbstractInfoTab<H>
          extended by jhomenet.gui.tab.SensorInfoTab<H>

public class SensorInfoTab<H extends Sensor>
extends AbstractInfoTab<H>

ID: $Id$

Author:
David Irwin

Field Summary
 
Fields inherited from class jhomenet.gui.tab.Tab
parentWindow, tabName
 
Constructor Summary
SensorInfoTab(AbstractWindow parentWindow)
          Default constructor.
 
Method Summary
protected  javax.swing.JPanel buildAdditionalPanel(H hardware)
          Build an additional hardware section.
 
Methods inherited from class jhomenet.gui.tab.AbstractInfoTab
buildTab
 
Methods inherited from class jhomenet.gui.tab.Tab
getPanel, getTabName, setPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensorInfoTab

public SensorInfoTab(AbstractWindow parentWindow)
Default constructor.

Method Detail

buildAdditionalPanel

protected javax.swing.JPanel buildAdditionalPanel(H hardware)
Description copied from class: AbstractInfoTab
Build an additional hardware section. Override this method to provide additional hardware information.

Specified by:
buildAdditionalPanel in class AbstractInfoTab<H extends Sensor>
Parameters:
hardware - Reference to the hardware object
Returns:
Panel with additional hardware information
See Also:
jhomenet.gui.tab.AbstractInfoTab#buildAdditionalPanel(jhomenet.hw.Hardware)


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