com.SoftWoehr.JTOpenContrib.QCDemo
Class QCStockDialog

java.lang.Object
  |
  +--com.SoftWoehr.JTOpenContrib.QCDemo.QCStockDialog

public class QCStockDialog
extends java.lang.Object

Static methods to show dialogs.


Constructor Summary
protected QCStockDialog()
          Creates new QCStockDialog
 
Method Summary
static void showFieldEntryInvalidDialog(java.lang.String fieldName, java.lang.String value)
          A dialog indicating that a field entry is invalid.
static void showNoServerDialog()
          Warn user that server is not set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QCStockDialog

protected QCStockDialog()
Creates new QCStockDialog
Method Detail

showNoServerDialog

public static void showNoServerDialog()
Warn user that server is not set

showFieldEntryInvalidDialog

public static void showFieldEntryInvalidDialog(java.lang.String fieldName,
                                               java.lang.String value)
A dialog indicating that a field entry is invalid.
Parameters:
fieldName - Name of field with invalid entry.
value - The invalid entry