info.joseluismartin.gui.action
Class ActionCellEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by info.joseluismartin.gui.action.ActionCellEditor
All Implemented Interfaces:
Serializable, CellEditor

public class ActionCellEditor
extends AbstractCellEditor

A CellEditor for Actions

Author:
Jose Luis Martin - (jlm@joseluismartin.info)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
ActionCellEditor()
           
 
Method Summary
 Object getCellEditorValue()
           
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCellEditor

public ActionCellEditor()
Method Detail

getCellEditorValue

public Object getCellEditorValue()


Copyright © 2013 JDAL. All Rights Reserved.