Uses of Class
org.openstreetmap.josm.data.osm.User
-
Packages that use User Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.notes Provides the classes for OSMnotes
.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.osm.history Provides the classes for OSM primitiveshistory
(edition revisions).org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them).org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of User in org.openstreetmap.josm.data
Methods in org.openstreetmap.josm.data that return User Modifier and Type Method Description User
UserIdentityManager. asUser()
Returns the identity as aUser
objectMethods in org.openstreetmap.josm.data with parameters of type User Modifier and Type Method Description boolean
UserIdentityManager. isCurrentUser(User user)
Replies true if the current user isfully identified
and theuser ids
match, or if the current user is notfully identified
and theuser names
match. -
Uses of User in org.openstreetmap.josm.data.notes
Fields in org.openstreetmap.josm.data.notes declared as User Modifier and Type Field Description private User
NoteComment. user
Methods in org.openstreetmap.josm.data.notes that return User Modifier and Type Method Description User
NoteComment. getUser()
Returns the user who made this comment.Constructors in org.openstreetmap.josm.data.notes with parameters of type User Constructor Description NoteComment(java.time.Instant createDate, User user, java.lang.String commentText, NoteComment.Action action, boolean isNew)
-
Uses of User in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as User Modifier and Type Field Description private static User
User. ANONYMOUS
The anonymous user is a local user used in places where no user is known.private static User
User. lastUser
protected User
AbstractPrimitive. user
User that last modified this primitive, as specified by the server.private User
Changeset. user
the user who owns the changesetprivate User
ChangesetDiscussionComment. user
the user who posted the commentFields in org.openstreetmap.josm.data.osm with type parameters of type User Modifier and Type Field Description private static java.util.Map<java.lang.Long,User>
User. userMap
the map of known usersMethods in org.openstreetmap.josm.data.osm that return User Modifier and Type Method Description static User
User. createLocalUser(java.lang.String name)
Creates a local user with the given namestatic User
User. createOsmUser(long uid, java.lang.String name)
Creates a user known to the OSM serverstatic User
User. getAnonymous()
Replies the anonymous userstatic User
User. getById(long uid)
Returns the user with user iduid
or null if this user doesn't existprivate static User
NoteData. getCurrentUser()
User
AbstractPrimitive. getUser()
User
Changeset. getUser()
Returns the changeset user.User
ChangesetDiscussionComment. getUser()
Replies the user who posted the comment.User
IPrimitive. getUser()
Replies the user who has last touched this object.Methods in org.openstreetmap.josm.data.osm that return types with arguments of type User Modifier and Type Method Description static java.util.List<User>
User. getByName(java.lang.String name)
Returns the list of users with namename
or the empty list if no such users existMethods in org.openstreetmap.josm.data.osm with parameters of type User Modifier and Type Method Description void
AbstractPrimitive. setUser(User user)
void
Changeset. setUser(User user)
Sets the changeset user.void
IPrimitive. setUser(User user)
Sets the user who has last touched this object.void
OsmPrimitive. setUser(User user)
Constructors in org.openstreetmap.josm.data.osm with parameters of type User Constructor Description ChangesetDiscussionComment(java.time.Instant date, User user)
Constructs a newChangesetDiscussionComment
. -
Uses of User in org.openstreetmap.josm.data.osm.history
Fields in org.openstreetmap.josm.data.osm.history declared as User Modifier and Type Field Description private User
HistoryOsmPrimitive. user
Methods in org.openstreetmap.josm.data.osm.history that return User Modifier and Type Method Description User
HistoryOsmPrimitive. getUser()
Returns the user.Constructors in org.openstreetmap.josm.data.osm.history with parameters of type User Constructor Description HistoryNode(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp, LatLon coords)
Constructs a newHistoryNode
.HistoryNode(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp, LatLon coords, boolean checkHistoricParams)
Constructs a newHistoryNode
with a configurable checking of historic parameters.HistoryOsmPrimitive(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp)
Constructs a newHistoryOsmPrimitive
.HistoryOsmPrimitive(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp, boolean checkHistoricParams)
Constructs a newHistoryOsmPrimitive
with a configurable checking of historic parameters.HistoryRelation(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp)
constructorHistoryRelation(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp, boolean checkHistoricParams)
constructorHistoryRelation(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp, java.util.List<RelationMemberData> members)
constructorHistoryWay(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp)
Constructs a newHistoryWay
.HistoryWay(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp, boolean checkHistoricParams)
Constructs a newHistoryWay
with a configurable checking of historic parameters.HistoryWay(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp, java.util.List<java.lang.Long> nodeIdList)
Constructs a newHistoryWay
with a given list of node ids. -
Uses of User in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as User Modifier and Type Field Description User
UserListDialog.UserInfo. user
Methods in org.openstreetmap.josm.gui.dialogs that return types with arguments of type User Modifier and Type Method Description protected java.util.Map<User,java.lang.Integer>
UserListDialog.UserTableModel. computeStatistics(java.util.Collection<? extends OsmPrimitive> primitives)
private java.util.List<User>
UserListDialog. getSelectedUsers()
java.util.List<User>
UserListDialog.UserTableModel. getSelectedUsers(int... rows)
Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type User Constructor Description UserInfo(User user, int count, double percent)
-
Uses of User in org.openstreetmap.josm.gui.dialogs.changeset
Methods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type User Modifier and Type Method Description protected void
AbstractCellRenderer. renderUser(User user)
-
Uses of User in org.openstreetmap.josm.gui.history
Methods in org.openstreetmap.josm.gui.history that return User Modifier and Type Method Description private static User
HistoryBrowserModel.HistoryPrimitiveBuilder. getCurrentUser()
-
Uses of User in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that return User Modifier and Type Method Description private static User
AbstractReader. createUser(java.lang.String uid, java.lang.String name)
(package private) User
OsmChangesetParser.Parser. createUser(org.xml.sax.Attributes atts)
-