|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.gui.AbstractWindow
jhomenet.gui.RegisteredWindow
public class RegisteredWindow
Filename: $Source: /cvsroot/jhomenet/files/src/jhomenet/gui/RegisteredWindow.java,v $ Description: Provides registered hardware information.
| Field Summary |
|---|
| Fields inherited from class jhomenet.gui.AbstractWindow |
|---|
internalFrame |
| Constructor Summary | |
|---|---|
RegisteredWindow(HomenetHardware hardware)
Default constructor. |
|
| Method Summary | |
|---|---|
protected javax.swing.JPanel |
buildGUI()
Build the registered hardware GUI. |
protected WindowStatusBar |
buildStatusBar()
Build a custom status bar. |
java.lang.String |
getIdentifier()
Get the window identifier. |
java.lang.String |
getTitle()
Get the frame title. |
protected java.awt.Dimension |
getWindowDimension()
Override the default method and set the new window size. |
protected void |
resetGUI()
Reset the GUI. |
protected void |
windowClosing()
If required, classes may override this method in order to perform any functions necessary before the window is closed. |
| Methods inherited from class jhomenet.gui.AbstractWindow |
|---|
addChildWindow, closeWindow, createAsInternalFrame, createAsInternalFrame, getDesiredLocation, getPanel, setPanel, startWork, startWork, stopWork, stopWork |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegisteredWindow(HomenetHardware hardware)
| Method Detail |
|---|
public java.lang.String getTitle()
AbstractWindow
getTitle in class AbstractWindowprotected javax.swing.JPanel buildGUI()
buildGUI in class AbstractWindowAbstractWindow.buildGUI()protected WindowStatusBar buildStatusBar()
buildStatusBar in class AbstractWindowAbstractWindow.buildStatusBar()protected void resetGUI()
AbstractWindow
resetGUI in class AbstractWindowAbstractWindow.resetGUI()public java.lang.String getIdentifier()
AbstractWindow
getIdentifier in class AbstractWindowAbstractWindow.getIdentifier()protected java.awt.Dimension getWindowDimension()
getWindowDimension in class AbstractWindowAbstractWindow.getWindowDimension()protected void windowClosing()
AbstractWindow
windowClosing in class AbstractWindowAbstractWindow.windowClosing()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||