com.alee.examples.content.presentation
Class PresentationStep
java.lang.Object
com.alee.examples.content.presentation.PresentationStep
- Direct Known Subclasses:
- OneTimeTooltipStep
public class PresentationStep
- extends java.lang.Object
User: mgarin Date: 21.12.12 Time: 16:14
Constructor Summary |
PresentationStep(java.lang.String shortName,
int duration)
|
PresentationStep(java.lang.String shortName,
int duration,
java.lang.Runnable onStart,
java.lang.Runnable onEnd)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PresentationStep
public PresentationStep(java.lang.String shortName,
int duration)
PresentationStep
public PresentationStep(java.lang.String shortName,
int duration,
java.lang.Runnable onStart,
java.lang.Runnable onEnd)
getShortName
public java.lang.String getShortName()
setShortName
public void setShortName(java.lang.String shortName)
getDuration
public int getDuration()
setDuration
public void setDuration(int duration)
getOnStart
public java.lang.Runnable getOnStart()
setOnStart
public void setOnStart(java.lang.Runnable onStart)
getOnEnd
public java.lang.Runnable getOnEnd()
setOnEnd
public void setOnEnd(java.lang.Runnable onEnd)