|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldUpdate | |
org.objectweb.jac.aspects.gui | |
org.objectweb.jac.aspects.gui.swing | |
org.objectweb.jac.aspects.gui.web | |
org.objectweb.jac.ide.diagrams | |
org.objectweb.jac.ide.swing |
Uses of FieldUpdate in org.objectweb.jac.aspects.gui |
Classes in org.objectweb.jac.aspects.gui that implement FieldUpdate | |
class |
EventHandler
This handler manages events received from GUIs (web and swing for now). |
class |
ObjectNode
This class represents a tree node for an object. |
Methods in org.objectweb.jac.aspects.gui with parameters of type FieldUpdate | |
void |
ViewControlWrapper.registerField(Wrappee wrappee,
FieldItem field,
FieldUpdate client,
Object param)
Register for a fieldUpdated event. |
void |
ViewControlWrapper.unregisterField(Wrappee wrappee,
FieldItem field,
FieldUpdate client)
Unregister from a fieldUpdated event. |
static void |
Utils.registerField(Object object,
FieldItem field,
FieldUpdate client)
Register field events for the field of an object. |
static void |
Utils.registerField(Object object,
FieldItem field,
FieldUpdate client,
Object param)
Register field events for the field of an object (with parameters). |
static void |
Utils.unregisterField(Object object,
FieldItem field,
FieldUpdate client)
Unregister from a single object's field. |
Uses of FieldUpdate in org.objectweb.jac.aspects.gui.swing |
Classes in org.objectweb.jac.aspects.gui.swing that implement FieldUpdate | |
class |
AbstractCodeEditor
A base class for source code editors |
class |
AbstractFieldEditor
|
class |
AbstractFieldView
|
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 |
AttachmentViewer
A Swing viewer component for date values. |
class |
BooleanEditor
A Swing editor component for boolean values. |
class |
BooleanViewer
|
class |
CurrencyEditor
A Swing editor component for fields values (primitive types). |
class |
CurrencyViewer
A Swing viewer for the currency abstract type. |
class |
DateEditor
A Swing editor component for date values. |
class |
DateHourEditor
A Swing editor component for date values. |
class |
DateHourViewer
A Swing viewer component for date values. |
class |
DateViewer
A Swing viewer 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 |
EnumViewer
|
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 |
FloatViewer
A Swing viewer component for float values. |
class |
FormatEditor
|
class |
FormatViewer
A Swing viewer component for date values. |
class |
ImageURLEditor
This is a special value editor that allows the user to nicely edit an URL. |
class |
ImageURLViewer
A Swing viewer component for imageURL values. |
class |
ImageViewer
A Swing viewer component for image values. |
class |
IntViewer
|
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 |
PercentViewer
A Swing viewer component for percentage values. |
class |
PointEditor
A Swing editor component for point values. |
class |
PrimitiveFieldEditor
A Swing editor component for fields values (primitive types). |
class |
ReferenceView
This class defines a Swing component view for references in objects. |
class |
SwingFieldView
|
class |
TextEditor
A Swing editor component for multi-lines text values. |
class |
TextFieldEditor
A Swing editor component for fields values (primitive types). |
class |
TextViewer
A Swing viewer for texts. |
class |
TimestampViewer
A Swing viewer component for date values. |
class |
URLEditor
This is a special value editor that allows the user to nicely edit an URL. |
Uses of FieldUpdate in org.objectweb.jac.aspects.gui.web |
Classes in org.objectweb.jac.aspects.gui.web that implement FieldUpdate | |
class |
IndexSelector
A reference editor that uses the value of an index field to select objects. |
class |
InputStreamEditor
|
class |
MatrixView
|
class |
PrimitiveField
|
class |
ReaderEditor
|
Uses of FieldUpdate in org.objectweb.jac.ide.diagrams |
Classes in org.objectweb.jac.ide.diagrams that implement FieldUpdate | |
class |
ClassNameFigure
|
Uses of FieldUpdate in org.objectweb.jac.ide.swing |
Classes in org.objectweb.jac.ide.swing that implement FieldUpdate | |
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 |