JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
csheets.ext
Interface Extensible<T>
All Known Subinterfaces:
Cell
,
Spreadsheet
All Known Implementing Classes:
AssertableCell
,
CellExtension
,
CellImpl
,
CommentableCell
,
SpreadsheetExtension
,
SpreadsheetImpl
,
StylableCell
,
StylableSpreadsheet
,
TestableCell
,
TestableSpreadsheet
public interface
Extensible
<T>
An interface for extensible classes.
Author:
Einar Pehrson
Method Summary
Methods
Modifier and Type
Method and Description
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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method