Uses of Class
org.openstreetmap.josm.io.OnlineResource
-
Packages that use OnlineResource 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 OnlineResource in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as OnlineResource Modifier and Type Field Description private OnlineResourceOnlineResourceMenu.ToggleOnlineResourceAction. onlineResourceConstructors in org.openstreetmap.josm.gui.io with parameters of type OnlineResource Constructor Description ToggleOnlineResourceAction(OnlineResource onlineResource) -
Uses of OnlineResource in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io with type parameters of type OnlineResource Modifier and Type Field Description private static java.util.Set<OnlineResource>NetworkManager. OFFLINE_RESOURCESMethods in org.openstreetmap.josm.io that return OnlineResource Modifier and Type Method Description static OnlineResourceOnlineResource. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OnlineResource[]OnlineResource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.io that return types with arguments of type OnlineResource Modifier and Type Method Description static java.util.Set<OnlineResource>NetworkManager. getOfflineResources()Replies the set of online resources currently offline.Methods in org.openstreetmap.josm.io with parameters of type OnlineResource Modifier and Type Method Description static booleanNetworkManager. isOffline(OnlineResource r)Determines if the given online resource is currently offline.static booleanNetworkManager. setOffline(OnlineResource r)Sets the given online resource to offline state.static booleanNetworkManager. setOnline(OnlineResource r)Sets the given online resource to online state.
-