-
- All Implemented Interfaces:
-
com.petterp.floatingx.listener.provider.IFxBasicProvider
public interface IFxPlatformProvider<F extends FxBasisHelper> implements IFxBasicProvider<F>
-
-
Method Summary
Modifier and Type Method Description abstract Unitshow()abstract Unithide()BooleanisShow()abstract BooleancheckOrInit()abstract ContextgetContext()abstract IFxControlgetControl()abstract IFxInternalHelpergetInternalView()abstract FgetHelper()-
-
Method Detail
-
checkOrInit
abstract Boolean checkOrInit()
-
getContext
abstract Context getContext()
-
getControl
abstract IFxControl getControl()
-
getInternalView
abstract IFxInternalHelper getInternalView()
-
-
-
-