|
JClass 4.5.0 API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.field.cell.JCFieldCellRegister
This class contains static methods to register JClass Field editors and renderers to the central CellRegistry. It also provides a method to override the default cell editors and renderers with JClass Field equivalents.
EditorRendererRegistry
Field Summary | |
static String |
COMBO_FIELD
Modifier type to use when a JCComboField is needed. |
static String |
LABEL_FIELD
Modifier type to use when a JCLabelField is needed. |
static String |
POPUP_FIELD
Modifier type to use when a JCPopupField is needed. |
static String |
SPIN_FIELD
Modifier type to use when a JCSpinField is needed. |
static String |
TEXT_FIELD
Modifier type to use when a JCTextField is needed. |
Constructor Summary | |
JCFieldCellRegister()
|
Method Summary | |
static void |
registerFieldEditors()
Registers the Field editors. |
static void |
registerFieldRenderers()
Registers the Field renderers. |
static void |
useFieldCellAsDefault()
This method will register the Field cell editors and renderers in the central registry and use them as defaults for the data types it can handle. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final String SPIN_FIELD
public static final String COMBO_FIELD
public static final String TEXT_FIELD
public static final String POPUP_FIELD
public static final String LABEL_FIELD
Constructor Detail |
public JCFieldCellRegister()
Method Detail |
public static void registerFieldRenderers()
EditorRendererRegistry
public static void registerFieldEditors()
EditorRendererRegistry
public static void useFieldCellAsDefault()
|
Copyright© 1999-2000 KL Group Inc. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |