Uses of Class
org.openstreetmap.josm.io.UploadStrategy
-
Packages that use UploadStrategy Package Description org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of UploadStrategy in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io with type parameters of type UploadStrategy Modifier and Type Field Description private java.util.Map<UploadStrategy,javax.swing.JLabel>
UploadStrategySelectionPanel. lblNumRequests
private java.util.Map<UploadStrategy,javax.swing.JRadioButton>
UploadStrategySelectionPanel. rbStrategy
Methods in org.openstreetmap.josm.gui.io that return UploadStrategy Modifier and Type Method Description protected UploadStrategy
UploadStrategySelectionPanel. getUploadStrategy()
-
Uses of UploadStrategy in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as UploadStrategy Modifier and Type Field Description static UploadStrategy
UploadStrategy. DEFAULT_UPLOAD_STRATEGY
the default upload strategyprivate UploadStrategy
UploadStrategySpecification. strategy
Methods in org.openstreetmap.josm.io that return UploadStrategy Modifier and Type Method Description static UploadStrategy
UploadStrategy. fromPreference(java.lang.String preferenceValue)
Reads the value from preferencesstatic UploadStrategy
UploadStrategy. getFromPreferences()
Replies the upload strategy currently configured in the preferences.UploadStrategy
UploadStrategySpecification. getStrategy()
Replies the upload strategystatic 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.io with parameters of type UploadStrategy Modifier and Type Method Description static void
UploadStrategy. saveToPreferences(UploadStrategy strategy)
Saves the upload strategystrategy
to the preferences.UploadStrategySpecification
UploadStrategySpecification. setStrategy(UploadStrategy strategy)
Sets the upload strategy (chunk mode)
-