Class PALplate.lib.Domisilica
All Packages Class Hierarchy This Package Previous Next Index
Class PALplate.lib.Domisilica
java.lang.Object
|
+----sub_arctic.lib.interactor_app
|
+----PALplate.lib.Domisilica
- public class Domisilica
- extends interactor_app
-
_iframe
- The frame which displays my toplevel and all it's children
-
mudAllowed
-
-
mudClient
- Provides access to all that cool mud stuff.
-
mudHost
-
-
MudInitialized
- So applets can find out if the mud is initialized
-
mudPort
-
-
mudThread
-
-
Domisilica(String[])
-
-
app_initialize()
- This function starts up the mud and instantiates the netManager
-
destroy()
- Sends a quit command and closes the sockets (which by then a broken, so you may get an error
but this way we can be doubly sure ...)
-
frame_initialize()
-
-
getParameter(String, String[])
- all search strings are assumed to start with a + or -
anything else is assumed to be an argument string.
-
main(String[])
-
-
parse_arguments(String[])
- Parameters which can be passed to this application are:
-host --(mud host machine)
-port --(mud port)
-startmud --(don't start mud)
+startmud --(do start mud)
-startapp --(class which displays mud stuff)
-guestName --(for logging in to mud)
-guestPassword --(for logging in to mud)
mudThread
protected Thread mudThread
mudClient
public static MudClient mudClient
- Provides access to all that cool mud stuff.
- See Also:
- MudClient
MudInitialized
public static boolean MudInitialized
- So applets can find out if the mud is initialized
_iframe
protected interactor_frame _iframe
- The frame which displays my toplevel and all it's children
mudHost
protected String mudHost
mudPort
protected int mudPort
mudAllowed
protected boolean mudAllowed
Domisilica
public Domisilica(String argv[])
app_initialize
public void app_initialize()
- This function starts up the mud and instantiates the netManager
- Overrides:
- app_initialize in class interactor_app
frame_initialize
public void frame_initialize()
- Overrides:
- frame_initialize in class interactor_app
destroy
public void destroy()
- Sends a quit command and closes the sockets (which by then a broken, so you may get an error
but this way we can be doubly sure ...)
main
public static void main(String argv[])
parse_arguments
public boolean parse_arguments(String argv[])
- Parameters which can be passed to this application are:
-host --(mud host machine)
-port --(mud port)
-startmud --(don't start mud)
+startmud --(do start mud)
-startapp --(class which displays mud stuff)
-guestName --(for logging in to mud)
-guestPassword --(for logging in to mud)
- Overrides:
- parse_arguments in class interactor_app
getParameter
public String getParameter(String searchString,
String argv[])
- all search strings are assumed to start with a + or -
anything else is assumed to be an argument string.
Returns null if searchString doesn't occur in argv
Returns "" if searchString occurs but has no arguments
Returns argString if searchString has arguments
All Packages Class Hierarchy This Package Previous Next Index