IBM DB2 UDB
Plugin Interface
for Extending the Control Center

Package com.ibm.db2.tools.cc.navigator

Provides interfaces and classes which allow users to extend the DB2 Universal Database Control Center.

See:
          Description

Interface Summary
CCColumn The CCColumn interface allows users to specify the characteristics of a column in the details view of the Control Center.
CCDefaultMenuAction The CCDefaultMenuAction interface is to be used by implementers of CCMenuAction to specify that the plugin menu action is the default menu action for a plugin object.
CCExtension The CCExtension interface allows users to extend the Control Center user interface by adding new toolbar buttons, new menu items for objects in the tree and new objects to the Control Center tree.
CCMenuAction The CCMenuAction interface allows users to define a new menu item to be added to a Control Center object.
CCObject The CCObject interface allows users to change the behavior of the menu actions of an existing Control Center object or define a new plugin object which can be inserted into the Control Center tree.
CCTableObject The CCTableObject interface allows users to override the behavior of a Control Center object or to define a new plugin object type which can be added to the Control Center tree by returning it as a child of a CCTreeObject in getChildren.
CCToolbarAction The CCToolbarAction interface allows users to define a new action to be added to the Control Center toolbar.
CCTreeObject The CCTreeObject interface allows users to define new objects to be inserted into the Control Center tree and Control Center details view.
Defaultable Deprecated. This interface is deprecated as of the version 8.1 of DB2.
MultiSelectable The MultiSelectable interface is to be used by implementers of CCMenuAction to specify when a plugin menu item should appear in a menu.
Positionable The Positionable interface is to be used by implementers of CCMenuAction to specify the position of a plugin menu item within its menu.
Separator The Separator interface is to be used by implementers of CCMenuAction to specify that the plugin menu item is just a separator line and not an actual menu item.
SubMenuParent The SubMenuParent interface is to be used by implementers of CCMenuAction to specify that the plugin menu item is the parent of a submenu.
 

Class Summary
CCObjectCollectionEvent Instances of this class represent one of three types of events that may be triggered by a plugin: Add, Remove and Alter.
CCTypeFactory The purpose of this class is to prevent different plugin objects from using the same type number.
 

Package com.ibm.db2.tools.cc.navigator Description

Provides interfaces and classes which allow users to extend the DB2 Universal Database Control Center.

Related Documentation

For more information, please see:


IBM DB2 UDB
Plugin Interface
for Extending the Control Center

(C)Copyright IBM Corp. 2002, 2004. All rights reserved.

Links on this page are made available for your convenience and may take you to non-IBM sites. IBM does not warrant any sample code provided on these sites.