Package org.pushingpixels.lafwidget.text
Class LockBorderWidget
java.lang.Object
org.pushingpixels.lafwidget.LafWidgetAdapter
org.pushingpixels.lafwidget.text.LockBorderWidget
- All Implemented Interfaces:
LafWidget
Adds visual indication on non-editable text components.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleantrueif this widget is uninstalling.static StringName for client property that stores the original border.protected PropertyChangeListenerListens on all properties to decide whether a lock border should be shown / hidden.Fields inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
jcompFields inherited from interface org.pushingpixels.lafwidget.LafWidget
AUTO_SCROLL, COMPONENT_PREVIEW_PAINTER, HAS_LOCK_ICON, IGNORE_GLOBAL_LOCALE, PASSWORD_STRENGTH_CHECKER, TABBED_PANE_PREVIEW_PAINTER, TEXT_EDIT_CONTEXT_MENU, TEXT_FLIP_SELECT_ON_ESCAPE, TEXT_SELECT_ON_FOCUS, TREE_AUTO_DND_SUPPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInstalls default settings for the associated component.voidInstalls listeners for the associated component.booleanReturns indication whetherthiswidget requires custom LAF support.voidUninstalls default settings for the associated component.voidUninstalls listeners for the associated component.voidUninstalls UI on the associated component.Methods inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
installComponents, installUI, setComponent, uninstallComponents
-
Field Details
-
propertyChangeListener
Listens on all properties to decide whether a lock border should be shown / hidden. -
isUninstalling
protected boolean isUninstallingtrueif this widget is uninstalling. Fix for defect 7. -
ORIGINAL_BORDER
Name for client property that stores the original border.
-
-
Constructor Details
-
LockBorderWidget
public LockBorderWidget()
-
-
Method Details
-
installListeners
public void installListeners()Description copied from interface:LafWidgetInstalls listeners for the associated component.- Specified by:
installListenersin interfaceLafWidget- Overrides:
installListenersin classLafWidgetAdapter
-
uninstallListeners
public void uninstallListeners()Description copied from interface:LafWidgetUninstalls listeners for the associated component.- Specified by:
uninstallListenersin interfaceLafWidget- Overrides:
uninstallListenersin classLafWidgetAdapter
-
uninstallUI
public void uninstallUI()Description copied from interface:LafWidgetUninstalls UI on the associated component.- Specified by:
uninstallUIin interfaceLafWidget- Overrides:
uninstallUIin classLafWidgetAdapter
-
installDefaults
public void installDefaults()Description copied from interface:LafWidgetInstalls default settings for the associated component.- Specified by:
installDefaultsin interfaceLafWidget- Overrides:
installDefaultsin classLafWidgetAdapter
-
uninstallDefaults
public void uninstallDefaults()Description copied from interface:LafWidgetUninstalls default settings for the associated component.- Specified by:
uninstallDefaultsin interfaceLafWidget- Overrides:
uninstallDefaultsin classLafWidgetAdapter
-
requiresCustomLafSupport
public boolean requiresCustomLafSupport()Description copied from interface:LafWidgetReturns indication whetherthiswidget requires custom LAF support. Some widgets such asTabOverviewDialogWidgetorTabHoverPreviewWidgetrequire custom implementation based on the internals of the specific LAF. Relevant functions in the baseLafWidgetSupportsupport throwUnsupportedOperationException.- Returns:
trueifthiswidget requires custom LAF support,falseotherwise.
-