Class PropertyDialog


  • public class PropertyDialog
    extends java.lang.Object
    Popup window used for jython property 'binding' windows.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CLOSE_DELIM  
      static java.lang.String OPEN_DELIM  
      static java.lang.String PARENT  
      static java.lang.String SOURCE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BindingRoot getBindingRoot()  
      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 currenty window.
      void setBindingRoot​(BindingRoot root)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setBindingRoot

        public void setBindingRoot​(BindingRoot root)
      • 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 currenty window. Returns the property path as an absolute path or a relative path, based on whether or not the source component is a Window, and based on the relative argument.