Ejemplo n.º 1
0
 /**
  * Perform the work the action is supposed to do. This method needs to be overridden by all
  * actions, since it only shows a fake progressbar... TODO: I suspect the above comment may well
  * not be true. We need to some how get rid of this anyway. If we find everything works then
  * delete it otherwise we find a way to fix.
  *
  * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
  */
 public void oldActionPerformed(ActionEvent e) {
   LOG.debug("pushed " + getValue(Action.NAME));
   Actions.updateAllEnabled();
 }