class TagTable.DeleteAction extends RunnableAction implements ListSelectionListener
changeSupport, enabled
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 and Description |
---|
TagTable.DeleteAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteTagNames()
delete a selection of tag names
|
protected void |
deleteTags()
delete a selection of tags
|
protected void |
deleteTagValues()
delete a selection of tag values
|
void |
run() |
protected void |
updateEnabledState() |
void |
valueChanged(ListSelectionEvent e)
listens to the table selection model
|
actionPerformed
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public TagTable.DeleteAction()
protected void deleteTagNames()
protected void deleteTagValues()
protected void deleteTags()
public void run()
run
in interface Runnable
run
in class RunnableAction
public void valueChanged(ListSelectionEvent e)
valueChanged
in interface ListSelectionListener
protected final void updateEnabledState()