Package de.innovationgate.eclipse.editors.actions

Examples of de.innovationgate.eclipse.editors.actions.DataRequestSelectAnnotationRulerAction


  protected void createActions() {
    super.createActions();
   
    // action for quickfix
    ResourceBundle resourceBundle = Plugin.getDefault().getResourceBundle();
    DataRequestSelectAnnotationRulerAction rulerAction = new DataRequestSelectAnnotationRulerAction(resourceBundle, "PDESelectAnnotationRulerAction.", this, getVerticalRuler());
      setAction(ITextEditorActionConstants.RULER_CLICK, rulerAction);     
  }
View Full Code Here

TOP

Related Classes of de.innovationgate.eclipse.editors.actions.DataRequestSelectAnnotationRulerAction

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.