Class com.symantec.itools.vcafe.openapi.pluginapi.OptionsWindow
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.vcafe.openapi.pluginapi.OptionsWindow
Object
|
+----BaseOptionsWindow
|
+----com.symantec.itools.vcafe.openapi.pluginapi.OptionsWindow
- public class OptionsWindow
- extends BaseOptionsWindow
The API used to represent the dialog box containing tabs in
Visual Cafe.
- Version:
- 1.0
- Author:
- Symantec Internet Tools Division
- Since:
- VCafe 3.0
- See Also:
- PluginOptionTab, getOptionsWindow
-
com.symantec.itools.vcafe.openapi.pluginapi.OptionsWindow()
- Construct an instance of options window
-
add(PluginOptionTab)
- Append an option tab to this window
-
addActionListener(ActionListener)
- Add an action listener to Ok/Cancel/Help buttons in the options window.
-
removeActionListener(ActionListener)
- Remove the specified action listener
OptionsWindow
public OptionsWindow()
- Construct an instance of options window
add
public void add(PluginOptionTab o)
- Append an option tab to this window
- Parameters:
- o - The PluginOptionTab to append
- Overrides:
- add in class BaseOptionsWindow
addActionListener
public void addActionListener(ActionListener l)
- Add an action listener to Ok/Cancel/Help buttons in the options window.
- Parameters:
- l - The ActionListener to add
- Overrides:
- addActionListener in class BaseOptionsWindow
removeActionListener
public void removeActionListener(ActionListener l)
- Remove the specified action listener
- Parameters:
- l - The ActionListener to remove
- Overrides:
- removeActionListener in class BaseOptionsWindow
All Packages Class Hierarchy This Package Previous Next Index