Class PWDirectoryChooser

java.lang.Object

public class PWDirectoryChooser
extends PWChooser
Instances of this class are used to select a directory
  • Constructor Details

    • PWDirectoryChooser

      public PWDirectoryChooser​(java.lang.String label, java.lang.String propertyKey)
      Constructor
      Parameters:
      label - associated label
      propertyKey - associated key
  • Method Details

    • setButtonAction

      protected void setButtonAction​(org.eclipse.swt.widgets.Text text, org.eclipse.swt.widgets.Button button)
      Description copied from class: PWChooser
      Code executed when the user presses the button
      Specified by:
      setButtonAction in class PWChooser
      Parameters:
      text - text box
      button - associated button
    • check

      public void check()
      Description copied from class: PWWidget
      Check if the property can be binded to the widget
      Specified by:
      check in class PWWidget