Interface BindablePropertyEditor
- 
- All Known Implementing Classes:
- AbstractNumberEditor,- ByteArrayEditor,- ConfiguratorEditorSupport,- DataSetEditor,- DateEditor,- DateFormatEditor,- DoubleEditor,- FloatEditor,- FormattedMaskPatternEditor,- ImagePathEditor,- IntegerEditor,- LongEditor,- NumberFormatEditor,- PaintPropertyEditor,- QualityCodeEditor,- RegExPatternEditor,- ReportPathEditor,- RotationEditor,- ShortEditor,- StringPropertyEditor,- StrokePropertyEditor,- SwingBooleanEditor,- SwingBorderEditor,- SwingColorEditor,- SwingEnumEditor,- SwingFontEditor,- SwingStringEditor,- TemplatePathEditor,- TimeZoneEditor,- UDTPropertyEditor
 
 public interface BindablePropertyEditorA property editor that allows for control over whether or not binding is enabled.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisBindableEnabled()voidsetBindableEnabled(boolean b)
 
-