| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Base.AEEvent --+
|
TableChange
Event that fires when the rows and columns in a table change.
This class registers its name and whether it should be monitored by default in an AEMonitor using the Base.registerEventType function when this module is first imported. The AEMonitor can use this information to build its menus.
|
|||
|
|||
| string |
|
||
| boolean |
|
||
| dictionary |
|
||
|
Inherited from Inherited from |
|||
|
|||
| boolean |
added Was the row/col added ( True), deleted
(False), or moved (None)?
|
||
| AEPor |
first_child_por Point of regard of first added/removed/moved child |
||
| boolean |
is_row Is it a row ( True) or column (False)
that changed?
|
||
| AEPor |
last_child_por Point of regard of last added/removed/moved child |
||
| AEPor |
por Point of regard associated with this event |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:55 2008 | http://epydoc.sourceforge.net |