Uses of Interface
org.objectweb.jac.aspects.gui.FieldView

Packages that use FieldView
org.objectweb.jac.aspects.gui   
org.objectweb.jac.aspects.gui.swing   
org.objectweb.jac.aspects.gui.web   
org.objectweb.jac.ide.swing   
 

Uses of FieldView in org.objectweb.jac.aspects.gui
 

Subinterfaces of FieldView in org.objectweb.jac.aspects.gui
 interface CollectionView
          This interface implements common methods for view of collections.
 interface FieldEditor
          This interface is implemented to define different value editors depending on the type of the value to edit.
 interface ReferenceEditor
           
 interface TableCellViewer
          The GUI target independant cell viewer for a table.
 

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

Classes in org.objectweb.jac.aspects.gui.swing that implement FieldView
 class AbstractCodeEditor
          A base class for source code editors
 class AbstractCollection
          Base class to implement ListView and TableView
 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 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 List
           
 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 SwingEmptyView
           
 class SwingFieldView
           
 class SwingTableView
           
 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 FieldView in org.objectweb.jac.aspects.gui.web
 

Classes in org.objectweb.jac.aspects.gui.web that implement FieldView
 class AbstractFieldView
          Base class for field views
 class ChoiceCollection
          A nice collection view.
 class CompactList
           
 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 MatrixView
           
 class PrimitiveField
           
 class ReaderEditor
           
 class Table
           
 

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

Classes in org.objectweb.jac.ide.swing that implement FieldView
 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