Examples of invokeView()


Examples of gri.gui.files.views.FileView.invokeView()

            FileView view = getSelectedFileView();
           
            if (this.file != null && view != null) {
                try {
                    File file = FileUtil.copyToTempFile(this.file);
                    view.invokeView(file);
                }
                catch(Exception ex) {
                    messenger.error(ex);
                }
            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.