|
|||||||||
| 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.ConditionEditor
public class ConditionEditor
| Field Summary | |
|---|---|
protected javax.swing.JTextField |
testValue_tf
JTextField elements |
| Fields inherited from class jhomenet.gui.AbstractEditor |
|---|
cancel_b, commit_b, isInitialized, lock |
| Fields inherited from class jhomenet.gui.AbstractWindow |
|---|
internalFrame |
| Constructor Summary | |
|---|---|
ConditionEditor(Expression expression,
JHomenetRegistry registry)
Constructor which defaults the panel's layout to a BorderLayout. |
|
ConditionEditor(Expression expression,
JHomenetRegistry registry,
java.awt.LayoutManager layoutManager)
Default constructor. |
|
| Method Summary | |
|---|---|
protected javax.swing.JPanel |
buildMainPanel()
Used to build the panel editor panel. |
protected void |
commitButtonClicked()
|
java.lang.String |
getIdentifier()
Get the window identifier. |
java.lang.String |
getTitle()
Get the frame title. |
void |
loadObject(java.lang.Object object)
Load an model into the editor. |
protected void |
resetGUI()
Reset the GUI. |
protected ConditionEditor |
returnThis()
|
| Methods inherited from class jhomenet.gui.AbstractEditor |
|---|
buildButtonPanel, buildGUI, initializationComplete, waitForInitialization |
| 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 |
| Field Detail |
|---|
protected javax.swing.JTextField testValue_tf
| Constructor Detail |
|---|
public ConditionEditor(Expression expression,
JHomenetRegistry registry,
java.awt.LayoutManager layoutManager)
expression - registry - layoutManager -
public ConditionEditor(Expression expression,
JHomenetRegistry registry)
expression - registry - | Method Detail |
|---|
public java.lang.String getIdentifier()
AbstractWindow
getIdentifier in class AbstractWindowAbstractWindow.getIdentifier()public java.lang.String getTitle()
AbstractWindow
getTitle in class AbstractWindowprotected javax.swing.JPanel buildMainPanel()
AbstractEditor
buildMainPanel in class AbstractEditorAbstractEditor.buildMainPanel()protected ConditionEditor returnThis()
jhomenet.gui.AbstractWindow#returnThis()protected void commitButtonClicked()
commitButtonClicked in class AbstractEditorAbstractEditor.commitButtonClicked()public void loadObject(java.lang.Object object)
AbstractEditor
loadObject in class AbstractEditorAbstractEditor.loadObject(Object)protected void resetGUI()
AbstractWindow
resetGUI in class AbstractWindow
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||