com.esri.arcgis.addinframework
Class AddIn
java.lang.Object
com.esri.arcgis.addinframework.AddIn
- Direct Known Subclasses:
- CommandbarAddIn, InternalButton, InternalDockableWindow, InternalExtension
public abstract class AddIn
- extends Object
Constructor Summary |
AddIn()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddIn
public AddIn()
seed
public abstract void seed(Object delegate)
setParameters
public abstract void setParameters(IAddInRecord rec,
IFactoryHook factoryHook)
readSubnode
protected String readSubnode(IAddInRecord record,
String string)
read
protected String read(IAddInRecord record,
String string)
readPictureFromStream
protected int readPictureFromStream(IAddInRecord record,
String name)
readPictureFromIStream
protected int readPictureFromIStream(IStream stream)
nativeGetPictureFromStream
public int nativeGetPictureFromStream(IAddInRecord record,
String name)
nativeGetPictureFromIStream
public int nativeGetPictureFromIStream(IStream stream)
readCursorFromStream
public int readCursorFromStream(IAddInRecord record,
String name)
getApp
protected IApplication getApp(Object hook)
throws IOException
- Throws:
IOException