Uses of Class
org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor

Packages that use AbstractFieldEditor
org.objectweb.jac.aspects.gui.swing Provides a simple and generic GUI (Graphical User Interface) aspect using SWING. 
org.objectweb.jac.ide.swing   
 

Uses of AbstractFieldEditor in org.objectweb.jac.aspects.gui.swing
 

Subclasses of AbstractFieldEditor in org.objectweb.jac.aspects.gui.swing
 class AbstractCodeEditor
          A base class for source code editors
 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.
 

Uses of AbstractFieldEditor in org.objectweb.jac.ide.swing
 

Subclasses of AbstractFieldEditor in org.objectweb.jac.ide.swing
 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