Class TLcdIconEditor

java.lang.Object
java.beans.PropertyEditorSupport
com.luciad.gui.TLcdIconEditor
All Implemented Interfaces:
PropertyEditor

@Deprecated public class TLcdIconEditor extends PropertyEditorSupport implements PropertyEditor
Deprecated.
Use a dedicated UI instead.
  • Constructor Details

    • TLcdIconEditor

      public TLcdIconEditor()
      Deprecated.
  • 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 is true then 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 either true or false as argument automatically turns off tracing for all other class instances for which setTraceOn has not been called. If the argument is false then 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.
      Returns true if tracing is enabled for this class.
      Returns:
      true if tracing is enabled for this class, false otherwise.
    • isPaintable

      public boolean isPaintable()
      Deprecated.
      Redefines PropertyEditorSupport.isPaintable() and implements PropertyEditor.isPaintable().
      Specified by:
      isPaintable in interface PropertyEditor
      Overrides:
      isPaintable in class PropertyEditorSupport
      Returns:
      true
      See Also:
    • paintValue

      public void paintValue(Graphics gfx, Rectangle box)
      Deprecated.
      Redefines PropertyEditorSupport.paintValue() and implements PropertyEditor.paintValue().
      Specified by:
      paintValue in interface PropertyEditor
      Overrides:
      paintValue in class PropertyEditorSupport
      See Also:
    • getCustomEditor

      public Component getCustomEditor()
      Deprecated.
      Redefines PropertyEditorSupport.getCustomEditor() and implements PropertyEditor.getCustomEditor()
      Specified by:
      getCustomEditor in interface PropertyEditor
      Overrides:
      getCustomEditor in class PropertyEditorSupport
      Returns:
      an instance of TLcdIconCustomizer
      See Also:
    • supportsCustomEditor

      public boolean supportsCustomEditor()
      Deprecated.
      Redefines PropertyEditorSupport.supportsCustomEditor() and implements PropertyEditor.supportsCustomEditor()
      Specified by:
      supportsCustomEditor in interface PropertyEditor
      Overrides:
      supportsCustomEditor in class PropertyEditorSupport
      Returns:
      true
      See Also:
    • setValue

      public void setValue(Object value)
      Deprecated.
      Redefines PropertyEditorSupport.setValue() and implements PropertyEditor.setValue()
      No action will be performed if value is not an instanceof ILcdIcon
      Specified by:
      setValue in interface PropertyEditor
      Overrides:
      setValue in class PropertyEditorSupport
      See Also:
    • getAsText

      public String getAsText()
      Deprecated.
      Specified by:
      getAsText in interface PropertyEditor
      Overrides:
      getAsText in class PropertyEditorSupport
    • setAsText

      public void setAsText(String text) throws IllegalArgumentException
      Deprecated.
      Specified by:
      setAsText in interface PropertyEditor
      Overrides:
      setAsText in class PropertyEditorSupport
      Throws:
      IllegalArgumentException