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

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

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

Subinterfaces of Format in org.objectweb.jac.aspects.gui
 interface NumberFormat
           
 

Classes in org.objectweb.jac.aspects.gui that implement Format
 class DateFormat
           
 class DateHourFormat
           
 class FloatFormat
           
 class IntFormat
           
 class PercentFormat
           
 class PointFormat
           
 

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

Fields in org.objectweb.jac.aspects.gui.swing declared as Format
protected  Format FormatViewer.format
          Stores the default format of the date
protected  Format FormatEditor.format
          Stores the default format of the date
 

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

Fields in org.objectweb.jac.aspects.gui.web declared as Format
protected  Format FormatViewer.format
          Stores the default format of the float
protected  Format FormatEditor.format
          Stores the default format of the float