|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttributeWindow
Provides access to the Attribute Window.
Use this interface to hide or show the Attributes window and access the object inspector currently loaded inside of it. A reference can be obtained using the IEditor::FindExtension method.
Method Summary | |
---|---|
IObjectInspector |
getObjectInspector()
Current object attribute inspector. |
boolean |
isVisible()
Indicates if Attribute Window is visible. |
void |
setVisible(boolean vis)
Indicates if Attribute Window is visible. |
Method Detail |
---|
void setVisible(boolean vis) throws IOException, AutomationException
vis
- The vis (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IObjectInspector getObjectInspector() throws IOException, AutomationException
Use IAttributeWindow::ObjectInspector to access the object inspector and listen for events triggered in the inspector.
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 |