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
|
actionPerformed
public DeleteAction()
protected void deleteTagNames()
protected void deleteTagValues()
protected void deleteTags()
public void run()
run
in interface java.lang.Runnable
run
in class RunnableAction
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
protected final void updateEnabledState()