planetj.dataengine.display
Class DetailDisplayPropertyGroup.TargetWindow

java.lang.Object
  extended byplanetj.dataengine.display.DetailDisplayPropertyGroup.TargetWindow
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DetailDisplayPropertyGroup

public class DetailDisplayPropertyGroup.TargetWindow
extends java.lang.Object
implements java.io.Serializable

Object representing the target window. The target window is either specified as just a name "myWindow" or as a comma separated property String in this format: "name=myWindow,width=300,height=300,toolbar=yes". When you use the property string, you must specify the "name" for the name of the target window

See Also:
Serialized Form

Constructor Summary
protected DetailDisplayPropertyGroup.TargetWindow(java.lang.String s)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailDisplayPropertyGroup.TargetWindow

protected DetailDisplayPropertyGroup.TargetWindow(java.lang.String s)
                                           throws CMException
Method Detail

getName

public java.lang.String getName()

getProperties

public java.lang.String getProperties()