Uses of Class
rs.sol.soloist.server.guiconfiguration.components.GUITimerComponent

Packages that use GUITimerComponent
rs.sol.soloist.server.guiconfiguration.components Provides GUI classes for tangible widgets like, label, button, link, menu, menu item, dialog, image, panel, tab, etc. 
 

Uses of GUITimerComponent in rs.sol.soloist.server.guiconfiguration.components
 

Methods in rs.sol.soloist.server.guiconfiguration.components that return GUITimerComponent
static GUITimerComponent GUITimerComponent.create(GUIContainerComponent parent, Time time)
          Returns new GUITimerComponent with the given initial time and assigns it to the given parent.
static GUITimerComponent GUITimerComponent.create(GUIContainerComponent parent, Time time, Integer reportOnEvery, LayoutData layoutData)
          Deprecated. Not for public use.
static GUITimerComponent GUITimerComponent.create(GUIContainerComponent parent, Time time, LayoutData layoutData)
          Returns new GUITimerComponent with the given initial time, places it in the parent's layout according to the given LayoutData, and assigns it to the given parent.