Revision 8765 branches/v10/libraries/libCorePlugin/src/com/iver/core/mdiManager/FrameWindowSupport.java

View differences:

FrameWindowSupport.java
57 57

  
58 58

  
59 59
/**
60
 * Manages the windows and the relationship between
61
 * the window panels (IWindow) and the actual window
62
 * implementation (JInternalFrame) which contains
63
 * each IWindow.
64
 * 
65
 *  Provides methods to change the size, position, title,
66
 *  etc. of the windows. It also provides methods to get
67
 *  the IWindow associated with a given JInternalFrame, and
68
 *  vice versa.
60
 *
69 61
 */
70 62
public class FrameWindowSupport {
71 63
    private Hashtable frameView = new Hashtable();

Also available in: Unified diff