Interface ILcdPropertyDialog

All Known Implementing Classes:
TLcdPropertyDialog, TLcdPropertyDialogSW

@Deprecated public interface ILcdPropertyDialog
Deprecated.
Use a UI builder (e.g. Swing) or binding framework instead.
This is a Dialog for editing a property which PropertyEditor has a custom editor (PropertyEditor.supportsCustomEditor). The custom editor returned by PropertyEditor.getCustomEditor be will put into the Dialog.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
  • Method Details

    • getComponent

      Component getComponent()
      Deprecated.
      Returns:
      the component containing the custom editor.