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(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