Class com.symantec.itools.vcafe.openapi.plugin.PlugInSourceTab
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.symantec.itools.vcafe.openapi.plugin.PlugInSourceTab
Object
   |
   +----PlugInView
           |
           +----PlugInTab
                   |
                   +----com.symantec.itools.vcafe.openapi.plugin.PlugInSourceTab
  -  public abstract class PlugInSourceTab
  
-  extends PlugInTab
  
PlugInSourceTab provides the functionality to add a tab to Visual Cafe's Source window.
  
  -  
	com.symantec.itools.vcafe.openapi.plugin.PlugInSourceTab()
   -  
 
  
  -  
	onApply()
   -    
 -  
	onCancel()
   -   This method is called by the framework when the Cancel button in the options window
 is selected.
  
 -  
	onOk()
   -   This method is called by the framework when the OK button in the options window
 is selected.
 
  
PlugInSourceTab
public PlugInSourceTab()
  
onApply
public final boolean onApply()
onCancel
public final void onCancel()
  -  This method is called by the framework when the Cancel button in the options window
 is selected.
  
 
 
    -  Overrides:
    
 -  onCancel in class PlugInTab
  
 
 
 
onOk
public final void onOk()
  -  This method is called by the framework when the OK button in the options window
 is selected.
  
 
 
    -  Overrides:
    
 -  onOk in class PlugInTab
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index