org.argouml.notation.providers.uml
Class InitNotationUml

java.lang.Object
  extended by org.argouml.notation.providers.uml.InitNotationUml
All Implemented Interfaces:
InitSubsystem

public class InitNotationUml
extends java.lang.Object
implements InitSubsystem

This class initialises the UML Notation subsystem. This class is the only one that has the knowledge of the complete list of NotationProvider4 implementations for UML.


Constructor Summary
InitNotationUml()
           
 
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()
          static initializer, register all appropriate notations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitNotationUml

public InitNotationUml()
Method Detail

init

public void init()
static initializer, register all appropriate notations.

Specified by:
init in interface InitSubsystem

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

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