public abstract class BrowseModuleValueActionListener<T extends javax.swing.JComponent>
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier | Constructor and Description |
---|---|
protected |
BrowseModuleValueActionListener(Project project) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
detach() |
javax.swing.JComponent |
getField() |
Project |
getProject() |
java.lang.String |
getText() |
void |
setField(ComponentWithBrowseButton<T> field) |
protected abstract java.lang.String |
showDialog() |
protected BrowseModuleValueActionListener(Project project)
public Project getProject()
public javax.swing.JComponent getField()
public void setField(ComponentWithBrowseButton<T> field)
public java.lang.String getText()
public void detach()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
protected abstract java.lang.String showDialog()