de.mud.jta.plugin
Class MudConnector
- ActionListener, Runnable, VisualPlugin
public class MudConnector
The MudConnector (http://www.mudconnector.com) plugin. The plugin will
download a list of MUDs from a special list availabe at the url above
and the user can select the mud and connect to it. This usually requires
the relayd program to be run on the web server as this plugin tries to
establish connections to other hosts than the web server.
Maintainer: Matthias L. Jugel
$Id: MudConnector.java 499 2005-09-29 08:24:54Z leo $- Matthias L. Jugel, Marcus Mei???ner
MCMenu
protected JMenu MCMenu
connect
protected JButton connect
errorLabel
protected JLabel errorLabel
layouter
protected CardLayout layouter
listURL
protected URL listURL
mudAddr
protected JTextField mudAddr
mudList
protected Map mudList
mudListPanel
protected JPanel mudListPanel
mudListSelector
protected JList mudListSelector
mudName
protected JTextField mudName
mudPort
protected JTextField mudPort
progress
protected de.mud.jta.plugin.MudConnector.ProgressBar progress
MudConnector
public MudConnector(PluginBus bus,
String id)
Create the list plugin and get the url to the actual list.
actionPerformed
public void actionPerformed(ActionEvent evt)
getPluginMenu
public JMenu getPluginMenu()
Get the menu entry for this component.
- getPluginMenu in interface VisualPlugin
- a menu that can be used to change the plugin state
getPluginVisual
public JComponent getPluginVisual()
Get the visible components from the plugin.
- getPluginVisual in interface VisualPlugin
- a component that represents the plugin