org.openstreetmap.josm.gui.dialogs
Class UserListDialog.UserInfo

java.lang.Object
  extended by org.openstreetmap.josm.gui.dialogs.UserListDialog.UserInfo
All Implemented Interfaces:
java.lang.Comparable<UserListDialog.UserInfo>
Enclosing class:
UserListDialog

private static class UserListDialog.UserInfo
extends java.lang.Object
implements java.lang.Comparable<UserListDialog.UserInfo>

Action for selecting the primitives contributed by the currently selected users.


Field Summary
 int count
           
 double percent
           
 User user
           
 
Constructor Summary
UserListDialog.UserInfo(User user, int count, double percent)
           
 
Method Summary
 int compareTo(UserListDialog.UserInfo o)
           
 java.lang.String getName()
           
 int getRelicensingStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

public User user

count

public int count

percent

public double percent
Constructor Detail

UserListDialog.UserInfo

UserListDialog.UserInfo(User user,
                        int count,
                        double percent)
Method Detail

compareTo

public int compareTo(UserListDialog.UserInfo o)
Specified by:
compareTo in interface java.lang.Comparable<UserListDialog.UserInfo>

getName

public java.lang.String getName()

getRelicensingStatus

public int getRelicensingStatus()


JOSM