Uses of Class
de.uni_paderborn.fujaba.app.FrameMain

Packages that use FrameMain
de.uni_paderborn.fujaba.app The Fujaba Application 
de.uni_paderborn.fujaba.app.action Fujaba Application Action
de.uni_paderborn.fujaba.app.messages   
de.uni_paderborn.fujaba.mpEdit Source Code Editor 
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of FrameMain in de.uni_paderborn.fujaba.app
 

Fields in de.uni_paderborn.fujaba.app declared as FrameMain
private  FrameMain TabbedPaneProxy.frameMain
           0..1 tabbedPaneProxy 0..1 FrameMain -------------------------------- TabbedPaneProxy frameMain tabbedPaneProxy
(package private)  FrameMain InternalFrame.frameMain
          No comment provided by developer, please add a comment to improve documentation.
private static FrameMain FrameMain.frame
          The singleton instance.
private  FrameMain FrameDecorator.frameMain
           0..1 Assoc 0..n FrameMain --------------------------- FrameDecorator frameMain decorators
 

Methods in de.uni_paderborn.fujaba.app that return FrameMain
 FrameMain TabbedPaneProxy.getFrameMain()
          Get the frameMain attribute of the TabbedPaneProxy object
static FrameMain FrameMain.get()
          Returns the singleton FrameMain.
 FrameMain FrameDecorator.getFrameMain()
          Get the frameMain attribute of the FrameDecorator object
 

Methods in de.uni_paderborn.fujaba.app with parameters of type FrameMain
 boolean TabbedPaneProxy.setFrameMain(FrameMain value)
          Sets the frameMain attribute of the TabbedPaneProxy object
 boolean FrameDecorator.setFrameMain(FrameMain value)
          Sets the frameMain attribute of the FrameDecorator object
 

Constructors in de.uni_paderborn.fujaba.app with parameters of type FrameMain
InternalFrame(ASGDiagram shownDiagram, FrameMain frameMain)
          Creates a resizable, closable, maximizable, iconifiable InternalFrame with the diagram associated.
 

Uses of FrameMain in de.uni_paderborn.fujaba.app.action
 

Fields in de.uni_paderborn.fujaba.app.action declared as FrameMain
private  FrameMain ExportFilesAction.frameMain
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of FrameMain in de.uni_paderborn.fujaba.app.messages
 

Methods in de.uni_paderborn.fujaba.app.messages with parameters of type FrameMain
static void WarningMessages.warnDoubleIdentifiedDiagram(FrameMain frame, java.lang.String diagramType, java.lang.String name)
          Shows a warning message, needed for NewClassDiagAction and NewActivityDiagAction
static void WarningMessages.warnUnnamedDiagram(FrameMain frame, java.lang.String diagramType)
          Shows a warning message, needed for NewClassDiagAction and NewActivityDiagAction
 

Uses of FrameMain in de.uni_paderborn.fujaba.mpEdit
 

Fields in de.uni_paderborn.fujaba.mpEdit declared as FrameMain
private  FrameMain mpEDIT.frameMain
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.mpEdit that return FrameMain
 FrameMain mpEDIT.getFrameMain()
          Get the frameMain attribute of the mpEDIT object
 

Methods in de.uni_paderborn.fujaba.mpEdit with parameters of type FrameMain
private  void mpEDIT.init(FrameMain main)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.mpEdit with parameters of type FrameMain
mpEDIT(FrameMain main)
          Constructor for class mpEDIT
mpEDIT(FrameMain main, boolean highlightingEnabled)
          Constructor for class mpEDIT
 

Uses of FrameMain in de.uni_paderborn.fujaba.uml
 

Fields in de.uni_paderborn.fujaba.uml declared as FrameMain
private  FrameMain UMLProject.gui
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.uml that return FrameMain
 FrameMain UMLProject.getGui()
          Get the gui attribute of the UMLProject object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type FrameMain
 void UMLProject.setGui(FrameMain gui)
          Sets the gui attribute of the UMLProject object