Package org.sylfra.idea.plugins.xstructure.actions

Examples of org.sylfra.idea.plugins.xstructure.actions.SelectMappingSetAction$NoMappingSetConfigAction


   * @return xStructure toolbar
   */
  @Override
  protected ActionGroup createActionGroup()
  {
    SelectMappingSetAction selectMappingSetAction =
      (SelectMappingSetAction) ActionManager.getInstance()
        .getAction("XStructure.Actions.SelectMappingSet");
    EditMappingSetAction editMappingSetAction =
      (EditMappingSetAction) ActionManager.getInstance().getAction("XStructure.Actions.EditMappingSet");
    ReloadAllMappingSetsAction reloadAllMappingSetsAction =
View Full Code Here

TOP

Related Classes of org.sylfra.idea.plugins.xstructure.actions.SelectMappingSetAction$NoMappingSetConfigAction

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.