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

Method Summary
 java.lang.String getName()
           
 java.lang.String getProperties()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getProperties

public java.lang.String getProperties()