org.argouml.uml.diagram.activity.ui
Class InitActivityDiagram

java.lang.Object
  extended by org.argouml.uml.diagram.activity.ui.InitActivityDiagram
All Implemented Interfaces:
InitSubsystem

public class InitActivityDiagram
extends java.lang.Object
implements InitSubsystem

Initialise this subsystem.


Constructor Summary
InitActivityDiagram()
           
 
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

InitActivityDiagram

public InitActivityDiagram()
Method Detail

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

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


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook