|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.nstyle.handler.NDisplayObjectHandler
public abstract class NDisplayObjectHandler
Constructor Summary | |
---|---|
NDisplayObjectHandler()
|
Method Summary | |
---|---|
void |
addActionReference(NActionReference n)
|
abstract void |
addChild(NDisplayObjectHandler child)
In an implementation-specific manner, add the supplied child NDisplayObjectHandler to this one. |
java.util.List |
getActionReferences()
|
java.util.List |
getChildren()
Returns the children. |
Clock |
getClock()
Returns the niteclock. |
ObjectModelElement |
getElement()
Returns the element. |
double |
getEndTime()
Returns the endTime. |
java.lang.String |
getID()
Returns the iD. |
NDisplayObjectHandler |
getParent()
Gets the parent of this NDisplayObjectHandler . |
java.lang.String |
getSourceID()
Method getSourceID. |
double |
getStartTime()
Returns the startTime. |
void |
init(java.lang.String content,
java.util.Map properties)
Initialises this NDisplayObjectHandler with
the supplied set of properties. |
void |
setChildren(java.util.List children)
Sets the children. |
void |
setClock(Clock niteclock)
Sets the niteclock. |
void |
setElement(ObjectModelElement element)
Sets the element. |
void |
setEndTime(double endTime)
Sets the endTime. |
void |
setID(java.lang.String iD)
Sets the iD. |
void |
setParent(NDisplayObjectHandler parent)
Sets the parent of this NDisplayObjectHandler to the
specified object. |
void |
setSourceID(java.lang.String s)
|
void |
setStartTime(double startTime)
Sets the startTime. |
void |
setUpTimes()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NDisplayObjectHandler()
Method Detail |
---|
public void init(java.lang.String content, java.util.Map properties)
NDisplayObjectHandler
with
the supplied set of properties. Initialisation typically
involves creating an underlying object such as a
JComponent
.
content
- The textual content for this object.properties
- A set of named properties.public abstract void addChild(NDisplayObjectHandler child)
NDisplayObjectHandler
to this one.
child
- The child to add.
java.lang.IllegalArgumentException
- if the supplied child was not
of the correct type.public void setParent(NDisplayObjectHandler parent)
NDisplayObjectHandler
to the
specified object.
parent
- The object which will become the parent of this one.public NDisplayObjectHandler getParent()
NDisplayObjectHandler
.
NDisplayObjectHandler
.public double getEndTime()
public double getStartTime()
public void setEndTime(double endTime)
endTime
- The endTime to setpublic void setStartTime(double startTime)
startTime
- The startTime to setpublic Clock getClock()
public void setClock(Clock niteclock)
niteclock
- The niteclock to setpublic void setUpTimes()
public void addActionReference(NActionReference n)
public java.util.List getActionReferences()
public java.util.List getChildren()
public void setChildren(java.util.List children)
children
- The children to setpublic java.lang.String getID()
public void setID(java.lang.String iD)
iD
- The iD to setpublic ObjectModelElement getElement()
public void setElement(ObjectModelElement element)
element
- The element to setpublic java.lang.String getSourceID()
public void setSourceID(java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |