Uses of Class
com.maplesoft.client.UserInfo

Uses of UserInfo in com.maplesoft.client
 

Methods in com.maplesoft.client that return UserInfo
 UserInfo LoginPanel.getUserInfo()
          Return the UserInfo object that is created only when the Save button is pressed.
 UserInfo MapleStatement.getUser()
          Return the UserInfo object that is associated with this MapleStatement
static UserInfo UserInfo.getDefaultUser()
          Return a UserInfo object representing the default user
 

Methods in com.maplesoft.client with parameters of type UserInfo
 void MapleStatement.setUser(UserInfo newUserinfo)
          Change the user information for this MapleStatement
static void UserInfo.setDefaultUser(UserInfo userinfo)
          Creates a default user to be used when no user is specified
 

Constructors in com.maplesoft.client with parameters of type UserInfo
MapleImage2DPlot(HostInfo host, UserInfo user)
          Creates a MapleImagePlot that for the given host and user
MapleStatement(HostInfo hostinfo, UserInfo userinfo)
          Creates a MapleStatement for a given HostInfo and UserInfo.
MapleToMathML(HostInfo hostinfo, UserInfo userinfo)
          Constructor
MathMLToMaple(HostInfo hostinfo, UserInfo userinfo)
          Create a MathMLToMaple for a given host and user configuration