source: main/waeup.sirp/trunk/src/waeup/sirp/widgets/interfaces.py @ 5055

Last change on this file since 5055 was 4789, checked in by uli, 15 years ago

Merge changes from ulif-layout back into trunk (finally).

File size: 227 bytes
Line 
1##
2## interfaces.py
3"""Interfaces for widgets.
4"""
5from zope.interface import Interface
6
7class 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.