Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.ui
Interface JFormattedComponent

All Known Implementing Classes:
FormattedTextRenderer, JFormattedComboBox, JFormattedComboBoxCellEditor, JFormattedLabel, JFormattedLabelCellRenderer, JFormattedTable, JFormattedTableColumn, JFormattedTextField, JFormattedTextFieldCellEditor

public interface JFormattedComponent

Interface for a JComponent that requires a field model. For example, JFormattedTextField, JFormattedLabel, JFormattedTableColumn and JFormattedComboBox implement JFormattedComponent, extend JComponent, and require a field model.

See Also:
FieldModel, JFormattedTextField, JFormattedLabel, JFormattedComboBox, JFormattedTableColumn

Field Summary
static String copyright
           
 
Method Summary
 FieldModel getFieldModel()
           
 void setFieldModel(FieldModel fm)
          Sets the fieldModel property (com.ibm.etools.iseries.ui.FieldModel) value.
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getFieldModel

FieldModel getFieldModel()

setFieldModel

void setFieldModel(FieldModel fm)
Sets the fieldModel property (com.ibm.etools.iseries.ui.FieldModel) value.

Parameters:
fm - The new value for the property.
See Also:
getFieldModel()

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.