Uses of Interface
com.sibvisions.rad.ui.swing.ext.format.ICellFormatter

Packages that use ICellFormatter
com.sibvisions.rad.ui.swing.ext Contains all swing extensions which can be used without the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.control Contains Swing control implementations based on the platform and technology independent interface definitions. 
 

Uses of ICellFormatter in com.sibvisions.rad.ui.swing.ext
 

Methods in com.sibvisions.rad.ui.swing.ext that return ICellFormatter
 ICellFormatter JVxTree.getCellFormatter()
          Gets the CellFormatter.
 ICellFormatter JVxTable.getCellFormatter()
          Gets the CellFormatter.
 ICellFormatter JVxEditor.getCellFormatter()
          Gets the CellFormatter.
 ICellFormatter ICellFormatterEditorListener.getCellFormatter()
          Gets the CellFormatter.
 

Methods in com.sibvisions.rad.ui.swing.ext with parameters of type ICellFormatter
 void JVxTree.setCellFormatter(ICellFormatter pCellFormatter)
          Sets the cell formatter.
 void JVxTable.setCellFormatter(ICellFormatter pCellFormatter)
          Sets the CellFormatter.
 void JVxEditor.setCellFormatter(ICellFormatter pCellFormatter)
          Sets the cell formatter.
 

Uses of ICellFormatter in com.sibvisions.rad.ui.swing.impl.control
 

Classes in com.sibvisions.rad.ui.swing.impl.control that implement ICellFormatter
 class SwingEditor
          The SwingEditor is the IEditor implementation for swing.
 class SwingTable
          The SwingTable is the ITable implementation for swing.
 class SwingTree
          The SwingTree is the ITree implementation for swing.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.