Deprecated API


Contents
Deprecated Classes
net.sf.wraplog.Logger
          -- this class is no longer part of WrapLog. 
 

Deprecated Methods
anecho.JamochaMUD.ExtWorldList.downloadList()
          Deprecated to use downloadList2 
anecho.gui.PosTools.findCentre()
          use findCenter() instead. English spelling confuses people 
anecho.gui.PosTools.findCentre(Component)
          use findCenter(Component c) instead 
anecho.gui.PosTools.findCentre(Component, Component)
          use findCenter(Component parent, Component child) 
anecho.gui.PosTools.findCentre(Component, int)
          use findCenter(Component c, int corner) instead 
anecho.JamochaMUD.JMConfig.getConnectionHandler()
          The CHandler class will be turned into a singleton. Use CHandler.getInstance() instead. 
net.sf.wraplog.Logger.getLogger(Class)
            
net.sf.wraplog.Logger.getLogger(String)
            
anecho.JamochaMUD.JMConfig.getMainWindowVariable()
          MuckMain is now a singleton, information may be retrieved via MuckMain.getInstance() 
anecho.JamochaMUD.CHandler.getTextObject()
          This method has been moved to MuckMain and broken into three separate methods: getTextPanel(), getFancyTextPanel(), and getLegacyTextPanel() 
anecho.JamochaMUD.DataIn.jMSendText()
          The SendText method in CHandler should now be used 
anecho.gui.ResReader.langString(String)
          There are better ways of handling this - 2005-12-28 
anecho.gui.ResReader.langString(String, String)
          There are better ways of handling this - 2005-12-28 
anecho.gui.ResReader.langString(String, String, String)
          There are better ways of handling this - 2005-12-28 
anecho.gui.ResReader.langString(String, String, String, String)
          There are better ways of handling this - 2005-12-28 
anecho.JamochaMUD.CHandler.openSocket(String, String, int, boolean, int)
          - The new function should pass a SimpleWorld object Create a new MuSocket that will be set-up with the supplied information and start its thread. Return the given MuSocket to the calling method. AddNewMU is normally called after this if this is a brand new connection. 
anecho.JamochaMUD.JMConfig.setConnectionHandler(CHandler)
          the ConnectionHandler will be turned into a singleton 
anecho.JamochaMUD.JMConfig.setMainWindowVariable(MuckMain)
          MuckMain is now a singleton, information may be retrieved via MuckMain.getInstance() 
anecho.gui.OKBox.show()
          This method is deprecated 
anecho.gui.OKBox.showCentred()
          use showCentered() instead