Examples of XComponent


Examples of com.sun.star.lang.XComponent

     * Test the interfaces on a draw document
     */
    public void checkDrawDoc() {
        xMSF = (XMultiServiceFactory)param.getMSF();
        SOfficeFactory xSOF = SOfficeFactory.getFactory(xMSF);
        XComponent xDrawDoc = null;
        try {
            log.println("****** Open a new draw document");
            xDrawDoc = xSOF.createDrawDoc("_blank");
            getTestObject();
        }
View Full Code Here

Examples of net.tinyos.nesc.dump.xml.Xcomponent

     *  the atomic actor.
     */
    protected void saveInterfaceContainer(Xinterface intf)
            throws IllegalActionException, NameDuplicationException {

        Xcomponent component = (Xcomponent) intf.container;

        // Make sure the component has not already been stored.
        if (!_componentFileTable.containsKey(component)
                && !_componentActorTable.containsKey(component)) {

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.