Class com.symantec.itools.vcafe.openapi.pluginapi.PluginOptionTab
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.symantec.itools.vcafe.openapi.pluginapi.PluginOptionTab
Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Frame
                                   |
                                   +----EmbeddedFrame
                                           |
                                           +----WEmbeddedFrame
                                                   |
                                                   +----BasePluginWindow
                                                           |
                                                           +----BasePluginOptionTab
                                                                   |
                                                                   +----com.symantec.itools.vcafe.openapi.pluginapi.PluginOptionTab
  -  public class PluginOptionTab
  
-  extends BasePluginOptionTab
  
PluginOptionTab represents a tab (window). A tab can be added to the
 Visual Cafe Environment Options and Project Options dialog box.
  -  Version:
  
 -  1.0
  
 -  Author:
  
 -  Symantec Internet Tools Division
  
 -  Since:
  
 -  VCafe 3.0
 
  
  -  
	com.symantec.itools.vcafe.openapi.pluginapi.PluginOptionTab(String)
   -   Construct an option tab with the given title
	
 
  
  -  
	getHelpId()
   -   Get the help id used by this tab.
  
 -  
	setHelpId(int)
   -   Set the help id for this tab.
  
 -  
	setModified(boolean)
   -   Set the dirty flag.
 
  
PluginOptionTab
public PluginOptionTab(String title)
  -  Construct an option tab with the given title
  
 
 
    -  Parameters:
    
 -  title - The title of the tab
  
 
 
 
  
getHelpId
public int getHelpId()
  -  Get the help id used by this tab.
  
 
 
    -  Returns:
    
 -  the help id being used by this view
  
 
 
 
setHelpId
public void setHelpId(int id)
  -  Set the help id for this tab. Pressing F1 on an active plug in window will
 invoke online help displaying the link specified by the given id.
  
 
 
    -  Parameters:
    
 -  id -     the help id to use for this view
    
 -  Overrides:
    
 -  setHelpId in class BasePluginWindow
  
 
 
 
setModified
public void setModified(boolean flag)
  -  Set the dirty flag. This will enable the 'Apply' button in the
 dialog box.
  
 
 
    -  Parameters:
    
 -  dirty - flag on/off
    
 -  Overrides:
    
 -  setModified in class BasePluginOptionTab
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index