com.esri.arcgis.addinframework
Class CommandbarAddIn

java.lang.Object
  extended by com.esri.arcgis.addinframework.AddIn
      extended by com.esri.arcgis.addinframework.CommandbarAddIn
Direct Known Subclasses:
InternalMenu, InternalMenuRoot, InternalMenuShortcut, InternalToolbar

public class CommandbarAddIn
extends AddIn


Constructor Summary
CommandbarAddIn()
           
 
Method Summary
 java.lang.String getCaption()
           
 int getItemCount()
           
 void getItemInfo(int index, IItemDef itemdef)
           
 java.lang.String getName()
           
 void seed(java.lang.Object delegate)
           
 void setParameters(IAddInRecord record, IFactoryHook factoryHook)
           
 
Methods inherited from class com.esri.arcgis.addinframework.AddIn
getApp, nativeGetPictureFromIStream, nativeGetPictureFromStream, read, readCursorFromStream, readPictureFromIStream, readPictureFromStream, readSubnode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandbarAddIn

public CommandbarAddIn()
Method Detail

seed

public void seed(java.lang.Object delegate)
Specified by:
seed in class AddIn

setParameters

public void setParameters(IAddInRecord record,
                          IFactoryHook factoryHook)
Specified by:
setParameters in class AddIn

getCaption

public java.lang.String getCaption()
                            throws java.io.IOException,
                                   AutomationException
Throws:
java.io.IOException
AutomationException

getItemCount

public int getItemCount()
                 throws java.io.IOException,
                        AutomationException
Throws:
java.io.IOException
AutomationException

getItemInfo

public void getItemInfo(int index,
                        IItemDef itemdef)
                 throws java.io.IOException,
                        AutomationException
Throws:
java.io.IOException
AutomationException

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Throws:
java.io.IOException
AutomationException