Interface BindablePropertyEditor
- All Known Implementing Classes:
AbstractNumberEditor,ByteArrayEditor,ConfiguratorEditorSupport,DataSetEditor,DateEditor,DateFormatEditor,DocumentEditor,DoubleEditor,FloatEditor,FormattedMaskPatternEditor,ImagePathEditor,IntegerEditor,KeyboardNameEditor,LongEditor,NumberFormatEditor,PaintPropertyEditor,QualityCodeEditor,RegExPatternEditor,ReportPathEditor,RotationEditor,ShortEditor,StringPropertyEditor,StrokePropertyEditor,SwingBooleanEditor,SwingBorderEditor,SwingColorEditor,SwingEnumEditor,SwingFontEditor,SwingStringEditor,TemplatePathEditor,TimeZoneEditor,UDTPropertyEditor
public interface BindablePropertyEditor
A property editor that allows for control over whether or not binding is enabled.
-
Method Summary
-
Method Details
-
setBindableEnabled
void setBindableEnabled(boolean b) -
isBindableEnabled
boolean isBindableEnabled()
-