|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IToolbarControl2
COM Interface 'IToolbarControl2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members that control the ToolbarControl.' 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 | |
|---|---|
static java.lang.String |
DISPID__501_GET_NAME
|
static java.lang.String |
DISPID__501_PUT_NAME
|
static java.lang.String |
DISPID_28_GET_NAME
|
static java.lang.String |
DISPID_28_PUT_NAME
|
static java.lang.String |
DISPID_29_GET_NAME
|
static java.lang.String |
DISPID_29_PUT_NAME
|
static java.lang.String |
DISPID_30_GET_NAME
|
static java.lang.String |
DISPID_30_PUT_NAME
|
static java.lang.String |
DISPID_31_GET_NAME
|
static java.lang.String |
DISPID_31_PUT_NAME
|
static java.lang.String |
DISPID_32_GET_NAME
|
static java.lang.String |
DISPID_32_PUT_NAME
|
static java.lang.String |
DISPID_33_GET_NAME
|
static java.lang.String |
DISPID_33_PUT_NAME
|
static java.lang.String |
DISPID_34_GET_NAME
|
static java.lang.String |
DISPID_34_PUT_NAME
|
static java.lang.String |
DISPID_35_GET_NAME
|
static java.lang.String |
DISPID_35_PUT_NAME
|
static java.lang.String |
DISPID_36_NAME
|
static java.lang.String |
DISPID_37_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID397c5ed1_eb31_43ff_8345_835c92fd7074
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getBackColor()
Background color of the ToolbarControl. |
int |
getFadeColor()
Background fade color of the ToolbarControl. |
int |
getFillDirection()
The fill direction of the ToolbarControl background color. |
int |
getIconSize()
The size in pixels of icons displayed on the ToolbarControl. |
int |
getOrientation()
Indicates if the ToolbarControl is horizontally or vertically aligned. |
boolean |
isAlignLeft()
Indicates if the ToolbarControl displays menu and palette items aligned to the left or right. |
boolean |
isShowHiddenItems()
Indicates if the ToolbarControl has a hidden items menu containing items currently not visible. |
boolean |
isThemedDrawing()
Indicates if the ToolbarControl uses themed drawing. |
boolean |
isTransparent()
Indicates if the ToolbarControl has a transparent background. |
void |
loadItems(IStream pStream)
Loads items into the ToolbarControl from a previously saved stream. |
void |
saveItems(IStream pStream)
Saves the ToolbarControl items into a stream. |
void |
setAlignLeft(boolean pVal)
Indicates if the ToolbarControl displays menu and palette items aligned to the left or right. |
void |
setBackColor(int pclr)
Background color of the ToolbarControl. |
void |
setFadeColor(int pVal)
Background fade color of the ToolbarControl. |
void |
setFillDirection(int pVal)
The fill direction of the ToolbarControl background color. |
void |
setIconSize(int pVal)
The size in pixels of icons displayed on the ToolbarControl. |
void |
setOrientation(int pVal)
Indicates if the ToolbarControl is horizontally or vertically aligned. |
void |
setShowHiddenItems(boolean pVal)
Indicates if the ToolbarControl has a hidden items menu containing items currently not visible. |
void |
setThemedDrawing(boolean pVal)
Indicates if the ToolbarControl uses themed drawing. |
void |
setTransparent(boolean pVal)
Indicates if the ToolbarControl has a transparent background. |
| Field Detail |
|---|
static final int IID397c5ed1_eb31_43ff_8345_835c92fd7074
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID__501_PUT_NAME
static final java.lang.String DISPID__501_GET_NAME
static final java.lang.String DISPID_28_GET_NAME
static final java.lang.String DISPID_28_PUT_NAME
static final java.lang.String DISPID_29_GET_NAME
static final java.lang.String DISPID_29_PUT_NAME
static final java.lang.String DISPID_30_GET_NAME
static final java.lang.String DISPID_30_PUT_NAME
static final java.lang.String DISPID_31_GET_NAME
static final java.lang.String DISPID_31_PUT_NAME
static final java.lang.String DISPID_32_GET_NAME
static final java.lang.String DISPID_32_PUT_NAME
static final java.lang.String DISPID_33_GET_NAME
static final java.lang.String DISPID_33_PUT_NAME
static final java.lang.String DISPID_34_GET_NAME
static final java.lang.String DISPID_34_PUT_NAME
static final java.lang.String DISPID_35_GET_NAME
static final java.lang.String DISPID_35_PUT_NAME
static final java.lang.String DISPID_36_NAME
static final java.lang.String DISPID_37_NAME
| Method Detail |
|---|
void setBackColor(int pclr)
throws java.io.IOException,
AutomationException
pclr - The pclr (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBackColor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getOrientation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOrientation(int pVal)
throws java.io.IOException,
AutomationException
pVal - A com.esri.arcgis.controls.esriToolbarOrientation constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isThemedDrawing()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setThemedDrawing(boolean pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFadeColor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFadeColor(int pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFillDirection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFillDirection(int pVal)
throws java.io.IOException,
AutomationException
pVal - A com.esri.arcgis.controls.esriToolbarFillDirection constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isTransparent()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTransparent(boolean pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowHiddenItems()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowHiddenItems(boolean pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getIconSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIconSize(int pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAlignLeft()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAlignLeft(boolean pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void loadItems(IStream pStream)
throws java.io.IOException,
AutomationException
pStream - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void saveItems(IStream pStream)
throws java.io.IOException,
AutomationException
pStream - A reference to a com.esri.arcgis.system.IStream (in)
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 | ||||||||