Uses of Class
de.uni_paderborn.fujaba.gui.ActivityPanel

Packages that use ActivityPanel
de.uni_paderborn.fujaba.gui Graphical User Interface 
 

Uses of ActivityPanel in de.uni_paderborn.fujaba.gui
 

Subclasses of ActivityPanel in de.uni_paderborn.fujaba.gui
 class NopActivityPanel
           
 class StartActivityPanel
           
 class StartActivityPanelForMethod
          This panel works with the Refactorings plugin only.
 class StateActivityPanel
           
 class StatementActivityPanel
           
 class StopActivityPanel
           
 class StoryActivityPanel
           
 

Methods in de.uni_paderborn.fujaba.gui that return ActivityPanel
 ActivityPanel EditActivityDialog.getFromActivityPanels(java.lang.String name)
          Get the fromActivityPanels attribute of the EditActivityDialog object
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type ActivityPanel
 void EditActivityDialog.addToActivityPanels(ActivityPanel elem)
          Access method for an one to n association.
 boolean EditActivityDialog.hasInActivityPanels(ActivityPanel elem)
          No comment provided by developer, please add a comment to improve documentation.
 void EditActivityDialog.removeFromActivityPanels(ActivityPanel elem)
          No comment provided by developer, please add a comment to improve documentation.