|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldEditor | |
org.objectweb.jac.aspects.gui | |
org.objectweb.jac.aspects.gui.swing | |
org.objectweb.jac.aspects.gui.web | |
org.objectweb.jac.ide.swing |
Uses of FieldEditor in org.objectweb.jac.aspects.gui |
Subinterfaces of FieldEditor in org.objectweb.jac.aspects.gui | |
interface |
ReferenceEditor
|
Methods in org.objectweb.jac.aspects.gui that return FieldEditor | |
FieldEditor |
ViewFactory.createEditor(String label,
String viewType,
Object[] params,
DisplayContext context)
|
static FieldEditor |
GenericFactory.getEditorComponent(ViewFactory factory,
DisplayContext context,
Object substance,
AbstractMethodItem method,
int i,
boolean embedded,
Object value)
Returns a ValueEditor suitable for editing the i-th parameter of a method. |
static FieldEditor |
GenericFactory.createReferenceEditor(ViewFactory factory,
DisplayContext context,
Object substance,
FieldItem field,
String editorName,
ClassItem type,
Predicate predicate,
boolean nullAllowed,
String nullLabel,
boolean isCreationAllowed)
A generic view builder for a reference editor. |
static FieldEditor |
GenericFactory.createEnumEditor(ViewFactory factory,
DisplayContext context,
Object substance,
FieldItem field,
String editorName,
Enum enum,
boolean nullAllowed,
String nullLabel)
|
Uses of FieldEditor in org.objectweb.jac.aspects.gui.swing |
Classes in org.objectweb.jac.aspects.gui.swing that implement FieldEditor | |
class |
AbstractCodeEditor
A base class for source code editors |
class |
AbstractFieldEditor
|
class |
AbstractFileEditor
Base class for file related types. |
class |
AttachmentEditor
This is a special value editor that allows the user to nicely edit an File. |
class |
BooleanEditor
A Swing editor component for boolean values. |
class |
CurrencyEditor
A Swing editor component for fields values (primitive types). |
class |
DateEditor
A Swing editor component for date values. |
class |
DateHourEditor
A Swing editor component for date values. |
class |
DirectoryEditor
This is a special value editor that allows the user to nicely choose a directory on the local file system |
class |
DirectoryURLEditor
This is a special value editor that allows the user to nicely edit an URL. |
class |
FileEditor
This is a special value editor that allows the user to nicely edit a File. |
class |
FilePathEditor
This is a special value editor that allows the user to nicely edit a file path. |
class |
FloatEditor
HTML editor and viewer for percentage values. |
class |
FormatEditor
|
class |
ImageURLEditor
This is a special value editor that allows the user to nicely edit an URL. |
class |
JavaCodeEditor
A Java source code editor |
class |
ObjectChooser
This is a special value editor that allows the user to choose a value within a set of object of a given type. |
class |
PasswordFieldEditor
A Swing editor component for fields values (password types). |
class |
PercentEditor
Swing editor and viewer for percentage values. |
class |
PointEditor
A Swing editor component for point values. |
class |
PrimitiveFieldEditor
A Swing editor component for fields values (primitive types). |
class |
TextEditor
A Swing editor component for multi-lines text values. |
class |
TextFieldEditor
A Swing editor component for fields values (primitive types). |
class |
URLEditor
This is a special value editor that allows the user to nicely edit an URL. |
Methods in org.objectweb.jac.aspects.gui.swing with parameters of type FieldEditor | |
void |
ObjectView.addEditor(FieldEditor editor)
|
Uses of FieldEditor in org.objectweb.jac.aspects.gui.web |
Classes in org.objectweb.jac.aspects.gui.web that implement FieldEditor | |
class |
IndexSelector
A reference editor that uses the value of an index field to select objects. |
class |
IndicesSelector
A collection editor that uses the value of an index field to select objects. |
class |
InputStreamEditor
|
class |
ReaderEditor
|
Uses of FieldEditor in org.objectweb.jac.ide.swing |
Classes in org.objectweb.jac.ide.swing that implement FieldEditor | |
class |
AccCodeEditor
A Java source code editor |
class |
FieldNameEditor
This editor tries to set the type of the field from its name if it's not already set. |
class |
MethodBodyCodeEditor
A Java source code editor with contextual completion |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |