Package org.epic.perleditor.editors

Examples of org.epic.perleditor.editors.AddEditorMarker


   * @param attributes  Marker attributes
   * @param markerType Marker type
   */
  public void addMarker(Map attributes, String markerType) {
    attributes.put(EPIC_MARKER_USED_FLAG, Boolean.TRUE);
    AddEditorMarker ed = new AddEditorMarker();
    ed.addMarker(fResource, attributes, markerType);
  }
View Full Code Here

TOP

Related Classes of org.epic.perleditor.editors.AddEditorMarker

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.