|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GUIFileActionListener
This interface represents the super class of the GUI panels, It is used for synchronizing the GUI panel data and data in the model
Method Summary | |
---|---|
void |
clearAll()
clear all data in the GUI |
void |
modelRefresh()
model has just been reloaded |
void |
saveData(ConfigProperties cp)
save the data from GUI |
void |
update(ConfigProperties cp)
update GUI with new data |
Method Detail |
---|
void update(ConfigProperties cp)
cp
- ConfigProperties
with new datavoid saveData(ConfigProperties cp) throws GUIOperationException
cp
- the holder of new data
GUIOperationException
void clearAll()
void modelRefresh() throws ConfigurableUtilException
ConfigurableUtilException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |