|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eodisp.ui.common.components.AbstractEodispModel
org.eodisp.ui.shared.models.RemoteConfModel
public class RemoteConfModel
| Constructor Summary | |
|---|---|
RemoteConfModel()
|
|
| Method Summary | |
|---|---|
void |
doSave()
Executes the save command in the model. |
org.eodisp.util.configuration.Configuration |
getRemoteConfigurator()
|
boolean |
hasChanges()
Returns a value stating whether the model has some changes since the last change. |
void |
undo()
This makes and undo of the last command executed by the model. |
| Methods inherited from class org.eodisp.ui.common.components.AbstractEodispModel |
|---|
addModelListener, doUpdate, fireModelChanged, getModelListener, redo, removeModelListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteConfModel()
| Method Detail |
|---|
public void doSave()
throws java.io.IOException
EodispModel
java.io.IOException - thrown when the data could not be saved persistently. This
should lead to a visual indication to the user.public void undo()
undo in interface EodispModelundo in class AbstractEodispModelpublic boolean hasChanges()
public org.eodisp.util.configuration.Configuration getRemoteConfigurator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||