|
JComponentPack 1.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellRendererComponentType | |
|---|---|
| com.zfqjava.swing | |
| com.zfqjava.swing.cell | |
| Uses of CellRendererComponentType in com.zfqjava.swing |
|---|
| Methods in com.zfqjava.swing that return CellRendererComponentType | |
|---|---|
CellRendererComponentType |
JDataGrid.getCellRendererComponentTypeByClass(Class c)
Returns the cell renderer component type for the specified class type. |
CellRendererComponentType |
JDataGrid.getCellRendererComponentTypeByColumn(int column)
Returns the cell renderer component type for the specified class type. |
| Methods in com.zfqjava.swing with parameters of type CellRendererComponentType | |
|---|---|
void |
JDataGrid.setCellRendererComponentTypeByClass(Class c,
CellRendererComponentType type)
Sets the cell renderer component type for the specified class type. |
void |
JDataGrid.setCellRendererComponentTypeByColumn(int column,
CellRendererComponentType type)
Sets the cell renderer component type for the specified column. |
| Uses of CellRendererComponentType in com.zfqjava.swing.cell |
|---|
| Methods in com.zfqjava.swing.cell that return CellRendererComponentType | |
|---|---|
CellRendererComponentType |
AbstractCellRenderer.getCellRendererComponentType()
|
static CellRendererComponentType |
CellRendererComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CellRendererComponentType[] |
CellRendererComponentType.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 CellRendererComponentType | |
|---|---|
void |
AbstractCellRenderer.setCellRendererComponentType(CellRendererComponentType cellRendererComponentType)
|
|
JComponentPack 1.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||