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
 String getCaption()
           
 int getItemCount()
           
 void getItemInfo(int index, IItemDef itemdef)
           
 String getName()
           
 void seed(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(Object delegate)
Specified by:
seed in class AddIn

setParameters

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

getCaption

public String getCaption()
                  throws IOException,
                         AutomationException
Throws:
IOException
AutomationException

getItemCount

public int getItemCount()
                 throws IOException,
                        AutomationException
Throws:
IOException
AutomationException

getItemInfo

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

getName

public String getName()
               throws IOException,
                      AutomationException
Throws:
IOException
AutomationException