Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


Uses of Class
oracle.jbo.format.Formatter

Packages that use Formatter
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.format   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.uicli.controls Contains classes that implement JClient controls  
oracle.jdeveloper.jsp.wb Contains implementation classes for Web Beans. 

 

Uses of Formatter in oracle.jbo

 

Methods in oracle.jbo that return Formatter
 Formatter AttributeHints.getFormatter(LocaleContext locale)
          returns the formatter object stored in the ui hints

 

Uses of Formatter in oracle.jbo.format

 

Subclasses of Formatter in oracle.jbo.format
 class DefaultCurrencyFormatter
          Formatter class which understands how to format currency values.
 class DefaultDateFormatter
          Formatter class used to format date values.
 class DefaultMessageFormatter
          A generic formatter class.
 class DefaultNumberFormatter
          Helper class used to format Decimal numbers.
 class DefaultPercentageFormatter
          Helper class used to format percentage values

 

Uses of Formatter in oracle.jbo.server

 

Methods in oracle.jbo.server that return Formatter
 Formatter AttributeDefImpl.getFormatter(LocaleContext locale)
           

 

Uses of Formatter in oracle.jbo.uicli.controls

 

Methods in oracle.jbo.uicli.controls that return Formatter
 Formatter JUStatusBar.getCurrentRowFormatter()
          Returns the formatter for formatting the CurrentRow status label.
 Formatter JUStatusBar.getRowCountFormatter()
          Returns the formatter for formatting the RowCount status label.
 Formatter JUStatusBar.getModifiedFlagFormatter()
          Returns the formatter for formatting the ModifiedFlag status label.
 Formatter JUStatusBar.getMessageAreaFormatter()
          Returns the formatter for formatting the MessageArea status label.
 Formatter JUStatusBar.getPercentDoneFormatter()
          Returns the formatter for formatting the PercentDone status label.
 Formatter JUStatusBar.StatusBarLabelControl.getFormatter()
          Returns the formatter for the LabelControl.
 Formatter JUStatusBar.StatusBarProgressControl.getFormatter()
          Returns the formatter for the ProgressControl.

 

Methods in oracle.jbo.uicli.controls with parameters of type Formatter
 void JUStatusBar.setCurrentRowFormatter(Formatter currentRowFormatter)
          Sets the formatter for formatting the CurrentRow status label.
 void JUStatusBar.setRowCountFormatter(Formatter rowCountFormatter)
          Sets the formatter for formatting the RowCount status label.
 void JUStatusBar.setModifiedFlagFormatter(Formatter modifiedFlagFormatter)
          Sets the formatter for formatting the ModifiedFlag status label.
 void JUStatusBar.setMessageAreaFormatter(Formatter messageAreaFormatter)
          Sets the formatter for formatting the MessageArea status label.
 void JUStatusBar.setPercentDoneFormatter(Formatter percentDoneFormatter)
          Sets the formatter for formatting the PercentDone status label.
 void JUStatusBar.StatusBarLabelControl.setFormatter(Formatter formatter)
          Sets the formatter for the LabelControl.
 void JUStatusBar.StatusBarProgressControl.setFormatter(Formatter formatter)
          Sets the formatter for the ProgressControl

 

Constructors in oracle.jbo.uicli.controls with parameters of type Formatter
JUStatusBar.StatusBarLabelControl(java.lang.String formatString, Formatter formatter)
          Creates a LabelControl instance with the specified image.
JUStatusBar.StatusBarLabelControl(javax.swing.Icon icon, int horizontalAlignment, java.lang.String formatString, Formatter formatter)
          Creates a LabelControl instance with the specified image and horizontal alignment.
JUStatusBar.StatusBarProgressControl(java.lang.String formatString, Formatter formatter)
          Creates a LabelControl instance with the specified image.
JUStatusBar.StatusBarProgressControl(int orient, int min, int max, java.lang.String formatString, Formatter formatter)
           

 

Uses of Formatter in oracle.jdeveloper.jsp.wb

 

Methods in oracle.jdeveloper.jsp.wb that return Formatter
 Formatter CalendarWB.getFormatter()
           

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.