|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.argouml.model.uml.AbstractUmlModelFactory
Abstract Class that every model package factory should implement to share the initialize() method.
| Field Summary | |
|---|---|
private static boolean |
guiEnabled
Deprecated. by Linus Tolke as of 0.15.4. Thanks to Alex Bagehots work with the tree, this is no longer needed. |
| Constructor Summary | |
|---|---|
protected |
AbstractUmlModelFactory()
Default constructor. |
| Method Summary | |
|---|---|
void |
addListenersToModelElement(java.lang.Object handle)
Adds all interested (and centralized) listeners to the given modelelement handle. |
protected void |
initialize(java.lang.Object o)
Initialized some new modelelement o |
boolean |
isGuiEnabled()
Deprecated. by Linus Tolke as of 0.15.4. Thanks to Alex Bagehots work with the tree, this is no longer needed. |
void |
setGuiEnabled(boolean gui)
Deprecated. by Linus Tolke as of 0.15.4. Thanks to Alex Bagehots work with the tree, this is no longer needed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static boolean guiEnabled
| Constructor Detail |
protected AbstractUmlModelFactory()
| Method Detail |
protected void initialize(java.lang.Object o)
o - The new modelelementpublic void setGuiEnabled(boolean gui)
gui - flag to turn gui on offpublic boolean isGuiEnabled()
public void addListenersToModelElement(java.lang.Object handle)
handle - the modelelement the listeners are interested in
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |