All Packages Class Hierarchy This Package Previous Next Index
Class IMSWG.IW.SubSet.Cost
java.lang.Object
|
+----IMSWG.IW.SubSet.Cost
- public class Cost
- extends Object
-
Cost(SubSet)
-
-
cancelDialogThread()
- This method stops the wait dialog once the applet
completed communication with the cost server.
-
cancelThreads()
- This method is called when the user hit this cancel button
in the wait for estimating cost dialog.
-
displayCostAndScanlines()
-
-
estimateCostAndScanlines(boolean)
- This method is called everytime a user clicks on the
"Compute Cost and Scanlines" button.
-
getCostLabel()
-
-
getScanlinesLabel()
-
-
setCostLabel(String)
-
-
setDaacStatus(String, String)
-
-
setScanlinesLabel(String)
-
-
setSubsetParams(String, String, String, String, String, String)
-
-
setToCgiFlag(boolean)
-
Cost
public Cost(SubSet s)
setSubsetParams
public void setSubsetParams(String d,
String dset,
String proc,
String mt,
String mf,
String gid)
estimateCostAndScanlines
public void estimateCostAndScanlines(boolean b)
- This method is called everytime a user clicks on the
"Compute Cost and Scanlines" button.
It is also called when cost is unknown and a user
clicks on the OK button.
A boolean is passed as a parameter to indicate which button was clicked,
true means the user clicked on the OK button,
false means the user did not click on the ok button, the
user clicked on the compute cost and scanlines button.
setCostLabel
public void setCostLabel(String costLabel)
setScanlinesLabel
public void setScanlinesLabel(String scanlinesLabel)
setToCgiFlag
public void setToCgiFlag(boolean b)
getCostLabel
public String getCostLabel()
getScanlinesLabel
public String getScanlinesLabel()
setDaacStatus
public void setDaacStatus(String comments,
String code)
displayCostAndScanlines
public Panel displayCostAndScanlines()
cancelDialogThread
public void cancelDialogThread()
- This method stops the wait dialog once the applet
completed communication with the cost server.
cancelThreads
public void cancelThreads()
- This method is called when the user hit this cancel button
in the wait for estimating cost dialog. It cancels the
dialog, the estimate cost request, enables the applet, and
returns back to the applet or to the brrowser depending on
which button requested the cost estimate.
All Packages Class Hierarchy This Package Previous Next Index