com.sibvisions.rad.ui.swing.ext.format
Interface INodeFormatter
- All Known Implementing Classes:
- SwingTree
public interface INodeFormatter
Swing NodeFormatter definition.
getNodeImage
Icon getNodeImage(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
String pColumnName,
int pRow,
boolean pExpanded,
boolean pLeaf)
- Gets the image for the given node.
- Parameters:
pDataBook
- the IDataBook.pDataPage
- the IDataPage.pDataRow
- the IDataRow.pColumnName
- the column name.pRow
- the row index.pExpanded
- true if expanded.pLeaf
- true if leaf.
- Returns:
- the ICellFormat for the specified cell.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.