Uses of Class
org.apache.pivot.wtk.ApplicationContext.ScheduledCallback

Packages that use ApplicationContext.ScheduledCallback
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of ApplicationContext.ScheduledCallback in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return ApplicationContext.ScheduledCallback
static ApplicationContext.ScheduledCallback ApplicationContext.scheduleCallback(Runnable callback, long delay)
          Schedules a task for one-time execution.
static ApplicationContext.ScheduledCallback ApplicationContext.scheduleRecurringCallback(Runnable callback, long period)
          Schedules a task for repeated execution.
static ApplicationContext.ScheduledCallback ApplicationContext.scheduleRecurringCallback(Runnable callback, long delay, long period)
          Schedules a task for repeated execution.
 

Uses of ApplicationContext.ScheduledCallback in org.apache.pivot.wtk.skin
 

Fields in org.apache.pivot.wtk.skin declared as ApplicationContext.ScheduledCallback
protected  ApplicationContext.ScheduledCallback MenuItemSkin.buttonPressCallback