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.17 2002/05/06 07:24:20 leo Exp $
Author:
Matthias L. Jugel, Marcus Meißner

Field Summary
static java.lang.String DEFAULT_PATH
           
 
Fields inherited from class de.mud.jta.PluginLoader
ID
 
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 de.mud.jta.PluginLoader
addPlugin, broadcast, getPlugins, registerPluginListener, replacePlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PATH

public static final java.lang.String DEFAULT_PATH
Constructor Detail

Common

public Common(java.util.Properties config)
Method Detail

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