Class PluginPropertyEditorPanel

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class PluginPropertyEditorPanel
    extends JPanel
    A panel that allows the user to edit a particular Plugin, by using introspection this class discovers the modifiable properties of the Plugin
    Author:
    Paul Smith <psmith@apache.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • PluginPropertyEditorPanel

        public PluginPropertyEditorPanel()
    • Method Detail

      • getPlugin

        public final Plugin getPlugin()
        Returns:
        Returns the plugin.
      • setPlugin

        public final void setPlugin​(Plugin plugin)
        Parameters:
        plugin - The plugin to set.