Class AdapterManager

java.lang.Object
com.iizigo.adapter.AdapterManager

public class AdapterManager extends Object
The IIZI Adapter Factory defines the possible classes that implements the IAdaptable interface.
Author:
Christopher Mindus
  • Method Details

    • getInstance

      public static AdapterManager getInstance()
      The instance.
    • initialize

      public void initialize()
      Initializes the Eclipse Adapter Manager.

      It Registers the given adapter factory as extending objects of the supported types.

      If the type being extended is a class, the given factory's adapters are available on instances of that class and any of its subclasses. If it is an interface, the adapters are available to all classes that directly or indirectly implement that interface.