Class LockBorderWidget

java.lang.Object
org.pushingpixels.lafwidget.LafWidgetAdapter
org.pushingpixels.lafwidget.text.LockBorderWidget
All Implemented Interfaces:
LafWidget

public class LockBorderWidget extends LafWidgetAdapter
Adds visual indication on non-editable text components.
  • Field Details

    • propertyChangeListener

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

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

      public static String ORIGINAL_BORDER
      Name for client property that stores the original border.
  • Constructor Details

    • LockBorderWidget

      public LockBorderWidget()
  • Method Details