Package muntjac :: Package ui :: Module abstract_field
[hide private]
[frames] | no frames]

Module abstract_field

source code

For implementing buffered property editors.

Classes [hide private]
  AbstractField
Abstract field component for implementing buffered property editors.
  FocusShortcut
A ready-made ShortcutListener that focuses the given Focusable (usually a IField) when the keyboard shortcut is invoked.
  IReadOnlyStatusChangeEvent
An Event object specifying the IProperty whose read-only status has changed.
Variables [hide private]
  _VALUE_CHANGE_METHOD = getattr(prop.IValueChangeListener, 'val...
  _READ_ONLY_STATUS_CHANGE_METHOD = getattr(prop.IReadOnlyStatus...
Variables Details [hide private]

_VALUE_CHANGE_METHOD

Value:
getattr(prop.IValueChangeListener, 'valueChange')

_READ_ONLY_STATUS_CHANGE_METHOD

Value:
getattr(prop.IReadOnlyStatusChangeListener, 'readOnlyStatusChange')