Interface IPanelGroupLoader
- All Known Implementing Classes:
PanelGroupLoaderFromList
public interface IPanelGroupLoader
Interface for all loaders which return an array of AbstractPanel
registered as an
.invalid reference
ExtensionPoint
- Version:
- 15/10/2007
- Author:
- Pablo Piqueras Bartolomé (pablo.piqueras@iver.es)
-
Method Summary
Modifier and TypeMethodDescriptionvoidloadPanels(ArrayList<IPanel> panels) Loads and returns allAbstractPanelregistered as aninvalid reference
ExtensionPoint
-
Method Details
-
loadPanels
Loads and returns all
AbstractPanelregistered as aninvalid reference
ExtensionPoint- Parameters:
panels- array with the panels ornullif hasn't been registered any in that extension point, or that extension point didn't exit- Throws:
Exception- last exception produced loading the panelsListCouldntLoadPanelException
-