|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.argouml.uml.diagram.sequence.ui.SequenceDiagramPropPanelFactory
public class SequenceDiagramPropPanelFactory
This factory creates the right PropPanelDiagram for a given Sequence diagram.
| Constructor Summary | |
|---|---|
SequenceDiagramPropPanelFactory()
|
|
| Method Summary | |
|---|---|
PropPanel |
createPropPanel(java.lang.Object object)
This method shall test the type of the given object, and if recognised, create a new instance of a PropPanel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SequenceDiagramPropPanelFactory()
| Method Detail |
|---|
public PropPanel createPropPanel(java.lang.Object object)
PropPanelFactoryIf the object type is not something this factory knows how to deal with, then null shall be returned (do NOT throw an exception).
If the given object falls within a class of objects that this factory is the exclusive factory for, then it is allowed to throw an exception if the object is invalid/unknown. However, be careful not to break the possibility to extend ArgoUML.
createPropPanel in interface PropPanelFactoryobject - the object to create a new PropPanel for
|
||||||||||
| 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 |