All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.arcsinc.ui.PrintPane

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----javax.swing.JComponent
                           |
                           +----javax.swing.text.JTextComponent
                                   |
                                   +----javax.swing.JEditorPane
                                           |
                                           +----javax.swing.JTextPane
                                                   |
                                                   +----com.arcsinc.ui.PrintPane

public class PrintPane
extends JTextPane

Constructor Index

ght=38 alt="Constructor Index">
 o PrintPane()

Method Index

 o appendDoc(Document)
 o clrDoc()
 o getLength()
 o getPrintScrollBlockInc(Dimension)
 o showEmphasis(String)
 o showError(String)
 o showHeading(String)
 o showInfo(String)
 o showMsg(String, AttributeSet)
 o showMsgWithAttribs(String, AttributeSet)
 o showNormal(String)
 o showTitle(String)
 o showTreeEntry(int, String, boolean[])
 o showTreeEntry(int, String, String[], boolean[])
 o showWarning(String)

Constructors

 o PrintPane
 public PrintPane()

Methods

 o showTitle
 public void showTitle(String msg)
 o showHeading
 public vowHeading
 public void showHeading(String msg)
 o showNormal
 public void showNormal(String msg)
 o showInfo
 public void showInfo(String msg)
 o showEmphasis
 public void showEmphasis(String msg)
 o showWarning
 public void showWarning(String msg)
 o showError
 public void showError(String msg)
 o clrDoc
 public void clrDoc()
 o showTreeEntry
 public void showTreeEntry(int level,
                           String node,                        String node,
                           boolean last[])
 o showTreeEntry
 public void showTreeEntry(int level,
                           String node,
                           String info[],
                           boolean last[])
 o showMsgWithAttribs
 public void showMsgWithAttribs(String msg,
                                AttributeSet attribs)
 o showMsg
 protected void showMsg(String msg,
                        AttributeSet attribs)
 o appendDoc
 public void appendDoc(Document appendDoc)
 o getLength
 public int getLength()
 o getPrintScrollBlockInc
 public int getPrintScrollBlockInc(Dimension size)

All Packages  Class Hierarchy  This Package  Previous  Next  Index
>