java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceThemingWidget<JTextComponent>
org.pushingpixels.radiance.theming.internal.widget.text.LockBorderWidget

public class LockBorderWidget extends RadianceThemingWidget<JTextComponent>
Adds visual indication on non-editable text components.
  • Field Details

    • propertyChangeListener

      private PropertyChangeListener propertyChangeListener
      Listens on all properties to decide whether a lock border should be shown / hidden.
    • isUninstalling

      private boolean isUninstalling
      true if this widget is uninstalling. Fix for defect 7.
    • ORIGINAL_BORDER

      private static final String ORIGINAL_BORDER
      Name for client property that stores the original border.
      See Also:
  • Constructor Details

    • LockBorderWidget

      public LockBorderWidget()
  • Method Details