public class ReportBugAction extends JosmAction
JosmAction.ActiveLayerChangeAdapter, 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) |
checkAndConfirmOutlyingOperation, destroy, getLayerManager, getShortcut, initEnabledState, installAdapters, listenToLayerChange, listenToSelectionChange, setHelpId, setTooltip, updateEnabledState, updateEnabledState, updateEnabledStateOnCurrentSelection, updateEnabledStateOnCurrentSelection, updateEnabledStateOnModifiableSelection, waitFutureprivate 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)