Package at.bestsolution.drawswf.plugin.remotesave.action

Examples of at.bestsolution.drawswf.plugin.remotesave.action.RemoteSaveAction


    /* (non-Javadoc)
     * @see at.bestsolution.drawswf.AbstractPlugin#loadSelf()
     */
    public void loadSelf()
    {
        RemoteSaveAction action =
            new RemoteSaveAction(
                international_.getString("MainWindowRemoteExport"),
                international_.getString("MainWindowRemoteExportTooltip"),
                "export_remote.png",
                getDrawingPanel(),
                international_.getString("MainWindowRemoteExportMn").charAt(0),
View Full Code Here

TOP

Related Classes of at.bestsolution.drawswf.plugin.remotesave.action.RemoteSaveAction

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.