|
||||||||||
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
public abstract class DbSMSGraphicalObject
Direct subclass(es)/subinterface(s) : DbSMSImageGo, DbSMSStampGo, DbSMSClassifierGo, DbSMSLineGo, DbSMSUserTextGo, DbSMSPackageGo, DbSMSFreeGraphicGo, DbSMSCommonItemGo, DbSMSNoticeGo.
Composites : none.
Components : none.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static java.awt.Rectangle |
DEFAULT_RECT
|
static MetaField |
fAutoFit
|
static MetaRelationN |
fBackEndLineGos
|
static MetaRelationN |
fFrontEndLineGos
|
static MetaField |
fRectangle
|
static MetaRelation1 |
fStyle
|
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 | |
---|---|
DbSMSGraphicalObject()
Parameter-less constructor. |
|
DbSMSGraphicalObject(DbObject composite)
Creates an instance of DbSMSGraphicalObject. |
Method Summary | |
---|---|
java.lang.Object |
find(MetaField metaField)
|
DbSMSStyle |
findStyle()
|
java.lang.Boolean |
getAutoFit()
Deprecated. use isAutoFit() method instead |
DbRelationN |
getBackEndLineGos()
Gets the list of back end line graphical objects associated to a DbSMSGraphicalObject's instance. |
DbRelationN |
getFrontEndLineGos()
Gets the list of front end lines graphical objects associated to a DbSMSGraphicalObject's instance. |
java.lang.Object |
getGraphicPeer()
|
MetaField |
getMetaField(java.lang.String metaField)
|
java.awt.Rectangle |
getRectangle()
Gets the "rectangle" of a DbSMSGraphicalObject's instance. |
abstract DbObject |
getSO()
|
DbSMSStyle |
getStyle()
Gets the style object associated to a DbSMSGraphicalObject's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isAutoFit()
Tells whether a DbSMSGraphicalObject's instance is autoFit or not. |
boolean |
isDeleteCascadeLineGo()
|
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setAutoFit(java.lang.Boolean value)
Sets the "auto fit" property of a DbSMSGraphicalObject's instance. |
void |
setGraphicPeer(java.lang.Object graphicPeer)
Change the peer for this graphical object. |
void |
setRectangle(java.awt.Rectangle value)
Sets the "rectangle" property of a DbSMSGraphicalObject's instance. |
void |
setStyle(DbSMSStyle style)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaField fRectangle
public static final MetaField fAutoFit
public static final MetaRelation1 fStyle
public static final MetaRelationN fFrontEndLineGos
public static final MetaRelationN fBackEndLineGos
public static final MetaClass metaClass
public static final java.awt.Rectangle DEFAULT_RECT
Constructor Detail |
---|
public DbSMSGraphicalObject()
public DbSMSGraphicalObject(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final DbSMSStyle findStyle() throws DbException
DbException
public void setStyle(DbSMSStyle style) throws DbException
style
- org.modelsphere.sms.db.DbSMSStyle
DbException
public final java.lang.Object getGraphicPeer()
getGraphicPeer
in interface DbGraphicalObjectI
public final void setGraphicPeer(java.lang.Object graphicPeer)
DbGraphicalObjectI
setGraphicPeer
in interface DbGraphicalObjectI
graphicpeer
- java.lang.Objectpublic abstract DbObject getSO() throws DbException
DbException
public java.lang.Object find(MetaField metaField) throws DbException
metafield
- org.modelsphere.jack.baseDb.meta.MetaField
DbException
public final MetaField getMetaField(java.lang.String metaField) throws DbException
metafield
- java.lang.String
DbException
public boolean isDeleteCascadeLineGo() throws DbException
DbException
public final void setRectangle(java.awt.Rectangle value) throws DbException
value
- java.awt.Rectangle
DbException
public final void setAutoFit(java.lang.Boolean value) throws DbException
value
- the "auto fit" 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.awt.Rectangle getRectangle() throws DbException
DbException
public final java.lang.Boolean getAutoFit() throws DbException
DbException
public final boolean isAutoFit() throws DbException
DbException
public final DbSMSStyle getStyle() throws DbException
DbException
public final DbRelationN getFrontEndLineGos() throws DbException
DbException
public final DbRelationN getBackEndLineGos() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |