|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.MxStatusBar
public class MxStatusBar
COM Class 'MxStatusBar'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'MxStatusBar object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.system.IStatusBar |
---|
IID, IID828100c1_cc80_11d0_8380_080009b996cc, xxDummy |
Constructor Summary | |
---|---|
MxStatusBar(java.lang.Object obj)
Construct a MxStatusBar using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
int |
hashCode()
the hashcode for this object |
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 |
release()
Release a MxStatusBar. |
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 java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MxStatusBar(java.lang.Object obj) throws java.io.IOException
obj
to MxStatusBar
. *
MxStatusBar o = (MxStatusBar)obj; // will not work
MxStatusBar o = new MxStatusBar(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
MxStatusBar theMxStatusBar = (MxStatusBar) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |