|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellFormatResult | |
---|---|
org.apache.poi.ss.format | This package contains classes that implement cell formatting |
Uses of CellFormatResult in org.apache.poi.ss.format |
---|
Methods in org.apache.poi.ss.format that return CellFormatResult | |
---|---|
CellFormatResult |
CellFormat.apply(Cell c)
Fetches the appropriate value from the cell, and returns the result of applying it to the appropriate format. |
CellFormatResult |
CellFormat.apply(javax.swing.JLabel label,
Cell c)
Fetches the appropriate value from the cell, and uses the result, setting the text and color of a label before returning the result. |
CellFormatResult |
CellFormatPart.apply(javax.swing.JLabel label,
java.lang.Object value)
Apply this format part to the given value, applying the result to the given label. |
CellFormatResult |
CellFormat.apply(javax.swing.JLabel label,
java.lang.Object value)
Uses the result of applying this format to the value, setting the text and color of a label before returning the result. |
CellFormatResult |
CellFormatPart.apply(java.lang.Object value)
Apply this format part to the given value. |
CellFormatResult |
CellFormat.apply(java.lang.Object value)
Returns the result of applying the format to the given value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |