Interface PtPropertyEditorFactory
public interface PtPropertyEditorFactory
A factory to get dialogs to edit PhraseTransform properties.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PtPropertyEditorFactorygetSinglePropertyEditor(PtProperties ptProperties, String dialogTitle, String property, String propertyDisplayName, int minPropertyValue, int maxPropertyValue, boolean usePanoramicKnob) Get a JDialog to edit a single property.
-
Method Details
-
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 modifydialogTitle-property- The proprerty name we read/writepropertyDisplayName- The display name of the propertyminPropertyValue-maxPropertyValue-usePanoramicKnob-- Returns:
-