public abstract class BaseSettingsContributor extends java.lang.Object implements SettingsContributor
| Modifier and Type | Field and Description |
|---|---|
protected int |
priority |
| Constructor and Description |
|---|
BaseSettingsContributor(int priority) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SettingsContributor settingsContributor) |
int |
getPriority() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpopulatepublic int compareTo(SettingsContributor settingsContributor)
compareTo in interface java.lang.Comparable<SettingsContributor>public int getPriority()
getPriority in interface SettingsContributor