Uses of Class
org.openstreetmap.josm.gui.io.importexport.Options
-
Packages that use Options Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui.io.importexport Provides GUI classes for handling file import/export operations. -
-
Uses of Options in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions with type parameters of type Options Modifier and Type Field Description private java.util.EnumSet<Options>OpenFileAction.OpenFileTask. optionsMethods in org.openstreetmap.josm.actions that return types with arguments of type Options Modifier and Type Method Description java.util.Set<Options>OpenFileAction.OpenFileTask. getOptions()Get the options for this taskMethods in org.openstreetmap.josm.actions with parameters of type Options Modifier and Type Method Description static java.util.concurrent.Future<?>OpenFileAction. openFiles(java.util.List<java.io.File> fileList, Options... options)Open a list of files.voidOpenFileAction.OpenFileTask. setOptions(Options... options)Set the options for the task. -
Uses of Options in org.openstreetmap.josm.gui.io.importexport
Fields in org.openstreetmap.josm.gui.io.importexport with type parameters of type Options Modifier and Type Field Description protected java.util.EnumSet<Options>FileImporter. optionsMethods in org.openstreetmap.josm.gui.io.importexport that return Options Modifier and Type Method Description static OptionsOptions. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Options[]Options. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.io.importexport with parameters of type Options Modifier and Type Method Description voidFileImporter. setOptions(Options[] options)Set the options for theFileImporter.Method parameters in org.openstreetmap.josm.gui.io.importexport with type arguments of type Options Modifier and Type Method Description (package private) static voidImageImporter. addRecursiveFiles(java.util.Set<Options> options, java.util.List<java.io.File> files, java.util.Set<java.lang.String> visitedDirs, java.util.List<java.io.File> sel, ProgressMonitor progressMonitor)
-