Class ChooseDirAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.biojava.nbio.structure.align.gui.ChooseDirAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class ChooseDirAction extends javax.swing.AbstractActionAsk the user to provide a directory containting PDB files. Sets the idr in the provided textField.- Author:
- Andreas Prlic
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ChooseDirAction(javax.swing.JTextField textField, UserConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent evt)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChooseDirAction
public ChooseDirAction(javax.swing.JTextField textField, UserConfiguration config)
-
-