|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.gui.AbstractWindow
jhomenet.gui.AbstractEditor
jhomenet.gui.responsive.PlanEditor
public class PlanEditor
This editor is used to edit sensor response plans.
ID: $Id$
| Field Summary |
|---|
| Fields inherited from class jhomenet.gui.AbstractEditor |
|---|
cancel_b, commit_b, isInitialized, lock |
| Fields inherited from class jhomenet.gui.AbstractWindow |
|---|
internalFrame |
| Constructor Summary | |
|---|---|
PlanEditor()
Default constructor. |
|
| Method Summary | |
|---|---|
protected javax.swing.JPanel |
buildMainPanel()
Used to build the panel editor panel. |
protected WindowStatusBar |
buildStatusBar()
Build and add the status bar to the Plan editor window. |
protected void |
commitButtonClicked()
|
void |
expressionUpdated()
A plan's expression has been updated. |
java.lang.String |
getIdentifier()
Get the window identifier. |
java.lang.String |
getTitle()
Get the plan editor window title. |
void |
loadObject(java.lang.Object obj)
Load an model into the editor. |
void |
onFalseResponseListUpdated()
A plan's list of on-false responses has been updated. |
void |
onTrueResponseListUpdated()
A plan's list of responses has been updated. |
protected void |
resetGUI()
Reset the GUI. |
void |
responseUpdated()
A response in the list of responses has been updated. |
| Methods inherited from class jhomenet.gui.AbstractEditor |
|---|
buildButtonPanel, buildGUI, initializationComplete, waitForInitialization |
| Methods inherited from class jhomenet.gui.AbstractWindow |
|---|
addChildWindow, 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 |
| Constructor Detail |
|---|
public PlanEditor()
| Method Detail |
|---|
public java.lang.String getIdentifier()
AbstractWindow
getIdentifier in class AbstractWindowAbstractWindow.getIdentifier()public java.lang.String getTitle()
getTitle in class AbstractWindowAbstractWindow.getTitle()protected WindowStatusBar buildStatusBar()
buildStatusBar in class AbstractWindowAbstractWindow.buildStatusBar()protected javax.swing.JPanel buildMainPanel()
AbstractEditor
buildMainPanel in class AbstractEditorAbstractEditor.buildMainPanel()protected void resetGUI()
AbstractWindow
resetGUI in class AbstractWindowAbstractWindow.resetGUI()protected void commitButtonClicked()
commitButtonClicked in class AbstractEditorAbstractEditor.commitButtonClicked()public void loadObject(java.lang.Object obj)
AbstractEditor
loadObject in class AbstractEditorAbstractEditor.loadObject(Object)public void expressionUpdated()
expressionUpdated in interface PlanListenerPlanListener.expressionUpdated()public void onTrueResponseListUpdated()
onTrueResponseListUpdated in interface PlanListenerPlanListener.onTrueResponseListUpdated()public void onFalseResponseListUpdated()
onFalseResponseListUpdated in interface PlanListenerPlanListener.onFalseResponseListUpdated()public void responseUpdated()
PlanListener
responseUpdated in interface PlanListenerPlanListener.responseUpdated()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||