Package com.google.collide.client.util.dom.eventcapture

Examples of com.google.collide.client.util.dom.eventcapture.KeyBindings


  @VisibleForTesting
  public AppContext() {

    // Things that depend on nothing
    this.keyBindings = new KeyBindings();
    this.statusManager = new StatusManager();
    this.messageFilter = new MessageFilter();
    this.awesomeBoxModel = new AwesomeBoxModel();
    this.awesomeBoxComponentHostModel = new AwesomeBoxComponentHostModel();
    this.userActivityManager = new UserActivityManager();
View Full Code Here

TOP

Related Classes of com.google.collide.client.util.dom.eventcapture.KeyBindings

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.