com.esri.arcgis.addinframework
Class CommandbarAddIn
java.lang.Object
com.esri.arcgis.addinframework.AddIn
com.esri.arcgis.addinframework.CommandbarAddIn
- Direct Known Subclasses:
- InternalMenu, InternalMenuRoot, InternalMenuShortcut, InternalToolbar
public class CommandbarAddIn
- extends AddIn
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandbarAddIn
public CommandbarAddIn()
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