|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TimedElementImpl | |
| fi.hut.tml.xsmiles.mlfc.timesheet | |
| Uses of TimedElementImpl in fi.hut.tml.xsmiles.mlfc.timesheet |
| Subclasses of TimedElementImpl in fi.hut.tml.xsmiles.mlfc.timesheet | |
class |
ExclImpl
Class ExclImpl |
class |
ItemImpl
Implements the item element of the timesheet. |
class |
ParImpl
Implementation of the "par" element in timesheet |
class |
SeqImpl
This class implements the "seq" element of the timesheet. |
class |
TimesheetImpl
This is the implementation of the timesheet root element. |
| Fields in fi.hut.tml.xsmiles.mlfc.timesheet declared as TimedElementImpl | |
protected TimedElementImpl |
TimedElementImpl.parent
The parent element of this TimedElement. |
| Methods in fi.hut.tml.xsmiles.mlfc.timesheet with parameters of type TimedElementImpl | |
protected boolean |
ParImpl.handleElementEnded(TimedElementImpl elem)
|
protected void |
ParImpl.elementStarting(TimedElementImpl elem)
|
protected void |
ItemImpl.elementStarting(TimedElementImpl elem)
|
protected boolean |
ItemImpl.handleElementEnded(TimedElementImpl elem)
|
protected boolean |
ExclImpl.handleElementEnded(TimedElementImpl elem)
|
protected void |
ExclImpl.elementStarting(TimedElementImpl elem)
|
protected boolean |
SeqImpl.handleElementEnded(TimedElementImpl elem)
|
protected void |
SeqImpl.elementStarting(TimedElementImpl elem)
|
protected boolean |
TimesheetImpl.handleElementEnded(TimedElementImpl elem)
|
protected void |
TimesheetImpl.elementStarting(TimedElementImpl elem)
|
protected static int |
TimedElementImpl.parseRepeatCount(TimedElementImpl elem)
Parses the repeat count of the argument |
protected abstract void |
TimedElementImpl.elementStarting(TimedElementImpl elem)
Called by a child element of this element to notify that the child is going to start due to some dom event it was listening to. |
protected abstract boolean |
TimedElementImpl.handleElementEnded(TimedElementImpl elem)
Checks whether this element should take some specific action when a child element notifies it's going to end. |
protected void |
TimedElementImpl.elementEnded(TimedElementImpl elem)
Informs this TimedElement instance that the argument has ended |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||