* Helper function to change between the list windows with the grid and the edit window
* @return OnlyOneVisible
*/
private OnlyOneVisible getVisibility() {
if (visibility == null) {
visibility = new OnlyOneVisible(listWindow, renameWindow, editWindow);
}
return visibility;
}