public interface SmartSelectProvider<T>
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<SmartSelectProvider> |
EP |
Modifier and Type | Method and Description |
---|---|
void |
decreaseSelection(T source) |
T |
getSource(DataContext context) |
void |
increaseSelection(T source) |
default boolean |
isEnabled(DataContext context) |
static final ExtensionPointName<SmartSelectProvider> EP
void increaseSelection(T source)
void decreaseSelection(T source)
default boolean isEnabled(DataContext context)
T getSource(DataContext context)