public class ReportBugAction extends JosmAction
JosmAction.LayerChangeAdapter, JosmAction.SelectionChangeAdapter
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
text |
sc
Constructor and Description |
---|
ReportBugAction()
Constructs a new
ReportBugAction that reports the normal status report. |
ReportBugAction(java.lang.String text)
Constructs a new
ReportBugAction for the given debug text. |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
destroy, getCurrentDataSet, getEditLayer, getShortcut, initEnabledState, installAdapters, setTooltip, updateEnabledState, updateEnabledState, waitFuture
private final java.lang.String text
public ReportBugAction()
ReportBugAction
that reports the normal status report.public ReportBugAction(java.lang.String text)
ReportBugAction
for the given debug text.text
- The text to sendpublic void actionPerformed(java.awt.event.ActionEvent e)