Package com.luciad.beans.swing
Class TLcdPropertyDialogSW
java.lang.Object
com.luciad.beans.TLcdPropertyDialog
com.luciad.beans.swing.TLcdPropertyDialogSW
- All Implemented Interfaces:
ILcdPropertyDialog
@Deprecated
public class TLcdPropertyDialogSW
extends TLcdPropertyDialog
implements ILcdPropertyDialog
Deprecated.
Use a UI builder (e.g. Swing) or binding framework instead.
This is a swing version of a
TLcdPropertyDialog. The custom editor returned
by PropertyEditor.getCustomEditor is put into a JFrame or a JDialog.-
Field Summary
Fields inherited from class com.luciad.beans.TLcdPropertyDialog
defaultTitle -
Constructor Summary
ConstructorsModifierConstructorDescriptionTLcdPropertyDialogSW(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.TLcdPropertyDialogSW(PropertyEditor aPropertyEditor, Frame aParentFrame, boolean aDialogModal) Deprecated.protectedTLcdPropertyDialogSW(PropertyEditor aPropertyEditor, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddComponent(Window aDialog, Component aComponent, Object aConstraints) Deprecated.Add a component to the window displaying the property editor component.protected DialogcreateDialog(Frame aParentFrame, boolean aDialogModal) Deprecated.Return the dialog to display the property editor component in.protected DialogcreateDialog(Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.Return the dialog to display the property editor component in.protected FramecreateFrame(String aTitle) Deprecated.Return the frame to display the property editor component in.protected voidsetDialogLayout(Window aDialog, LayoutManager aLayoutManager) Deprecated.Set the layout to the window displaying the property editor component.Methods inherited from class com.luciad.beans.TLcdPropertyDialog
getComponent, isButtonPanelVisible, isTraceOn, setButtonPanelVisible, setClassTraceOn, setTraceOnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.beans.ILcdPropertyDialog
getComponent
-
Constructor Details
-
TLcdPropertyDialogSW
public TLcdPropertyDialogSW(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated. -
TLcdPropertyDialogSW
public TLcdPropertyDialogSW(PropertyEditor aPropertyEditor, Frame aParentFrame, boolean aDialogModal) Deprecated. -
TLcdPropertyDialogSW
protected TLcdPropertyDialogSW(PropertyEditor aPropertyEditor, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.
-
-
Method Details
-
createDialog
Deprecated.Description copied from class:TLcdPropertyDialogReturn the dialog to display the property editor component in.- Overrides:
createDialogin classTLcdPropertyDialog
-
createDialog
Deprecated.Description copied from class:TLcdPropertyDialogReturn the dialog to display the property editor component in.- Overrides:
createDialogin classTLcdPropertyDialog
-
createFrame
Deprecated.Description copied from class:TLcdPropertyDialogReturn the frame to display the property editor component in.- Overrides:
createFramein classTLcdPropertyDialog
-
addComponent
Deprecated.Description copied from class:TLcdPropertyDialogAdd a component to the window displaying the property editor component.- Overrides:
addComponentin classTLcdPropertyDialog
-
setDialogLayout
Deprecated.Description copied from class:TLcdPropertyDialogSet the layout to the window displaying the property editor component.- Overrides:
setDialogLayoutin classTLcdPropertyDialog
-