Class symantec.itools.db.beans.brl.adapter.ComputedColAdapterConstants
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.db.beans.brl.adapter.ComputedColAdapterConstants
Object
   |
   +----symantec.itools.db.beans.brl.adapter.ComputedColAdapterConstants
  -  public class ComputedColAdapterConstants
  
-  extends Object
  
Class describing constants and helper functions used.
  -  Version:
  
 -  1.00 07/24/98
  
 -  Author:
  
 -  Puru Balakrishnan
 
  
  -  
	CONSTANT_INPUTTYPE
   -    
 -  
	DATABOUND_INPUTTYPE
   -    
 -  
	DEFAULTFONT_NAME
   -    
 -  
	DEFAULTFONT_SIZE
   -    
 -  
	DERIVATION
   -    
 -  
	DERIVATIONCOLUMN_DESC
   -    
 -  
	DERIVATION_IFACENAME
   -   Interface names
  
 -  
	DERIVATION_PERROW
   -    
 -  
	DERIVATION_PERROWSET
   -    
 -  
	DERIVBEAN_DISPLAYPROPS
   -    
 -  
	DERIVBEAN_NUMPROPS
   -   constants for derivation, validation adapter bean properties
  
 -  
	INPUTTYPES_DESC
   -    
 -  
	LINEBORDER_SIZE
   -    
 -  
	MAXIMUM_ROW_SIZE
   -   Constants used for customizers, property editors
  
 -  
	MULTIROW_MODE
   -    
 -  
	NUMINPUTTYPES
   -   Constants for input types
  
 -  
	NUMTYPES
   -   Number of computed column types
  
 -  
	NUM_DERIVATIONRULE_TYPES
   -    
 -  
	NUM_VALIDATIONRULE_TYPES
   -    
 -  
	PROPEDITOR_HEIGHT
   -    
 -  
	PROPEDITOR_WIDTH
   -    
 -  
	PROP_NO_INTRO_PAGE
   -    
 -  
	SINGLEROW_MODE
   -    
 -  
	UNKNOWN
   -   Constants to define different type of computed column
  
 -  
	VALIDATION
   -    
 -  
	VALIDATIONCOLUMN_DESC
   -    
 -  
	VALIDATION_IFACENAME
   -    
 -  
	VALIDATION_PERROW
   -    
 -  
	VALIDBEAN_DISPLAYPROPS
   -    
 -  
	VALIDBEAN_NUMPROPS
   -    
 -  
	WIZARDPANEL_HEIGHT
   -    
 -  
	WIZARDPANEL_WIDTH
   -  
 
  
  -  
	convArrayToCommaSepString(String[])
   -   Method to convert array to comma separated string
  
 -  
	convCommaSepStringToArray(String)
   -   Method to convert comma separated strings to array
  
 -  
	convNewLineSepStringToArray(String)
   -   Helper method to convert a new line sep.
  
 -  
	getDefaultFont()
   -   Method to get the default font for text area
  
 -  
	getMargin()
   -   Method to get the default margin for all components
  
 -  
	getOffSetToDerivationDescArray(String)
   -   Method to obtain offset to array of constants
  
 -  
	getOffSetToValidationDescArray(String)
   -   Method to obtain offset to array of constants
  
 -  
	isDerivationRule(int)
   -   Method to verify if the rule type is of derivation
  
 -  
	isValidationRule(int)
   -   Method to verify if the rule type is of validation
 
  
CONSTANT_INPUTTYPE
public static final int CONSTANT_INPUTTYPE
DATABOUND_INPUTTYPE
public static final int DATABOUND_INPUTTYPE
DEFAULTFONT_NAME
public static final java.lang.String DEFAULTFONT_NAME
DEFAULTFONT_SIZE
public static int DEFAULTFONT_SIZE
DERIVATION
public static final int DERIVATION
DERIVATIONCOLUMN_DESC
public static java.lang.String[] DERIVATIONCOLUMN_DESC
DERIVATION_IFACENAME
public static final java.lang.String DERIVATION_IFACENAME
  -  Interface names
 
DERIVATION_PERROW
public static final int DERIVATION_PERROW
DERIVATION_PERROWSET
public static final int DERIVATION_PERROWSET
DERIVBEAN_DISPLAYPROPS
public static final int DERIVBEAN_DISPLAYPROPS
DERIVBEAN_NUMPROPS
public static final int DERIVBEAN_NUMPROPS
  -  constants for derivation, validation adapter bean properties
 
INPUTTYPES_DESC
public static java.lang.String[] INPUTTYPES_DESC
LINEBORDER_SIZE
public static final int LINEBORDER_SIZE
MAXIMUM_ROW_SIZE
public static final int MAXIMUM_ROW_SIZE
  -  Constants used for customizers, property editors
 
MULTIROW_MODE
public static final int MULTIROW_MODE
NUMINPUTTYPES
public static final int NUMINPUTTYPES
  -  Constants for input types
 
NUMTYPES
public static final int NUMTYPES
  -  Number of computed column types
 
NUM_DERIVATIONRULE_TYPES
public static final int NUM_DERIVATIONRULE_TYPES
NUM_VALIDATIONRULE_TYPES
public static final int NUM_VALIDATIONRULE_TYPES
PROPEDITOR_HEIGHT
public static int PROPEDITOR_HEIGHT
PROPEDITOR_WIDTH
public static int PROPEDITOR_WIDTH
PROP_NO_INTRO_PAGE
public static final java.lang.String PROP_NO_INTRO_PAGE
SINGLEROW_MODE
public static final int SINGLEROW_MODE
UNKNOWN
public static final int UNKNOWN
  -  Constants to define different type of computed column
 
VALIDATION
public static final int VALIDATION
VALIDATIONCOLUMN_DESC
public static java.lang.String[] VALIDATIONCOLUMN_DESC
VALIDATION_IFACENAME
public static final java.lang.String VALIDATION_IFACENAME
VALIDATION_PERROW
public static final int VALIDATION_PERROW
VALIDBEAN_DISPLAYPROPS
public static final int VALIDBEAN_DISPLAYPROPS
VALIDBEAN_NUMPROPS
public static final int VALIDBEAN_NUMPROPS
WIZARDPANEL_HEIGHT
public static int WIZARDPANEL_HEIGHT
WIZARDPANEL_WIDTH
public static int WIZARDPANEL_WIDTH
  
convArrayToCommaSepString
public static java.lang.String convArrayToCommaSepString(String[] cols)
  -  Method to convert array to comma separated string
  
 
 
convCommaSepStringToArray
public static java.lang.String[] convCommaSepStringToArray(String text)
  -  Method to convert comma separated strings to array
  
 
 
convNewLineSepStringToArray
public static java.lang.String[] convNewLineSepStringToArray(String text)
  -  Helper method to convert a new line sep. string to array
  
 
 
getDefaultFont
public static java.awt.Font getDefaultFont()
  -  Method to get the default font for text area
  
 
 
getMargin
public static java.awt.Insets getMargin()
  -  Method to get the default margin for all components
  
 
 
getOffSetToDerivationDescArray
public static int getOffSetToDerivationDescArray(String value)
  -  Method to obtain offset to array of constants
  
 
 
getOffSetToValidationDescArray
public static int getOffSetToValidationDescArray(String value)
  -  Method to obtain offset to array of constants
  
 
 
isDerivationRule
public static boolean isDerivationRule(int type)
  -  Method to verify if the rule type is of derivation
  
 
 
isValidationRule
public static boolean isValidationRule(int type)
  -  Method to verify if the rule type is of validation
  
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index