|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.editor.ConstructionMiniBar
public class ConstructionMiniBar
An editor extension for creating and editing annotation features.
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.system.IExtension |
---|
IID, IID7f657ec9_dbf1_11d2_9f2f_00c04f6bc69e, xxDummy |
Constructor Summary | |
---|---|
ConstructionMiniBar()
Constructs a ConstructionMiniBar using ArcGIS Engine. |
|
ConstructionMiniBar(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ConstructionMiniBar theConstructionMiniBar = (ConstructionMiniBar) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getName()
The name of the extension. |
int |
hashCode()
the hashcode for this object |
void |
hide()
Hides the construction minibar. |
boolean |
isVisible()
Indicates whether the construction minibar is visible. |
void |
processKeyDown(int keyState,
int shift)
Processes keyboard input. |
void |
setActive(boolean rhs1)
Activate/Deactivate the Construction Minibar. |
void |
show(int xLoc,
int yLoc)
Shows the construction minibar. |
void |
shutdown()
Shuts down the extension. |
void |
startup(Object initializationData)
Starts up the extension with the given initialization data. |
void |
updateTransparency(int xLoc,
int yLoc)
Updates the coordinate display and adjusts the tranparency of the window. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ConstructionMiniBar() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ConstructionMiniBar(Object obj) throws IOException
ConstructionMiniBar theConstructionMiniBar = (ConstructionMiniBar) obj;
obj
to ConstructionMiniBar
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
getName
in interface IExtension
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startup(Object initializationData) throws IOException, AutomationException
startup
in interface IExtension
initializationData
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void shutdown() throws IOException, AutomationException
shutdown
in interface IExtension
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show(int xLoc, int yLoc) throws IOException, AutomationException
show
in interface IConstructionMiniBar
xLoc
- The xLoc (in)yLoc
- The yLoc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hide() throws IOException, AutomationException
hide
in interface IConstructionMiniBar
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws IOException, AutomationException
isVisible
in interface IConstructionMiniBar
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateTransparency(int xLoc, int yLoc) throws IOException, AutomationException
updateTransparency
in interface IConstructionMiniBar
xLoc
- The xLoc (in)yLoc
- The yLoc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void processKeyDown(int keyState, int shift) throws IOException, AutomationException
processKeyDown
in interface IConstructionMiniBar
keyState
- The keyState (in)shift
- The shift (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActive(boolean rhs1) throws IOException, AutomationException
setActive
in interface IConstructionMiniBar
rhs1
- The rhs1 (in)
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 |