class TagTable.DeleteAction extends javax.swing.AbstractAction implements javax.swing.event.ListSelectionListener
Constructor and Description |
---|
DeleteAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
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
|
protected void |
updateEnabledState() |
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
listens to the table selection model
|
DeleteAction()
protected void deleteTagNames()
protected void deleteTagValues()
protected void deleteTags()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
protected final void updateEnabledState()