com.esri.arcgis.framework
Interface IDockableWindowImageDef

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ColorCorrectionDockWin, CreateFeatureDockWin, GxBrowserDockWindow, IdentifyWindow, IDockableWindowImageDefProxy, InternalDockableWindow, MensurationDockWin, PixelInspectionDockWin, RasterToolsDockWin, TableDockWindow, TOCDockableWindow, UnplacedAnnotationWindow

public interface IDockableWindowImageDef
extends java.io.Serializable


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID08f4fc5d_c23f_4210_b289_1350ed5632ed
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBitmap()
          Provide a bitmap for dockviews
 

Field Detail

IID08f4fc5d_c23f_4210_b289_1350ed5632ed

static final int IID08f4fc5d_c23f_4210_b289_1350ed5632ed
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getBitmap

int getBitmap()
              throws java.io.IOException,
                     AutomationException
Provide a bitmap for dockviews

Returns:
The bitmap (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.