org.argouml.uml.diagram.state.ui
Class InitStateDiagram

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

public class InitStateDiagram
extends java.lang.Object
implements InitSubsystem

Initialise this subsystem.


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

InitStateDiagram

public InitStateDiagram()
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