Package net.jmesnil.jmx.ui.internal.actions

Examples of net.jmesnil.jmx.ui.internal.actions.DoubleClickAction


    super();
  }

    public void init(ICommonActionExtensionSite aSite) {
        super.init(aSite);
        doubleClickAction = new DoubleClickAction();
        newConnectionAction = new NewConnectionAction();
        aSite.getStructuredViewer().addSelectionChangedListener(doubleClickAction);
    }
View Full Code Here

TOP

Related Classes of net.jmesnil.jmx.ui.internal.actions.DoubleClickAction

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.