站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Class org.netbeans.api.progress.ProgressHandle (NetBeans Progress API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.netbeans.api.progress.ProgressHandle

Packages that use ProgressHandle
org.netbeans.api.progress This API allows to visualize tracking for progress of long lasting tasks. 
 

Uses of ProgressHandle in org.netbeans.api.progress
 

Methods in org.netbeans.api.progress that return ProgressHandle
static ProgressHandle ProgressHandleFactory.createHandle(String displayName)
          Create a progress ui handle for a long lasting task.
static ProgressHandle ProgressHandleFactory.createHandle(String displayName, Cancellable allowToCancel)
          Create a progress ui handle for a long lasting task.
static ProgressHandle ProgressHandleFactory.createHandle(String displayName, Action linkOutput)
          Create a progress ui handle for a long lasting task.
static ProgressHandle ProgressHandleFactory.createHandle(String displayName, Cancellable allowToCancel, Action linkOutput)
          Create a progress ui handle for a long lasting task.
static ProgressHandle ProgressHandleFactory.createSystemHandle(String displayName)
          Create a handle for a long lasting task that is not triggered by explicit user action.
static ProgressHandle ProgressHandleFactory.createSystemHandle(String displayName, Cancellable allowToCancel)
          Create a cancelable handle for a task that is not triggered by explicit user action.
static ProgressHandle ProgressHandleFactory.createSystemHandle(String displayName, Cancellable allowToCancel, Action linkOutput)
          Create a progress ui handle for a task that is not triggered by explicit user action.
 

Methods in org.netbeans.api.progress with parameters of type ProgressHandle
static JComponent ProgressHandleFactory.createProgressComponent(ProgressHandle handle)
          Get the progress bar component for use in custom dialogs, the task won't show in the progress bar anymore.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.