com.wordpress.tipsforjava.swing
[Java] Class EditListAction
java.lang.Object
javax.swing.AbstractAction
com.wordpress.tipsforjava.swing.EditListAction
public class EditListAction
extends AbstractAction
|
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 |
|
Methods inherited from class AbstractAction
|
| getValue, putValue, addPropertyChangeListener, isEnabled, setEnabled, removePropertyChangeListener, getPropertyChangeListeners, getKeys, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, actionPerformed |
editPopup
private JPopupMenu editPopup
-
editTextField
private JTextField editTextField
-
list
private JList list
-
modelClass
private Class modelClass
-
EditListAction
public EditListAction()
-
actionPerformed
public void actionPerformed(ActionEvent e)
-
applyValueToModel
protected void applyValueToModel(String value, ListModel model, int row)
-
createEditPopup
private void createEditPopup()
-
setModelClass
protected void setModelClass(Class modelClass)
-
Groovy Documentation