All Packages Class Hierarchy This Package Previous Next Index
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 ArcswareMsgPane()
public ArcswareMsgPane(PrintPane prtPane)
public void receiveInfo(String info)
public void receiveResult(boolean successful, String details)
public void setPrtPane(PrintPane v)
public int getMaxInfoLevel()
public void setMaxInfoLevel(int v)
name="showInfo">showInfopublic void showInfo(int infoLevel, String msg)showWarning
public void showWarning(String msg)showError
public void showError(String msg)showToolMsg
public void showToolMsg(String msg)clrMsg
public void clrMsg()showMsg
protected void showMsg(String msg, AttributeSet attrs)showPrintMsg
protected void showPrintMsg(String msg, AttributeSet attrs)getPrintDoc
public Document getPrintDoc()
All Packages Class Hierarchy This Package Previous Next Index