All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

addPropertyChangeListener(PropertyChangeListener). Method in class com.wildcrest.TextPrinter
addPropertyChangeListener(PropertyChangeListener). Method in class com.wildcrest.TPTextAreaPropertyEditor
Register a listener for the PropertyChange event.

G

getAbsoluteTabs(). Method in class com.wildcrest.TextPrinter
Returns whether tabs are absolute or relative.
getAdditionalBeanInfo(). Method in class com.wildcrest.TextPrinterBeanInfo
getAsText(). Method in class com.wildcrest.TPTextAreaPropertyEditor
getBottomMargin(). Method in class com.wildcrest.TextPrinter
Returns the bottom margin of the document.
getCenterFooter(). Method in class com.wildcrest.TextPrinter
Returns the center footer of the document.
getCenterHeader(). Method in class com.wildcrest.TextPrinter
Returns the center header of the document.
getCustomEditor(). Method in class com.wildcrest.TPTextAreaPropertyEditor
getGapAboveFooter(). Method in class com.wildcrest.TextPrinter
Returns the gap between the last line and the footer in inches.
getGapBelowHeader(). Method in class com.wildcrest.TextPrinter
Returns the gap between the header and first line in inches.
getHeaderFooterFont(). Method in class com.wildcrest.TextPrinter
Returns the font specified for headers and footers.
getIcon(int). Method in class com.wildcrest.TextPrinterBeanInfo
getInchesPerTab(). Method in class com.wildcrest.TextPrinter
Returns the inches per tab stop.
getJavaInitializationString(). Method in class com.wildcrest.TPTextAreaPropertyEditor
Generate Java code fragment for setting the value of the property.
getLeftFooter(). Method in class com.wildcrest.TextPrinter
Returns the left footer of the document.
getLeftHeader(). Method in class com.wildcrest.TextPrinter
Returns the left header of the document.
getLeftMargin(). Method in class com.wildcrest.TextPrinter
Returns the left margin of the document.
getLineSpacing(). Method in class com.wildcrest.TextPrinter
Returns the line spacing of the document.
getMinimumSize(). Method in class com.wildcrest.TPTextAreaPropertyEditor
Get minimum size for TextAreaPropertyEditor
getPageRange(). Method in class com.wildcrest.TextPrinter
Returns the page range of pages to be printed.
getPreferredSize(). Method in class com.wildcrest.TPTextAreaPropertyEditor
Get preferred size for TextAreaPropertyEditor
getPrinterFont(). Method in class com.wildcrest.TextPrinter
Returns the font specified for printing.
getPrintJobName(). Method in class com.wildcrest.TextPrinter
Returns the print job name for this document.
getPropertyDescriptors(). Method in class com.wildcrest.TextPrinterBeanInfo
getRightFooter(). Method in class com.wildcrest.TextPrinter
Returns the right footer of the document.
getRightHeader(). Method in class com.wildcrest.TextPrinter
Returns the right header of the document.
getRightMargin(). Method in class com.wildcrest.TextPrinter
Returns the right margin of the document.
getTabStops(). Method in class com.wildcrest.TextPrinter
Returns the tab stop positions in inches.
getTags(). Method in class com.wildcrest.TPTextAreaPropertyEditor
getText(). Method in class com.wildcrest.TextPrinter
Returns the text string to be printed.
getTopMargin(). Method in class com.wildcrest.TextPrinter
Returns the top margin of the document.
getValue(). Method in class com.wildcrest.TPTextAreaPropertyEditor
Get the return value of the edited property.
getWrap(). Method in class com.wildcrest.TextPrinter
Returns whether automatic line wrapping is enabled or disabled.

I

isPaintable(). Method in class com.wildcrest.TPTextAreaPropertyEditor

P

