tvbrowser.extras.favoritesplugin.wizards
Class ExcludeWizardStep
java.lang.Object
tvbrowser.extras.favoritesplugin.wizards.AbstractWizardStep
tvbrowser.extras.favoritesplugin.wizards.ExcludeWizardStep
- All Implemented Interfaces:
- WizardStep
public class ExcludeWizardStep
- extends AbstractWizardStep
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
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, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)