583584585586587588589590591592593
} public Disposable installKeyTraversalBindings(JComponent c) { checkNotNull(c, "c"); ListContainerKeyBindingsInstaller inst = new ListContainerKeyBindingsInstaller(c); inst.install(this); return inst; } /** * Sets the value of the <code>terminateEditOnFocusLost</code> client property.