Uses of Class
org.openstreetmap.josm.io.session.SessionWriter.SessionWriterFlags
-
Packages that use SessionWriter.SessionWriterFlags Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.io.session Provides the classes for user sessions import/export. -
-
Uses of SessionWriter.SessionWriterFlags in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type SessionWriter.SessionWriterFlags Modifier and Type Method Description static voidSessionSaveAction. setCurrentSession(java.io.File file, java.util.List<Layer> layers, SessionWriter.SessionWriterFlags... flags)Sets the current session file and the layers included in that fileMethod parameters in org.openstreetmap.josm.actions with type arguments of type SessionWriter.SessionWriterFlags Modifier and Type Method Description static voidSessionSaveAction. setCurrentSession(java.io.File file, java.util.List<Layer> layers, java.util.Set<SessionWriter.SessionWriterFlags> flags)Sets the current session file and the layers included in that file -
Uses of SessionWriter.SessionWriterFlags in org.openstreetmap.josm.io.session
Methods in org.openstreetmap.josm.io.session that return SessionWriter.SessionWriterFlags Modifier and Type Method Description static SessionWriter.SessionWriterFlagsSessionWriter.SessionWriterFlags. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SessionWriter.SessionWriterFlags[]SessionWriter.SessionWriterFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openstreetmap.josm.io.session with parameters of type SessionWriter.SessionWriterFlags Constructor Description SessionWriter(java.util.List<Layer> layers, int active, java.util.Map<Layer,SessionLayerExporter> exporters, MultiMap<Layer,Layer> dependencies, SessionWriter.SessionWriterFlags... flags)Constructs a newSessionWriter.
-