Package palmed.edit.selection

Examples of palmed.edit.selection.IAction


        manager_.undo();
    }

    public void testAddTwoMergableActionsDiscardsTheSecondOne()
    {
        final IAction mockOtherAction = (IAction)createMock( IAction.class );
        manager_.add( mockAction_ );
        reset();
        mockAction_.merge( mockOtherAction );
        control( mockAction_ ).setReturnValue( true );
        replay();
View Full Code Here

TOP

Related Classes of palmed.edit.selection.IAction

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.