|
Oracle Data-aware Controls Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Formatter | |
oracle.dacf.control.swing | |
oracle.dacf.dataset | This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. |
oracle.dacf.formatter |
Uses of Formatter in oracle.dacf.control.swing |
Methods in oracle.dacf.control.swing that return Formatter | |
Formatter |
StatusBarControl.getCurrentRowFormatter()
Returns the formatter for formatting the CurrentRow status label. |
Formatter |
StatusBarControl.getHighWaterMarkFormatter()
Returns the formatter for formatting the HighWaterMark status label. |
Formatter |
StatusBarControl.getRowCountFormatter()
Returns the formatter for formatting the RowCount status label. |
Formatter |
StatusBarControl.getModifiedFlagFormatter()
Returns the formatter for formatting the ModifiedFlag status label. |
Formatter |
StatusBarControl.getMessageAreaFormatter()
Returns the formatter for formatting the MessageArea status label. |
Formatter |
StatusBarControl.getPercentDoneFormatter()
Returns the formatter for formatting the PercentDone status label. |
Formatter |
StatusBarControl.StatusBarLabelControl.getFormatter()
Returns the formatter for the LabelControl |
Formatter |
StatusBarControl.StatusBarProgressControl.getFormatter()
Returns the formatter for the ProgressControl |
Methods in oracle.dacf.control.swing with parameters of type Formatter | |
void |
StatusBarControl.setCurrentRowFormatter(Formatter currentRowFormatter)
Sets the formatter for formatting the CurrentRow status label. |
void |
StatusBarControl.setHighWaterMarkFormatter(Formatter highWaterMarkFormatter)
Sets the formatter for formatting the HighWaterMark status label. |
void |
StatusBarControl.setRowCountFormatter(Formatter rowCountFormatter)
Sets the formatter for formatting the RowCount status label. |
void |
StatusBarControl.setModifiedFlagFormatter(Formatter modifiedFlagFormatter)
Sets the formatter for formatting the ModifiedFlag status label. |
void |
StatusBarControl.setMessageAreaFormatter(Formatter messageAreaFormatter)
Sets the formatter for formatting the MessageArea status label. |
void |
StatusBarControl.setPercentDoneFormatter(Formatter percentDoneFormatter)
Sets the formatter for formatting the PercentDone status label. |
void |
StatusBarControl.StatusBarLabelControl.setFormatter(Formatter formatter)
Sets the formatter for the LabelControl |
void |
StatusBarControl.StatusBarProgressControl.setFormatter(Formatter formatter)
Sets the formatter for the ProgressControl |
Constructors in oracle.dacf.control.swing with parameters of type Formatter | |
StatusBarControl.StatusBarLabelControl(java.lang.String formatString,
Formatter formatter)
Creates a LabelControl instance with the specified image. |
|
StatusBarControl.StatusBarLabelControl(javax.swing.Icon icon,
int horizontalAlignment,
java.lang.String formatString,
Formatter formatter)
Creates a LabelControl instance with the specified
image, and horizontal alignment. |
|
StatusBarControl.StatusBarProgressControl(java.lang.String formatString,
Formatter formatter)
Creates a LabelControl instance with the specified image. |
|
StatusBarControl.StatusBarProgressControl(int orient,
int min,
int max,
java.lang.String formatString,
Formatter formatter)
|
Uses of Formatter in oracle.dacf.dataset |
Methods in oracle.dacf.dataset that return Formatter | |
Formatter |
QueryCriteriaAttribute.getFormatter()
Gets the Formatter currently in use. |
Formatter |
PropertyInfo.getFormatter()
get the Formatter currently in use |
Formatter |
ColumnInfo.getFormatter()
Gets the Formatter currently in use. |
Methods in oracle.dacf.dataset with parameters of type Formatter | |
void |
QueryCriteriaAttribute.setFormatter(Formatter formatterToUse)
Sets the Formatter to be used. |
void |
PropertyInfo.setFormatter(Formatter formatterToUse)
Sets the Formatter to be used |
void |
ColumnInfo.setFormatter(Formatter formatterToUse)
Sets the Formatter to be used. |
Uses of Formatter in oracle.dacf.formatter |
Subclasses of Formatter in oracle.dacf.formatter | |
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 |
Methods in oracle.dacf.formatter that return Formatter | |
Formatter |
FormatManager.getFormatter(java.lang.Object key)
retrieve a Formatter by specifying a key. |
Formatter |
FormatManager.getFormatter(java.lang.Class forThisClassType)
retrieve a Formatter by class type |
Formatter |
DefaultFormatManager.getFormatter(java.lang.Object key)
retrieve a Formatter by key name. |
Formatter |
DefaultFormatManager.getFormatter(java.lang.Class forThisClassType)
retrieve a Formatter by class type |
Methods in oracle.dacf.formatter with parameters of type Formatter | |
void |
FormatManager.replaceFormatter(java.lang.Object thisKey,
Formatter withThisFormatter)
replace a Formatter. |
void |
DefaultFormatManager.replaceFormatter(java.lang.Object forThisKey,
Formatter withThisFormatter)
replace a Formatter. |
java.lang.Object |
DefaultFormatManager.getFormatterKey(Formatter theFormatter)
get Key used for a particular Formatter |
|
Oracle Data-aware Controls Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2003, Oracle. All rights reserved.