Searched refs:getUndoActionCount (Results 1 – 1 of 1) sorted by relevance
575 private int getUndoActionCount() { return m_undoCount; } in getUndoActionCount() method in UndoManager.UndoListener656 assertEquals( "We did not yet do a undo!", 0, m_undoListener.getUndoActionCount() ); in impl_testSingleModification()659 1, m_undoListener.getUndoActionCount() ); in impl_testSingleModification()675 … assertEquals( "UI-Undo does not notify the listener", 2, m_undoListener.getUndoActionCount() ); in impl_testSingleModification()699 0, m_undoListener.getUndoActionCount() ); in impl_testMultipleModifications()702 …st did an undo - the listener should have been notified", 1, m_undoListener.getUndoActionCount() ); in impl_testMultipleModifications()