source:
main/waeup.sirp/branches/ulif-images/src/waeup/sirp/widgets/interfaces.py
@
10009
Last change on this file since 10009 was 4789, checked in by , 15 years ago | |
---|---|
File size: 227 bytes |
Line | |
---|---|
1 | ## |
2 | ## interfaces.py |
3 | """Interfaces for widgets. |
4 | """ |
5 | from zope.interface import Interface |
6 | |
7 | class ITableProvider(Interface): |
8 | """A provider for tables. |
9 | """ |
10 | def getTables(): |
11 | """Get a tuple of tables. |
12 | """ |
Note: See TracBrowser for help on using the repository browser.