Uses of Class
csheets.ext.style.StylableCell

Packages that use StylableCell
csheets.ext.style Provides support for cell style, i.e. font, format, alignment, color and border. 
csheets.ext.style.ui Provides UI components for setting cell style. 
 

Uses of StylableCell in csheets.ext.style
 

Methods in csheets.ext.style that return StylableCell
 StylableCell StyleExtension.extend(Cell cell)
          Makes the given cell stylable.
 

Uses of StylableCell in csheets.ext.style.ui
 

Methods in csheets.ext.style.ui with parameters of type StylableCell
protected  void UnderlineAction.applyStyle(StylableCell cell)
          Toggles the underlining of the selected cells in the focus owner table.
protected abstract  void StyleAction.applyStyle(StylableCell cell)
          Applies the style to the given stylable cell
protected  void ItalicAction.applyStyle(StylableCell cell)
          Toggles the italicity of the selected cells in the focus owner table.
protected  void BoldAction.applyStyle(StylableCell cell)
          Toggles the boldness of the selected cells in the focus owner table.
protected  void AlignTopAction.applyStyle(StylableCell cell)
          Aligns the content of the given cell to the top.
protected  void AlignRightAction.applyStyle(StylableCell cell)
          Aligns the content of the given cell to the right.
protected  void AlignMiddleAction.applyStyle(StylableCell cell)
          Aligns the content of the given cell to the middle.
protected  void AlignLeftAction.applyStyle(StylableCell cell)
          Aligns the content of the given cell to the left.
protected  void AlignCenterAction.applyStyle(StylableCell cell)
          Aligns the content of the given cell to the center.
protected  void AlignBottomAction.applyStyle(StylableCell cell)
          Aligns the content of the given cell to the bottom.