paint(Graphics). Method in class com.wildcrest.TextPrinter
paintValue(Graphics, Rectangle). Method in class com.wildcrest.TPTextAreaPropertyEditor
Paint a representation of the value into a given rectangle of screen real estate.
print(). Method in class com.wildcrest.TextPrinter
Same as print(String) but uses string from most recent setText call
print(String). Method in class com.wildcrest.TextPrinter
Print a multipage single font text document, including pagination, line wrap, line separators, line spacing, tab expansion, date and page numbering, font selection, margins, headers, footers, page range, page breaks, and print monitor job name.

R

removePropertyChangeListener(PropertyChangeListener). Method in class com.wildcrest.TextPrinter
removePropertyChangeListener(PropertyChangeListener). Method in class com.wildcrest.TPTextAreaPropertyEditor
Remove a listener for the PropertyChange event.

S

setAbsoluteTabs(boolean). Method in class com.wildcrest.TextPrinter
Sets whether tabs are absolute (nth tab) or relative (next tab)
setAsText(String). Method in class com.wildcrest.TPTextAreaPropertyEditor
Set the property value by parsing a given String.
setBottomMargin(double). Method in class com.wildcrest.TextPrinter
Sets the bottom margin below footer in inches.
setCenterFooter(String). Method in class com.wildcrest.TextPrinter
Sets the center footer of the document.
setCenterHeader(String). Method in class com.wildcrest.TextPrinter
Sets the center header of the document.
setGapAboveFooter(double). Method in class com.wildcrest.TextPrinter
Sets the gap between the last line of text and the footer in inches.
setGapBelowHeader(double). Method in class com.wildcrest.TextPrinter
Sets the gap between the header and first line of text in inches.
setHeaderFooterFont(Font). Method in class com.wildcrest.TextPrinter
Sets the font for printing the headers and footers of the document.
setInchesPerTab(double). Method in class com.wildcrest.TextPrinter
Sets the inches per tab stop.
setLeftFooter(String). Method in class com.wildcrest.TextPrinter
Sets the left footer of the document.
setLeftHeader(String). Method in class com.wildcrest.TextPrinter
Sets the left header of the document.
setLeftMargin(double). Method in class com.wildcrest.TextPrinter
Sets the left margin in inches.
setLineSpacing(double). Method in class com.wildcrest.TextPrinter
Sets the line spacing, in multiples of fontHeight.
setPageRange(String). Method in class com.wildcrest.TextPrinter
Sets the page range of pages to be printed.
setPrinterFont(Font). Method in class com.wildcrest.TextPrinter
Sets the font for printing the body of the document.
setPrintJobName(String). Method in class com.wildcrest.TextPrinter
Sets the print job name that appears in the system print monitor.
setRightFooter(String). Method in class com.wildcrest.TextPrinter
Sets the right footer of the document.
setRightHeader(String). Method in class com.wildcrest.TextPrinter
Sets the right header of the document.
setRightMargin(double). Method in class com.wildcrest.TextPrinter
Sets the right margin in inches.
setTabStops(double[]). Method in class com.wildcrest.TextPrinter
Sets tab stops.
setText(String). Method in class com.wildcrest.TextPrinter
Sets (long) text string comprising entire text document to be printed.
setTopMargin(double). Method in class com.wildcrest.TextPrinter
Sets the top margin above header in inches.
setValue(Object). Method in class com.wildcrest.TPTextAreaPropertyEditor
Set the value of the object to be edited.
setWrap(boolean). Method in class com.wildcrest.TextPrinter
Sets whether automatic line wrap is enabled or disabled.
string. Variable in class com.wildcrest.TPTextAreaPropertyEditor
supportsCustomEditor(). Method in class com.wildcrest.TPTextAreaPropertyEditor

T

textArea. Variable in class com.wildcrest.TPTextAreaPropertyEditor
TextPrinter(). Constructor for class com.wildcrest.TextPrinter
Construct a TextPrinter object
TextPrinterBeanInfo(). Constructor for class com.wildcrest.TextPrinterBeanInfo
TPTextAreaPropertyEditor(). Constructor for class com.wildcrest.TPTextAreaPropertyEditor
Constructor for the TextAreaPropertyEditor