Class AdapterManager


  • public class AdapterManager
    extends java.lang.Object
    The iizi Adapter Factory defines the possible classes that implements the IAdaptable interface.
    Author:
    Christopher Mindus
    • Method Detail

      • 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.