Examples of GFPanningSelectionToolEntry


Examples of org.eclipse.graphiti.ui.internal.editor.GFPanningSelectionToolEntry

  protected PaletteContainer createModelIndependentTools() {
    PaletteGroup controlGroup = new PaletteGroup(Messages.GraphicsPaletteRoot_0_xmen);
    List<PaletteEntry> entries = new ArrayList<PaletteEntry>();

    // selection tool
    ToolEntry tool = new GFPanningSelectionToolEntry();
    entries.add(tool);
    setDefaultEntry(tool);

//    // marquee tool
//    tool = new GFMarqueeToolEntry();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.