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,RelationUsersTagsChangesetsUtilities 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 UserUserIdentityManager. asUser()Returns the identity as aUserobjectMethods in org.openstreetmap.josm.data with parameters of type User Modifier and Type Method Description booleanUserIdentityManager. isCurrentUser(User user)Replies true if the current user isfully identifiedand theuser idsmatch, or if the current user is notfully identifiedand theuser namesmatch. -
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 UserNoteComment. userMethods in org.openstreetmap.josm.data.notes that return User Modifier and Type Method Description UserNoteComment. 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 UserUser. ANONYMOUSThe anonymous user is a local user used in places where no user is known.private static UserUser. lastUserprotected UserAbstractPrimitive. userUser that last modified this primitive, as specified by the server.private UserChangeset. userthe user who owns the changesetprivate UserChangesetDiscussionComment. userthe 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. userMapthe map of known usersMethods in org.openstreetmap.josm.data.osm that return User Modifier and Type Method Description static UserUser. createLocalUser(java.lang.String name)Creates a local user with the given namestatic UserUser. createOsmUser(long uid, java.lang.String name)Creates a user known to the OSM serverstatic UserUser. getAnonymous()Replies the anonymous userstatic UserUser. getById(long uid)Returns the user with user iduidor null if this user doesn't existprivate static UserNoteData. getCurrentUser()UserAbstractPrimitive. getUser()UserChangeset. getUser()Returns the changeset user.UserChangesetDiscussionComment. getUser()Replies the user who posted the comment.UserIPrimitive. 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 namenameor the empty list if no such users existMethods in org.openstreetmap.josm.data.osm with parameters of type User Modifier and Type Method Description voidAbstractPrimitive. setUser(User user)voidChangeset. setUser(User user)Sets the changeset user.voidIPrimitive. setUser(User user)Sets the user who has last touched this object.voidOsmPrimitive. 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 UserHistoryOsmPrimitive. userMethods in org.openstreetmap.josm.data.osm.history that return User Modifier and Type Method Description UserHistoryOsmPrimitive. 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 newHistoryNodewith 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 newHistoryOsmPrimitivewith 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 newHistoryWaywith 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 newHistoryWaywith 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 UserUserListDialog.UserInfo. userMethods 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 voidAbstractCellRenderer. 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 UserHistoryBrowserModel.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 UserAbstractReader. createUser(java.lang.String uid, java.lang.String name)(package private) UserOsmChangesetParser.Parser. createUser(org.xml.sax.Attributes atts)
-