|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.gui.tab.Tab<H>
jhomenet.gui.tab.AbstractInfoTab<H>
public abstract class AbstractInfoTab<H extends HomenetHardware>
The base registered hardware information tab provides information such
as the hardware Id, hardware driver, and driver hardware description.
ID: $Id$
| Field Summary |
|---|
| Fields inherited from class jhomenet.gui.tab.Tab |
|---|
parentWindow, tabName |
| Constructor Summary | |
|---|---|
AbstractInfoTab(AbstractWindow parentWindow)
Default constructor. |
|
| Method Summary | |
|---|---|
protected abstract javax.swing.JPanel |
buildAdditionalPanel(H hardware)
Build an additional hardware section. |
void |
buildTab(H hardware)
Build the actual tab. |
| 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 |
|---|
public AbstractInfoTab(AbstractWindow parentWindow)
| Method Detail |
|---|
public void buildTab(H hardware)
buildTab in class Tab<H extends HomenetHardware>Tab.buildTab(HomenetHardware)protected abstract javax.swing.JPanel buildAdditionalPanel(H hardware)
hardware - Reference to the hardware object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||