Package org.eclipse.graphiti.ui.internal.editor

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

Related Classes of org.eclipse.graphiti.ui.internal.editor.GFPanningSelectionToolEntry

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.