public class StyleExtension extends Extension
Modifier and Type | Field and Description |
---|---|
static String |
NAME
The name of the extension
|
Constructor and Description |
---|
StyleExtension()
Creates a new style extension.
|
Modifier and Type | Method and Description |
---|---|
StylableCell |
extend(Cell cell)
Makes the given cell stylable.
|
StylableSpreadsheet |
extend(Spreadsheet spreadsheet)
Makes the given spreadsheet stylable.
|
UIExtension |
getUIExtension(UIController uiController)
Returns a user interface extension for style.
|
compareTo, getName, getPropertyKey
public static final String NAME
public StyleExtension()
public StylableSpreadsheet extend(Spreadsheet spreadsheet)
public StylableCell extend(Cell cell)
public UIExtension getUIExtension(UIController uiController)
getUIExtension
in class Extension
uiController
- the user interface controller