Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.ui
Interface Formatter

All Known Implementing Classes:
AbstractFormatter, DefaultFormatter, EditcodeEditwordFormatter

public interface Formatter

Interface for a formatter. A formatter formats a string. The purpose of this interface is to force each formatter class to have methods: formatString, getDataAttributes and setDataAttributes.

See Also:
AbstractFormatter, DefaultFormatter, EditcodeEditwordFormatter

Field Summary
static String copyright
           
 
Method Summary
 String formatString(String text)
          Return the formatted string given an unformatted string.
 Attributes getDataAttributes()
          Return DataAttributes
 void setDataAttributes(Attributes dataAttributes)
          Replace dataAttributes.
 

Field Detail

copyright

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

formatString

String formatString(String text)
Return the formatted string given an unformatted string.

Parameters:
text - String
Returns:
formatted string

getDataAttributes

Attributes getDataAttributes()
Return DataAttributes

Returns:
com.ibm.etools.iseries.ui.Attributes

setDataAttributes

void setDataAttributes(Attributes dataAttributes)
                       throws PropertyVetoException
Replace dataAttributes.

Parameters:
dataAttributes - com.ibm.etools.iseries.ui.Attributes
Throws:
PropertyVetoException

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.