com.saic.isd.printscreen
Interface IContainerCallBack
- All Known Implementing Classes:
- TextHandler
- public interface IContainerCallBack
format
public boolean format(IPrintScreenText x)
- Parameters:
x
- The screen to format.
- Returns:
- Handled Returns true if this will handle the
desired flavor - one of UNFORMATTED, HTML, XML in IPrintScreenText.
format
public void format(javax.swing.JTextArea x)
format
public void format(javax.swing.JLabel x)
format
public void format(javax.swing.JTextField x)
format
public void format(javax.swing.JTable x)
format
public void format(javax.swing.JTabbedPane x)
format
public void format(javax.swing.JDesktopPane x)
format
public void format(java.awt.Frame x)
format
public void format(java.awt.Container x)
format
public void format(java.awt.Component x)
format
public void format(java.lang.String x)
Copyright © 2002 Gerhard Beck. All rights reserved. Subject to GPL.