Groovy 1.7.0

groovy.ui
Class ConsoleTextEditor.UpdateCaretListener

java.lang.Object
  javax.swing.AbstractAction
      groovy.ui.ConsoleTextEditor.UpdateCaretListener
All Implemented Interfaces:
DocumentListener

class ConsoleTextEditor.UpdateCaretListener
extends AbstractAction

Field Summary
protected int lastUpdate

 
Fields inherited from class AbstractAction
DEFAULT, NAME, SHORT_DESCRIPTION, LONG_DESCRIPTION, SMALL_ICON, ACTION_COMMAND_KEY, ACCELERATOR_KEY, MNEMONIC_KEY, SELECTED_KEY, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY
 
Constructor Summary
ConsoleTextEditor.UpdateCaretListener()

 
Method Summary
void actionPerformed(ActionEvent ae)

void changedUpdate(DocumentEvent de)

void insertUpdate(DocumentEvent de)

void removeUpdate(DocumentEvent de)

 
Methods inherited from class AbstractAction
getValue, putValue, setEnabled, isEnabled, getKeys, addPropertyChangeListener, removePropertyChangeListener, getPropertyChangeListeners, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll, actionPerformed
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Field Detail

lastUpdate

protected int lastUpdate


 
Constructor Detail

ConsoleTextEditor.UpdateCaretListener

ConsoleTextEditor.UpdateCaretListener()


 
Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae)


changedUpdate

public void changedUpdate(DocumentEvent de)


insertUpdate

public void insertUpdate(DocumentEvent de)


removeUpdate

public void removeUpdate(DocumentEvent de)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.