Package com.luciad.beans
Interface ILcdPropertyDialog
- All Known Implementing Classes:
TLcdPropertyDialog
,TLcdPropertyDialogSW
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
-
Method Details
-
getComponent
Component getComponent()Deprecated.- Returns:
- the component containing the custom editor.
-