9899100101102103104
if( text == null ) throw new IllegalArgumentException( "parameter 'text' is null" ); text_ = text; selection_ = new Selection( text ); selection_.register( this ); manager_ = new UndoManager( UNDO_STACK_SIZE ); }
5253545556575859
*/ private IAction mockAction_; protected void setUp() { manager_ = new UndoManager( STACK_SIZE ); mockAction_ = (IAction)createMock( IAction.class ); }