|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JvField | |
|---|---|
| org.jurvis.swing | Swing utilities and extensions. |
| org.jurvis.swing.form | An input form and view framework. |
| Uses of JvField in org.jurvis.swing |
|---|
| Methods in org.jurvis.swing that return JvField | |
|---|---|
protected JvField |
JvSwingFactory.createdField(JvField field,
JComponent fieldComp,
JLabel label,
String propertyName)
Perform any final initialization of the newly created JvField. |
JvField |
JvSwingFactory.createField(Container parent,
Class clazz,
String property)
Create a JvField named property to edit the
property of instance of class clazz. |
JvField |
JvSwingFactory.createField(Container parent,
Class clazz,
String property,
Object[] values)
Construct a JvField to edit the property of instance
class clazz. |
JvField |
JvSwingFactory.createField(Container parent,
String name,
Class propertyType)
Create a JvField named name to edit a property of
type propertyType. |
JvField |
JvSwingFactory.createField(Container parent,
String name,
Class clazz,
String property)
Create a JvField named name to edit the
property of instance of class clazz. |
JvField |
JvSwingFactory.createField(Container parent,
String name,
String propertyName,
Class propertyType)
Create a JvField named name to edit a property of
type propertyType. |
JvField |
JvSwingFactory.createTextField(Container parent,
Class clazz,
String property,
int maxLength)
Create a JvField named named to edit the
property of instance of class clazz. |
| Methods in org.jurvis.swing with parameters of type JvField | |
|---|---|
protected JvField |
JvSwingFactory.createdField(JvField field,
JComponent fieldComp,
JLabel label,
String propertyName)
Perform any final initialization of the newly created JvField. |
| Uses of JvField in org.jurvis.swing.form |
|---|
| Classes in org.jurvis.swing.form that implement JvField | |
|---|---|
class |
JvAbstractField
This abstract class provides default implementation for many of the methods in the JvField interface. |
class |
JvEnumeratorField
A JvField that displays the enumerated values of a JvEnumerator
class. |
class |
JvPropertyEditorField
A JvField that uses a PropertyEditor |
| Methods in org.jurvis.swing.form with parameters of type JvField | |
|---|---|
static void |
JvFieldUtilities.addAutoCommitter(JvForm form,
JvField field)
Add a modification listener to a field's component that will auto-commit any change to a form's model. |
static void |
JvFieldUtilities.addAutoCommitter(JvForm form,
JvField field,
String propertyName)
Add a modification listener to a field's component that will auto-commit any change to a form's model. |
static void |
JvFieldUtilities.addModificationListener(JvField field,
JvFieldModificationListener listener)
Add a modification listener to a field. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||