org.freehep.application.mdi
Class InternalFramePageManager

java.lang.Object
  extended by org.freehep.application.mdi.PageManager
      extended by org.freehep.application.mdi.InternalFramePageManager

public class InternalFramePageManager
extends PageManager

A PageManager which manages its pages as InternalFrames on a Desktop

Version:
$Id: InternalFramePageManager.java 14082 2012-12-12 16:16:53Z tonyj $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

Nested Class Summary
 
Nested classes/interfaces inherited from class org.freehep.application.mdi.PageManager
PageManager.PageManagerCommandProcessor
 
Field Summary
static int CASCADE
           
static int TILE_HORIZONTALLY
           
static int TILE_VERTICALLY
           
 
Constructor Summary
InternalFramePageManager()
           
 
Method Summary
 PageContext openPage(Component c, String title, Icon icon, String type, boolean selectOnOpen)
           
 
Methods inherited from class org.freehep.application.mdi.PageManager
addPageListener, closeAll, getPageCount, getSelectedPage, openPage, openPage, pages, removePageListener, setPageManagerType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CASCADE

public static final int CASCADE
See Also:
Constant Field Values

TILE_HORIZONTALLY

public static final int TILE_HORIZONTALLY
See Also:
Constant Field Values

TILE_VERTICALLY

public static final int TILE_VERTICALLY
See Also:
Constant Field Values
Constructor Detail

InternalFramePageManager

public InternalFramePageManager()
Method Detail

openPage

public PageContext openPage(Component c,
                            String title,
                            Icon icon,
                            String type,
                            boolean selectOnOpen)
Overrides:
openPage in class PageManager


Copyright © 2000-2014 FreeHEP. All Rights Reserved.