|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UploadStrategy | |
|---|---|
| org.openstreetmap.josm.gui.io | |
| Uses of UploadStrategy in org.openstreetmap.josm.gui.io |
|---|
| Fields in org.openstreetmap.josm.gui.io declared as UploadStrategy | |
|---|---|
static UploadStrategy |
UploadStrategy.DEFAULT_UPLOAD_STRATEGY
the default upload strategy |
private UploadStrategy |
UploadStrategySpecification.strategy
|
| Fields in org.openstreetmap.josm.gui.io with type parameters of type UploadStrategy | |
|---|---|
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
|
| Methods in org.openstreetmap.josm.gui.io that return UploadStrategy | |
|---|---|
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. |
| Methods in org.openstreetmap.josm.gui.io with parameters of type UploadStrategy | |
|---|---|
static void |
UploadStrategy.saveToPreferences(UploadStrategy strategy)
Saves the upload strategy strategy to the preferences. |
UploadStrategySpecification |
UploadStrategySpecification.setStrategy(UploadStrategy strategy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||