|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CellElement in sos.reports |
| Classes in sos.reports that implement CellElement | |
class |
AbstractReport.AbstractCellElement
A partial implementation of CellElement. |
class |
AbstractReport.DefaultTableElement.DefaultCellElement
A default implementation of CellElement. |
| Methods in sos.reports that return CellElement | |
CellElement |
TierElement.getPrototypeCellElement()
Returns the prototypical cell element (or null, if none) for this tier. |
CellElement |
TableElement.getCellAt(int rowIndex,
int columnIndex)
Returns the cell at the specified location. |
CellElement |
TableElement.getCellStartingAt(int rowIndex,
int columnIndex)
Returns the cell that starts at the specified location. |
CellElement |
AbstractReport.AbstractTableElement.getCellStartingAt(int rowIndex,
int columnIndex)
|
CellElement |
AbstractReport.DefaultTableElement.getCellAt(int rowIndex,
int columnIndex)
|
CellElement |
AbstractReport.DefaultTableElement.DefaultTierElement.getPrototypeCellElement()
|
| Methods in sos.reports with parameters of type CellElement | |
javax.swing.text.AttributeSet |
TableFormatAdapter.getCellAttributes(CellElement cellElement)
|
javax.swing.text.AttributeSet |
TableFormat.getCellAttributes(CellElement cellElement)
Returns the attributes to use for the specified cell element. |
javax.swing.text.AttributeSet |
DefaultTableFormat.getCellAttributes(CellElement cellElement)
|
protected boolean |
CellReportSelectionModel.isCellSelectable(CellElement cellElement)
Returns true if the specified cell element is allowed to be selected. |
void |
AbstractReport.DefaultTableElement.DefaultTierElement.setPrototypeCellElement(CellElement prototypeCellElement)
Sets the prototypical cell element for this tier. |
| Constructors in sos.reports with parameters of type CellElement | |
AbstractReport.DefaultTableElement.DefaultTierElement(int type,
int index,
java.lang.Object object,
java.lang.String styleName,
CellElement prototypeCellElement)
Creates an instance of DefaultTierElement. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||