Uses of Interface
com.luciad.beans.ILcdPropertyDialog
Package
Description
Basic functionality for introspection.
AWT specific implementations of beans.
Swing specific implementation of beans.
-
Uses of ILcdPropertyDialog in com.luciad.beans
Modifier 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
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.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
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.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.