planetj.dataengine.display
Class DetailDisplayPropertyGroup.TargetWindow
java.lang.Object
planetj.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DetailDisplayPropertyGroup.TargetWindow
protected DetailDisplayPropertyGroup.TargetWindow(java.lang.String s)
throws CMException
getName
public java.lang.String getName()
getProperties
public java.lang.String getProperties()