All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.arcsinc.ui.ArcswareMsgPane

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.ArcswareMsgPane

public class ArcswareMsgPane
extends JTextPane
implements ArcswareMsgRcvr ArcswareMsgRcvr

Constructor Index

 o ArcswareMsgPane()
 o ArcswareMsgPane(PrintPane)

Method Index

 o clrMsg()
 o getMaxInfoLevel()
Get the value of maxInfoLevel.
 o getPrintDoc()
 o receiveInfo(String)
 o receiveResult(boolean, String)
 o setMaxInfoLevel(int)
Set the value of maxInfoLevel.
 o setPrtPane(PrintPane)
 o showError(String)
 o showInfo(int, String)
 o showMsg(String, AttributeSet)
 o showPrintMsg(String, AttributeSet)
 o showToolMsg(String)
 o showWarning(String)

Constructors

 o ArcswareMsgPane
 public ArcswareMsgPane()
 o ArcswareMsgPane
 public ArcswareMsgPane(PrintPane prtPane)

Methods

 o re receiveInfo
 public void receiveInfo(String info)
 o receiveResult
 public void receiveResult(boolean successful,
                           String details)
 o setPrtPane
 public void setPrtPane(PrintPane v)
 o getMaxInfoLevel
 public int getMaxInfoLevel()
Get the value of maxInfoLevel.

Returns:
Value of maxInfoLevel.
 o setMaxInfoLevel
 public void setMaxInfoLevel(int v)
Set the value of maxInfoLevel.

Parameters:
v - Value to assign to maxInfoLevel.
 o showInfo
name="showInfo">showInfo
 public void showInfo(int infoLevel,
                      String msg)
 o showWarning
 public void showWarning(String msg)
 o showError
 public void showError(String msg)
 o showToolMsg
 public void showToolMsg(String msg)
 o clrMsg
 public void clrMsg()
 o showMsg
 protected void showMsg(String msg,
                        AttributeSet attrs)
 o showPrintMsg
 protected void showPrintMsg(String msg,
                             AttributeSet attrs)
 o getPrintDoc
 public Document getPrintDoc()

All Packages  Class Hierarchy  This Package  Previous  Next  Index
>