Package org.jdesktop.wonderland.client.input.InputManager

Examples of org.jdesktop.wonderland.client.input.InputManager.WindowSwingViewMarker


        super.removeView(view);
    }

    /** Attach the things we need to the given given view. */
    protected void viewInit (View2D view) {
        view.addEntityComponent(InputManager.WindowSwingViewMarker.class, new WindowSwingViewMarker());
        view.addEntityComponent(WindowSwingViewReference.class, new WindowSwingViewReference(view));
        view.addEntityComponent(InputManager.WindowSwingEventConsumer.class,
                                new MyWindowSwingEventConsumer(getApp()));
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.client.input.InputManager.WindowSwingViewMarker

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.