|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InitSubsystem
Any subsystem that needs to initialise itself, could implement this interface. The Main class (or any other top-level class that knows about the subsystem) then takes care of the initialisation, without causing dependency cycles.
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. |
Method Detail |
---|
void init()
Use it at will.
java.util.List<GUISettingsTabInterface> getSettingsTabs()
java.util.List<GUISettingsTabInterface> getProjectSettingsTabs()
java.util.List<AbstractArgoJPanel> getDetailsTabs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |