com.ptc.core.ca.co.client.frame
Class CoFrameOpenInstruction

java.lang.Object
  extended by com.ptc.core.ca.co.client.frame.CoFrameOpenInstruction
All Implemented Interfaces:
CoInstruction, CoFrameInstruction, CoFrameLocationInstruction, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoFrameOpenInstruction
extends Object
implements CoFrameLocationInstruction, Externalizable

Instructs the framework to open a new window and draw the frame with the specified location.

Supported API: true

Extendable: false

See Also:
Serialized Form

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

getLocation

public CoAddressOfFrame getLocation()
Deprecated. 
Gets the value of the attribute: location; the address of the frame the framework needs to draw.

Supported API: true

Specified by:
getLocation in interface CoFrameLocationInstruction
Returns:
CoAddressOfFrame

setLocation

public void setLocation(CoAddressOfFrame a_Location)
Deprecated. 
Sets the value of the attribute: location; the address of the frame the framework needs to draw.

Supported API: true

Specified by:
setLocation in interface CoFrameLocationInstruction
Parameters:
a_Location -

getOpenerActionAddress

public 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.

Supported API: true

Specified by:
getOpenerActionAddress in interface CoFrameLocationInstruction
Returns:
String

setOpenerActionAddress

public 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.

Supported API: true

Specified by:
setOpenerActionAddress in interface CoFrameLocationInstruction
Parameters:
a_OpenerActionAddress -

getSenderAddress

public String getSenderAddress()
Deprecated. 
Gets the value of the attribute: senderAddress; the external form of the full address of the sender element.

Supported API: true

Specified by:
getSenderAddress in interface CoInstruction
Returns:
String

setSenderAddress

public void setSenderAddress(String a_SenderAddress)
Deprecated. 
Sets the value of the attribute: senderAddress; the external form of the full address of the sender element.

Supported API: true

Specified by:
setSenderAddress in interface CoInstruction
Parameters:
a_SenderAddress -

getReceiverAddress

public String getReceiverAddress()
Deprecated. 
Gets the value of the attribute: receiverAddress; the external form of the full address of the receiver element. Currently the address of the frame can be specified. However, the address is not equal to the address of the current frame, the opener window is assumed to be a receiver of the instructions.

Supported API: true

Specified by:
getReceiverAddress in interface CoInstruction
Returns:
String

setReceiverAddress

public void setReceiverAddress(String a_ReceiverAddress)
Deprecated. 
Sets the value of the attribute: receiverAddress; the external form of the full address of the receiver element. Currently the address of the frame can be specified. However, the address is not equal to the address of the current frame, the opener window is assumed to be a receiver of the instructions.

Supported API: true

Specified by:
setReceiverAddress in interface CoInstruction
Parameters:
a_ReceiverAddress -

getParams

public HashMap getParams()
Deprecated. 
Gets the value of the attribute: params; the map of parameters. No elements, addresses, or other framework related objects are allowed to be placed in a map. The purpose of this restriction is to allow thread safe storage of instructions not intoducing additional memory consumption. Place strings containing external form of addresses in a map to inform about some elements.

Supported API: true

Specified by:
getParams in interface CoInstruction
Returns:
HashMap

setParams

public void setParams(HashMap a_Params)
Deprecated. 
Sets the value of the attribute: params; the map of parameters. No elements, addresses, or other framework related objects are allowed to be placed in a map. The purpose of this restriction is to allow thread safe storage of instructions not intoducing additional memory consumption. Place strings containing external form of addresses in a map to inform about some elements.

Supported API: true

Specified by:
setParams in interface CoInstruction
Parameters:
a_Params -