public abstract class EnableDisableAction
extends javax.swing.AbstractAction
Constructor and Description |
---|
EnableDisableAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected abstract void |
applyValue(int[] rows,
boolean valueToBeSet) |
protected abstract javax.swing.JTable |
getTable() |
protected abstract boolean |
isRowChecked(int row) |
void |
register() |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public void actionPerformed(java.awt.event.ActionEvent e)
protected abstract javax.swing.JTable getTable()
protected abstract void applyValue(int[] rows, boolean valueToBeSet)
protected abstract boolean isRowChecked(int row)
public void register()