Class LogicalModelViewHandlerDescriptor
- java.lang.Object
-
- org.eclipse.emf.compare.ide.ui.internal.logical.view.registry.LogicalModelViewHandlerDescriptor
-
public class LogicalModelViewHandlerDescriptor extends Object
Descriptor of anILogicalModelViewHandler
.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
Get the qualified class name of the described handler.int
getRanking()
-
-
-
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.
-
-