public abstract class AbstractWidgetSwitcher extends java.lang.Object implements WidgetSwitcher
CURRENT_LEVEL, XML_TAGDEFAULT_LAYER_INDEX| 构造器和说明 |
|---|
AbstractWidgetSwitcher() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
currentAPILevel()
当前接口的API等级,用于判断是否需要升级插件
|
int |
layerIndex()
对于不可变接口,这个值越高的,加载的优先级越高,也就是会覆盖掉其他低优先级的使用同样接口的插件
|
java.lang.String |
toNewMarkType(java.lang.String widgetType,
Repository repo)
转换成扁平
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoNewMarkTypepublic int currentAPILevel()
LevelcurrentAPILevel 在接口中 Levelpublic int layerIndex()
LayerlayerIndex 在接口中 Layerpublic java.lang.String toNewMarkType(java.lang.String widgetType,
Repository repo)
WidgetSwitchertoNewMarkType 在接口中 WidgetSwitcherwidgetType - 控件样式repo - 请求的上下文