csheets.ext
Interface Extensible<T>

All Known Subinterfaces:
Cell, Spreadsheet
All Known Implementing Classes:
AssertableCell, CellExtension, CellImpl, SpreadsheetExtension, SpreadsheetImpl, StylableCell, StylableSpreadsheet, TestableCell, TestableSpreadsheet

public interface Extensible<T>

An interface for extensible classes.

Author:
Einar Pehrson

Method Summary
 T getExtension(String name)
          Returns the extension with the given key.
 

Method Detail

getExtension

T getExtension(String name)
Returns the extension with the given key.

Parameters:
name - the name of the extension (case-insensitive)
Returns:
the appropriate extension, or null if no extension with the given name was found