| Package | Description |
|---|---|
| android.net | |
| ej.basictool | |
| ej.mwt.style.background | |
| java.util |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectivityManager.notifyNetworkCallbacks(boolean available)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static int[] |
ArrayTools.copy(int[] array)
Deprecated.
Use
Object.clone() instead. |
static int[] |
ArrayTools.copy(int[] array,
int pointer)
Deprecated.
Use
Arrays.copyOf(int[], int) instead. |
static <T> T[] |
ArrayTools.copy(Object[] array,
Class<T[]> type)
Deprecated.
Use
Arrays.copyOf(Object[], int, Class) instead. |
static <T> T[] |
ArrayTools.copy(Object[] array,
int pointer,
Class<T[]> type)
Deprecated.
Use
Arrays.copyOf(Object[], int, Class) instead. |
static <T> T[] |
ArrayTools.copy(T[] array)
Deprecated.
Use
Object.clone() instead. |
static <T> T[] |
ArrayTools.copy(T[] array,
int pointer)
Deprecated.
Use
Arrays.copyOf(Object[], int) instead. |
static <T> T[] |
ArrayTools.createNewArray(Class<T[]> type,
int length)
Deprecated.
Use
Util.newArray(Class, int) instead. |
static int[] |
ArrayTools.removeRange(int[] array,
int offset,
int length)
Deprecated.
Use
#shrink(int[], int, int) instead. |
| Constructor and Description |
|---|
RoundedBackground(int color,
int cornerRadius)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Timer
Deprecated.
Please consider
ej.bon.Timer> from BON specification
instead. |
class |
TimerTask
Deprecated.
Please consider
ej.bon.TimerTask> from BON specification
instead. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Calendar.isLenient()
Deprecated.
|
void |
Calendar.setLenient(boolean lenient)
Deprecated.
|