public class FeatureAdapter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
FeatureAdapter.BrowserAdapter |
static class |
FeatureAdapter.DefaultBrowserAdapter |
static class |
FeatureAdapter.DefaultTranslationAdapter |
static interface |
FeatureAdapter.TranslationAdapter |
Modifier and Type | Field and Description |
---|---|
private static FeatureAdapter.BrowserAdapter |
browserAdapter |
private static FeatureAdapter.TranslationAdapter |
translationAdapter |
Constructor and Description |
---|
FeatureAdapter() |
Modifier and Type | Method and Description |
---|---|
static void |
openLink(String url) |
static void |
registerBrowserAdapter(FeatureAdapter.BrowserAdapter browserAdapter) |
static void |
registerTranslationAdapter(FeatureAdapter.TranslationAdapter translationAdapter) |
static String |
tr(String text,
Object... objects) |
private static FeatureAdapter.BrowserAdapter browserAdapter
private static FeatureAdapter.TranslationAdapter translationAdapter
public FeatureAdapter()
public static void registerBrowserAdapter(FeatureAdapter.BrowserAdapter browserAdapter)
public static void registerTranslationAdapter(FeatureAdapter.TranslationAdapter translationAdapter)