rom.gui
Class CodeEditorFrame.IgnoringStyleUndoManager

java.lang.Object
  |
  +--javax.swing.undo.AbstractUndoableEdit
        |
        +--javax.swing.undo.CompoundEdit
              |
              +--javax.swing.undo.UndoManager
                    |
                    +--rom.gui.CodeEditorFrame.IgnoringStyleUndoManager
All Implemented Interfaces:
java.util.EventListener, java.io.Serializable, javax.swing.undo.UndoableEdit, javax.swing.event.UndoableEditListener
Enclosing class:
CodeEditorFrame

class CodeEditorFrame.IgnoringStyleUndoManager
extends javax.swing.undo.UndoManager


Field Summary
 
Fields inherited from class javax.swing.undo.UndoManager
 
Fields inherited from class javax.swing.undo.CompoundEdit
edits
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
(package private) CodeEditorFrame.IgnoringStyleUndoManager()
           
 
Method Summary
 boolean addEdit(javax.swing.undo.UndoableEdit undoableEdit)
           
 
Methods inherited from class javax.swing.undo.UndoManager
canRedo, canUndo, canUndoOrRedo, discardAllEdits, editToBeRedone, editToBeUndone, end, getLimit, getRedoPresentationName, getUndoOrRedoPresentationName, getUndoPresentationName, redo, redoTo, setLimit, toString, trimEdits, trimForLimit, undo, undoableEditHappened, undoOrRedo, undoTo
 
Methods inherited from class javax.swing.undo.CompoundEdit
die, getPresentationName, isInProgress, isSignificant, lastEdit
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeEditorFrame.IgnoringStyleUndoManager

CodeEditorFrame.IgnoringStyleUndoManager()
Method Detail

addEdit

public boolean addEdit(javax.swing.undo.UndoableEdit undoableEdit)
Specified by:
addEdit in interface javax.swing.undo.UndoableEdit
Overrides:
addEdit in class javax.swing.undo.UndoManager