Package com.luciad.beans
Class TLcdPropertyDialog
java.lang.Object
com.luciad.beans.TLcdPropertyDialog
- All Implemented Interfaces:
ILcdPropertyDialog
- Direct Known Subclasses:
TLcdPropertyDialogSW
Deprecated.
Use a UI builder (e.g. Swing) or binding framework instead.
This is a
Dialog for editing a property which PropertyEditor has a custom
editor (PropertyEditor.supportsCustomEditor). The custom editor returned
by PropertyEditor.getCustomEditor be will put into the Dialog.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTLcdPropertyDialog(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.Constructor with aILcdBeanEditor, a parentFrameand a title for this Dialog.TLcdPropertyDialog(PropertyEditor aPropertyEditor, Frame aParentFrame, boolean aDialogModal) Deprecated.Constructor with a PropertyEditor, and a parentFramefor this Dialog.TLcdPropertyDialog(PropertyEditor aPropertyEditor, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.Same asTLcdPropertyDialog(ILcdBeanEditor, PropertyEditor,Frame) with a title for the Dialog. -
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.Deprecated.booleanDeprecated.Tests if the Apply, OK, Cancel buttonPanelis currently visible or not.booleanDeprecated.This method has been deprecated.voidsetButtonPanelVisible(boolean aButtonPanelVisible) Deprecated.Sets the visibility of the the Apply, OK, Cancel button Panel.static voidsetClassTraceOn(boolean aClassTraceOn) Deprecated.This method has been deprecated.protected voidsetDialogLayout(Window aDialog, LayoutManager aLayoutManager) Deprecated.Set the layout to the window displaying the property editor component.voidsetTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated.
-
Field Details
-
defaultTitle
Deprecated.
-
-
Constructor Details
-
TLcdPropertyDialog
public TLcdPropertyDialog(ILcdBeanEditor aBeanEditor, Component aBeanEditorComponent, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.Constructor with aILcdBeanEditor, a parentFrameand a title for this Dialog. -
TLcdPropertyDialog
Deprecated.Constructor with a PropertyEditor, and a parentFramefor this Dialog.aPropertyEditor must have a custom editor.
-
TLcdPropertyDialog
public TLcdPropertyDialog(PropertyEditor aPropertyEditor, Frame aParentFrame, String aTitle, boolean aDialogModal) Deprecated.Same asTLcdPropertyDialog(ILcdBeanEditor, PropertyEditor,Frame) with a title for the Dialog.
-
-
Method Details
-
setClassTraceOn
public static void setClassTraceOn(boolean aClassTraceOn) Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Enables tracing for all instances of this class. If the argument istruethen all log messages are recorded, otherwise only the informative, warning and error messages are recorded.- Parameters:
aClassTraceOn- if true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
-
setTraceOn
public void setTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Enables tracing for this class instance. Calling this method with eithertrueorfalseas argument automatically turns off tracing for all other class instances for whichsetTraceOnhas not been called. If the argument isfalsethen only the informative, warning and error log messages are recorded.- Parameters:
aTraceOn- if true then all log messages are recorded for this instance. If false, then only the informative, warning and error log messages are recorded.
-
isTraceOn
public boolean isTraceOn()Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Returnstrueif tracing is enabled for this class.- Returns:
- true if tracing is enabled for this class, false otherwise.
-
getComponent
Deprecated.- Specified by:
getComponentin interfaceILcdPropertyDialog- Returns:
- the component containing the custom editor.
-
isButtonPanelVisible
public boolean isButtonPanelVisible()Deprecated.Tests if the Apply, OK, Cancel buttonPanelis currently visible or not. -
setButtonPanelVisible
public void setButtonPanelVisible(boolean aButtonPanelVisible) Deprecated.Sets the visibility of the the Apply, OK, Cancel button Panel. -
createDialog
Deprecated.Return the dialog to display the property editor component in. -
createDialog
Deprecated.Return the dialog to display the property editor component in. -
createFrame
Deprecated.Return the frame to display the property editor component in. -
addComponent
Deprecated.Add a component to the window displaying the property editor component. -
setDialogLayout
Deprecated.Set the layout to the window displaying the property editor component.
-