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

Packages that use FrameDecorator
de.uni_paderborn.fujaba.app The Fujaba Application 
de.uni_paderborn.fujaba.packagediagrams.gui   
de.uni_paderborn.fujaba.uml.gui   
 

Uses of FrameDecorator in de.uni_paderborn.fujaba.app
 

Methods in de.uni_paderborn.fujaba.app with parameters of type FrameDecorator
 boolean FrameMain.hasInDecorators(FrameDecorator value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean FrameMain.addToDecorators(FrameDecorator value)
          Access method for an one to n association.
 boolean FrameMain.removeFromDecorators(FrameDecorator value)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of FrameDecorator in de.uni_paderborn.fujaba.packagediagrams.gui
 

Subclasses of FrameDecorator in de.uni_paderborn.fujaba.packagediagrams.gui
 class FrameDecoratorPackageDiagram
          This class handles the change of the user interface, if a diagram was selected.
 

Uses of FrameDecorator in de.uni_paderborn.fujaba.uml.gui
 

Subclasses of FrameDecorator in de.uni_paderborn.fujaba.uml.gui
 class FrameDecoratorUMLActivityDiagram
          This class handles the change of the user interface, if a diagram was selected.
 class FrameDecoratorUMLClassDiagram
          This class handles the change of the user interface, if a diagram was selected.
 class FrameDecoratorUMLStatechart
          This class handles the change of the user interface, if a diagram was selected.
 class FrameDecoratorUMLStoryPattern
          This class handles the change of the user interface, if a diagram was selected.