Package net.sf.rej.gui.action

Examples of net.sf.rej.gui.action.RemoveFileAction


        }
    }

    public void removeFile(List<String> files) {
        try {
            RemoveFileAction rfa = new RemoveFileAction(project, files);
            this.performProjectAction(rfa);
        } catch (Exception e) {
            handleException(e);
        }
    }
View Full Code Here

TOP

Related Classes of net.sf.rej.gui.action.RemoveFileAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.