|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.schematic.ISchematicBuilderRuleProxy
public class ISchematicBuilderRuleProxy
Provides access to members that manage the schematic builder rule.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISchematicBuilderRuleProxy()
|
|
ISchematicBuilderRuleProxy(Object obj)
|
protected |
ISchematicBuilderRuleProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
delete()
Deletes the schematic builder rule. |
int |
getOrderNumber()
Order number of the schematic builder rule. |
ISchematicDiagramClass |
getSchematicDiagramClass()
Schematic diagram class the schematic builder rule belongs to. |
ISchematicRule |
getSchematicRule()
Schematic rule associated to the schematic builder rule. |
boolean |
isActive()
Indicates whether or not the schematic builder rule is active. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setIsActive(boolean active)
Indicates whether or not the schematic builder rule is active. |
void |
setSchematicRuleByRef(ISchematicRule schematicRule)
Schematic rule associated to the schematic builder rule. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ISchematicBuilderRuleProxy()
public ISchematicBuilderRuleProxy(Object obj) throws IOException
IOException
protected ISchematicBuilderRuleProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public boolean isActive() throws IOException, AutomationException
isActive
in interface ISchematicBuilderRule
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsActive(boolean active) throws IOException, AutomationException
setIsActive
in interface ISchematicBuilderRule
active
- The active (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOrderNumber() throws IOException, AutomationException
getOrderNumber
in interface ISchematicBuilderRule
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicRule getSchematicRule() throws IOException, AutomationException
getSchematicRule
in interface ISchematicBuilderRule
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSchematicRuleByRef(ISchematicRule schematicRule) throws IOException, AutomationException
setSchematicRuleByRef
in interface ISchematicBuilderRule
schematicRule
- A reference to a com.esri.arcgis.schematic.ISchematicRule (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicDiagramClass getSchematicDiagramClass() throws IOException, AutomationException
getSchematicDiagramClass
in interface ISchematicBuilderRule
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete() throws IOException, AutomationException
delete
in interface ISchematicBuilderRule
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 |