java.lang.Object
org.bzdev.swing.ConfigPropertyEditor.SavedOwner
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- ConfigPropertyEditor
Data structure for temporarily saving a new password owner for the
duration of a try-with-resource block.
-
Method Summary
-
Method Details
-
close
public void close()Restore the saved password owner. This will typically be called automatically at the end of a try-with-resource block.- Specified by:
closein interfaceAutoCloseable
-