|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.beanexplorer.beans.Option
ru.biosoft.access.MutableDataElementSupport
biouml.model.DiagramElement
Common definition of diagram element. Digram element is wrapper for some data element - kernel. This kernel is storing all specific data.
CompositeView instead of View., provide DynamicProperties to store any additiona data.| Field Summary | |
protected java.lang.String |
comment
Any comment can be assotiated with a DiagramElement. |
protected Base |
kernel
|
protected Role |
role
Any Role can be assotiated with a DiagramElement. |
protected java.lang.String |
title
The DiagramElement title.
|
protected View |
view
The DiagramElement view. |
| Fields inherited from class ru.biosoft.access.MutableDataElementSupport |
name |
| Fields inherited from class com.beanexplorer.beans.Option |
notificationEnabled, propagationEnabled |
| Constructor Summary | |
DiagramElement(DataCollection parent,
Base kernel)
Constructs the diagram element. |
|
DiagramElement(DataCollection parent,
java.lang.String name,
Base kernel)
Constructs the diagram element. |
|
| Method Summary | |
DiagramElement |
clone(Compartment newParent,
java.lang.String newName)
|
java.lang.String |
getComment()
|
Base |
getKernel()
|
Role |
getRole()
|
java.lang.String |
getTitle()
|
View |
getView()
|
boolean |
isKernelHidden()
|
boolean |
isRoleHidden()
|
void |
setComment(java.lang.String comment)
|
void |
setKernel(Base kernel)
|
void |
setRole(Role role)
|
void |
setTitle(java.lang.String title)
|
void |
setView(View view)
Normally this function should be called by DiagramViewBuilder. |
| Methods inherited from class ru.biosoft.access.MutableDataElementSupport |
getName, getOrigin, toString |
| Methods inherited from class com.beanexplorer.beans.Option |
addPropertyChangeListener, copyListenersTo, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getParent, isNotificationEnabled, isPropagationEnabled, removePropertyChangeListener, setNotificationEnabled, setParent, setPropagationEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ru.biosoft.access.MutableDataElement |
addPropertyChangeListener, removePropertyChangeListener |
| Field Detail |
protected Base kernel
protected View view
DiagramElement view.
protected java.lang.String title
DiagramElement title.
By default title is kernel element name. However a user can change the diagram element title.
protected java.lang.String comment
DiagramElement.
protected Role role
Role can be assotiated with a DiagramElement.
| Constructor Detail |
public DiagramElement(DataCollection parent,
java.lang.String name,
Base kernel)
parent - the parent compartmentname - the diagram element name
public DiagramElement(DataCollection parent,
Base kernel)
parent - the parent compartment| Method Detail |
public Base getKernel()
public void setKernel(Base kernel)
public View getView()
public void setView(View view)
DiagramViewBuilder.
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public java.lang.String getComment()
public void setComment(java.lang.String comment)
public Role getRole()
public void setRole(Role role)
public DiagramElement clone(Compartment newParent,
java.lang.String newName)
public boolean isKernelHidden()
public boolean isRoleHidden()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||