com.esri.arcgis.arcmapui
Class IPageIndexControlProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IPageIndexControlProxy
All Implemented Interfaces:
IPageIndexControl, Externalizable, Serializable

public class IPageIndexControlProxy
extends com.esri.arcgis.interop.Dispatch
implements IPageIndexControl, Serializable

Data Driven Page Control interface.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IPageIndexControlProxy()
           
  IPageIndexControlProxy(Object obj)
           
protected IPageIndexControlProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean isFirstPageShown()
          Is the current data driven page the first?
 boolean isLastPageShown()
          Is the current data driven page the last?
 void removeListener(String iidStr, Object theListener)
           
 void showFirstPage()
          Show the first data driven page.
 void showLastPage()
          Show the last data driven page.
 void showNextPage()
          Show the next data driven page.
 void showPreviousPage()
          Show the previous data driven page.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IPageIndexControlProxy

public IPageIndexControlProxy()

IPageIndexControlProxy

public IPageIndexControlProxy(Object obj)
                       throws IOException
Throws:
IOException

IPageIndexControlProxy

protected IPageIndexControlProxy(Object obj,
                                 String iid)
                          throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

isFirstPageShown

public boolean isFirstPageShown()
                         throws IOException,
                                AutomationException
Is the current data driven page the first?

Product Availability

Available with ArcGIS Desktop.

Specified by:
isFirstPageShown in interface IPageIndexControl
Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLastPageShown

public boolean isLastPageShown()
                        throws IOException,
                               AutomationException
Is the current data driven page the last?

Product Availability

Available with ArcGIS Desktop.

Specified by:
isLastPageShown in interface IPageIndexControl
Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showFirstPage

public void showFirstPage()
                   throws IOException,
                          AutomationException
Show the first data driven page.

Product Availability

Available with ArcGIS Desktop.

Specified by:
showFirstPage in interface IPageIndexControl
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showNextPage

public void showNextPage()
                  throws IOException,
                         AutomationException
Show the next data driven page.

Product Availability

Available with ArcGIS Desktop.

Specified by:
showNextPage in interface IPageIndexControl
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showPreviousPage

public void showPreviousPage()
                      throws IOException,
                             AutomationException
Show the previous data driven page.

Product Availability

Available with ArcGIS Desktop.

Specified by:
showPreviousPage in interface IPageIndexControl
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showLastPage

public void showLastPage()
                  throws IOException,
                         AutomationException
Show the last data driven page.

Product Availability

Available with ArcGIS Desktop.

Specified by:
showLastPage in interface IPageIndexControl
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.