util.swing
Interface JOptionPanel.Committer
- Enclosing class:
- JOptionPanel
public static interface JOptionPanel.Committer
A Committer allows you to make the changes made by the user permanent. As long as
commitChanges()
is not called, all data will simply be stored in value holders
and therefore have no influence on the original object.
- Author:
- Thomas Ryssel
Method Summary |
void |
commitChanges()
Commit the changes done so far. |
commitChanges
void commitChanges()
throws IllegalArgumentException,
InvocationTargetException,
Exception
- Commit the changes done so far.
- Throws:
IllegalArgumentException
InvocationTargetException
Exception