Uses of Class
org.objectweb.jac.aspects.gui.web.AbstractView

Packages that use AbstractView
org.objectweb.jac.aspects.gui.web Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. 
 

Uses of AbstractView in org.objectweb.jac.aspects.gui.web
 

Subclasses of AbstractView in org.objectweb.jac.aspects.gui.web
 class AbstractCollection
          Base class for collection views (list, table, etc)
 class AbstractCompositeView
          Base class for composite views
 class AbstractFieldEditor
          Base class for field editors
 class AbstractFieldView
          Base class for field views
 class AbstractMenu
           
 class AbstractPage
          An HTML page containing a View
 class AttachmentEditor
           
 class AttachmentViewer
           
 class BooleanEditor
          Boolean editor component
 class ChoiceCollection
          A nice collection view.
 class CollectionItemView
          Component used to display elements of a collection, with "prev" and "next" buttons to go to the previous or next element of the collection easily.
 class CollectionSelector
          Selects objects from a collection with check boxes
 class CompactList
           
 class Container
           
 class Customized
           
 class DateEditor
          HTML editor and viewer for dates.
 class DateHourEditor
          HTML editor for dates.
 class DateHourViewer
           
 class DateViewer
           
 class Dialog
          An HTML page containing a View, and an OK and a close Button
 class EditorContainer
           
 class EmbeddedMethod
           
 class Empty
           
 class EnumViewer
           
 class FloatEditor
          HTML editor and viewer for percentage values.
 class FloatViewer
           
 class FormatEditor
          HTML editor and viewer for percentage values.
 class FormatViewer
           
 class ImageURLViewer
           
 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 IntViewer
           
 class Label
           
 class List
           
 class MatrixView
           
 class Menu
           
 class MenuBar
           
 class Method
           
 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 ObjectView
           
 class Page
          An HTML page containing a View and a close button.
 class Panel
           
 class PasswordFieldEditor
          HTML editor for password types (int, long, float, double, short) and String
 class PercentEditor
          HTML editor and viewer for percentage values.
 class PercentViewer
           
 class PrimitiveField
           
 class PrimitiveFieldEditor
          HTML editor for primitive types (int, long, float, double, short) and String
 class ReaderEditor
           
 class ReferenceView
          This class defines a component view for references in objects.
 class RefreshPage
          An HTML page containing a View and a close button.
 class SingleSlotContainer
          This composite viewonly show the last view that was added to it.
 class StatusBar
           
 class Table
           
 class Tabs
          A tabs component.
 class TextEditor
          HTML editor for multiline texts.
 class TextViewer
           
 class TimestampViewer
          A Swing viewer component for date values.
 class ToolBar
           
 class Tree
          This class defines a Swing component tree view for objects that are related to a root object through relations or collections.
 class URLEditor
          This is a special value editor that allows the user to nicely edit an URL.