prefuse.util.force
Class ForceConfigAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by prefuse.util.force.ForceConfigAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class ForceConfigAction
extends javax.swing.AbstractAction

Swing Action components that brings up a dialog allowing users to configure a force simulation.

Author:
jeffrey heer
See Also:
JForcePanel, Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ForceConfigAction(javax.swing.JFrame frame, ForceSimulator fsim)
          Create a new ForceConfigAction.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForceConfigAction

public ForceConfigAction(javax.swing.JFrame frame,
                         ForceSimulator fsim)
Create a new ForceConfigAction.

Parameters:
frame - the parent frame for which to create the dialog
fsim - the force simulator to configure
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)


Copyright © 2007 Regents of the University of California