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, panelId
Fields inherited from class be.gaudry.swing.action.AuthenticatedAction
loginMessage, loginTitle
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected EidPanel
Builds a new instance of T extends JPanel if a T constructor exists without parameters.Methods inherited from class be.gaudry.swing.action.ShowPanelAction
getLoginService
Methods inherited from class be.gaudry.swing.action.AbstractShowPanelAction
addPanelListener, authenticatedActionPerformed, close, getBrolImage, getCard, getPanel, getTitle, isPanelBuilt, isPanelShowing, isVisibleInMenu, setFrame, setLanguage, setVisibleInMenu, showPanel
Methods inherited from class be.gaudry.swing.action.AuthenticatedAction
actionPerformed, afterUpdateLanguage, authenticationCanceled, authenticationFailed, beforeActionPerformed, getServers, unSecuredActionPerformed
Methods inherited from class be.gaudry.swing.action.AutoLocalizedAction
doAfterCreate, init, propertyChange
Methods inherited from class be.gaudry.swing.action.LocalizableAction
doOnCreate
Methods 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: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 noNullPointerException
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 classAbstractShowPanelAction<EidPanel>
- Returns:
- a new T or null
-