Package oxygenoffice.extensions.smart.gui

Examples of oxygenoffice.extensions.smart.gui.Gui


    }

    public void setGui(){
        if(m_Gui == null){
            if(m_xContext != null && m_xFrame != null)
                m_Gui = new Gui(this, m_xContext, m_xFrame);
        }
    }
View Full Code Here

TOP

Related Classes of oxygenoffice.extensions.smart.gui.Gui

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.