Searched refs:action3 (Results 1 – 1 of 1) sorted by relevance
887 final CustomUndoAction action3 = new CustomUndoAction( "action 1.1.3" ); in impl_testNestedContexts() local888 i_undoManager.addUndoAction( action3 ); in impl_testNestedContexts()897 … many custom Undos called", action1.undoCalled() || action2.undoCalled() || action3.undoCalled() ); in impl_testNestedContexts()899 …tions not properly undone", action1.undoCalled() && action2.undoCalled() && action3.undoCalled() ); in impl_testNestedContexts()1169 final CustomUndoAction action3 = new CustomUndoAction( "action 3" ); in impl_testHiddenContexts() local1170 i_undoManager.addUndoAction( action3 ); in impl_testHiddenContexts()1184 assertTrue( action3.undoCalled() ); in impl_testHiddenContexts()