|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
static final String copyright
Method Detail |
---|
String formatString(String text)
text
- String
Attributes getDataAttributes()
void setDataAttributes(Attributes dataAttributes) throws PropertyVetoException
dataAttributes
- com.ibm.etools.iseries.ui.Attributes
PropertyVetoException
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |