public abstract class XBreakpointGroupingRule<B,G extends XBreakpointGroup>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<XBreakpointGroupingRule> |
PRIORITY_COMPARATOR |
Modifier | Constructor and Description |
---|---|
protected |
XBreakpointGroupingRule(java.lang.String id,
java.lang.String presentableName) |
Modifier and Type | Method and Description |
---|---|
abstract G |
getGroup(B breakpoint,
java.util.Collection<? extends G> groups) |
javax.swing.Icon |
getIcon() |
java.lang.String |
getId() |
java.lang.String |
getPresentableName() |
int |
getPriority() |
boolean |
isAlwaysEnabled() |
public static final java.util.Comparator<XBreakpointGroupingRule> PRIORITY_COMPARATOR
protected XBreakpointGroupingRule(java.lang.String id, java.lang.String presentableName)