|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.frame.CoFrameGoToInstruction
@Deprecated public class CoFrameGoToInstruction
Instructs the framework to draw the frame with the specified location
in the same window.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.frame.CoFrameLocationInstruction |
|---|
LOCATION, OPENER_ACTION_ADDRESS |
| Fields inherited from interface com.ptc.core.ca.co.client.frame.CoFrameInstruction |
|---|
OPENER_FRAME_ADDRESS |
| Fields inherited from interface com.ptc.core.ca.co.client.event.CoInstruction |
|---|
PARAMS, RECEIVER_ADDRESS, SENDER_ADDRESS |
| Method Summary | |
|---|---|
CoAddressOfFrame |
getLocation()
Deprecated. Gets the value of the attribute: location; the address of the frame the framework needs to draw. |
String |
getOpenerActionAddress()
Deprecated. Gets the value of the attribute: openerActionAddress; the address of the action the frame will think triggered the operation resulted in its drawing. |
HashMap |
getParams()
Deprecated. Gets the value of the attribute: params; the map of parameters. |
String |
getReceiverAddress()
Deprecated. Gets the value of the attribute: receiverAddress; the external form of the full address of the receiver element. |
String |
getSenderAddress()
Deprecated. Gets the value of the attribute: senderAddress; the external form of the full address of the sender element. |
void |
setLocation(CoAddressOfFrame a_Location)
Deprecated. Sets the value of the attribute: location; the address of the frame the framework needs to draw. |
void |
setOpenerActionAddress(String a_OpenerActionAddress)
Deprecated. Sets the value of the attribute: openerActionAddress; the address of the action the frame will think triggered the operation resulted in its drawing. |
void |
setParams(HashMap a_Params)
Deprecated. Sets the value of the attribute: params; the map of parameters. |
void |
setReceiverAddress(String a_ReceiverAddress)
Deprecated. Sets the value of the attribute: receiverAddress; the external form of the full address of the receiver element. |
void |
setSenderAddress(String a_SenderAddress)
Deprecated. Sets the value of the attribute: senderAddress; the external form of the full address of the sender element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CoAddressOfFrame getLocation()
getLocation in interface CoFrameLocationInstructionpublic void setLocation(CoAddressOfFrame a_Location)
setLocation in interface CoFrameLocationInstructiona_Location - public String getOpenerActionAddress()
getOpenerActionAddress in interface CoFrameLocationInstructionpublic void setOpenerActionAddress(String a_OpenerActionAddress)
setOpenerActionAddress in interface CoFrameLocationInstructiona_OpenerActionAddress - public String getSenderAddress()
getSenderAddress in interface CoInstructionpublic void setSenderAddress(String a_SenderAddress)
setSenderAddress in interface CoInstructiona_SenderAddress - public String getReceiverAddress()
getReceiverAddress in interface CoInstructionpublic void setReceiverAddress(String a_ReceiverAddress)
setReceiverAddress in interface CoInstructiona_ReceiverAddress - public HashMap getParams()
getParams in interface CoInstructionpublic void setParams(HashMap a_Params)
setParams in interface CoInstructiona_Params -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||