Groovy Documentation

com.wordpress.tipsforjava.swing.table
[Java] Class EditableCellFocusAction

java.lang.Object
  com.wordpress.tipsforjava.swing.WrappedAction
      com.wordpress.tipsforjava.swing.table.EditableCellFocusAction
All Implemented Interfaces:
ActionListener

public class EditableCellFocusAction
extends WrappedAction

Authors:
Rob Camick
Darryl Burke


Field Summary
private JTable table

 
Fields inherited from class WrappedAction
actionKey, component, originalAction
 
Constructor Summary
EditableCellFocusAction(JTable table, KeyStroke keyStroke)

 
Method Summary
void actionPerformed(ActionEvent e)

 
Methods inherited from class WrappedAction
addPropertyChangeListener, getKeyForActionMap, getKeys, getPropertyChangeListeners, getValue, install, invokeOriginalAction, isEnabled, putValue, removePropertyChangeListener, setActionForKey, setEnabled, unInstall
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

table

private JTable table


 
Constructor Detail

EditableCellFocusAction

public EditableCellFocusAction(JTable table, KeyStroke keyStroke)


 
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)


 

Groovy Documentation