Uses of Interface
javax.rad.ui.control.ICellFormatter

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.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 ICellFormatter.
 ICellFormatter SwingTable.getCellFormatter()
          Gets the ICellFormatter.
 ICellFormatter SwingEditor.getCellFormatter()
          Gets the ICellFormatter.
 

Methods in com.sibvisions.rad.ui.swing.impl.control with parameters of type ICellFormatter
 void SwingTree.setCellFormatter(ICellFormatter pCellFormatter)
          Sets the ICellFormatter.
 void SwingTable.setCellFormatter(ICellFormatter pCellFormatter)
          Sets the ICellFormatter.
 void SwingEditor.setCellFormatter(ICellFormatter pCellFormatter)
          Sets the ICellFormatter.
 

Uses of ICellFormatter in javax.rad.genui.control
 

Methods in javax.rad.genui.control that return ICellFormatter
static ICellFormatter AbstractControllable.createCellFormatter(java.lang.Object pCellFormatter, java.lang.String pMethodName)
          Creates a cell formatter instance with the given object and method name.
 ICellFormatter UITree.getCellFormatter()
          Gets the ICellFormatter.
 ICellFormatter UITable.getCellFormatter()
          Gets the ICellFormatter.
 ICellFormatter UIEditor.getCellFormatter()
          Gets the ICellFormatter.
 

Methods in javax.rad.genui.control with parameters of type ICellFormatter
 void UITree.setCellFormatter(ICellFormatter pCellFormatter)
          Sets the ICellFormatter.
 void UITable.setCellFormatter(ICellFormatter pCellFormatter)
          Sets the ICellFormatter.
 void UIEditor.setCellFormatter(ICellFormatter pCellFormatter)
          Sets the ICellFormatter.
 

Uses of ICellFormatter in javax.rad.ui.control
 

Methods in javax.rad.ui.control that return ICellFormatter
 ICellFormatter ICellFormatable.getCellFormatter()
          Gets the ICellFormatter.
 

Methods in javax.rad.ui.control with parameters of type ICellFormatter
 void ICellFormatable.setCellFormatter(ICellFormatter pCellFormatter)
          Sets the ICellFormatter.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.