be.lassi.ui.cuesteps
Class ShowSceneForm
java.lang.Object
be.lassi.ui.cuesteps.CueDetailForm
be.lassi.ui.cuesteps.CueStepForm
be.lassi.ui.cuesteps.ShowSceneForm
- Direct Known Subclasses:
- ShowPrevSceneForm, ShowRefSceneForm
public class ShowSceneForm
- extends CueStepForm
Form for maintaining cue steps of type ShowPrevScene
or
CueReferenceScene
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowSceneForm
public ShowSceneForm(CueDetailModel model)
- Constructs a new instance.
- Parameters:
model
- the cue step model
build
protected void build(com.jgoodies.forms.builder.DefaultFormBuilder builder)
-
- Specified by:
build
in class CueDetailForm
getCueStep
public CueStep getCueStep()
-
- Specified by:
getCueStep
in class CueStepForm
getFadeType
protected FadeType getFadeType()
- Gets the fade type.
- Returns:
- the fade type
getTitle
protected java.lang.String getTitle()
-
- Specified by:
getTitle
in class CueDetailForm
supports
public boolean supports(CueStep cueStep)
-
- Specified by:
supports
in class CueStepForm