Uses of Interface
com.luciad.beans.ILcdPropertyDialog
Packages that use ILcdPropertyDialog
Package
Description
Basic functionality for introspection.
AWT specific implementations of beans.
Swing specific implementation of beans.
-
Uses of ILcdPropertyDialog in com.luciad.beans
Classes in com.luciad.beans that implement ILcdPropertyDialogMethods in com.luciad.beans that return ILcdPropertyDialogModifier and TypeMethodDescriptionILcdBeanGUIFactory.createPropertyDialog
(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.ILcdBeanGUIFactory.createPropertyDialog
(PropertyEditor aPropertyEditor, Frame aParentFrame, boolean aDialogModal) Deprecated.ILcdBeanGUIFactory.createPropertyDialog
(PropertyEditor aPropertyEditor, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated. -
Uses of ILcdPropertyDialog in com.luciad.beans.awt
Methods in com.luciad.beans.awt that return ILcdPropertyDialogModifier 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.createPropertyDialog
(PropertyEditor aPropertyEditor, Frame aParentFrame, boolean aDialogModal) Deprecated.Create aTLcdPropertyDialog
that displays the properties of an Object that can be editedTLcdBeanGUIFactoryAWT.createPropertyDialog
(PropertyEditor aPropertyEditor, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.Create aILcdPropertyDialog
that displays the properties of an Object that can be edited -
Uses of ILcdPropertyDialog in com.luciad.beans.swing
Classes in com.luciad.beans.swing that implement ILcdPropertyDialogMethods in com.luciad.beans.swing that return ILcdPropertyDialogModifier 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.createPropertyDialog
(PropertyEditor aPropertyEditor, Frame aParentFrame, boolean aDialogModal) Deprecated.Create aTLcdPropertyDialogSW
that displays the properties of an Object that can be editedTLcdBeanGUIFactorySW.createPropertyDialog
(PropertyEditor aPropertyEditor, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.Create aILcdPropertyDialog
that displays the properties of an Object that can be edited.