org.apache.felix.shell.gui
Interface Plugin

All Known Implementing Classes:
BundleListPlugin, OBRPlugin, ShellPlugin

public interface Plugin

A simple plugin interface for the GUI shell bundle.


Method Summary
 Component getGUI()
          Returns the GUI associated with the plugin; this method should always return the same GUI instance when it is invoked.
 String getName()
          Returns the name of the plugin.
 

Method Detail

getName

String getName()
Returns the name of the plugin.

Returns:
the name of the plugin.

getGUI

Component getGUI()
Returns the GUI associated with the plugin; this method should always return the same GUI instance when it is invoked.

Returns:
the GUI associated with the plugin.


Copyright © 2011 Apache Software Foundation. All Rights Reserved.