Bean Builder

com.adventnet.apiutils
Class GeneralUtil

java.lang.Object
  |
  +--com.adventnet.apiutils.GeneralUtil

public final class GeneralUtil
extends java.lang.Object

Class GeneralUtil is the general utility class.


Field Summary
static java.lang.String JRE_MSG
          The message string to be displayed as a warning to use JDK as compiler is need for this operation .
 
Constructor Summary
GeneralUtil()
           
 
Method Summary
static boolean isValidPackageName(java.lang.String s)
          This method is used to check whether the given string is a valid package name .
static void setConstraints(java.awt.GridBagConstraints gcArg, int x, int y, int width, int height, double wtX, double wtY, int anchor, int fill, java.awt.Insets inset, int padX, int padY)
          For internal use.
static void showJREMessage()
          This method opens a dialog to display the warning message about the JDK compiler .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JRE_MSG

public static final java.lang.String JRE_MSG
The message string to be displayed as a warning to use JDK as compiler is need for this operation .
Constructor Detail

GeneralUtil

public GeneralUtil()
Method Detail

isValidPackageName

public static boolean isValidPackageName(java.lang.String s)
This method is used to check whether the given string is a valid package name .

setConstraints

public static void setConstraints(java.awt.GridBagConstraints gcArg,
                                  int x,
                                  int y,
                                  int width,
                                  int height,
                                  double wtX,
                                  double wtY,
                                  int anchor,
                                  int fill,
                                  java.awt.Insets inset,
                                  int padX,
                                  int padY)
For internal use.

showJREMessage

public static void showJREMessage()
This method opens a dialog to display the warning message about the JDK compiler .

Bean Builder

© 2001 - 2002 AdventNet Inc. Visit us at: http://www.adventnet.com