|
Bibi 19 Oct 2005 21:04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.cello.util.ui.ApplicationFrame
org.cello.util.ui.JLoadSaveFrame
ujap.util.MDIFrame
A JLoadSaveFrame with a multiple document interface (MDI).
Nested Class Summary | |
protected class |
MDIFrame.InternalFrameData
|
Nested classes inherited from class org.cello.util.ui.JLoadSaveFrame |
org.cello.util.ui.JLoadSaveFrame.FrameData |
Nested classes inherited from class org.cello.util.ui.ApplicationFrame |
org.cello.util.ui.ApplicationFrame.ActionContainerBinder, org.cello.util.ui.ApplicationFrame.OSXAppAdapter |
Nested classes inherited from class javax.swing.JFrame |
JFrame.AccessibleJFrame |
Nested classes inherited from class java.awt.Frame |
Frame.AccessibleAWTFrame |
Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
(package private) InternalFrameListener |
closeListener
the listener that calls the close() method if the "close" icon is clicked on the frame |
private static int |
counter
|
private static int |
DELTA
|
protected JDesktopPane |
desktop
the JDesktopPane that contains the internalFrames. |
private Map |
files
this Map contains JInternalFrames as keys and FrameData objects as values. |
private JMenu |
windowMenu
menu for selecting active frame |
(package private) ActionListener |
windowMenuListener
the listeners that controls the window menu, making the frame selected in the menu the active frame on the desktop. |
private int |
x
the coordinates of the new internal frames. |
private int |
y
the coordinates of the new internal frames. |
Fields inherited from class org.cello.util.ui.JLoadSaveFrame |
EXIT, OKAY, pageformat, printAction, properties, saveAction, saveAsAction |
Fields inherited from class org.cello.util.ui.ApplicationFrame |
|
Fields inherited from class javax.swing.JFrame |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Fields inherited from class java.awt.Window |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.print.Pageable |
UNKNOWN_NUMBER_OF_PAGES |
Fields inherited from interface java.awt.print.Printable |
NO_SUCH_PAGE, PAGE_EXISTS |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
MDIFrame()
|
Method Summary | |
protected void |
close(org.cello.util.ui.JLoadSaveFrame.FrameData d)
called by the close menu item - closes the selected frame. |
protected void |
closeAll()
|
protected org.cello.util.ui.JLoadSaveFrame.FrameData |
createFrameData()
create an MDIFrameData Object with an JInternalFrame inside |
protected Collection |
getAllFrameData()
return an unmodifiable view on the collection of all framedata objects |
protected org.cello.util.ui.JLoadSaveFrame.FrameData |
getFrameData()
returns the framedata associated with the currently selected frame |
protected int |
getRecentFilesIndex()
|
protected JMenu |
getWindowMenu()
get the windowMenu. |
static void |
main(String[] args)
|
protected void |
modifyFileMenu()
|
protected void |
realClose(org.cello.util.ui.JLoadSaveFrame.FrameData d)
remove selected frame and select another one |
protected void |
saveAll()
|
protected void |
setSelectedFrame(JInternalFrame f)
select frame and set focus and bring to front. |
protected void |
storeFrameData(org.cello.util.ui.JLoadSaveFrame.FrameData d)
|
Methods inherited from class org.cello.util.ui.JLoadSaveFrame |
appendEnding, checkCurrent, exit, getFileFilter, getFileMenu, getNumberOfPages, getPageFormat, getPath, getPrintable, getProgramName, getPropertyFileName, innerLoad, innerNewThing, innerSave, isAsk, isExitOnClose, isPrinting, isUseFilterWithSaveAs, load, newThing, print, print, printSetup, realExit, realLoad, realNewThing, realSave, save, saveAs, setAsk, setExitOnClose, setFileFilter, setPath, setUseFilterWithSaveAs, testFile |
Methods inherited from class org.cello.util.ui.ApplicationFrame |
about, clearStatusMessage, configureActionContainer, createPrefsObject, getActionContainerHandler, getActionMouseOverHandler, getInstanceFromSubComponent, getJToolBar, getPrefsObject, getResource, getResourceBundle, getStatusBar, hideStatusBar, hideToolBar, preferences, setJMenuBar, setJToolBar, setStatusBar, setStatusMessage, showStatusBar, showToolBar |
Methods inherited from class java.awt.Frame |
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
Field Detail |
private static final int DELTA
private static int counter
private Map files
private int x
private int y
private JMenu windowMenu
protected JDesktopPane desktop
ActionListener windowMenuListener
InternalFrameListener closeListener
Constructor Detail |
public MDIFrame()
Method Detail |
protected void setSelectedFrame(JInternalFrame f)
protected void modifyFileMenu()
protected JMenu getWindowMenu()
protected void close(org.cello.util.ui.JLoadSaveFrame.FrameData d)
protected void realClose(org.cello.util.ui.JLoadSaveFrame.FrameData d)
protected void closeAll()
protected void saveAll()
protected int getRecentFilesIndex()
protected org.cello.util.ui.JLoadSaveFrame.FrameData getFrameData()
protected org.cello.util.ui.JLoadSaveFrame.FrameData createFrameData()
protected void storeFrameData(org.cello.util.ui.JLoadSaveFrame.FrameData d)
protected Collection getAllFrameData()
public static void main(String[] args) throws Exception
Exception
|
Bibi 19 Oct 2005 21:04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |