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
-
ArcswareMsgPane()
-
-
ArcswareMsgPane(PrintPane)
-
-
clrMsg()
-
-
getMaxInfoLevel()
- Get the value of maxInfoLevel.
-
getPrintDoc()
-
-
receiveInfo(String)
-
-
receiveResult(boolean, String)
-
-
setMaxInfoLevel(int)
- Set the value of maxInfoLevel.
-
setPrtPane(PrintPane)
-
-
showError(String)
-
-
showInfo(int, String)
-
-
showMsg(String, AttributeSet)
-
-
showPrintMsg(String, AttributeSet)
-
-
showToolMsg(String)
-
-
showWarning(String)
-
ArcswareMsgPane
public ArcswareMsgPane()
ArcswareMsgPane
public ArcswareMsgPane(PrintPane prtPane)
re
receiveInfo
public void receiveInfo(String info)
receiveResult
public void receiveResult(boolean successful,
String details)
setPrtPane
public void setPrtPane(PrintPane v)
getMaxInfoLevel
public int getMaxInfoLevel()
- Get the value of maxInfoLevel.
- Returns:
- Value of maxInfoLevel.
setMaxInfoLevel
public void setMaxInfoLevel(int v)
- Set the value of maxInfoLevel.
- Parameters:
- v - Value to assign to maxInfoLevel.
showInfo
name="showInfo">showInfo
public 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