|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.helsinki.dacopan.animseq.ScenarioItemENC
public class ScenarioItemENC
A list item for an encapsulation diagram.
Constructor Summary | |
---|---|
ScenarioItemENC(TransferUnit unit)
Creates a new instance of ScenarioItemENC |
Method Summary | |
---|---|
void |
doAction(MainFrame mainFrame,
boolean inRecordingMode)
When called, calls the MainFrame instance to display the encapsulation for the unit stored in the object. |
java.lang.String |
getPlaylistText()
Returns a short text representation of the scenario item for presentation in the playlist. |
boolean |
getShowable()
Always returns true. |
boolean |
recordEnd(float nowTime)
Does nothing, always returns true. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScenarioItemENC(TransferUnit unit)
Method Detail |
---|
public void doAction(MainFrame mainFrame, boolean inRecordingMode)
doAction
in interface ScenarioItem
mainFrame
- A reference to a MainFrame instance in order to be able to carry out
necessary mode changes.inRecordingMode
- Tells the item if the AnimationSequence is in recording mode or not.
If true, the item should refraing from any potentially confusing mode changes, like
automatically putting AnimationTimeState in play mode.public java.lang.String getPlaylistText()
ScenarioItem
getPlaylistText
in interface ScenarioItem
public boolean recordEnd(float nowTime)
recordEnd
in interface ScenarioItem
public boolean getShowable()
getShowable
in interface ScenarioItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |