|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdirk_krause.wstools.DkPrintResult
public class DkPrintResult
Objects of this class are returned by DkPrintclient objects after finishing a print job.
Field Summary | |
---|---|
protected java.lang.String |
message
Text to show in the result dialog box. |
protected boolean |
res
Result of the print job. |
protected java.lang.String |
title
Title to show in the result dialog box. |
Constructor Summary | |
---|---|
DkPrintResult(boolean r,
java.lang.String t,
java.lang.String m)
Constructor. |
Method Summary | |
---|---|
boolean |
getResult()
Retrieve success flag. |
java.lang.String |
getText()
Retrieve dialog box text. |
java.lang.String |
getTitle()
Retrieve dialog box title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean res
protected java.lang.String title
protected java.lang.String message
Constructor Detail |
---|
public DkPrintResult(boolean r, java.lang.String t, java.lang.String m)
r
- Flag: Success or not.t
- Title for dialog box to show.m
- Text for dialog box to show.Method Detail |
---|
public boolean getResult()
public java.lang.String getTitle()
public java.lang.String getText()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |