org.argouml.pattern.cognitive.critics
Class InitPatternCritics

java.lang.Object
  extended by org.argouml.pattern.cognitive.critics.InitPatternCritics
All Implemented Interfaces:
InitSubsystem

public class InitPatternCritics
extends java.lang.Object
implements InitSubsystem

Initialise the Pattern related Critics.


Constructor Summary
InitPatternCritics()
           
 
Method Summary
 java.util.List<AbstractArgoJPanel> getDetailsTabs()
          This method shall not return null.
 java.util.List<GUISettingsTabInterface> getProjectSettingsTabs()
          This method shall not return null.
 java.util.List<GUISettingsTabInterface> getSettingsTabs()
          This method shall not return null.
 void init()
          ArgoUML shall call this at initialisation time, before the other operations in this interface are called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitPatternCritics

public InitPatternCritics()
Method Detail

getProjectSettingsTabs

public java.util.List<GUISettingsTabInterface> getProjectSettingsTabs()
Description copied from interface: InitSubsystem
This method shall not return null.

Specified by:
getProjectSettingsTabs in interface InitSubsystem
Returns:
an ordered list of tab panels to be added to the project-settings dialog

getSettingsTabs

public java.util.List<GUISettingsTabInterface> getSettingsTabs()
Description copied from interface: InitSubsystem
This method shall not return null.

Specified by:
getSettingsTabs in interface InitSubsystem
Returns:
an ordered list of tab panels to be added to the settings dialog

init

public void init()
Description copied from interface: InitSubsystem
ArgoUML shall call this at initialisation time, before the other operations in this interface are called.

Use it at will.

Specified by:
init in interface InitSubsystem

getDetailsTabs

public java.util.List<AbstractArgoJPanel> getDetailsTabs()
Description copied from interface: InitSubsystem
This method shall not return null.

Specified by:
getDetailsTabs in interface InitSubsystem
Returns:
an ordered list of Tabs to be added to the DetailsPanel


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook