|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.system.IStatusBarProxy
public class IStatusBarProxy
Internal use class Proxy for COM Interface 'IStatusBar'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriSystem.olb'
Description: 'Provides access to members that define the application statusbar.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.system.IStatusBar |
|---|
IID, IID828100c1_cc80_11d0_8380_080009b996cc |
| Constructor Summary | |
|---|---|
|
IStatusBarProxy()
For internal use only |
|
IStatusBarProxy(java.lang.Object obj)
|
protected |
IStatusBarProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IStatusBarProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IStatusBarProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
java.lang.String |
getMessage(int pane)
The message displayed by one of the status bar panes. |
int |
getPanes()
Indicates which standard panes are shown by the status bar. |
IAnimationProgressor |
getProgressAnimation()
The progress animation object on the statusbar. |
IStepProgressor |
getProgressBar()
The progress bar object on the statusbar. |
void |
hideProgressAnimation()
Hides the progress animation. |
void |
hideProgressBar()
Hides the progress bar. |
boolean |
isVisible()
Indicates if the statusbar is visible. |
void |
playProgressAnimation(boolean playAnim)
Plays the progress animation if the parameter is true; otherwise stops it. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setMessage(int pane,
java.lang.String message)
The message displayed by one of the status bar panes. |
void |
setPanes(int panes)
Indicates which standard panes are shown by the status bar. |
void |
setVisible(boolean visible)
Indicates if the statusbar is visible. |
void |
showProgressAnimation(java.lang.String message,
java.lang.String animationPath)
Makes the progress animation visible. |
void |
showProgressBar(java.lang.String message,
int min,
int max,
int step,
boolean onePanel)
Makes the progress bar visible. |
void |
stepProgressBar()
Steps the progress bar to the next position. |
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IStatusBarProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IStatusBarProxy()
public IStatusBarProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IStatusBarProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IStatusBarProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setMessage(int pane,
java.lang.String message)
throws java.io.IOException,
AutomationException
setMessage in interface IStatusBarpane - The pane (in)message - The message (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMessage(int pane)
throws java.io.IOException,
AutomationException
getMessage in interface IStatusBarpane - The pane (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPanes(int panes)
throws java.io.IOException,
AutomationException
setPanes in interface IStatusBarpanes - The panes (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPanes()
throws java.io.IOException,
AutomationException
getPanes in interface IStatusBarjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStepProgressor getProgressBar()
throws java.io.IOException,
AutomationException
getProgressBar in interface IStatusBarjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAnimationProgressor getProgressAnimation()
throws java.io.IOException,
AutomationException
getProgressAnimation in interface IStatusBarjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws java.io.IOException,
AutomationException
isVisible in interface IStatusBarjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean visible)
throws java.io.IOException,
AutomationException
setVisible in interface IStatusBarvisible - The visible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void showProgressBar(java.lang.String message,
int min,
int max,
int step,
boolean onePanel)
throws java.io.IOException,
AutomationException
showProgressBar in interface IStatusBarmessage - The message (in)min - The min (in)max - The max (in)step - The step (in)onePanel - The onePanel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stepProgressBar()
throws java.io.IOException,
AutomationException
stepProgressBar in interface IStatusBarjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void hideProgressBar()
throws java.io.IOException,
AutomationException
hideProgressBar in interface IStatusBarjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void showProgressAnimation(java.lang.String message,
java.lang.String animationPath)
throws java.io.IOException,
AutomationException
showProgressAnimation in interface IStatusBarmessage - The message (in)animationPath - The animationPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void playProgressAnimation(boolean playAnim)
throws java.io.IOException,
AutomationException
playProgressAnimation in interface IStatusBarplayAnim - The playAnim (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void hideProgressAnimation()
throws java.io.IOException,
AutomationException
hideProgressAnimation in interface IStatusBarjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||