INTEGRATION: CWS scriptingf10 (1.2.60); FILE MERGED

2005/01/10 14:10:02 toconnor 1.2.60.1: #i39330# BeanShell editor should prompt before closing
This commit is contained in:
Rüdiger Timm
2005-01-27 14:29:31 +00:00
parent c02c18a591
commit c197b62797

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: ScriptSourceView.java,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2004-01-05 13:28:39 $
* last change: $Author: rt $ $Date: 2005-01-27 15:29:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,5 +64,6 @@ public interface ScriptSourceView {
public void clear();
public void update();
public boolean isModified();
public void setModified(boolean value);
public String getText();
}