Class symantec.itools.db.beans.brl.adapter.editors.DerivWizardController
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.db.beans.brl.adapter.editors.DerivWizardController
Object
   |
   +----WizardController
           |
           +----symantec.itools.db.beans.brl.adapter.editors.DerivWizardController
  -  public class DerivWizardController
  
-  extends WizardController
  
  
  -  
	IDJH_DERIVAW_INPUTCOLUMNS
   -    
 -  
	IDJH_DERIVAW_INTRO
   -    
 -  
	IDJH_DERIVAW_OUTPUTINFO
   -    
 -  
	IDJH_DERIVAW_RULECLASS
   -    
 -  
	IDJH_DERIVAW_SUMMARY
   -    
 -  
	beanCustomizer
   -    
 -  
	colPage
   -    
 -  
	derivWizard
   -    
 -  
	endPage
   -    
 -  
	introPage
   -    
 -  
	miscPage
   -    
 -  
	objFinder
   -    
 -  
	rulePage
   -    
 -  
	vcafeAttr
   -  
 
  
  -  
	symantec.itools.db.beans.brl.adapter.editors.DerivWizardController(Wizard)
   -   Constructor
  
 -  
	symantec.itools.db.beans.brl.adapter.editors.DerivWizardController(Wizard, DerivColBeanCustomizer)
   -   constructor
 
  
  -  
	delegateFinishMethod()
   -   delegate finish method to last page
  
 -  
	fireCustomizerCancelEvent()
   -   Method to fire Customizer Cancel event
  
 -  
	fireCustomizerOKEvent()
   -   Method to fire Customizer OK event
  
 -  
	firstPanelIndex()
   -   
  
 -  
	getAliasName()
   -   Get Alias name
  
 -  
	getBeanToBeCustomized()
   -   get the bean to be customized
 
  
 -  
	getBindingName()
   -   Get the specified binding name
 
  
 -  
	getDataTypeFromVisualObj(VisualObject)
   -    
 -  
	getObjFinder()
   -   Get the object finder
 
  
 -  
	getOutputDataType()
   -   Get the output data type
 
  
 -  
	getOutputName()
   -   Get the specified output column name
 
  
 -  
	getRuleType()
   -   get the rule type
 
  
 -  
	getSelectedColumns()
   -   Get selected columns from columns Page
 
  
 -  
	getSelectedRule()
   -   Get the selected rule
 
  
 -  
	getSelectedRuleType()
   -   Get the selected rule type
 
  
 -  
	getVisualObjectForBean()
   -   Get the visual object for the bean
 
  
 -  
	help()
   -   
  
 -  
	makeButton(ImageIcon, String, String)
   -   Method to create a JFC button.
  
 -  
	processAliasName(String)
   -   Method to handle alias name
  
 -  
	setFocusOnFinish()
   -    
 -  
	setFocusOnNext()
   -    
 -  
	setWizardTitle(Component, String)
   -    
 -  
	showSelectedColumns(CompColInputMember[])
   -   show selected columns in columns Page
 
 
  
IDJH_DERIVAW_INPUTCOLUMNS
public static final int IDJH_DERIVAW_INPUTCOLUMNS
IDJH_DERIVAW_INTRO
public static final int IDJH_DERIVAW_INTRO
IDJH_DERIVAW_OUTPUTINFO
public static final int IDJH_DERIVAW_OUTPUTINFO
IDJH_DERIVAW_RULECLASS
public static final int IDJH_DERIVAW_RULECLASS
IDJH_DERIVAW_SUMMARY
public static final int IDJH_DERIVAW_SUMMARY
beanCustomizer
protected symantec.itools.db.beans.brl.adapter.editors.DerivColBeanCustomizer beanCustomizer
colPage
protected symantec.itools.db.beans.brl.adapter.editors.DerivColumnsPage colPage
derivWizard
protected symantec.itools.db.beans.brl.adapter.editors.DerivColBeanWizard derivWizard
endPage
protected symantec.itools.db.beans.brl.adapter.editors.DerivEndPage endPage
introPage
protected symantec.itools.db.beans.brl.adapter.editors.DerivIntroPage introPage
miscPage
protected symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage miscPage
objFinder
protected symantec.itools.db.beans.util.ObjectFinder objFinder
rulePage
protected symantec.itools.db.beans.brl.adapter.editors.DerivRulePage rulePage
vcafeAttr
protected com.symantec.itools.vcafe.openapi.Attributes vcafeAttr
  
