src/Tools/isac/jEditC/contrib/jEdit/jars/Isac/IsacActions.java
branchjedit-isac
changeset 37958 62186eba092b
parent 37957 d13fa2ee5bdb
child 37973 f4747a9ae495
     1.1 --- a/src/Tools/isac/jEditC/contrib/jEdit/jars/Isac/IsacActions.java	Tue Aug 31 21:03:11 2010 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,30 +0,0 @@
     1.4 -/*
     1.5 - * IsacActions.java
     1.6 - * part of the Isac plugin for the jEdit text editor
     1.7 - * Copyright Gadei
     1.8 - * jgellene@nyc.rr.com
     1.9 - *
    1.10 - * This program is free software; you can redistribute it and/or
    1.11 - * modify it under the terms of the GNU General Public License
    1.12 - * as published by the Free Software Foundation; either version 2
    1.13 - * of the License, or any later version.
    1.14 - *
    1.15 - * This program is distributed in the hope that it will be useful,
    1.16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.18 - * GNU General Public License for more details.
    1.19 - *
    1.20 - * You should have received a copy of the GNU General Public License
    1.21 - * along with this program; if not, write to the Free Software
    1.22 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    1.23 - *
    1.24 - * $Id: IsacActions.java 12504 2008-04-22 23:12:43Z ezust $
    1.25 - */
    1.26 -
    1.27 -interface IsacActions {
    1.28 -	void chooseFile();
    1.29 -
    1.30 -	void saveFile();
    1.31 -
    1.32 -	void copyToBuffer();
    1.33 -}