public static interface IDifferenceGroupProvider.Descriptor
registry
.Modifier and Type | Interface and Description |
---|---|
static interface |
IDifferenceGroupProvider.Descriptor.Registry
A registry of
IDifferenceGroupProvider . |
Modifier and Type | Method and Description |
---|---|
IDifferenceGroupProvider |
createGroupProvider()
Creates a group provider.
|
String |
getDescription()
A human-readable description for this group.
|
String |
getLabel()
A human-readable label for this group.
|
int |
getRank()
Rank of this group.
|
IDifferenceGroupProvider.ComparisonType |
getType()
Return the type of Comparison this group provider can handle.
|
IDifferenceGroupProvider createGroupProvider()
String getLabel()
String getDescription()
int getRank()
IDifferenceGroupProvider
will be used as
default group provider.IDifferenceGroupProvider.ComparisonType getType()
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.