Package | Description |
---|---|
org.openstreetmap.josm.gui.io |
Modifier and Type | Field and Description |
---|---|
static UploadStrategy |
UploadStrategy.DEFAULT_UPLOAD_STRATEGY
the default upload strategy
|
private UploadStrategy |
UploadStrategySpecification.strategy |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<UploadStrategy,javax.swing.JLabel> |
UploadStrategySelectionPanel.lblNumRequests |
private java.util.Map<UploadStrategy,JMultilineLabel> |
UploadStrategySelectionPanel.lblStrategies |
private java.util.Map<UploadStrategy,javax.swing.JRadioButton> |
UploadStrategySelectionPanel.rbStrategy |
Modifier and Type | Method and Description |
---|---|
static UploadStrategy |
UploadStrategy.fromPreference(java.lang.String preferenceValue) |
static UploadStrategy |
UploadStrategy.getFromPreferences()
Replies the upload strategy currently configured in the preferences.
|
UploadStrategy |
UploadStrategySpecification.getStrategy()
Replies the upload strategy
|
protected UploadStrategy |
UploadStrategySelectionPanel.getUploadStrategy() |
static UploadStrategy |
UploadStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UploadStrategy[] |
UploadStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
UploadStrategy.saveToPreferences(UploadStrategy strategy)
Saves the upload strategy
strategy to the preferences. |
UploadStrategySpecification |
UploadStrategySpecification.setStrategy(UploadStrategy strategy) |