| |
|
| javax.swing.JInternalFrame it.businesslogic.ireport.gui.JMDIFrame
All known Subclasses: it.businesslogic.ireport.gui.JReportFrame,
JMDIFrame | public class JMDIFrame extends javax.swing.JInternalFrame (Code) | | JMDIFrame is an evolution of the very trivial javax.swing.JInternalFrame.
This class implements an MDI window handling similar to Win32, with
the maximized frame really maximized (without the title bar, and with the
minimize, maximize and close buttons on menu bar, that must be a JMDIMenuBar)
author: Administrator |
JMDIFrame | public JMDIFrame()(Code) | | Fixed version for OSX
|
closingFrame | public boolean closingFrame(boolean force)(Code) | | On close event.
Please return true on force.
Return false to stop the window close.
|
getNormalSize | public java.awt.Dimension getNormalSize()(Code) | | Getter for property normalSize.
Value of property normalSize. |
setMenu | public void setMenu(it.businesslogic.ireport.gui.JMDIMenuBar menu)(Code) | | Setter for property menu.
We need a JMDIMenuBar to add, if needed, buttons to resize, close, minimize this
window when maximized.
Parameters: menu - New value of property menu. |
setNormalSize | public void setNormalSize(java.awt.Dimension normalSize)(Code) | | Setter for property normalSize.
Parameters: normalSize - New value of property normalSize. |
|
|
|