Uses of Interface
com.luciad.beans.ILcdBeanEditor
Package
Description
Basic functionality for introspection.
AWT specific implementations of beans.
Swing specific implementation of beans.
-
Uses of ILcdBeanEditor in com.luciad.beans
Modifier and TypeInterfaceDescriptioninterface
Deprecated.Use a UI builder (e.g.Modifier and TypeMethodDescriptionILcdBeanGUIFactory.createPropertyDialog
(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.ILcdBeanGUIFactory.createPropertyEditorComponent
(PropertyEditor aPropertyEditor, ILcdBeanEditor aBeanEditor) Deprecated.static Component
TLcdBeanGUIFactory.createPropertyEditorComponent
(PropertyEditor aPropertyEditor, ILcdBeanEditor aBeanEditor) Deprecated.ModifierConstructorDescriptionTLcdPropertyDialog
(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.Constructor with aILcdBeanEditor
, a parentFrame
and a title for this Dialog. -
Uses of ILcdBeanEditor in com.luciad.beans.awt
Modifier and TypeMethodDescriptionTLcdBeanGUIFactoryAWT.createPropertyDialog
(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.Create aTLcdPropertyDialog
that displays the properties of an Object that can be editedTLcdBeanGUIFactoryAWT.createPropertyEditorComponent
(PropertyEditor aPropertyEditor, ILcdBeanEditor aBeanEditor) Deprecated.TLcdBeanGUIFactoryAWT.createPropertyEditorMenuItem
(PropertyEditor aPropertyEditor, PropertyDescriptor aPropertyDescriptor, ILcdBeanEditor aBeanEditor) Deprecated. -
Uses of ILcdBeanEditor in com.luciad.beans.swing
Modifier and TypeClassDescriptionclass
Deprecated.Use a UI builder (e.g.class
Deprecated.Use a UI builder (e.g.Modifier and TypeMethodDescriptionTLcdBeanGUIFactorySW.createPropertyDialog
(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.Create aTLcdPropertyDialogSW
that displays the properties of an Object that can be editedTLcdBeanGUIFactorySW.createPropertyEditorComponent
(PropertyEditor aPropertyEditor, ILcdBeanEditor aBeanEditor) Deprecated.TLcdBeanGUIFactorySW.createPropertyEditorMenuItem
(PropertyEditor aPropertyEditor, PropertyDescriptor aPropertyDescriptor, ILcdBeanEditor aBeanEditor) Deprecated.ModifierConstructorDescriptionTLcdPropertyDialogSW
(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.