Home
last modified time | relevance | path

Searched refs:getRedoActionCount (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java576 private int getRedoActionCount() { return m_redoCount; } in getRedoActionCount() method in UndoManager.UndoListener
665 assertEquals( "did not yet do a redo!", 0, m_undoListener.getRedoActionCount() ); in impl_testSingleModification()
667 …sertEquals( "did a redo, but got no notification of it!", 1, m_undoListener.getRedoActionCount() ); in impl_testSingleModification()

Completed in 26 milliseconds