Package org.springframework.ide.eclipse.beans.ui.livegraph.actions

Examples of org.springframework.ide.eclipse.beans.ui.livegraph.actions.OpenBeanClassAction


  private boolean isViewerVisible(Viewer viewer) {
    return viewer != null && !viewer.getControl().isDisposed() && viewer.getControl().isVisible();
  }

  private void makeActions() {
    openBeanClassAction = new OpenBeanClassAction();
    openBeanDefAction = new OpenBeanDefinitionAction();
    connectApplicationAction = new ConnectToApplicationAction(this);
    displayModeActions = new ToggleViewModeAction[] { new ToggleViewModeAction(this, DISPLAY_MODE_GRAPH),
        new ToggleViewModeAction(this, DISPLAY_MODE_TREE) };
    groupByActions = new ToggleGroupByAction[] { new ToggleGroupByAction(this, GROUP_BY_RESOURCE),
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.beans.ui.livegraph.actions.OpenBeanClassAction

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.