Class PropertyDialog
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.designer.eventhandling.PropertyDialog
 
 
- 
public class PropertyDialog extends java.lang.ObjectPopup window used for jython property 'binding' windows. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLOSE_DELIMstatic java.lang.StringOPEN_DELIMstatic java.lang.StringPARENTstatic java.lang.StringSOURCE 
- 
Constructor Summary
Constructors Constructor Description PropertyDialog(VisionDesignerImpl fpmi, java.awt.Component parent, BindingRoot root, boolean onlyBound) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingRootgetBindingRoot()java.lang.StringgetPropertyPath(java.awt.Component source, java.lang.String currentPath, boolean relative)Shows the user a dialog box which prompts them to choose a property from the current window.voidsetBindingRoot(BindingRoot root) 
 - 
 
- 
- 
Field Detail
- 
OPEN_DELIM
public static final java.lang.String OPEN_DELIM
- See Also:
 - Constant Field Values
 
 
- 
CLOSE_DELIM
public static final java.lang.String CLOSE_DELIM
- See Also:
 - Constant Field Values
 
 
- 
SOURCE
public static final java.lang.String SOURCE
- See Also:
 - Constant Field Values
 
 
- 
PARENT
public static final java.lang.String PARENT
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
PropertyDialog
public PropertyDialog(VisionDesignerImpl fpmi, java.awt.Component parent, BindingRoot root, boolean onlyBound)
 
 - 
 
- 
Method Detail
- 
setBindingRoot
public void setBindingRoot(BindingRoot root)
 
- 
getBindingRoot
public BindingRoot getBindingRoot()
 
- 
getPropertyPath
public java.lang.String getPropertyPath(java.awt.Component source, java.lang.String currentPath, boolean relative)Shows the user a dialog box which prompts them to choose a property from the current window. Returns the property path as an absolute path or a relative path, based on whether the source component is a Window, and based on the relative argument. 
 - 
 
 -