|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerAlert.Type | |
|---|---|
| org.chorem.jtimer.entities | jTimer entities. |
| org.chorem.jtimer.ui.tasks | Job used to run tasks. |
| Uses of TimerAlert.Type in org.chorem.jtimer.entities |
|---|
| Fields in org.chorem.jtimer.entities declared as TimerAlert.Type | |
|---|---|
protected TimerAlert.Type |
TimerAlert.type
Alert type. |
| Methods in org.chorem.jtimer.entities that return TimerAlert.Type | |
|---|---|
TimerAlert.Type |
TimerAlert.getType()
Get alert type. |
static TimerAlert.Type |
TimerAlert.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TimerAlert.Type[] |
TimerAlert.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.chorem.jtimer.entities with parameters of type TimerAlert.Type | |
|---|---|
void |
TimerAlert.setType(TimerAlert.Type type)
Set alert type. |
| Constructors in org.chorem.jtimer.entities with parameters of type TimerAlert.Type | |
|---|---|
TimerAlert(TimerAlert.Type type,
long duration)
Constructor. |
|
| Uses of TimerAlert.Type in org.chorem.jtimer.ui.tasks |
|---|
| Methods in org.chorem.jtimer.ui.tasks with parameters of type TimerAlert.Type | |
|---|---|
protected void |
RunTaskJob.displayAlert(TimerTask task,
TimerAlert.Type alertType,
long alertDuration)
Display alert message without breaking UI. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||