|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sos.reports.AbstractReportEditorModel
A partial implementation of ReportEditorModel
. This class merely
provides an empty implementation of reportChanged
. Subclasses must
implement getEditor
.
Constructor Summary | |
AbstractReportEditorModel()
Creates a new instance of AbstractReportEditorModel . |
Method Summary | |
void |
reportChanged(ReportEvent event)
Updates itself (if necessary) as a result of a report modification. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface sos.reports.ReportEditorModel |
getEditor |
Constructor Detail |
public AbstractReportEditorModel()
AbstractReportEditorModel
.
Method Detail |
public void reportChanged(ReportEvent event)
ReportEditorModel
reportChanged
in interface ReportEditorModel
event
- the event describing how the report has changed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |