de.mud.jta.plugin
public class MudConnector extends Plugin implements VisualPlugin, java.lang.Runnable, java.awt.event.ActionListener
Maintainer: Matthias L. Jugel
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JButton |
connect |
protected javax.swing.JLabel |
errorLabel |
protected java.awt.CardLayout |
layouter |
protected java.net.URL |
listURL |
protected javax.swing.JMenu |
MCMenu |
protected javax.swing.JTextField |
mudAddr |
protected java.util.Map |
mudList |
protected javax.swing.JPanel |
mudListPanel |
protected javax.swing.JList |
mudListSelector |
protected javax.swing.JTextField |
mudName |
protected javax.swing.JTextField |
mudPort |
protected de.mud.jta.plugin.MudConnector.ProgressBar |
progress |
protected int |
step |
Constructor and Description |
---|
MudConnector(PluginBus bus,
java.lang.String id)
Create the list plugin and get the url to the actual list.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
javax.swing.JMenu |
getPluginMenu()
Get the menu entry for this component.
|
javax.swing.JComponent |
getPluginVisual()
Get the visible components from the plugin.
|
void |
run() |
protected java.net.URL listURL
protected int step
protected java.util.Map mudList
protected javax.swing.JList mudListSelector
protected javax.swing.JTextField mudName
protected javax.swing.JTextField mudAddr
protected javax.swing.JTextField mudPort
protected javax.swing.JButton connect
protected javax.swing.JPanel mudListPanel
protected java.awt.CardLayout layouter
protected de.mud.jta.plugin.MudConnector.ProgressBar progress
protected javax.swing.JLabel errorLabel
protected javax.swing.JMenu MCMenu
public MudConnector(PluginBus bus, java.lang.String id)
public void run()
run
in interface java.lang.Runnable
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
public javax.swing.JComponent getPluginVisual()
VisualPlugin
getPluginVisual
in interface VisualPlugin
public javax.swing.JMenu getPluginMenu()
VisualPlugin
getPluginMenu
in interface VisualPlugin