59 lines
4.4 KiB
HTML
59 lines
4.4 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2005" />
|
|
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="iSeries Navigator Visual Basic interfaces" />
|
|
<meta name="abstract" content="A Visual Basic plug-in must implement one or more iSeries Navigator interface classes, depending on the type of function that the developer intends to provide to the iSeries Navigator." />
|
|
<meta name="description" content="A Visual Basic plug-in must implement one or more iSeries Navigator interface classes, depending on the type of function that the developer intends to provide to the iSeries Navigator." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxpluginvb.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxopnavlistmanagerclassvb.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxopnavactionsmanagerclassvb.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakxopnavdroptargetmanagerclassvb.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzakxopnavinterfaceclassvb" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>iSeries Navigator Visual Basic interfaces</title>
|
|
</head>
|
|
<body id="rzakxopnavinterfaceclassvb"><a name="rzakxopnavinterfaceclassvb"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">iSeries Navigator Visual Basic interfaces</h1>
|
|
<div><p>A Visual Basic plug-in must implement one or more iSeries™ Navigator interface classes, depending on the type of
|
|
function that the developer intends to provide to the iSeries Navigator.</p>
|
|
<p>The Programmer's Toolkit contains a link to the Visual Basic interface definition help file.</p>
|
|
<p>There are three iSeries Navigator interface classes:</p>
|
|
<div class="note"><span class="notetitle">Note:</span> Your application does not have to implement all three interface classes.</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzakxopnavlistmanagerclassvb.htm">iSeries Navigator ListManager interface class</a></strong><br />
|
|
The <span class="uicontrol">ListManager interface class</span> is used for data serving in iSeries Navigator. For example,
|
|
when a list view needs to be created and filled with objects, iSeries Navigator will call methods in the ListManager class
|
|
to do this.</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxopnavactionsmanagerclassvb.htm">iSeries Navigator ActionsManager interface class</a></strong><br />
|
|
The <span class="uicontrol">ActionsManager interface class</span> is used to build context menus, and to implement commands of the context menu actions. For example, when a user performs a right mouse-click
|
|
on a Visual Basic list object in iSeries Navigator, the queryActions method in the ActionsManager interface class will be
|
|
called to return the context menu item strings.</li>
|
|
<li class="ulchildlink"><strong><a href="rzakxopnavdroptargetmanagerclassvb.htm">iSeries Navigator DropTargetManager interface class</a></strong><br />
|
|
The <span class="uicontrol">DropTargetManager interface class</span> is used to handle drag-and-drop operations in iSeries Navigator.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakxpluginvb.htm" title="Use the following topics to learn about the flow of control in iSeries Navigator for Visual Basic.">Visual Basic Reference</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |