/[classpath]/classpath/javax/swing/undo/AbstractUndoableEdit.java
ViewVC logotype

Diff of /classpath/javax/swing/undo/AbstractUndoableEdit.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by brawer, Fri Nov 14 11:00:38 2003 UTC revision 1.8 by brawer, Mon Nov 17 16:21:05 2003 UTC
# Line 136  public class AbstractUndoableEdit Line 136  public class AbstractUndoableEdit
136     * Determines whether it would be possible to undo this editing     * Determines whether it would be possible to undo this editing
137     * action.     * action.
138     *     *
139     * @returns <code>true</code> to indicate that this action can be     * @return <code>true</code> to indicate that this action can be
140     * undone, <code>false</code> otherwise.     * undone, <code>false</code> otherwise.
141     *     *
142     * @see #undo()     * @see #undo()
# Line 171  public class AbstractUndoableEdit Line 171  public class AbstractUndoableEdit
171     * Determines whether it would be possible to redo this editing     * Determines whether it would be possible to redo this editing
172     * action.     * action.
173     *     *
174     * @returns <code>true</code> to indicate that this action can be     * @return <code>true</code> to indicate that this action can be
175     * redone, <code>false</code> otherwise.     * redone, <code>false</code> otherwise.
176     *     *
177     * @see #redo()     * @see #redo()
# Line 234  public class AbstractUndoableEdit Line 234  public class AbstractUndoableEdit
234     *     *
235     * <p>The default implementation returns <code>true</code>.     * <p>The default implementation returns <code>true</code>.
236     *     *
237     * @returns <code>true</code> to indicate that the action is     * @return <code>true</code> to indicate that the action is
238     * significant enough for being separately undoable, or     * significant enough for being separately undoable, or
239     * <code>false</code> otherwise.     * <code>false</code> otherwise.
240     */     */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26