Class ScheduledTaskPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ScheduledTaskPanel extends JPanel
See Also:
  • Constructor Details

    • ScheduledTaskPanel

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

    • getProgressBar

      public GProgressBar getProgressBar()
    • setHiddenViewAmount

      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.