| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
BufferBusyActionMixin
Mixin to disable an action when the buffer is being modified.
Buffers can be marked as 'busy' if a long-running action is in process in a background thread. This mixin checks the state of the buffer busy flag before allowing it to be enabled in the menu system.
If a subclass needs to supply more information about its enable state, override isActionAvailable instead of isEnabled, or else you lose the buffer busy test.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Override this instead of isEnabled when using this mixin Provides a hook to isEnabled so subclasses can provide more information about the enabled state if the buffer is not busy. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:14 2008 | http://epydoc.sourceforge.net |