JComponentPack 1.5.0

Uses of Class
com.zfqjava.swing.cell.CellEditorComponentType

Packages that use CellEditorComponentType
com.zfqjava.swing   
com.zfqjava.swing.cell   
 

Uses of CellEditorComponentType in com.zfqjava.swing
 

Methods in com.zfqjava.swing that return CellEditorComponentType
 CellEditorComponentType JDataGrid.getCellEditorComponentTypeByClass(Class c)
          Returns the cell editor component type for the specified class type.
 CellEditorComponentType JDataGrid.getCellEditorComponentTypeByColumn(int column)
          Returns the cell renderer component type for the specified class type.
 

Methods in com.zfqjava.swing with parameters of type CellEditorComponentType
 void JDataGrid.setCellEditorComponentTypeByClass(Class c, CellEditorComponentType type)
          Sets the cell editor component type for the specified class type.
 void JDataGrid.setCellEditorComponentTypeByColumn(int column, CellEditorComponentType type)
          Sets the cell editor component type for the specified column.
 

Uses of CellEditorComponentType in com.zfqjava.swing.cell
 

Methods in com.zfqjava.swing.cell that return CellEditorComponentType
 CellEditorComponentType AbstractCellEditor.getCellEditorComponentType()
          Returns the cell editor component type.
static CellEditorComponentType CellEditorComponentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CellEditorComponentType[] CellEditorComponentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.zfqjava.swing.cell with parameters of type CellEditorComponentType
 void AbstractCellEditor.setCellEditorComponentType(CellEditorComponentType cellEditorComponentType)
          Sets the cell editor component type.
 


JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.