Class EmailClientPlugin

    • Field Detail

      • icons

        protected static final javax.swing.UIDefaults icons
        The image icons.
    • Constructor Detail

      • EmailClientPlugin

        public EmailClientPlugin()
    • Method Detail

      • getName

        public java.lang.String getName()
        Return the unique name of this plugin. This method may be called before init(). Used e.g. to store properties of each plugin.
      • getToolIcon

        public javax.swing.Icon getToolIcon​(boolean selected)
        Get the icon.
      • createView

        public javax.swing.JComponent createView()
        Create the view.
        Overrides:
        createView in class AbstractJCCPlugin
        Returns:
        The main panel.