planetj.dataengine.display
Class DetailDisplayPropertyGroup.TargetWindow

java.lang.Object
  |
  +--planetj.dataengine.display.DetailDisplayPropertyGroup.TargetWindow
Enclosing class:
DetailDisplayPropertyGroup

public class DetailDisplayPropertyGroup.TargetWindow
extends Object

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


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

Method Detail

getName

public String getName()

getProperties

public String getProperties()