|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.workspace.models.objects.BaseObject org.devaki.nextobjects.workspace.models.objects.BaseLine
the class is responsible for drawing lines objects
Constructor Summary | |
BaseLine(BaseLine pBaseLine)
Construct a BaseLine by coppiing |
|
BaseLine(BaseModel pModel)
Construct a BaseLine with a pre-defined NOModel |
Method Summary | |
BaseObject |
getChildClass()
Get the child class |
abstract ObjectView |
getObjectView()
get the LineView |
BaseObject |
getParentClass()
Get the parent class |
void |
setChildClass(BaseObject pObject)
set the child class |
void |
setParentClass(BaseObject pObject)
set the parent class |
Methods inherited from class org.devaki.nextobjects.workspace.models.objects.BaseObject |
getCode, getColumns, getData, getDataChanged, getDescription, getDynamicTreeNode, getMyModel, getName, getNotes, resetModelStatus, setCode, setColumns, setDataChanged, setDescription, setDynamicTreeNode, setMyModel, setName, setNotes, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BaseLine(BaseModel pModel)
pModel
- the context modelpublic BaseLine(BaseLine pBaseLine)
pBaseLine
- the object to cloneMethod Detail |
public abstract ObjectView getObjectView()
getObjectView
in class BaseObject
public final BaseObject getParentClass()
public final BaseObject getChildClass()
public final void setChildClass(BaseObject pObject)
pObject
- the child classpublic final void setParentClass(BaseObject pObject)
pObject
- the parent class
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |