Class ConfigPropertyEditor.SavedOwner

java.lang.Object
org.bzdev.swing.ConfigPropertyEditor.SavedOwner
All Implemented Interfaces:
AutoCloseable
Enclosing class:
ConfigPropertyEditor

public class ConfigPropertyEditor.SavedOwner extends Object implements AutoCloseable
Data structure for temporarily saving a new password owner for the duration of a try-with-resource block.
  • 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:
      close in interface AutoCloseable