Package | Description |
---|---|
org.openstreetmap.josm.data.notes |
Provides the classes for OSM
notes . |
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.data.osm.history |
Provides the classes for OSM primitives
history (edition revisions). |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
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 else
|
org.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.
|
Modifier and Type | Field and Description |
---|---|
private User |
NoteComment.user |
Modifier and Type | Method and Description |
---|---|
User |
NoteComment.getUser() |
Constructor and Description |
---|
NoteComment(java.util.Date createDate,
User user,
java.lang.String commentText,
NoteComment.Action action,
boolean isNew) |
Modifier and Type | Field and 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 |
private User |
ChangesetDiscussionComment.user
the user who posted the comment
|
protected User |
AbstractPrimitive.user
User that last modified this primitive, as specified by the server.
|
private User |
Changeset.user
the user who owns the changeset
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Long,User> |
User.userMap
the map of known users
|
Modifier and Type | Method and Description |
---|---|
static User |
User.createLocalUser(java.lang.String name)
Creates a local user with the given name
|
static User |
User.createOsmUser(long uid,
java.lang.String name)
Creates a user known to the OSM server
|
static User |
User.getAnonymous()
Replies the anonymous user
|
static User |
User.getById(long uid)
Returns the user with user id
uid or null if this user doesn't exist |
private static User |
NoteData.getCurrentUser() |
User |
ChangesetDiscussionComment.getUser()
Replies the user who posted the comment.
|
User |
IPrimitive.getUser()
Replies the user who has last touched this object.
|
User |
AbstractPrimitive.getUser() |
User |
Changeset.getUser() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<User> |
User.getByName(java.lang.String name)
Returns the list of users with name
name or the empty list if
no such users exist |
Modifier and Type | Method and Description |
---|---|
void |
IPrimitive.setUser(User user)
Sets the user who has last touched this object.
|
void |
AbstractPrimitive.setUser(User user) |
void |
Changeset.setUser(User user) |
void |
OsmPrimitive.setUser(User user) |
Constructor and Description |
---|
ChangesetDiscussionComment(java.util.Date date,
User user)
Constructs a new
ChangesetDiscussionComment . |
Modifier and Type | Field and Description |
---|---|
private User |
HistoryOsmPrimitive.user |
Modifier and Type | Method and Description |
---|---|
User |
HistoryOsmPrimitive.getUser() |
Constructor and Description |
---|
HistoryNode(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp,
LatLon coords)
Constructs a new
HistoryNode . |
HistoryNode(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp,
LatLon coords,
boolean checkHistoricParams)
Constructs a new
HistoryNode with a configurable checking of historic parameters. |
HistoryOsmPrimitive(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp)
Constructs a new
HistoryOsmPrimitive . |
HistoryOsmPrimitive(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp,
boolean checkHistoricParams)
Constructs a new
HistoryOsmPrimitive with a configurable checking of historic parameters. |
HistoryRelation(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp)
constructor
|
HistoryRelation(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp,
boolean checkHistoricParams)
constructor
|
HistoryRelation(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp,
java.util.List<RelationMemberData> members)
constructor
|
HistoryWay(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp)
Constructs a new
HistoryWay . |
HistoryWay(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp,
boolean checkHistoricParams)
Constructs a new
HistoryWay with a configurable checking of historic parameters. |
HistoryWay(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp,
java.util.List<java.lang.Long> nodeIdList)
Constructs a new
HistoryWay with a given list of node ids. |
Modifier and Type | Method and Description |
---|---|
User |
JosmUserIdentityManager.asUser()
Returns the identity as a
User object |
Modifier and Type | Method and Description |
---|---|
boolean |
JosmUserIdentityManager.isCurrentUser(User user)
Replies true if the current user is
fully identified and the user ids match,
or if the current user is not fully identified and the user names match. |
Modifier and Type | Field and Description |
---|---|
User |
UserListDialog.UserInfo.user |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<User,java.lang.Integer> |
UserListDialog.UserTableModel.computeStatistics(java.util.Collection<? extends OsmPrimitive> primitives) |
java.util.List<User> |
UserListDialog.UserTableModel.getSelectedUsers(int... rows) |
Constructor and Description |
---|
UserInfo(User user,
int count,
double percent) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCellRenderer.renderUser(User user) |
Modifier and Type | Method and Description |
---|---|
private static User |
HistoryBrowserModel.HistoryPrimitiveBuilder.getCurrentUser() |
Modifier and Type | Method and Description |
---|---|
protected User |
OsmChangesetParser.Parser.createUser(org.xml.sax.Attributes atts) |
private User |
OsmReader.createUser(java.lang.String uid,
java.lang.String name) |