org.simbrain.network.actions
Class ShowIOInfoAction
java.lang.Object
javax.swing.AbstractAction
org.simbrain.network.actions.ShowIOInfoAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public final class ShowIOInfoAction
- extends AbstractAction
Show input/output information.
- See Also:
- Serialized Form
|
Constructor Summary |
ShowIOInfoAction(NetworkPanel networkPanel)
Create a new show input/output information action with the specified
network panel. |
ShowIOInfoAction
public ShowIOInfoAction(NetworkPanel networkPanel)
- Create a new show input/output information action with the specified
network panel.
- Parameters:
networkPanel - networkPanel, must not be null
actionPerformed
public void actionPerformed(ActionEvent event)
- See Also:
AbstractAction