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

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


  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),
        new ToggleGroupByAction(this, GROUP_BY_CONTEXT) };
    filterInnerBeansAction = new FilterInnerBeansAction(this);
  }
View Full Code Here

TOP

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

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.