public interface IStatusBar
extends 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID828100c1_cc80_11d0_8380_080009b996cc |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
static final int IID828100c1_cc80_11d0_8380_080009b996cc
static final int xxDummy
static final java.lang.String IID
void setMessage(int pane, java.lang.String message) throws java.io.IOException, AutomationException
pane
- The pane (in)message
- The message (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getMessage(int pane) throws java.io.IOException, AutomationException
pane
- The pane (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPanes(int panes) throws java.io.IOException, AutomationException
panes
- The panes (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPanes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStepProgressor getProgressBar() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IAnimationProgressor getProgressAnimation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean visible) throws java.io.IOException, AutomationException
visible
- The visible (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void showProgressBar(java.lang.String message, int min, int max, int step, boolean onePanel) throws java.io.IOException, AutomationException
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.void stepProgressBar() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void hideProgressBar() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void showProgressAnimation(java.lang.String message, java.lang.String animationPath) throws java.io.IOException, AutomationException
message
- The message (in)animationPath
- The animationPath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void playProgressAnimation(boolean playAnim) throws java.io.IOException, AutomationException
playAnim
- The playAnim (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void hideProgressAnimation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.