|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.sms.db.DbSMSGraphicalObject
org.modelsphere.sms.db.DbSMSLineGo
org.modelsphere.sms.be.db.DbBEFlowGo
public final class DbBEFlowGo
Direct subclass(es)/subinterface(s) : none.
Composites : DbBEDiagram, DbSMSDiagram.
Components : none.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fCenterOffset
|
static MetaRelation1 |
fFlow
|
static MetaField |
fQualifiersOffset
|
static MetaField |
fZone1Offset
|
static MetaField |
fZone2Offset
|
static MetaField |
fZone3Offset
|
static MetaField |
fZone4Offset
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.db.DbSMSLineGo |
---|
DEFAULT_POLY, fBackEndGo, fDashStyle, fFrontEndGo, fHighlight, fLineColor, fPolyline, fRightAngle |
Fields inherited from class org.modelsphere.sms.db.DbSMSGraphicalObject |
---|
DEFAULT_RECT, fAutoFit, fBackEndLineGos, fFrontEndLineGos, fRectangle, fStyle |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
ACCESS_GRANTED, ACCESS_NOT_GRANTED, fComponents, fComposite, fCreationTime, fModificationTime, fUdfValues, fValidationStatus, LONG_FORM, SHORT_FORM, VALIDATION_ERROR, VALIDATION_OK, VALIDATION_WARNING, writeAccess |
Constructor Summary | |
---|---|
DbBEFlowGo()
Parameter-less constructor. |
|
DbBEFlowGo(DbSMSDiagram composite,
DbSMSGraphicalObject frontEndGo,
DbSMSGraphicalObject backEndGo,
DbBEFlow flow)
Creates an instance of DbBEFlowGo. |
Method Summary | |
---|---|
java.awt.Point |
getCenterOffset()
Gets the "center offset" of a DbBEFlowGo's instance. |
DbBEFlow |
getFlow()
Gets the flow object associated to a DbBEFlowGo's instance. |
MetaClass |
getMetaClass()
|
java.awt.Point |
getQualifiersOffset()
Gets the "qualifiers offset" of a DbBEFlowGo's instance. |
DbObject |
getSO()
|
java.awt.Point |
getZone1Offset()
Gets the "label 1 offset" of a DbBEFlowGo's instance. |
java.awt.Point |
getZone2Offset()
Gets the "label 2 offset" of a DbBEFlowGo's instance. |
java.awt.Point |
getZone3Offset()
Gets the "label 3 offset" of a DbBEFlowGo's instance. |
java.awt.Point |
getZone4Offset()
Gets the "label 4 offset" of a DbBEFlowGo's instance. |
static void |
initMeta()
For internal use only. |
void |
resetLabelsPosition()
|
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setCenterOffset(java.awt.Point value)
Sets the "center offset" property of a DbBEFlowGo's instance. |
void |
setFlow(DbBEFlow value)
Sets the flow object associated to a DbBEFlowGo's instance. |
void |
setQualifiersOffset(java.awt.Point value)
Sets the "qualifiers offset" property of a DbBEFlowGo's instance. |
void |
setZone1Offset(java.awt.Point value)
Sets the "label 1 offset" property of a DbBEFlowGo's instance. |
void |
setZone2Offset(java.awt.Point value)
Sets the "label 2 offset" property of a DbBEFlowGo's instance. |
void |
setZone3Offset(java.awt.Point value)
Sets the "label 3 offset" property of a DbBEFlowGo's instance. |
void |
setZone4Offset(java.awt.Point value)
Sets the "label 4 offset" property of a DbBEFlowGo's instance. |
Methods inherited from class org.modelsphere.sms.db.DbSMSLineGo |
---|
getBackEndGo, getDashStyle, getFrontEndGo, getHighlight, getLineColor, getPolyline, getRightAngle, isRightAngle, setBackEndGo, setDashStyle, setFrontEndGo, setHighlight, setLineColor, setPolyline, setRightAngle |
Methods inherited from class org.modelsphere.sms.db.DbSMSGraphicalObject |
---|
find, findStyle, getAutoFit, getBackEndLineGos, getFrontEndLineGos, getGraphicPeer, getMetaField, getRectangle, getStyle, isAutoFit, isDeleteCascadeLineGo, setAutoFit, setGraphicPeer, setRectangle, setStyle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaField fQualifiersOffset
public static final MetaField fZone1Offset
public static final MetaField fZone2Offset
public static final MetaRelation1 fFlow
public static final MetaField fCenterOffset
public static final MetaField fZone3Offset
public static final MetaField fZone4Offset
public static final MetaClass metaClass
Constructor Detail |
---|
public DbBEFlowGo()
public DbBEFlowGo(DbSMSDiagram composite, DbSMSGraphicalObject frontEndGo, DbSMSGraphicalObject backEndGo, DbBEFlow flow) throws DbException
composite
- org.modelsphere.sms.db.DbSMSDiagramfrontendgo
- org.modelsphere.sms.db.DbSMSGraphicalObjectbackendgo
- org.modelsphere.sms.db.DbSMSGraphicalObjectflow
- org.modelsphere.sms.be.db.DbBEFlow
DbException
Method Detail |
---|
public static void initMeta()
public DbObject getSO() throws DbException
getSO
in class DbSMSGraphicalObject
DbException
public void resetLabelsPosition() throws DbException
resetLabelsPosition
in class DbSMSLineGo
DbException
public final void setQualifiersOffset(java.awt.Point value) throws DbException
value
- the "qualifiers offset" property
DbException
public final void setZone1Offset(java.awt.Point value) throws DbException
value
- the "label 1 offset" property
DbException
public final void setZone2Offset(java.awt.Point value) throws DbException
value
- the "label 2 offset" property
DbException
public final void setFlow(DbBEFlow value) throws DbException
value
- the flow object to be associated
DbException
public final void setCenterOffset(java.awt.Point value) throws DbException
value
- the "center offset" property
DbException
public final void setZone3Offset(java.awt.Point value) throws DbException
value
- the "label 3 offset" property
DbException
public final void setZone4Offset(java.awt.Point value) throws DbException
value
- the "label 4 offset" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSLineGo
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSLineGo
DbException
public final java.awt.Point getQualifiersOffset() throws DbException
DbException
public final java.awt.Point getZone1Offset() throws DbException
DbException
public final java.awt.Point getZone2Offset() throws DbException
DbException
public final DbBEFlow getFlow() throws DbException
DbException
public final java.awt.Point getCenterOffset() throws DbException
DbException
public final java.awt.Point getZone3Offset() throws DbException
DbException
public final java.awt.Point getZone4Offset() throws DbException
DbException
public MetaClass getMetaClass()
getMetaClass
in class DbObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |