public class IStatusBarProxy extends com.esri.arcgis.interop.Dispatch implements IStatusBar, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID828100c1_cc80_11d0_8380_080009b996cc
Modifier | Constructor and Description |
---|---|
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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)
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
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.IOException
public 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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setMessage(int pane, java.lang.String message) throws java.io.IOException, AutomationException
setMessage
in interface IStatusBar
pane
- 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 IStatusBar
pane
- 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 IStatusBar
panes
- 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 IStatusBar
java.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 IStatusBar
java.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 IStatusBar
java.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 IStatusBar
java.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 IStatusBar
visible
- 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 IStatusBar
message
- 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 IStatusBar
java.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 IStatusBar
java.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 IStatusBar
message
- 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 IStatusBar
playAnim
- 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 IStatusBar
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.