Java 类org.eclipse.gef.tools.PanningSelectionTool 实例源码

项目:gef-gwt    文件:PanningSelectionToolEntry.java   
/**
 * Constructor for PanningSelectionToolEntry.
 * 
 * @param label
 *            the label
 * @param shortDesc
 *            the description
 */
public PanningSelectionToolEntry(String label, String shortDesc) {
    super(label, shortDesc);
    setToolClass(PanningSelectionTool.class);
}