TV-Browser 3.3.3 API

tvbrowser.extras.favoritesplugin.wizards
Class ExcludeWizardStep

java.lang.Object
  extended by tvbrowser.extras.favoritesplugin.wizards.AbstractWizardStep
      extended by tvbrowser.extras.favoritesplugin.wizards.ExcludeWizardStep
All Implemented Interfaces:
WizardStep

public class ExcludeWizardStep
extends AbstractWizardStep


Field Summary
 
Fields inherited from interface tvbrowser.extras.favoritesplugin.wizards.WizardStep
BUTTON_BACK, BUTTON_CANCEL, BUTTON_DONE, BUTTON_NEXT
 
Constructor Summary
ExcludeWizardStep(Favorite favorite)
          Creates a new Wizard Step instance to create a new exclusion
ExcludeWizardStep(Favorite favorite, Exclusion exclusion)
          Creates a new Wizard Step instance to edit an existing exclusion
ExcludeWizardStep(Favorite favorite, Program prog)
          Creates a new Wizard Step instance to create a new exclusion derived from a program
 
Method Summary
 WizardStep back()
           
 javax.swing.JPanel createContent(WizardHandler handler)
           
 java.lang.Object createDataObject(java.lang.Object obj)
           
 int[] getButtons()
           
 java.lang.String getDoneBtnText()
           
 java.lang.String getTitle()
           
 boolean isSingleStep()
           
 boolean isValid()
           
 WizardStep next()
           
 
Methods inherited from class tvbrowser.extras.favoritesplugin.wizards.AbstractWizardStep
getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludeWizardStep

public ExcludeWizardStep(Favorite favorite)
Creates a new Wizard Step instance to create a new exclusion

Parameters:
favorite -

ExcludeWizardStep

public ExcludeWizardStep(Favorite favorite,
                         Exclusion exclusion)
Creates a new Wizard Step instance to edit an existing exclusion

Parameters:
favorite -
exclusion -

ExcludeWizardStep

public ExcludeWizardStep(Favorite favorite,
                         Program prog)
Creates a new Wizard Step instance to create a new exclusion derived from a program

Parameters:
favorite -
prog -
Method Detail

getTitle

public java.lang.String getTitle()

createContent

public javax.swing.JPanel createContent(WizardHandler handler)
Specified by:
createContent in class AbstractWizardStep

createDataObject

public java.lang.Object createDataObject(java.lang.Object obj)

getButtons

public int[] getButtons()

next

public WizardStep next()

back

public WizardStep back()

isValid

public boolean isValid()

isSingleStep

public boolean isSingleStep()
Specified by:
isSingleStep in interface WizardStep
Overrides:
isSingleStep in class AbstractWizardStep
Returns:
true, if this Step is a Single Step and no Back/Forward is needed

getDoneBtnText

public java.lang.String getDoneBtnText()
Specified by:
getDoneBtnText in interface WizardStep
Overrides:
getDoneBtnText in class AbstractWizardStep

TV-Browser 3.3.3 API

TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)