groovy.ui
Class ConsoleTextEditor.UndoAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by groovy.ui.ConsoleTextEditor.UpdateCaretListener
          extended by groovy.ui.ConsoleTextEditor.UndoAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, javax.swing.event.DocumentListener
Enclosing class:
ConsoleTextEditor

private class ConsoleTextEditor.UndoAction
extends ConsoleTextEditor.UpdateCaretListener
implements java.beans.PropertyChangeListener


Field Summary
 
Fields inherited from class groovy.ui.ConsoleTextEditor.UpdateCaretListener
lastUpdate
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ConsoleTextEditor.UndoAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 void propertyChange(java.beans.PropertyChangeEvent pce)
           
 
Methods inherited from class groovy.ui.ConsoleTextEditor.UpdateCaretListener
changedUpdate, insertUpdate, removeUpdate
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleTextEditor.UndoAction

public ConsoleTextEditor.UndoAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class ConsoleTextEditor.UpdateCaretListener

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent pce)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener


Copyright © ${year} The Codehaus. All Rights Reserved.