|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsheets.ext.Extension
csheets.ext.style.StyleExtension
public class StyleExtension
The extension for style.
| Field Summary | |
|---|---|
static String |
NAME
The name of the extension |
| Constructor Summary | |
|---|---|
StyleExtension()
Creates a new style extension. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class csheets.ext.Extension |
|---|
compareTo, getName, getPropertyKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
| Constructor Detail |
|---|
public StyleExtension()
| Method Detail |
|---|
public StylableSpreadsheet extend(Spreadsheet spreadsheet)
extend in class Extensionspreadsheet - the spreadsheet to extend
public StylableCell extend(Cell cell)
extend in class Extensioncell - the cell to extend
public UIExtension getUIExtension(UIController uiController)
getUIExtension in class ExtensionuiController - the user interface controller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||