org.ka2ddo.yaac.util
Interface PrintableView

All Known Implementing Classes:
MainFrame, PrintableTable

public interface PrintableView

This interface identifies the class within a view window of YAAC that can print the contents of the window to the Java Printing subsystem.


Method Summary
 void printThisView()
          Print this PrintableView to the Java printing subsystem.
 

Method Detail

printThisView

void printThisView()
Print this PrintableView to the Java printing subsystem. All operations necessary, including finding an appropriate print service, creating some type of print job, and sending the contents to the job, are the responsibility of this method and the methods it calls.