|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICellFormatter | |
---|---|
com.sibvisions.rad.ui.swing.impl.control | Contains Swing control implementations based on the platform and technology independent interface definitions. |
javax.rad.genui | Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. |
javax.rad.genui.control | Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. |
javax.rad.ui.control | Contains all interfaces to develop controls for a graphical user interface. |
Uses of ICellFormatter in com.sibvisions.rad.ui.swing.impl.control |
---|
Methods in com.sibvisions.rad.ui.swing.impl.control that return ICellFormatter | |
---|---|
ICellFormatter |
SwingTree.getCellFormatter()
Gets the cell formatter. |
ICellFormatter |
SwingTable.getCellFormatter()
Gets the cell formatter. |
ICellFormatter |
SwingEditor.getCellFormatter()
Gets the cell formatter. |
Methods in com.sibvisions.rad.ui.swing.impl.control with parameters of type ICellFormatter | |
---|---|
void |
SwingTree.setCellFormatter(ICellFormatter pCellFormatter)
Sets the cell formatter. |
void |
SwingTable.setCellFormatter(ICellFormatter pCellFormatter)
Sets the cell formatter. |
void |
SwingEditor.setCellFormatter(ICellFormatter pCellFormatter)
Sets the cell formatter. |
Uses of ICellFormatter in javax.rad.genui |
---|
Methods in javax.rad.genui that return ICellFormatter | |
---|---|
static ICellFormatter |
UIComponent.createCellFormatter(Object pCellFormatter,
String pMethodName)
Creates a cell formatter instance with the given object and method name. |
Uses of ICellFormatter in javax.rad.genui.control |
---|
Methods in javax.rad.genui.control that return ICellFormatter | |
---|---|
ICellFormatter |
UITree.getCellFormatter()
Gets the cell formatter. |
ICellFormatter |
UITable.getCellFormatter()
Gets the cell formatter. |
ICellFormatter |
UIEditor.getCellFormatter()
Gets the cell formatter. |
Methods in javax.rad.genui.control with parameters of type ICellFormatter | |
---|---|
void |
UITree.setCellFormatter(ICellFormatter pCellFormatter)
Sets the cell formatter. |
void |
UITable.setCellFormatter(ICellFormatter pCellFormatter)
Sets the cell formatter. |
void |
UIEditor.setCellFormatter(ICellFormatter pCellFormatter)
Sets the cell formatter. |
Uses of ICellFormatter in javax.rad.ui.control |
---|
Methods in javax.rad.ui.control that return ICellFormatter | |
---|---|
ICellFormatter |
ICellFormatable.getCellFormatter()
Gets the cell formatter. |
Methods in javax.rad.ui.control with parameters of type ICellFormatter | |
---|---|
void |
ICellFormatable.setCellFormatter(ICellFormatter pCellFormatter)
Sets the cell formatter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |