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

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

 
A C F G O P S

S

setDisplayName(String) - Method in class org.netbeans.api.progress.ProgressHandle
change the display name of the progress task.
setDisplayName(String) - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
change the display name of the progress task.
setInitialDelay(int) - Method in class org.netbeans.api.progress.ProgressHandle
allows to set a custom initial delay for the progress task to appear in the status bar.
setInitialDelay(int) - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
allows to set a custom initial delay for the progress task to appear in the status bar.
setMonitor(ProgressMonitor) - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
allow to watch the incoming events from the individual progress contributors.
start() - Method in class org.netbeans.api.progress.ProgressHandle
start the progress indication for indeterminate task.
start(int) - Method in class org.netbeans.api.progress.ProgressHandle
start the progress indication for a task with known number of steps.
start(int, long) - Method in class org.netbeans.api.progress.ProgressHandle
start the progress indication for a task with known number of steps and known time estimate for completing the task.
start() - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
start the progress indication for the task, shows the progress in the UI, events from the contributors are expected after this call.
start(long) - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
start the progress indication for the task with an initial time estimate, shows the progress in the UI, events from the contributors are expected after this call.
start(int) - Method in class org.netbeans.api.progress.aggregate.ProgressContributor
start the progress indication for a task with known number of steps.
started(ProgressContributor) - Method in interface org.netbeans.api.progress.aggregate.ProgressMonitor
the given contributor started it's work.
switchToDeterminate(int) - Method in class org.netbeans.api.progress.ProgressHandle
Currently indeterminate task can be switched to show percentage completed.
switchToDeterminate(int, long) - Method in class org.netbeans.api.progress.ProgressHandle
Currently indeterminate task can be switched to show the time estimate til completion.
switchToIndeterminate() - Method in class org.netbeans.api.progress.ProgressHandle
Currently determinate task (with percentage or time estimate) can be switched to indeterminate mode.

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