Package es.iiia.shapeeditor.tools

Examples of es.iiia.shapeeditor.tools.ModifyRuleTool


  public static final String ID = "es.iiia.sgi.editors.ruleeditor";

  @Override
  public void createPartControl(Composite parent) {
    super.createPartControl(parent);   
    currentTool = new ModifyRuleTool();   
    swtAwtComponent.setData("Desc", "Rule Editor");
  }
View Full Code Here


    this.setChecked(true);
  }
 
  public void run() {
    if (this.isChecked()) {
      ((RuleEditor) page.getActiveEditor()).setTool(new ModifyRuleTool());
    }
  }
View Full Code Here

TOP

Related Classes of es.iiia.shapeeditor.tools.ModifyRuleTool

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.