Class ScheduledTaskPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ScheduledTaskPanel extends JPanel
See Also:
  • Constructor Details Link icon

    • ScheduledTaskPanel Link icon

      public ScheduledTaskPanel(String labelText, int indention)
  • Method Details Link icon

    • getProgressBar Link icon

      public GProgressBar getProgressBar()
    • setHiddenViewAmount Link icon

      public void setHiddenViewAmount(float fraction)
      Sets the amount of the view that is hidden, i.e., "scrolled off". The animation framework will cause this method to be called with a sequence of values from 0 to 1 which will be used to scroll the component off the view.
      Parameters:
      fraction - the amount of the component to hide.