class TagTable.DeleteAction extends RunnableAction implements javax.swing.event.ListSelectionListener
| Constructor and Description |
|---|
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(javax.swing.event.ListSelectionEvent e)
listens to the table selection model
|
actionPerformedDeleteAction()
protected void deleteTagNames()
protected void deleteTagValues()
protected void deleteTags()
public void run()
run in interface java.lang.Runnablerun in class RunnableActionpublic void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListenerprotected final void updateEnabledState()