Uses of Interface
com.luciad.beans.ILcdBeanEditor
Packages that use ILcdBeanEditor
Package
Description
Basic functionality for introspection.
AWT specific implementations of beans.
Swing specific implementation of beans.
-
Uses of ILcdBeanEditor in com.luciad.beans
Subinterfaces of ILcdBeanEditor in com.luciad.beansModifier and TypeInterfaceDescriptioninterface
Deprecated.Use a UI builder (e.g.Classes in com.luciad.beans that implement ILcdBeanEditorMethods in com.luciad.beans with parameters of type ILcdBeanEditorModifier 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.Constructors in com.luciad.beans with parameters of type ILcdBeanEditorModifierConstructorDescriptionTLcdPropertyDialog
(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
Classes in com.luciad.beans.awt that implement ILcdBeanEditorMethods in com.luciad.beans.awt with parameters of type ILcdBeanEditorModifier 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
Classes in com.luciad.beans.swing that implement ILcdBeanEditorModifier and TypeClassDescriptionclass
Deprecated.Use a UI builder (e.g.class
Deprecated.Use a UI builder (e.g.Methods in com.luciad.beans.swing with parameters of type ILcdBeanEditorModifier 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.Constructors in com.luciad.beans.swing with parameters of type ILcdBeanEditorModifierConstructorDescriptionTLcdPropertyDialogSW
(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.