Class symantec.itools.db.beans.brl.adapter.editors.DerivRulePage
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.db.beans.brl.adapter.editors.DerivRulePage
Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----symantec.itools.db.beans.brl.adapter.editors.DerivRulePage
  -  public class DerivRulePage
  
-  extends WizardPanel
  
-  implements PropertyChangeListener
   
Page used for specifying the class which implements the business rule
  -  Version:
  
 -  1.0 06/18/98
  
 -  Author:
  
 -  Puru Balakrishnan
 
  
  -  
	firstTime
   -    
 -  
	imageLabel
   -    
 -  
	implPanel
   -    
 -  
	ruleClass
   -  
 
  
  -  
	symantec.itools.db.beans.brl.adapter.editors.DerivRulePage(DerivWizardController)
   -   constructor
 
  
  -  
	cancel()
   -   cancel method
  
 -  
	entering()
   -   entering method
  
 -  
	exiting()
   -   exiting method
  
 -  
	getSelectedRule()
   -   Method to return class which implements the rule
 
  
 -  
	getSelectedRuleType()
   -   Method to return the class type
 
  
 -  
	initControls()
   -   initControls method
  
 -  
	main(String[])
   -    
 -  
	propertyChange(PropertyChangeEvent)
   -   Implementation of propertyChange Event
 
  
firstTime
protected boolean firstTime
imageLabel
protected com.sun.java.swing.JLabel imageLabel
implPanel
protected symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper implPanel
ruleClass
protected java.lang.Class ruleClass
  
DerivRulePage
protected DerivRulePage(DerivWizardController c)
  -  constructor
  
 
 
  
cancel
public void cancel()
  -  cancel method
  
 
 
    -  Overrides:
    
 -  cancel in class WizardPanel
  
 
 
 
entering
public void entering()
  -  entering method
  
 
 
    -  Overrides:
    
 -  entering in class WizardPanel
  
 
 
 
exiting
public boolean exiting()
  -  exiting method
  
 
 
    -  Overrides:
    
 -  exiting in class WizardPanel
  
 
 
 
getSelectedRule
public java.lang.Class getSelectedRule()
  -  Method to return class which implements the rule
  
 
 
    -  Returns:
    
 -  Class
  
 
 
 
getSelectedRuleType
public int getSelectedRuleType()
  -  Method to return the class type
  
 
 
    -  Returns:
    
 -  int
  
 
 
 
initControls
protected void initControls()
  -  initControls method
  
 
 
main
public static void main(String[] args)
propertyChange
public void propertyChange(PropertyChangeEvent e)
  -  Implementation of propertyChange Event
  
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index