| java.lang.Object org.netbeans.progress.module.Controller
Method Summary | |
public void | actionPerformed(java.awt.event.ActionEvent actionEvent) | public void | displayNameChange(InternalHandle handle, int units, double percentage, long estimate, String display) | public void | explicitSelection(InternalHandle handle) | public void | finish(InternalHandle handle) | public static synchronized Controller | getDefault() | public TaskModel | getModel() | ProgressUIWorker | getProgressUIWorker() | Component | getVisualComponent() | void | postEvent(ProgressEvent event) | void | postEvent(ProgressEvent event, boolean shortenPeriod) | public void | progress(InternalHandle handle, String msg, int units, double percentage, long estimate) | protected void | resetTimer(int initialDelay, boolean restart) | public void | run() can be run from awt only. | void | runImmediately(Collection<ProgressEvent> events) | public ProgressEvent | snapshot(InternalHandle handle, String msg, int units, double percentage, long estimate) | public void | start(InternalHandle handle) | public void | toDeterminate(InternalHandle handle) | public void | toIndeterminate(InternalHandle handle) | public void | toSilent(InternalHandle handle, String message) |
INITIAL_DELAY | final public static int INITIAL_DELAY(Code) | | initial delay for ading progress indication into the UI. if finishes earlier,
not shown at all, applies just to the status line (default) comtroller.
|
Controller | protected Controller()(Code) | | |
displayNameChange | public void displayNameChange(InternalHandle handle, int units, double percentage, long estimate, String display)(Code) | | |
resetTimer | protected void resetTimer(int initialDelay, boolean restart)(Code) | | |
run | public void run()(Code) | | can be run from awt only.
|
|
|