Package be.gaudry.swing.eid.action
Class EidActionsFactory.ShowBeIDPanelAction
java.lang.Object
javax.swing.AbstractAction
be.gaudry.swing.action.LocalizableAction
be.gaudry.swing.action.AutoLocalizedAction
be.gaudry.swing.action.AuthenticatedAction
be.gaudry.swing.action.AbstractShowPanelAction<T>
be.gaudry.swing.action.ShowPanelAction<EidPanel>
be.gaudry.swing.eid.action.EidActionsFactory.ShowBeIDPanelAction
- All Implemented Interfaces:
ILocalized,ActionListener,PropertyChangeListener,Serializable,Cloneable,EventListener,Action
- Enclosing class:
- EidActionsFactory
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class be.gaudry.swing.action.AbstractShowPanelAction
card, frame, panel, panelIdFields inherited from class be.gaudry.swing.action.AuthenticatedAction
loginMessage, loginTitleFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EidPanelBuilds a new instance of T extends JPanel if a T constructor exists without parameters.Methods inherited from class be.gaudry.swing.action.ShowPanelAction
getLoginServiceMethods inherited from class be.gaudry.swing.action.AbstractShowPanelAction
addPanelListener, authenticatedActionPerformed, close, getBrolImage, getCard, getPanel, getTitle, isPanelBuilt, isPanelShowing, isVisibleInMenu, setFrame, setLanguage, setVisibleInMenu, showPanelMethods inherited from class be.gaudry.swing.action.AuthenticatedAction
actionPerformed, afterUpdateLanguage, authenticationCanceled, authenticationFailed, beforeActionPerformed, getServers, unSecuredActionPerformedMethods inherited from class be.gaudry.swing.action.AutoLocalizedAction
doAfterCreate, init, propertyChangeMethods inherited from class be.gaudry.swing.action.LocalizableAction
doOnCreateMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
ShowBeIDPanelAction
public ShowBeIDPanelAction()
-
-
Method Details
-
getBeIDPanel
- Returns:
-
buildPanel
Description copied from class:AbstractShowPanelActionBuilds 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 noNullPointerExceptionif 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:
buildPanelin classAbstractShowPanelAction<EidPanel>- Returns:
- a new T or null
-