|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicBuilderUI
Provides access to members that control the schematic builder UI (this interface is only needed for developing a new builder).
Method Summary | |
---|---|
boolean |
applies(ISchematicDiagramClass pSchematicDiagramClass)
Indicates if the UI applies to the specified diagram class. |
int |
getHWnd()
Handle of the window inserted in the diagram dialog box that opens when users ask to generate a new diagram. |
boolean |
oKEnabled()
Indicates if the OK button is enabled. |
boolean |
oKValid()
Indicates if all parameters are valid. |
void |
setObject(ISchematicDiagramClass pSchematicDiagramClass,
Object hook,
ISchematicCreateDiagramDialog pDiagramDialog)
Supplies the builder UI with the diagram class, the application and the create diagram dialog. |
Method Detail |
---|
boolean applies(ISchematicDiagramClass pSchematicDiagramClass) throws IOException, AutomationException
pSchematicDiagramClass
- A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObject(ISchematicDiagramClass pSchematicDiagramClass, Object hook, ISchematicCreateDiagramDialog pDiagramDialog) throws IOException, AutomationException
pSchematicDiagramClass
- A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)hook
- A reference to another Automation Object (IDispatch) (in)pDiagramDialog
- A reference to a com.esri.arcgis.schematiccontrols.ISchematicCreateDiagramDialog (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHWnd() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean oKEnabled() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean oKValid() throws IOException, AutomationException
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 |