Package | Description |
---|---|
org.openstreetmap.josm.data.notes | |
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.osm.history | |
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 |
Modifier and Type | Field and Description |
---|---|
private User |
NoteComment.user |
Modifier and Type | Method and Description |
---|---|
User |
NoteComment.getUser() |
Constructor and Description |
---|
NoteComment(Date createDate,
User user,
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 |
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
|
private User |
ChangesetDiscussionComment.user
the user who posted the comment
|
Modifier and Type | Field and Description |
---|---|
private static Map<Long,User> |
User.userMap
the map of known users
|
Modifier and Type | Method and Description |
---|---|
static User |
User.createLocalUser(String name)
Creates a local user with the given name
|
static User |
User.createOsmUser(long uid,
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 |
AbstractPrimitive.getUser()
Replies the user who has last touched this object.
|
User |
IPrimitive.getUser() |
User |
Changeset.getUser() |
User |
ChangesetDiscussionComment.getUser()
Replies the user who posted the comment.
|
Modifier and Type | Method and Description |
---|---|
static List<User> |
User.getByName(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 |
AbstractPrimitive.setUser(User user)
Sets the user who has last touched this object.
|
void |
IPrimitive.setUser(User user) |
void |
Changeset.setUser(User user) |
void |
OsmPrimitive.setUser(User user) |
Constructor and Description |
---|
ChangesetDiscussionComment(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,
Date timestamp,
LatLon coords)
Constructs a new
HistoryNode . |
HistoryNode(long id,
long version,
boolean visible,
User user,
long changesetId,
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,
Date timestamp)
Constructs a new
HistoryOsmPrimitive . |
HistoryOsmPrimitive(long id,
long version,
boolean visible,
User user,
long changesetId,
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,
Date timestamp)
constructor
|
HistoryRelation(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp,
boolean checkHistoricParams)
constructor
|
HistoryRelation(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp,
List<RelationMemberData> members)
constructor
|
HistoryWay(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp)
Constructs a new
HistoryWay . |
HistoryWay(long id,
long version,
boolean visible,
User user,
long changesetId,
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,
Date timestamp,
List<Long> nodeIdList)
Constructs a new
HistoryWay with a given list of node ids. |
Modifier and Type | Field and Description |
---|---|
User |
UserListDialog.UserInfo.user |
Modifier and Type | Method and Description |
---|---|
protected Map<User,Integer> |
UserListDialog.UserTableModel.computeStatistics(Collection<? extends OsmPrimitive> primitives) |
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(Attributes atts) |
private User |
OsmReader.createUser(String uid,
String name) |