Package org.neo4j.neoclipse.property.action

Examples of org.neo4j.neoclipse.property.action.DeleteAction


        copyAction = new CopyAction( parent, this );
        menuMgr.add( copyAction );
        pasteAction = new PasteAction( parent, this );
        pasteAction.setEnabled( false );
        menuMgr.add( pasteAction );
        deleteAction = new DeleteAction( parent, this );
        menuMgr.add( deleteAction );
        renameAction = new RenameAction( parent, this );
        menuMgr.add( renameAction );
        addNodeLabelAction = new AddNodeLabelAction( parent, this );
        menuMgr.add( addNodeLabelAction );
View Full Code Here

TOP

Related Classes of org.neo4j.neoclipse.property.action.DeleteAction

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.