de.mud.jta
Class Common
java.lang.Object
|
+--de.mud.jta.PluginLoader
|
+--de.mud.jta.Common
- All Implemented Interfaces:
- PluginBus
- public class Common
- extends PluginLoader
The common part of the The Javatm Telnet Application
is handled here. Mainly this includes the loading of the plugins and
the screen setup of the visual plugins.
Maintainer: Matthias L. Jugel
- Version:
- $Id: Common.java,v 2.18 2003/11/16 14:31:15 marcus Exp $
- Author:
- Matthias L. Jugel, Marcus Meissner
Constructor Summary |
Common(java.util.Properties config)
|
Method Summary |
java.util.Map |
getComponents()
Get the list of visual components currently registered. |
java.util.Map |
getMenus()
|
static java.util.Vector |
split(java.lang.String s,
char separator)
Split up comma separated lists of strings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PATH
public static final java.lang.String DEFAULT_PATH
- See Also:
- Constant Field Values
Common
public Common(java.util.Properties config)
getComponents
public java.util.Map getComponents()
- Get the list of visual components currently registered.
- Returns:
- a map of components
getMenus
public java.util.Map getMenus()
split
public static java.util.Vector split(java.lang.String s,
char separator)
- Split up comma separated lists of strings. This is quite strict, no
whitespace characters are allowed.
- Parameters:
s
- the string to be split up
- Returns:
- an array of strings