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 Type
    Method
    Description
    void
    Loads and returns all AbstractPanel registered as an
    invalid reference
    ExtensionPoint
  • Method Details

    • loadPanels

      void loadPanels(ArrayList<IPanel> panels) throws ListCouldntLoadPanelException

      Loads and returns all AbstractPanel registered as an

      invalid reference
      ExtensionPoint

      Parameters:
      panels - array with the panels or null if hasn't been registered any in that extension point, or that extension point didn't exit
      Throws:
      Exception - last exception produced loading the panels
      ListCouldntLoadPanelException