private class CorrelateGpxWithImages.StatusBarUpdater extends Object implements DocumentListener, ItemListener, ActionListener
Modifier and Type | Field and Description |
---|---|
private boolean |
doRepaint |
Constructor and Description |
---|
StatusBarUpdater(boolean doRepaint) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
void |
changedUpdate(DocumentEvent ev) |
void |
insertUpdate(DocumentEvent ev) |
void |
itemStateChanged(ItemEvent e) |
void |
removeUpdate(DocumentEvent ev) |
private String |
statusText() |
void |
updateStatusBar() |
private boolean doRepaint
public StatusBarUpdater(boolean doRepaint)
public void insertUpdate(DocumentEvent ev)
insertUpdate
in interface DocumentListener
public void removeUpdate(DocumentEvent ev)
removeUpdate
in interface DocumentListener
public void changedUpdate(DocumentEvent ev)
changedUpdate
in interface DocumentListener
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void updateStatusBar()
private String statusText()