uci.uml.ui
Class ActionGoToDetails

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

public class ActionGoToDetails
extends UMLAction

See Also:
Serialized Form

Field Summary
protected  String _tabName
           
 
Fields inherited from class uci.uml.ui.UMLAction
HAS_ICON, NO_ICON
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
ActionGoToDetails(String tabName)
           
 
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
 

Field Detail

_tabName

protected String _tabName
Constructor Detail

ActionGoToDetails

public ActionGoToDetails(String tabName)
Method Detail

shouldBeEnabled

public boolean shouldBeEnabled()
Overrides:
shouldBeEnabled in class UMLAction

actionPerformed

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