public interface OwnedWindow
Modifier and Type | Method and Description |
---|---|
Memorizable |
getWindowOwner()
This method returns the owner of this window which should implement the Memorizable interface
|
void |
synchronizeUIWithOwner()
This method ensures that the values of the components are those of the owner.
|
void synchronizeUIWithOwner()
Memorizable getWindowOwner()