| java.lang.Object org.netbeans.modules.visualweb.insync.UndoEvent
getDescription | public String getDescription()(Code) | | the never-null description for this event. |
hasChanges | public boolean hasChanges()(Code) | | Return true iff there have been any changes to any buffers
for this undo event.
|
notifyBufferUpdated | public void notifyBufferUpdated(SourceUnit unit)(Code) | | Make a note of the fact that the given source unit was updated as part of this undoable
event, such that its buffer's undo event is run when this entire event is rolled back. We
want to actually record units MULTIPLE times if they are actually flushed several times
during an update - that way we can undo all their changes as a single event.
|
|
|