|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: OpenSwing Framework
Description: Interface called by MDIFrame to: - correctly close the application - logon into the system - view application functions (inside a tree or as menu items in the menubar)
Copyright: Copyright (C) 2006 Mauro Carniel
This file is part of OpenSwing Framework. This library is free software; you can redistribute it and/or modify it under the terms of the (LGPL) Lesser General Public License as published by the Free Software Foundation; GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. The author may be contacted at: maurocarniel@tin.it
Method Summary | |
void |
afterMDIcreation(MDIFrame frame)
Method called after MDI creation. |
java.lang.String |
getAboutImage()
|
java.lang.String |
getAboutText()
|
javax.swing.tree.DefaultTreeModel |
getApplicationFunctions()
|
ClientFacade |
getClientFacade()
|
int |
getExtendedState()
|
java.util.ArrayList |
getLanguages()
|
java.lang.String |
getMDIFrameTitle()
|
void |
stopApplication()
Method used to destroy application. |
boolean |
viewChangeLanguageInMenuBar()
|
boolean |
viewFileMenu()
|
boolean |
viewFunctionsInMenuBar()
Defines if application functions must be viewed in the menubar of MDI Frame. |
boolean |
viewFunctionsInTreePanel()
Defines if application functions must be viewed inside a tree panel of MDI Frame. |
javax.swing.JDialog |
viewLoginDialog(javax.swing.JFrame parentFrame)
|
boolean |
viewLoginInMenuBar()
|
boolean |
viewOpenedWindowIcons()
|
Method Detail |
public void afterMDIcreation(MDIFrame frame)
public java.lang.String getMDIFrameTitle()
public int getExtendedState()
getExtendedState method
public java.lang.String getAboutText()
public java.lang.String getAboutImage()
public void stopApplication()
public boolean viewChangeLanguageInMenuBar()
true
if the MDI frame must show a change language menu in the menubar, false
no change language menu item will be addedpublic java.util.ArrayList getLanguages()
public boolean viewLoginInMenuBar()
true
if the MDI frame must show a login menu in the menubar, false
no login menu item will be addedpublic javax.swing.JDialog viewLoginDialog(javax.swing.JFrame parentFrame)
parentFrame
- parent frame
public boolean viewFunctionsInTreePanel()
true
if application functions must be viewed inside a tree panel of MDI Frame, false
no tree is viewedpublic boolean viewFunctionsInMenuBar()
true
if application functions must be viewed in the menubar of MDI Frame, false
otherwisepublic ClientFacade getClientFacade()
public javax.swing.tree.DefaultTreeModel getApplicationFunctions()
public boolean viewOpenedWindowIcons()
true
if the MDI frame must show a panel in the bottom, containing last opened window icons, false
no panel is showedpublic boolean viewFileMenu()
true
if the MDI frame must show the "File" menu in the menubar of the frame, false
to hide it
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |