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.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
 

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.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
 

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

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
 

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