Eclipse Platform
Release 3.0

org.eclipse.ui.texteditor
Interface ISchedulingRuleProvider

All Known Implementing Classes:
TextFileDocumentProvider.DocumentProviderOperation

public interface ISchedulingRuleProvider

A scheduling rule provider provides a scheduling rule which can be used when running operations.

Since:
3.0

Method Summary
 ISchedulingRule getSchedulingRule()
          Returns the scheduling rule.
 

Method Detail

getSchedulingRule

public ISchedulingRule getSchedulingRule()
Returns the scheduling rule.

Returns:
a scheduling rule or null if none

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.