Package mallemuck.view

Examples of mallemuck.view.EditDialog


    public void perform(CommandData data) throws Exception {
        File file = (File)data.getValue(Keys.FILE);
        if (file.isDirectory()) {
            return;
        }
        new EditDialog(file);
    }
View Full Code Here

TOP

Related Classes of mallemuck.view.EditDialog

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.