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. lblNumRequestsprivate java.util.Map<UploadStrategy,javax.swing.JRadioButton>UploadStrategySelectionPanel. rbStrategyMethods in org.openstreetmap.josm.gui.io that return UploadStrategy Modifier and Type Method Description protected UploadStrategyUploadStrategySelectionPanel. getUploadStrategy() -
Uses of UploadStrategy in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as UploadStrategy Modifier and Type Field Description static UploadStrategyUploadStrategy. DEFAULT_UPLOAD_STRATEGYthe default upload strategyprivate UploadStrategyUploadStrategySpecification. strategyMethods in org.openstreetmap.josm.io that return UploadStrategy Modifier and Type Method Description static UploadStrategyUploadStrategy. fromPreference(java.lang.String preferenceValue)Reads the value from preferencesstatic UploadStrategyUploadStrategy. getFromPreferences()Replies the upload strategy currently configured in the preferences.UploadStrategyUploadStrategySpecification. getStrategy()Replies the upload strategystatic UploadStrategyUploadStrategy. 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 voidUploadStrategy. saveToPreferences(UploadStrategy strategy)Saves the upload strategystrategyto the preferences.UploadStrategySpecificationUploadStrategySpecification. setStrategy(UploadStrategy strategy)Sets the upload strategy (chunk mode)
-