Class LogicalModelViewHandlerDescriptor


  • public class LogicalModelViewHandlerDescriptor
    extends Object
    Descriptor of an ILogicalModelViewHandler.

    This acts as a DTO holding the information about the registered handlers.

    Handlers are stateful, so once a descriptor has been used to create its underlying instance, the handler remains in memory.

    • Method Detail

      • getRanking

        public int getRanking()
        See Also:
        org.eclipse.emf.compare.ide.ui.internal.logical.view.ILogicalModelViewHandler#getRanking()
      • getClassName

        public String getClassName()
        Get the qualified class name of the described handler.
        Returns:
        the qualified class name of the described handler.