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
ModifierConstructorDescriptionTLcdPropertyDialogSW
(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.TLcdPropertyDialogSW
(PropertyEditor aPropertyEditor, Frame aParentFrame, boolean aDialogModal) Deprecated.protected
TLcdPropertyDialogSW
(PropertyEditor aPropertyEditor, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addComponent
(Window aDialog, Component aComponent, Object aConstraints) Deprecated.Add a component to the window displaying the property editor component.protected Dialog
createDialog
(Frame aParentFrame, boolean aDialogModal) Deprecated.Return the dialog to display the property editor component in.protected Dialog
createDialog
(Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.Return the dialog to display the property editor component in.protected Frame
createFrame
(String aTitle) Deprecated.Return the frame to display the property editor component in.protected void
setDialogLayout
(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, setTraceOn
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:TLcdPropertyDialog
Return the dialog to display the property editor component in.- Overrides:
createDialog
in classTLcdPropertyDialog
-
createDialog
Deprecated.Description copied from class:TLcdPropertyDialog
Return the dialog to display the property editor component in.- Overrides:
createDialog
in classTLcdPropertyDialog
-
createFrame
Deprecated.Description copied from class:TLcdPropertyDialog
Return the frame to display the property editor component in.- Overrides:
createFrame
in classTLcdPropertyDialog
-
addComponent
Deprecated.Description copied from class:TLcdPropertyDialog
Add a component to the window displaying the property editor component.- Overrides:
addComponent
in classTLcdPropertyDialog
-
setDialogLayout
Deprecated.Description copied from class:TLcdPropertyDialog
Set the layout to the window displaying the property editor component.- Overrides:
setDialogLayout
in classTLcdPropertyDialog
-