-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
1.2.0
-
Fix Understood
-
generic
-
generic
Name: diC59631 Date: 08/06/98
[This is in swing1.1beta, which isn't a choice on the form.]
It is almost impossible to extend com.sun.java.swing.undo.UndoManager and override a particular method because indexOfNextAdd is protected and has no accessors.
In this particular case, I'm trying to override UndoManager.addEdit(UndoableEdit), but cannot manage the undo queue because I cannot get to the indexOfNextAdd member. Other methods have the same problem.
If it were simply changed to protected access, this problem would be solved.
(Review ID: 36511)
======================================================================