-
- All Implemented Interfaces:
-
com.petterp.floatingx.listener.control.IFxControl
public interface IFxScopeControl implements IFxControl
Fx局部控制器
-
-
Method Summary
Modifier and Type Method Description abstract IFxConfigControlgetConfigControl()获取配置层控制器,以便运行时动态调整某些基础配置 -
Methods inherited from class com.petterp.floatingx.listener.control.IFxScopeControl
cancel, getManagerView, getView, getViewHolder, hide, isShow, move, move, moveByVector, moveByVector, setClickListener, setClickListener, setLongClickListener, show, updateConfig, updateView, updateView, updateView, updateViewContent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getConfigControl
abstract IFxConfigControl getConfigControl()
获取配置层控制器,以便运行时动态调整某些基础配置
-
-
-
-