|
|||||||||
| 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.AbstractResponseEditor
public abstract class AbstractResponseEditor
ID: $id: $ Description: Provides a base responsive editor framework.
| 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 | |
|---|---|
AbstractResponseEditor()
Default constructor. |
|
| Method Summary | |
|---|---|
protected void |
addResponse(AbstractResponse response)
Add a response to the plan. |
protected java.lang.String |
getPlanDesc()
Get the plan description (if one exists). |
protected void |
setExpression(Expression expression)
Set the editor's expression. |
void |
setPlan(Plan plan)
Set the editor's plan. |
void |
setResponseType(Plan.ResponseType type)
Set the editor's response type variable. |
| Methods inherited from class jhomenet.gui.AbstractEditor |
|---|
buildButtonPanel, buildGUI, buildMainPanel, commitButtonClicked, initializationComplete, loadObject, waitForInitialization |
| Methods inherited from class jhomenet.gui.AbstractWindow |
|---|
addChildWindow, buildStatusBar, closeWindow, createAsInternalFrame, createAsInternalFrame, getDesiredLocation, getIdentifier, getPanel, getTitle, getWindowDimension, resetGUI, 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 AbstractResponseEditor()
| Method Detail |
|---|
public void setPlan(Plan plan)
plan - public void setResponseType(Plan.ResponseType type)
type - protected void setExpression(Expression expression)
expression - protected java.lang.String getPlanDesc()
protected void addResponse(AbstractResponse response)
response - Response to add
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||