DerivWizardController
public DerivWizardController(Wizard w)
  -  Constructor
  
 
 
DerivWizardController
public DerivWizardController(Wizard w,
                             DerivColBeanCustomizer obj)
  -  constructor
  
 
 
  
delegateFinishMethod
public void delegateFinishMethod()
  -  delegate finish method to last page
  
 
 
fireCustomizerCancelEvent
public void fireCustomizerCancelEvent()
  -  Method to fire Customizer Cancel event
  
 
 
fireCustomizerOKEvent
public void fireCustomizerOKEvent()
  -  Method to fire Customizer OK event
  
 
 
firstPanelIndex
protected int firstPanelIndex()
  -  
  
 
 
    -  Overrides:
    
 -  firstPanelIndex in class WizardController
  
 
 
 
getAliasName
public java.lang.String getAliasName()
  -  Get Alias name
  
 
 
getBeanToBeCustomized
public symantec.itools.db.beans.brl.adapter.CalculationAdapter getBeanToBeCustomized()
  -  get the bean to be customized
  
 
 
    -  Returns:
    
 -  CompColAdapterBean
  
 
 
 
getBindingName
public java.lang.String getBindingName()
  -  Get the specified binding name
  
 
 
    -  Returns:
    
 -  String
  
 
 
 
getDataTypeFromVisualObj
public static int getDataTypeFromVisualObj(VisualObject vObj)
getObjFinder
public symantec.itools.db.beans.util.ObjectFinder getObjFinder()
  -  Get the object finder
  
 
 
    -  Returns:
    
 -  ObjectFinder
  
 
 
 
getOutputDataType
public int getOutputDataType()
  -  Get the output data type
  
 
 
    -  Returns:
    
 -  int
  
 
 
 
getOutputName
public java.lang.String getOutputName()
  -  Get the specified output column name
  
 
 
    -  Returns:
    
 -  String
  
 
 
 
getRuleType
public int getRuleType()
  -  get the rule type
  
 
 
    -  Returns:
    
 -  int
  
 
 
 
getSelectedColumns
public symantec.itools.db.beans.brl.CompColInputMember[] getSelectedColumns()
  -  Get selected columns from columns Page
  
 
 
    -  Returns:
    
 -  String
  
 
 
 
getSelectedRule
public java.lang.Class getSelectedRule()
  -  Get the selected rule
  
 
 
    -  Returns:
    
 -  Class
  
 
 
 
getSelectedRuleType
public int getSelectedRuleType()
  -  Get the selected rule type
  
 
 
    -  Returns:
    
 -  int
  
 
 
 
getVisualObjectForBean
public com.symantec.itools.vcafe.openapi.VisualObject getVisualObjectForBean()
  -  Get the visual object for the bean
  
 
 
    -  Returns:
    
 -  VisualObject
  
 
 
 
help
public void help()
  -  
  
 
 
    -  Overrides:
    
 -  help in class WizardController
  
 
 
 
makeButton
public static com.sun.java.swing.JButton makeButton(ImageIcon icon,
                                                    String text,
                                                    String toolTip)
  -  Method to create a JFC button.
 If the icon is valid, create a button with the icon. Otherwise
 create the button with the text. In either case, set the tool tip
  
 
 
    -  Returns:
    
 -  JButton
  
 
 
 
processAliasName
public void processAliasName(String name)
  -  Method to handle alias name
  
 
 
setFocusOnFinish
public void setFocusOnFinish()
setFocusOnNext
public void setFocusOnNext()
setWizardTitle
public void setWizardTitle(Component comp,
                           String title)
showSelectedColumns
public void showSelectedColumns(CompColInputMember[] cols)
  -  show selected columns in columns Page
  
 
 
    -  Parameters:
    
 -  String - array
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index