com.samskivert.swing.util
Interface SwingUtil.DocumentTransformer

Enclosing class:
SwingUtil

public static interface SwingUtil.DocumentTransformer

An interface for transforming the text contained within a document.


Method Summary
 String transform(String text)
          Should transform the specified text in some way, or simply return the text untransformed.
 

Method Detail

transform

String transform(String text)
Should transform the specified text in some way, or simply return the text untransformed.



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.