uci.uml.ui
Class ActionGoToCritique

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--uci.uml.ui.UMLAction
              |
              +--uci.uml.ui.ActionGoToCritique

public class ActionGoToCritique
extends UMLAction

See Also:
Serialized Form

Fields inherited from class uci.uml.ui.UMLAction
HAS_ICON, NO_ICON
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
ActionGoToCritique(ToDoItem item)
           
 
Method Summary
 void actionPerformed(ActionEvent ae)
           
 boolean shouldBeEnabled()
           
 
Methods inherited from class uci.uml.ui.UMLAction
markNeedsSave, stripJunk, updateEnabled, updateEnabled
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionGoToCritique

public ActionGoToCritique(ToDoItem item)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae)
Overrides:
actionPerformed in class UMLAction

shouldBeEnabled

public boolean shouldBeEnabled()
Overrides:
shouldBeEnabled in class UMLAction