Package org.neo4j.neoclipse.action.layout

Examples of org.neo4j.neoclipse.action.layout.ShowTreeLayoutAction


            // spring layout
            ShowSpringLayoutAction springLayoutAction = new ShowSpringLayoutAction( graphView );
            tm.appendToGroup( groupName, springLayoutAction );
            mm.appendToGroup( groupName, springLayoutAction );
            // tree layout
            ShowTreeLayoutAction treeLayoutAction = new ShowTreeLayoutAction( graphView );
            tm.appendToGroup( groupName, treeLayoutAction );
            mm.appendToGroup( groupName, treeLayoutAction );
            // radial layout
            ShowRadialLayoutAction radialLayoutAction = new ShowRadialLayoutAction( graphView );
            tm.appendToGroup( groupName, radialLayoutAction );
View Full Code Here

TOP

Related Classes of org.neo4j.neoclipse.action.layout.ShowTreeLayoutAction

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.