Interface PtPropertyEditorFactory


public interface PtPropertyEditorFactory
A factory to get dialogs to edit PhraseTransform properties.
  • Method Details

    • getDefault

      static PtPropertyEditorFactory getDefault()
    • getSinglePropertyEditor

      JDialog getSinglePropertyEditor(PtProperties ptProperties, String dialogTitle, String property, String propertyDisplayName, int minPropertyValue, int maxPropertyValue, boolean usePanoramicKnob)
      Get a JDialog to edit a single property.
      Parameters:
      ptProperties - The properties we modify
      dialogTitle -
      property - The proprerty name we read/write
      propertyDisplayName - The display name of the property
      minPropertyValue -
      maxPropertyValue -
      usePanoramicKnob -
      Returns: