gov.nih.nlm.mms.browser
Interface FullyPrintable

All Known Subinterfaces:
ConceptView
All Known Implementing Classes:
AbstractConceptView

public interface FullyPrintable

Generically represents a component that knows how to print itself.

Author:
Deborah Shapiro

Method Summary
 Printable getPrintable()
          Returns the Printable that handles printing.
 void print()
          Prints.
 

Method Detail

print

public void print()
           throws PrinterException
Prints.

Throws:
PrinterException

getPrintable

public Printable getPrintable()
Returns the Printable that handles printing.

Returns:
Printable that handles printing


Copyright ©2005