endrov.gui.window
Class EvWindowManagerFree.Manager

java.lang.Object
  extended by endrov.gui.window.EvWindowManagerFree.Manager
All Implemented Interfaces:
EvBasicWindow.EvWindowManagerMaker
Enclosing class:
EvWindowManagerFree

public static class EvWindowManagerFree.Manager
extends java.lang.Object
implements EvBasicWindow.EvWindowManagerMaker


Constructor Summary
EvWindowManagerFree.Manager()
           
 
Method Summary
 EvWindowManager createWindow(EvBasicWindow bw)
           
 java.util.List<EvBasicWindow> getAllWindows()
          Get a list of all windows
 EvBasicWindow getFocusWindow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvWindowManagerFree.Manager

public EvWindowManagerFree.Manager()
Method Detail

createWindow

public EvWindowManager createWindow(EvBasicWindow bw)
Specified by:
createWindow in interface EvBasicWindow.EvWindowManagerMaker

getAllWindows

public java.util.List<EvBasicWindow> getAllWindows()
Get a list of all windows

Specified by:
getAllWindows in interface EvBasicWindow.EvWindowManagerMaker

getFocusWindow

public EvBasicWindow getFocusWindow()
Specified by:
getFocusWindow in interface EvBasicWindow.EvWindowManagerMaker