public class SessionSaveAsAction extends DiskAccessAction
| Modifier and Type | Class and Description |
|---|---|
class |
SessionSaveAsAction.SessionSaveAsDialog
The "Save Session" dialog
|
| Modifier and Type | Field and Description |
|---|---|
private MultiMap<Layer,Layer> |
dependencies |
private java.util.Map<Layer,SessionLayerExporter> |
exporters |
private java.util.List<Layer> |
layers |
sc| Constructor and Description |
|---|
SessionSaveAsAction()
Constructs a new
SessionSaveAsAction. |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected void |
updateEnabledState()
Override in subclasses to update the enabled state of the action when
something in the JOSM state changes, i.e.
|
createAndOpenFileChooser, createAndOpenFileChooser, createAndOpenFileChooser, createAndOpenFileChooser, createAndOpenFileChooserdestroy, getCurrentDataSet, getEditLayer, getShortcut, initEnabledState, installAdapters, setTooltip, updateEnabledStateprivate java.util.Map<Layer,SessionLayerExporter> exporters
private MultiMap<Layer,Layer> dependencies
public SessionSaveAsAction()
SessionSaveAsAction.public void actionPerformed(java.awt.event.ActionEvent e)
protected void updateEnabledState()
JosmActionJosmAction.updateEnabledState(Collection) to respond to changes in the collection
of selected primitives.
Default behavior is empty.updateEnabledState in class JosmActionJosmAction.updateEnabledState(Collection),
JosmAction.initEnabledState()