| |
|
| javax.swing.JDialog org.columba.core.gui.plugin.PluginManagerDialog
PluginManagerDialog | public class PluginManagerDialog extends JDialog implements ActionListener,TreeSelectionListener(Code) | | author: fdietz author: This dialog lets you view all installed plugins in a categorized tree view. author: There are buttons which let you: - install new plugins - remove plugins - author: enable/disable plugins - view plugin info (readme.txt in plugin folder) |
getSelectedNode | public PluginNode getSelectedNode()(Code) | | Returns the currently selected node or null if none is selected.
|
initComponents | protected void initComponents()(Code) | | |
installPlugin | protected void installPlugin(File file)(Code) | | TODO @author fdietz: move some logic out of this ui class and into plugin package
|
|
|
|