1 27 28 package org.nightlabs.editor2d.request; 29 30 import org.eclipse.gef.Request; 31 import org.eclipse.gef.RequestConstants; 32 33 37 public interface EditorRequestConstants 38 extends RequestConstants 39 { 40 43 String REQ_CREATE_SHAPE = "create Shape"; 45 48 String REQ_EDIT_SHAPE = "edit Shape"; 50 53 String REQ_ZOOM_RECT = "zoom Rectangle"; 55 58 String REQ_ROTATE = "rotate"; 60 63 String REQ_EDIT_ROTATE_CENTER = "edit Rotation Center"; 65 68 String REQ_SHEAR = "shear"; 69 70 } 75 | Popular Tags |