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

P-Index (NetBeans Progress API) - NetBeans API Javadoc 5.0.0

 
A C F G O P S

P

ProgressContributor - class org.netbeans.api.progress.aggregate.ProgressContributor.
A contributor to the aggragete progress indication.
ProgressHandle - class org.netbeans.api.progress.ProgressHandle.
Instances provided by the ProgressHandleFactory allow the users of the API to notify the progress bar UI about changes in the state of the running task.
ProgressHandleFactory - class org.netbeans.api.progress.ProgressHandleFactory.
Factory to create various ProgressHandle instances that allow long lasting tasks to show their progress using various progress UIs.
ProgressMonitor - interface org.netbeans.api.progress.aggregate.ProgressMonitor.
Interface allowing to monitor the progress within the agrregated handle.
progress(int) - Method in class org.netbeans.api.progress.ProgressHandle
Notify the user about completed workunits.
progress(String) - Method in class org.netbeans.api.progress.ProgressHandle
Notify the user about progress by showing message with details.
progress(String, int) - Method in class org.netbeans.api.progress.ProgressHandle
Notify the user about completed workunits and show additional detailed message.
progress(int) - Method in class org.netbeans.api.progress.aggregate.ProgressContributor
Notify the user about completed workunits.
progress(String) - Method in class org.netbeans.api.progress.aggregate.ProgressContributor
Notify the user about progress by showing message with details.
progress(String, int) - Method in class org.netbeans.api.progress.aggregate.ProgressContributor
Notify the user about completed workunits.
progressed(ProgressContributor) - Method in interface org.netbeans.api.progress.aggregate.ProgressMonitor
the given contributor progressed in it's work.

 
A C F G O P S
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.