|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.schematic.ISchematicBuilderRuleProxy
public class ISchematicBuilderRuleProxy
Provides access to members that control the schematic builder rule.
ISchematicRule,
ISchematicBuilderRuleContainer,
ISchematicBuilderRuleManager,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
ISchematicBuilderRuleProxy()
|
|
ISchematicBuilderRuleProxy(Object obj)
|
protected |
ISchematicBuilderRuleProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
alter(IUID pUID,
IPropertySet propertySet)
Changes the schematic builder rule with the new specified CLSID schematic builder rule and the new specified schematic builder rule PropertySet. |
void |
apply(ISchematicDiagram pSchematicDiagram,
ITrackCancel cancelTracker)
Applies the schematic builder rule on the specified schematic diagram. |
void |
delete()
Deletes the schematic builder rule. |
IUID |
getCLSID()
CLSID of the schematic builder rule. |
int |
getID()
ID of the schematic builder rule. |
int |
getOrderNumber()
Order number of the schematic builder rule. |
IPropertySet |
getPropertySet()
PropertySet related to the schematic builder rule. |
ISchematicDiagramClass |
getSchematicDiagramClass()
Schematic diagram class related to the schematic builder rule. |
boolean |
isActive()
Indicates if the schematic builder rule is active. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setIsActive(boolean active)
Indicates if the schematic builder rule is active. |
void |
writeExternal(ObjectOutput out)
|
| 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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public int getID()
throws IOException,
AutomationException
getID in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicBuilderRule.getCLSID()
public void setIsActive(boolean active)
throws IOException,
AutomationException
setIsActive in interface ISchematicBuilderRuleactive - The active (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isActive()
throws IOException,
AutomationException
isActive in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getOrderNumber()
throws IOException,
AutomationException
getOrderNumber in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getCLSID()
throws IOException,
AutomationException
getCLSID in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicBuilderRule.getID()
public IPropertySet getPropertySet()
throws IOException,
AutomationException
getPropertySet in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void alter(IUID pUID,
IPropertySet propertySet)
throws IOException,
AutomationException
alter in interface ISchematicBuilderRulepUID - A reference to a com.esri.arcgis.system.IUID (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicDiagramClass getSchematicDiagramClass()
throws IOException,
AutomationException
getSchematicDiagramClass in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete()
throws IOException,
AutomationException
delete in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void apply(ISchematicDiagram pSchematicDiagram,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
apply in interface ISchematicBuilderRulepSchematicDiagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass null if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||