Package org.eclipse.gef.ui.actions

Examples of org.eclipse.gef.ui.actions.ActionRegistry.dispose()


    this.activeConfig = null;

    // dispose the ActionRegistry (will dispose all actions)
    ActionRegistry actionRegistry = getActionRegistry();
    if (actionRegistry != null) {
      actionRegistry.dispose();
    }
    // important: always call super implementation of dispose
    if (getDiagramTypeProvider() != null)
      super.dispose();
  }
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.