Overview  Package   Class  Tree  Index 

be.lassi.ui.cuesteps
Class CueDetailForm

java.lang.Object
  extended by be.lassi.ui.cuesteps.CueDetailForm
Direct Known Subclasses:
AudioForm, CueStepForm, LightForm

public abstract class CueDetailForm
extends java.lang.Object

Parent of forms for maintaining cue steps.


Constructor Summary
protected CueDetailForm(CueDetailModel model)
          Constructs a new form.
 
Method Summary
protected abstract  void build(com.jgoodies.forms.builder.DefaultFormBuilder b)
           
protected  void gap(int rowOffset)
           
protected abstract  CueDetail getCueDetail()
           
 java.lang.String getKey()
           
protected  CueDetailModel getModel()
           
 javax.swing.JPanel getPanel()
           
protected abstract  java.lang.String getTitle()
           
abstract  boolean supports(Cue cue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CueDetailForm

protected CueDetailForm(CueDetailModel model)
Constructs a new form.

Parameters:
model - the model with the cue step data
Method Detail

build

protected abstract void build(com.jgoodies.forms.builder.DefaultFormBuilder b)

gap

protected void gap(int rowOffset)

getCueDetail

protected abstract CueDetail getCueDetail()

getKey

public java.lang.String getKey()

getModel

protected CueDetailModel getModel()

getPanel

public javax.swing.JPanel getPanel()

getTitle

protected abstract java.lang.String getTitle()

supports

public abstract boolean supports(Cue cue)

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2