Package ejmf.toolkit.controls

Examples of ejmf.toolkit.controls.StandardProgressControl


  /** 
  * Get the progress control
  * @return A ProgressSlider
  */
    public ProgressSlider getProgressComponent() {
  StandardProgressControl spc =
      (StandardProgressControl) getControl(StandardControls.PROGRESS_CONTROL);
  return (ProgressSlider)spc.getControlComponent();
    }
View Full Code Here


    * the progress control.
  * @return StandardProgressControl for display and operation 
  * of progress slider.
    */
  protected StandardProgressControl createProgressControl() {
    return new StandardProgressControl();
  }
View Full Code Here

TOP

Related Classes of ejmf.toolkit.controls.StandardProgressControl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.