public class OZTBIconFontHelper
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
OZTBIconFontHelper.Callback |
| Modifier and Type | Field and Description |
|---|---|
static int |
CANCELING |
static int |
CHECKING |
static int |
FIXING |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
cancel();
Starts Sub To Cancel & Delete Any Fixed IconFonts.
|
void |
check(boolean andFix)
check(boolean andFix);
Starts Sub To Check For Any Missing IconFonts.
|
void |
fix()
fix();
Starts Sub To Fix Any Missing IconFonts.
|
void |
setCallback(OZTBIconFontHelper.Callback callback)
setCallback(Callback callback);
Sets the (Callback)Interface for the Helper.
|
static OZTBIconFontHelper |
with(android.content.Context context)
init(Context context);
Initiates a new OZTBIconFontHelper.
|
public static final int CHECKING
public static final int FIXING
public static final int CANCELING
public void setCallback(OZTBIconFontHelper.Callback callback)
callback - public static OZTBIconFontHelper with(android.content.Context context)
context - public void check(boolean andFix)
andFix - public void fix()
public void cancel()