Package org.geoforge.guillc.filechooser

Examples of org.geoforge.guillc.filechooser.GfrUtilFileChooserSerSave


        this._wwd_ = wwd;

        // TBRL with serialization
        // this._cmpOwner_ = wwd instanceof Component ? ((Component) wwd).getParent() : null;

        GfrUtilFileChooserSerSave fcr = new GfrUtilFileChooserSerSave(
                this._cmpOwner_ , _STR_TITLE_DIALOG_, _STR_NAME_BASE_, _STR_NAME_EXTENSION_);
       
        this._fle_ = fcr.doJob();
                //FileChooserGfr.s_chooseFile(frame, _STR_TITLE_DIALOG_, _STR_NAME_BASE_, _STR_NAME_EXTENSION_);
       
        this._wwd_.removeRenderingListener(this); // ensure not to add a duplicate
        this._wwd_.addRenderingListener(this);
    }
View Full Code Here

TOP

Related Classes of org.geoforge.guillc.filechooser.GfrUtilFileChooserSerSave

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.