|
||||||||||
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.be.db.DbBEContextCell
public final class DbBEContextCell
Direct subclass(es)/subinterface(s) : none.
Composites : DbBEContextGo.
Components : none.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelationN |
fActorGos
|
static MetaField |
fBottomBorder
|
static MetaField |
fDescription
|
static MetaField |
fFont
|
static MetaField |
fHorizontalJustification
|
static MetaField |
fHorizontalJustification2
|
static MetaField |
fRightBorder
|
static MetaRelationN |
fStoreGos
|
static MetaRelationN |
fUsecaseGos
|
static MetaField |
fVerticalJustification
|
static MetaField |
fVerticalJustification2
|
static MetaField |
fX
|
static MetaField |
fXweight
|
static MetaField |
fY
|
static MetaField |
fYweight
|
static MetaClass |
metaClass
|
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 | |
---|---|
DbBEContextCell()
Parameter-less constructor. |
|
DbBEContextCell(DbObject composite,
int x,
int y)
Creates an instance of DbBEContextCell. |
Method Summary | |
---|---|
DbRelationN |
getActorGos()
Gets the list of actor graphical objects associated to a DbBEContextCell's instance. |
java.lang.Boolean |
getBottomBorder()
Deprecated. use isBottomBorder() method instead |
java.lang.String |
getDescription()
Gets the "description" property of a DbBEContextCell's instance. |
java.awt.Font |
getFont()
Gets the "font" of a DbBEContextCell's instance. |
java.lang.Integer |
getHorizontalJustification()
Gets the "horizontal alignment" property of a DbBEContextCell's instance. |
SMSHorizontalAlignment |
getHorizontalJustification2()
Gets the "horizontal alignment" of a DbBEContextCell's instance. |
MetaClass |
getMetaClass()
|
java.lang.Boolean |
getRightBorder()
Deprecated. use isRightBorder() method instead |
DbRelationN |
getStoreGos()
Gets the list of store graphical objects associated to a DbBEContextCell's instance. |
DbRelationN |
getUsecaseGos()
Gets the list of process graphical objects associated to a DbBEContextCell's instance. |
java.lang.Integer |
getVerticalJustification()
Gets the "vertical alignment" property of a DbBEContextCell's instance. |
SMSVerticalAlignment |
getVerticalJustification2()
Gets the "vertical alignment" of a DbBEContextCell's instance. |
java.lang.Integer |
getX()
Gets the "column" property of a DbBEContextCell's instance. |
java.lang.Double |
getXweight()
Gets the "x weight" property of a DbBEContextCell's instance. |
java.lang.Integer |
getY()
Gets the "row" property of a DbBEContextCell's instance. |
java.lang.Double |
getYweight()
Gets the "y weight" property of a DbBEContextCell's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isBottomBorder()
Tells whether a DbBEContextCell's instance is bottomBorder or not. |
boolean |
isRightBorder()
Tells whether a DbBEContextCell's instance is rightBorder or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setBottomBorder(java.lang.Boolean value)
Sets the "bottom border" property of a DbBEContextCell's instance. |
void |
setDescription(java.lang.String value)
Sets the "description" property of a DbBEContextCell's instance. |
void |
setFont(java.awt.Font value)
Sets the "font" property of a DbBEContextCell's instance. |
void |
setHorizontalJustification(java.lang.Integer value)
Sets the "horizontal alignment" property of a DbBEContextCell's instance. |
void |
setHorizontalJustification2(SMSHorizontalAlignment value)
Sets the "horizontal alignment" property of a DbBEContextCell's instance. |
void |
setRightBorder(java.lang.Boolean value)
Sets the "right border" property of a DbBEContextCell's instance. |
void |
setVerticalJustification(java.lang.Integer value)
Sets the "vertical alignment" property of a DbBEContextCell's instance. |
void |
setVerticalJustification2(SMSVerticalAlignment value)
Sets the "vertical alignment" property of a DbBEContextCell's instance. |
void |
setX(java.lang.Integer value)
Sets the "column" property of a DbBEContextCell's instance. |
void |
setXweight(java.lang.Double value)
Sets the "x weight" property of a DbBEContextCell's instance. |
void |
setY(java.lang.Integer value)
Sets the "row" property of a DbBEContextCell's instance. |
void |
setYweight(java.lang.Double value)
Sets the "y weight" property of a DbBEContextCell's instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaField fX
public static final MetaField fY
public static final MetaField fDescription
public static final MetaField fFont
public static final MetaField fRightBorder
public static final MetaField fBottomBorder
public static final MetaField fVerticalJustification2
public static final MetaField fHorizontalJustification2
public static final MetaField fXweight
public static final MetaField fYweight
public static final MetaRelationN fUsecaseGos
public static final MetaRelationN fStoreGos
public static final MetaRelationN fActorGos
public static final MetaField fVerticalJustification
public static final MetaField fHorizontalJustification
public static final MetaClass metaClass
Constructor Detail |
---|
public DbBEContextCell()
public DbBEContextCell(DbObject composite, int x, int y) throws DbException
composite
- org.modelsphere.jack.baseDb.db.DbObjectx
- inty
- int
DbException
Method Detail |
---|
public static void initMeta()
public final void setX(java.lang.Integer value) throws DbException
value
- the "column" property
DbException
public final void setY(java.lang.Integer value) throws DbException
value
- the "row" property
DbException
public final void setDescription(java.lang.String value) throws DbException
value
- the "description" property
DbException
public final void setFont(java.awt.Font value) throws DbException
value
- the "font" property
DbException
public final void setRightBorder(java.lang.Boolean value) throws DbException
value
- the "right border" property
DbException
public final void setBottomBorder(java.lang.Boolean value) throws DbException
value
- the "bottom border" property
DbException
public final void setVerticalJustification2(SMSVerticalAlignment value) throws DbException
value
- the "vertical alignment" property
DbException
public final void setHorizontalJustification2(SMSHorizontalAlignment value) throws DbException
value
- the "horizontal alignment" property
DbException
public final void setXweight(java.lang.Double value) throws DbException
value
- the "x weight" property
DbException
public final void setYweight(java.lang.Double value) throws DbException
value
- the "y weight" property
DbException
public final void setVerticalJustification(java.lang.Integer value) throws DbException
value
- the "vertical alignment" property
DbException
public final void setHorizontalJustification(java.lang.Integer value) throws DbException
value
- the "horizontal alignment" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbObject
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbObject
DbException
public final java.lang.Integer getX() throws DbException
DbException
public final java.lang.Integer getY() throws DbException
DbException
public final java.lang.String getDescription() throws DbException
DbException
public final java.awt.Font getFont() throws DbException
DbException
public final java.lang.Boolean getRightBorder() throws DbException
DbException
public final boolean isRightBorder() throws DbException
DbException
public final java.lang.Boolean getBottomBorder() throws DbException
DbException
public final boolean isBottomBorder() throws DbException
DbException
public final SMSVerticalAlignment getVerticalJustification2() throws DbException
DbException
public final SMSHorizontalAlignment getHorizontalJustification2() throws DbException
DbException
public final java.lang.Double getXweight() throws DbException
DbException
public final java.lang.Double getYweight() throws DbException
DbException
public final DbRelationN getUsecaseGos() throws DbException
DbException
public final DbRelationN getStoreGos() throws DbException
DbException
public final DbRelationN getActorGos() throws DbException
DbException
public final java.lang.Integer getVerticalJustification() throws DbException
DbException
public final java.lang.Integer getHorizontalJustification() 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 |