public static class ComponentWithBrowseButton.BrowseFolderActionListener<T extends javax.swing.JComponent> extends BrowseFolderRunnable<T> implements java.awt.event.ActionListener
myAccessor, myFileChooserDescriptor, myTextComponent
Constructor and Description |
---|
BrowseFolderActionListener(java.lang.String title,
java.lang.String description,
ComponentWithBrowseButton<T> textField,
Project project,
FileChooserDescriptor fileChooserDescriptor,
TextComponentAccessor<? super T> accessor) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
chosenFileToResultingText, expandPath, getComponentText, getInitialFile, getProject, onFileChosen, run, setProject
public BrowseFolderActionListener(java.lang.String title, java.lang.String description, ComponentWithBrowseButton<T> textField, Project project, FileChooserDescriptor fileChooserDescriptor, TextComponentAccessor<? super T> accessor)