Class EidActionsFactory.ShowBeIDPanelAction

All Implemented Interfaces:
ILocalized, ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
EidActionsFactory

public class EidActionsFactory.ShowBeIDPanelAction extends ShowPanelAction<EidPanel>
See Also:
Serialized Form
  • Constructor Details

    • ShowBeIDPanelAction

      public ShowBeIDPanelAction()
  • Method Details

    • getBeIDPanel

      public EidPanel getBeIDPanel()
      Returns:
    • buildPanel

      protected EidPanel buildPanel()
      Description copied from class: AbstractShowPanelAction
      Builds a new instance of T extends JPanel if a T constructor exists without parameters. If an error occurs, a null value is returned. \nOverride this method to implement specific business, or to ensure no NullPointerException if no default constructor exists for the panel. \nThis method is only called once when we need the panel for the first time(lazy initializer).
      Overrides:
      buildPanel in class AbstractShowPanelAction<EidPanel>
      Returns:
      a new T or null