| Class | Description |
|---|---|
| anecho.gui.Hyperlink |
This class will not be actively maintained as of 2016-07-25
|
| net.sf.wraplog.Logger |
-- this class is no longer part of WrapLog.
|
| anecho.gui.ResReader |
This class will not be actively maintained as of 2018-07-14
|
| Method | Description |
|---|---|
| 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, int) |
use findCenter(Component c, int corner) instead
|
| anecho.gui.PosTools.findCentre(Component, Component) |
use findCenter(Component parent, Component child)
|
| anecho.JamochaMUD.DataIn.getLastWord() | |
| 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.
|
| edu.stanford.ejalbert.BrowserLauncher.openURL(String) |
-- create a BrowserLauncher object and use it instead of
calling this static method.
|
| anecho.JamochaMUD.JMConfig.setConnectionHandler(CHandler) |
the ConnectionHandler will be turned into a singleton
|
| anecho.JamochaMUD.JMConfig.setJMboolean(String, String) |
|
| anecho.JamochaMUD.JMConfig.setJMObject(String, Object) |
|
| 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
|