| java.lang.Object org.eclipse.ui.internal.progress.ProgressContentProvider
All known Subclasses: org.eclipse.ui.internal.progress.ProgressViewerContentProvider,
ProgressContentProvider | abstract public class ProgressContentProvider implements IProgressUpdateCollector,IStructuredContentProvider(Code) | | The ProgressContentProvider is the content provider used for classes that
listen to the progress changes.
|
Constructor Summary | |
public | ProgressContentProvider() Create a new instance of the receiver with all of the
default values. | public | ProgressContentProvider(boolean debug) Create a new instance of the receiver with a flag to
indicate if there will be debug info shown or not. |
ProgressContentProvider | public ProgressContentProvider()(Code) | | Create a new instance of the receiver with all of the
default values.
|
ProgressContentProvider | public ProgressContentProvider(boolean debug)(Code) | | Create a new instance of the receiver with a flag to
indicate if there will be debug info shown or not.
Parameters: debug - If true debug information will be shownif the debug flag in the ProgressManager is true. |
debug | public boolean debug()(Code) | | Return whether or not we are debugging. Check the
system settings unless we are overiding them.
boolean true if debug(system) jobs are being shown. |
dispose | public void dispose()(Code) | | |
inputChanged | public void inputChanged(Viewer viewer, Object oldInput, Object newInput)(Code) | | |
|
|