jhomenet.gui.responsive
Class TriggerEditor
java.lang.Object
jhomenet.gui.AbstractWindow
jhomenet.gui.AbstractEditor
jhomenet.gui.responsive.TriggerEditor
public class TriggerEditor
- extends AbstractEditor
- Version:
- $Revision$
Filename: $Source$
Description:
- Author:
- $Author$
| Methods inherited from class jhomenet.gui.AbstractWindow |
addChildWindow, buildStatusBar, closeWindow, createAsInternalFrame, createAsInternalFrame, getDesiredLocation, getPanel, getWindowDimension, setPanel, startWork, startWork, stopWork, stopWork, windowClosing |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TriggerEditor
public TriggerEditor(ResponsiveScheduler responsiveScheduler)
getIdentifier
public java.lang.String getIdentifier()
- Description copied from class:
AbstractWindow
- Get the window identifier. This identifier is used as the control in not
allowing multiple windows of the same type to be opened. For example, two
services status window should not allowed to be opened. In general, the
system will not create another window if the identifier is already in the
current list.
- Specified by:
getIdentifier in class AbstractWindow
- Returns:
- The window's identifier
- See Also:
AbstractWindow.getIdentifier()
getTitle
public java.lang.String getTitle()
- Description copied from class:
AbstractWindow
- Get the frame title.
- Specified by:
getTitle in class AbstractWindow
- Returns:
- The frame title
buildMainPanel
protected javax.swing.JPanel buildMainPanel()
- Create and build the main panel.
- Specified by:
buildMainPanel in class AbstractEditor
- Returns:
- A reference to the newly created main panel
returnThis
protected TriggerEditor returnThis()
- See Also:
jhomenet.gui.AbstractWindow#returnThis()
loadObject
public void loadObject(java.lang.Object model)
- Description copied from class:
AbstractEditor
- Load an model into the editor.
- Specified by:
loadObject in class AbstractEditor
- See Also:
AbstractEditor.loadObject(Object)
resetGUI
protected void resetGUI()
- Description copied from class:
AbstractWindow
- Reset the GUI.
- Specified by:
resetGUI in class AbstractWindow
commitButtonClicked
protected void commitButtonClicked()
- Specified by:
commitButtonClicked in class AbstractEditor
- See Also:
AbstractEditor.commitButtonClicked()
Copyright © 2004-2005 David Irwin. All Rights Reserved.